Users Guide

Table Of Contents
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] load-balancing {ingress-port
enable | [tcp-udp-selection l4destination-port | l4source-port] | [ip-
selection destination-ip | source-ip | protocol | vlan-id | l4destination-
port | l4source-port] | [ipv6selection destination-ip | source-ip |
protocol | vlan-id | l4destination-port | l4source-port] | [mac-selection
destination-mac | source-mac | ethertype | vlan-id]}
Parameters
vrf vrf-name(Optional) Enter vrf and then the VRF name to list the routes in the route table
of a specific 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 details of a particular IPv4 destination prefix from the
IPv4 routing table matching the IPv4 destination address and mask. When the prefix alone is given,
this command displays the IPv4 Longest Prefix Match (LPM) route, if it exists in the routing table.
summary(Optional) Displays an IP route summary.
Default Not configured
Command Mode EXEC
Usage
Information
None
Example
OS10# show ip route
Codes: C - connected
S - static
B - BGP, IN - internal BGP, EX - external BGP
O - OSPF, IA - OSPF inter area, N1 - OSPF NSSA external type 1,
N2 - OSPF NSSA external type 2, E1 - OSPF external type 1,
Layer 3 903