Analysing CISCO router/switch configurations
Display the running configuration:
cisco-router# show running-configDisplay the startup configuration:
cisco-router# show startup-configDisplay brief information about interfaces:
cisco-router# show ip interface briefDisplay the routing table:
cisco-router# show ip routeDisplay routing protocols:
cisco-router# show ip protocolsDisplay configured ACLs:
cisco-router# show access-listDisplay NAT Translations:
cisco-router# show ip nat translationsDisplay SNMP configuration:
cisco-router# show running-config | include snmpDisplay line configuration(SSH, TELNET):
cisco-router# show lineDisplay detailed VTY config:
cisco-router# show running-config | section line vty
VLANS
Display brief VLANs on the switch:
Core-Switch# show vlan briefDisplay mac address of each VLANs:
Core-Switch# show mac address-tableDisplay Layer 2 configuration for an interface:
Core-Switch# show interfaces Gi0/24 switchportDisplay Trunk ports:
Core-Switch# show interfaces trunkDisplay brief information about interfaces:
Core-Switch# show ip interface briefDisplay port security:
Core-Switch# show port-securityDisplay cisco devices connected:
Core-Switch# show cdp neighbors
Last updated