DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Configuring the Simple Network Management Protocol (SNMP)

Removing an incorrect ARP entry

Suppose that a misconfigured system has an incorrect IP address, causing bad ARP information to be installed on another node. SNMP can be used to remove the offending address remotely. This can be very useful if the node in question has a very long timeout on the ARP cache, or some important connection is being established with the wrong host.

The following example shows how the administrator might proceed.

Removing ARP entry

   # snmpstat -a paris public
   

Address Translation table Host Physical Address Flags Interface 10.0.246.1 8:0:14:40:1:21 dyna net1 10.0.246.3 0:0:c0:6d:82:23 dyna net1

# setany paris public ipNetToMediaType.1.10.0.246.3 -i 2

# snmpstat -a paris public

Address Translation table Host Physical Address Flags Interface 10.0.246.1 8:0:14:40:1:21 dyna net1

See also:



Next topic: For more about SNMP
Previous topic: Marking an interface down

© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003