Alcatel-Lucent 7750 SR OS Network Router User Manual


 
IP Router Configuration
7750 SR OS Router Configuration Guide Page 151
static-arp
Syntax static-arp [ip-addr | ip-int-name | mac ieee-mac-addr]
Context show>router
Description This command displays the router static ARP table sorted by IP address.
If no options are present, all ARP entries are displayed.
Parameters ip-addr — Only displays static ARP entries associated with the specified IP address.
ip-int-name — Only displays static ARP entries associated with the specified IP interface name.
mac ieee-mac-addrOnly displays static ARP entries associated with the specified MAC address.
Output Static ARP Table Output — The following table describes the output fields for the ARP table.
Sample Output
A:ALA-A# show router static-arp
===============================================================================
ARP Table
===============================================================================
IP Address MAC Address Age Type Interface
-------------------------------------------------------------------------------
10.200.0.253 00:00:5a:40:00:01 00:00:00 Sta to-ser1
12.200.1.1 00:00:5a:01:00:33 00:00:00 Inv to-ser1a
-------------------------------------------------------------------------------
No. of ARP Entries: 1
===============================================================================
A:ALA-A#
A:ALA-A# show router static-arp 12.200.1.1
===============================================================================
ARP Table
===============================================================================
IP Address MAC Address Age Type Interface
-------------------------------------------------------------------------------
12.200.1.1 00:00:5a:01:00:33 00:00:00 Inv to-ser1
Label Description
IP Address
The IP address of the static ARP entry.
MAC Address
The MAC address of the static ARP entry.
Age
The age of the ARP entry. Static ARPs always have 00:00:00 for the age.
Type
Inv — The ARP entry is an inactive static ARP entry (invalid).
Sta — The ARP entry is an active static ARP entry.
Interface
The IP interface name associated with the ARP entry.
No. of ARP Entries
The number of ARP entries displayed in the list.