Command Line Interface
show ip route [ ip-address ]
If an IP address is not provided, the entire table will be displayed with the upstream routes displayed first and the downstream routes next. If the IP address is provided, only the specific entry will be displayed. If the next hop IP address = 0.0.0.0, the host is directly reachable on the Ethernet interface (eth1).
Minimum access level: Operator
Sample show ip route display:
source | source | nexthop | interface |
x.x.x.x | x.x.x.x | x.x.x.x | dsl1 |
dest | dest | nexthop | interface |
x.x.x.x | x.x.x.x | x.x.x.x | eth1 |
show arp
Sample show arp display: |
|
| |
MAC addr | timeout (min) | status | |
x.x.x.x | xx:xx:xx:xx:xx:xx | xxxx | xxxx |
NOTES: – The timeout value shown is the actual time left for the specific entry.
–The timeout value shown will be Static for configured static entries.
–Status is Complete or Incomplete.
show arp timeout
ARP – timeout for complete = 20 min.
timeout for incomplete = 5 sec.
show nat basic
Sample show nat basic display:
NAT basic – { disabled enabled }
NAT basic – public network address: xxx.xxx.xxx.xxx
NAT basic – public network mask: xxx.xxx.xxx.xxx
NAT timeout: xx minutes
NAT basic mappings:
public ip |
x.x.x.xx.x.x.x
August 2000 |