Skip to content

Status updates scans: SNMP ARP scan does not store discovered device's MAC addresses #2378

Closed
@rokkhan

Description

@rokkhan

Hi,

When I am doing a Discovery SNMP ARP SCAN it works ok, it records the founded IP and Mac adreses but I run an update scan it does not store found MAc adreses.

The mac adresses are learned by the script as debug output shows but mac adreses are not recorded in the IP registry.

[SRO15040001] => Array
(
[get_arp_table] => Array
(
[0] => Array
(
[ip] => 10.65.37.220
[mac] => 08:97:34:7a:7e:40
[port] => ethernet0/0.20
[portname] => ethernet0/0.20
)

                [1] => Array
                    (
                        [ip] => 10.65.37.221
                        **[mac] => 40:a8:f0:f3:c6:60**
                        [port] => ethernet0/0.20
                    )

                [2] => Array
                    (
                        [ip] => 10.60.37.70
                        **[mac] => 00:d0:2d:f6:fa:1a**
                        [port] => ethernet0/0.40
                        [portname] => ethernet0/0.40
                    )

                [3] => Array
                    (
                        [ip] => 10.60.37.71
                        **[mac] => 8c:e7:48:1a:06:61**
                        [port] => ethernet0/0.40
                    )

                [4] => Array
                    (
                        [ip] => 10.187.34.245
                        **[mac] => cc:e1:7f:0c:70:ce**
                        [port] => ethernet0/1.7
                        [portname] => ethernet0/1.7
                    )

            )

    )

Thanks in advance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions