Name:
get_arp
Description: get_arp obtains the ARP table from a network device.
Version: 1.1
Size: 4.3 KB (4,393 bytes)
MD5 Sum: f63c40cd8c02ea9d571a68b333445739
Developer: Jim
Cameron
Developer Website: MoonPoint
Support
Obtained From: N/A
Download URL:
get_arp
Obtained On: N/A
Requirements: Perl, snmpwalk
Purchase Information: Free.
License: GPL
Redistributable: Yes
Comments:
This script will obtain the ARP table from a Cisco switch or router or
other network device, such as a Linux workstation.
This script depends on the UCD SNMP tool
snmpwalk
being present on the system on which the script is run. The script will
show the IP addresses and the associated
MAC addresses in the
ARP table
Usage: get_arp [--nomac] hostname community_string
If the nomac
parameter is specified, only IP addresses will
be displayed from the ARP table. The corresponding MAC addresses will
not be displayed.