Pages

Thursday, September 15, 2011

How to add static ARP on a Nortel switch and other ARP operations?

Configuring ARP operations on Nortel Passport 8600 or any other Nortel switch on your network should be very easy thing but if you don't have much Nortel background, it can be a tedious task as there isn't much documentation out there for Nortel as it is for Cisco. So I thought it would be nice to post it in case someone is looking to add static ARP on their core or other Nortel switches on the Network.

Show ARP table
8600#show ip arp info

Clear ARP (Port or VLAN)
8600#clear ip arp vlan 444
8600#clear ip arp port 1/4


Configure Static ARP (Port or VLAN)
8600#config ip arp add ports 1/4 ip 1.1.1.1 mac 00:00:00:44:44:44
8600#config ip arp add ports 1/4 ip 1.1.1.1 mac 00:00:00:44:44:44 vlan 444


Delete an ARP Entry
8600#config ip arp delete 1.1.1.1

Set ARP Age Time
8600#config ip arp aging 4

No comments:

Post a Comment