Connectivity Guide

dynamic — (Optional) Enter the keyword to display dynamic ARP entries.
summary — (Optional) Enter the keyword to display a summary of all ARP entries.
Default Not congured
Command Mode EXEC
Usage Information This command shows both static and dynamic ARP entries.
Example (IP
Address)
OS10# show ip arp 192.168.2.2
Address Hardware address Interface Egress Interface
--------------------------------------------------------------------
192.168.2.2 90:b1:1c:f4:a6:e6 ethernet1/1/49:1 ethernet1/1/49:1
Example (Static)
OS10# show ip arp summary
Total Entries Static Entries Dynamic Entries
-------------------------------------------------------
3994 0 3994
OS10# show ip arp 192.168.2.2
Address Hardware address Interface Egress Interface
--------------------------------------------------------------------
192.168.2.2 90:b1:1c:f4:a6:e6 ethernet1/1/49:1 ethernet1/1/49:1
OS10# show ip arp
Address Hardware address Interface Egress Interface
---------------------------------------------------------------------------
192.168.2.2 90:b1:1c:f4:a6:e6 ethernet1/1/49:1 ethernet1/1/49:1
193.168.2.3 54:bf:64:e6:d4:c5 vlan4000 port-channel1000
Example (Dynamic)
OS10# show ip arp dynamic
Address Hardware address Interface Egress Interface
---------------------------------------------------------------------------------
192.168.2.2 90:b1:1c:f4:a6:e6 ethernet1/1/49:1 ethernet1/1/49:1
193.168.2.3 54:bf:64:e6:d4:c5 vlan4000 port-channel1000
Supported Releases 10.2.0E or later
show ip route
Displays IP route information.
Syntax
show ip route [vrf vrf-name] [all | bgp | connected | ospf process-id | static | ip-prefix/mask |
summary]
Parameters
vrf vrf-name — (Optional) Enter vrf and then the VRF name to list the routes in the route table of a specic VRF.
all — (Optional) Displays both active and non-active IP routes.
bgp — (Optional) Displays BGP route information.
connected — (Optional) Displays only the directly connected routes.
ospf process-id — (Optional) Displays route information for the OSPF process, from 1 to 65535.
static — (Optional) Displays static route information.
ip-prefix/mask — (Optional) Displays routes for the destination prex list.
NOTE: This option works only for the exact prex and the mask length.
summary — (Optional) Displays an IP route summary.
Default Not congured
508 Layer 3