Last active
June 7, 2024 12:03
-
-
Save craigbruenderman/5b73d307ea17e7e3b31c012ab68ccda2 to your computer and use it in GitHub Desktop.
Cisco triage configlet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! For each device, please paste these commands verbatim all at once from priviledged exec mode (enable), | |
! and save the output to one plain text file per device. This is a | |
! superset of commands to encompass multiple platforms. Therefore, | |
! not all of the commands will work on all platforms, so don't worry | |
! about any syntax errors you see. | |
term len 0 | |
sh ver | |
sh inv | |
sh mod | |
sh powe | |
sh proc cpu sorted | |
sh proc cpu hist | |
sh virtu | |
sh licen righ | |
sh feature | |
sh feature-set | |
sh run | |
sh ntp status | |
sh ntp associ det | |
sh ip int bri | |
sh ip int bri vrf all | |
sh cdp nei | |
sh cdp nei det | |
sh lldp neigh | |
sh lldp neigh det | |
sh int desc | |
sh int status | |
sh int | |
sh etherchann sum | |
sh port-ch sum | |
sh switch detail | |
sh switch neigh | |
sh switch stack-p | |
sh switch stack-r a | |
sh switch stack-r s | |
! Wifi | |
sh dot11 bssid | |
sh dot11 assoc | |
! L3 | |
sh vrf | |
sh ip route | |
sh route | |
sh ip cef | |
sh ip proto | |
sh ip eigrp interface | |
sh ip eigrp nei | |
sh ip eigrp traffic | |
sh ip eigrp topo | |
sh ip ospf | |
sh ip ospf stat | |
sh ip ospf neigh | |
sh ip ospf int | |
sh ip ospf topo | |
sh ip ospf datab | |
sh ip bgp neigh | |
sh ip bgp summ | |
sh ip bgp | |
sh ip access-list | |
sh ip prefix-list | |
sh route-map | |
! NAC | |
sh ip admission configuration | |
sh eou all | |
sh ip admission | |
sh ip device tracking | |
! L2 | |
sh vlan sum | |
sh vlan bri | |
sh spann sum | |
sh spann | |
sh spann root | |
sh spann detail | |
sh mac add dyn | |
sh ip arp | |
! CTS | |
show cts authorization entries | |
show cts credentials | |
show cts environment-data | |
show cts interface | |
show cts macsec | |
show cts pacs | |
show cts policy peer | |
show cts policy layer3 | |
show cts provisioning | |
show cts rbacl | |
show cts role-based sgt-map | |
show cts role-based counters | |
show cts role-based flow | |
show cts role-based permissions | |
show cts server-list | |
show cts sxp | |
show cts keystore | |
show platform cts reflector | |
! vPC | |
sh vpc | |
sh vpc brie | |
sh vpc consis glob | |
! Fabricpath | |
sh fabricpath isis adjacency | |
sh fabricpath isis database | |
sh fabricpath isis database detail | |
sh fex | |
sh fex detail | |
sh otv isis adjacency | |
! VXLAN | |
sh vxlan | |
show nve vxlan-params | |
show nve peers | |
show nve peer detail | |
show nve vni | |
show nve internal platform interface detail | |
sh bgp internal nve-peer-vni | |
show ip mroute detail | |
! DMVPN | |
sh dmvpn | |
sh dmvpn detail | |
sh dmvpn static | |
! QoS | |
sh policy-map system type network-qos | |
sh mls qos | |
sh mls qos input-queue | |
sh mls qos maps cos-input-q | |
sh log | |
! Voice | |
sh Controllers | |
sh Voice Port | |
sh Clock | |
sh sip service | |
sh sip-ua register status | |
sh sip-ua statistics | |
sh sip-ua status | |
sh sip-ua timers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment