Skip to main content

MAC Address Resolver — ARP Lookup Tool in ObserveOps

MAC Address Resolver performs ARP lookups directly in ObserveOps (formerly known as AIOps) to map IP addresses to MAC addresses. Use it during incident investigation to identify physical network interfaces without switching to an external tool.

Prerequisites

  • You must have the Admin or NOC role.
  • The target IP address must be in a subnet reachable from the Collector.
  • A valid SNMP credential profile must be configured for the target device, or you can create one directly from this screen.

How It Works

ObserveOps queries the network device via SNMP using the selected credential profile to resolve an IP address to its corresponding MAC address. Results reflect the ARP and forwarding table state on the device at the moment of the query.

Go to Main Menu > Settings > Utility > MAC Address Resolver.

MAC Address Resolver screen showing IP Address and Credential Profile fields

Running a MAC Address Lookup

FieldDescription
IP AddressEnter the IPv4 address of the target device to resolve its MAC address.
Credential ProfileSelect the SNMP credential profile for the network device that holds the ARP table. Click Create Credential Profile to create one inline.

Click Test to run the lookup. Click Reset to clear the form.

Creating a Credential Profile

Click Create Credential Profile to open the credential dialog without leaving the screen.

Create Credential Profile dialog for MAC Address Resolver showing SNMP protocol, version, and community fields

FieldDescription
Credential Profile NameEnter a unique name to identify this profile.
ProtocolSelect SNMP V1/V2c.
VersionSelect v1 or v2c to match the network device configuration.
CommunityEnter the read community string for the network device.
Write CommunityEnter the write community string, if applicable.

Click Create Credentials Profile to save.

note

If no ARP entry exists for the target IP, the result displays No ARP entry found. Run a Ping to the target IP first to refresh the ARP table on the network device, then retry the lookup.

Example

During a security investigation, a SOC analyst receives a report of suspicious traffic from IP 192.168.10.45. They open Utility > MAC Address Resolver, enter the IP, select the SNMP credential profile for the core switch, and click Test. The result returns the MAC address and interface, identifying the physical port where the device is connected.

Troubleshooting

IssueCauseFix
Result shows No ARP entry foundThe ARP entry has expired, or the device is offline.Run Ping to the target IP to refresh the ARP table, then retry the MAC lookup.
Authentication failureThe SNMP credential profile does not match the network device.Verify the credential profile community string against the network device configuration.
Wrong MAC address returnedMultiple devices share the IP, or the ARP table has a stale entry.Check the network device's ARP table directly to confirm the current mapping.

Known Limitations

  • MAC Address Resolver queries the ARP table via SNMP. The target IP must be reachable from a device whose ARP table the Collector can query.
  • Stale or expired ARP entries return no result. Run a Ping first to ensure the ARP entry is fresh.
  • IPv6 Neighbor Discovery (NDP) is not supported in this release.