Command Reference IP Address Commands
Usage Guide
Once an invalid route is found in the routing table, you can immediately refresh the routing table to get
the updated routes. Note that, however, refreshing the entire routing table will result in a temporary
communication failure on the entire network.
Configuration
Examples
The following example refreshes only the route 192.168.12.0.
1 clear ip route 192.168.12.0
Related
Commands
Command Description
show ip route
Shows the IP routing table.
Platform
Description
This command is not supported on Layer 2 switches.
show arp
Use this command to show the ARP cache table
show arp [ [ vrf vrf-name ] [ trusted ] ip [ mask ] | static | complete | incomplete | mac-address ]
Parameter
Description
Parameter Description
vrf vrf-name
Shows ARP entries of the specified VRF instance.
trusted
Shows trusted ARP entries. Currently, only the global VRF supports
the trusted ARP.
ip
Shows the ARP entries of the specified IP address.
If the trusted keyword is specified, only trusted ARP entries are
shown; otherwise, non-trusted ARP entries are shown.
ip mask
Shows the ARP entries of the IP subnet.
If the trusted keyword is specified, only trusted ARP entries are
shown; otherwise, non-trusted ARP entries are shown.
static
Shows all the static ARP entries.
complete
Shows all the resolved dynamic ARP entries.
incomplete
Show alls the unresolved dynamic ARP entries.
mac-address
Shows the ARP entry with the specified MAC address.
Defaults
N/A
Command
Mode
Priviledged user mode
Usage Guide
N/A