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 …

Show run Command on CISCO Router/Switch

Command Show Running-Config Use Shows the current configuration of a device. This is one of the first commands you will enter when trying to understand how a device is configured. Syntax Router#show running-config Example In this example we display the running configuration of R2. R2#show run Building configuration… …

Show CDP Neighbors Command on CISCO Router/Switch

Command Show CDP Neighbors Use This command lists the Cisco devices that are connected to your current device. CDP is a Cisco proprietary protocol and will only detect Cisco products, although there are some vendors that do work with it. Additionally, LLDP was recently released, which is an …