Category: CCNA Study Guide

Show IP NAT Statistics Command on CISCO Router/Switch

Command Show IP NAT Statistics Use This command shows various NAT statistics. It is useful for troubleshooting. Syntax Router#show ip nat statistics Example In the below example we configure R2 to translate addresses from 10.1.1.0/24 to 10.2.2.0/24. R2(config)#access-list 25 permit 10.1.1.0 0.0.0.255 R2(config)#ip nat inside source list 25 …

Show IP Route OSPF Command on CISCO Router/Switch

Command Show IP Route OSPF Use Allows you to see just the OSPF routes installed in the routing table. Syntax Router#show ip route ospf Example This example demonstrates the show ip route ospf command. First, here’s the full routing table for R2. R2(config-if)#do sh ip route Codes: C – connected, S – …

Show IP Route Command on CISCO Router/Switch

Command Show IP Route Use Allows you to see the ip route tabe, which is a summary of the routing for specific IP addresses, network masks and protocols. Syntax Router#show ip route Example Here’s an example of the show ip route output from R2. R2(config-if)#do sh ip route Codes: C …

Show IP Access-Lists Command on CISCO Router/Switch

Command Show IP Access-Lists Use This command displays information about the access-lists that are configured on a router. It also shows information about what lines are matching in the ACL. Syntax Router#show ip access-lists OR Router#show ip access-lists <number or name> Example In the below example we use show access-lists to …

Show Hosts Command on CISCO Router/Switch

Command Show Hosts Use This command displays information about the hosts that are configured with the ip hostcommand. Syntax Router#show hosts Example In the below example we use show hosts to verify the hosts that are configured on R2. R2#show host Default domain is not set Name/address lookup uses domain service …

Show Frame-Relay Map Command on CISCO Router/Switch

Command Show Frame-Relay Map Use This command verifies the DLCI mappings that the router has learned about. Syntax Router#show frame-relay map Example In this example, we use show frame-relay mapping to verify that R4 has learned about the other links via inverse-arp. We also verify that we can ping. R4(config-if)#do …