!############################################################################### !# pfv-r3-tor-mgmt !# !# Rack 3 management TOR (VLAN1 only for this switch). !# Dell switch - OS variant unknown. Commands below cover the common !# Dell CLI flavors (DNOS 4/6/9, OS6/OS9, N-Series). Some may not be !# recognized on every OS; that is fine - skip errors and keep going. !# !# Paste from enable mode after `terminal datadump` (or `terminal length 0` !# on DNOS 6/9). Capture session to returned-logs/pfv-r3-tor-mgmt.log !############################################################################### enable terminal datadump terminal length 0 ! --- Identify --------------------------------------------------------------- show version show system show inventory show running-config show bootvar show cpu show cpu utilization show memory show processes show logging ! --- Interfaces ------------------------------------------------------------- show interface status show interface description show interface configuration show interface counters show interface counters errors show interface counters detail show interfaces status show interfaces description show interfaces counters show interfaces counters errors ! --- Port channels / LAG ---------------------------------------------------- show port-channel summary show port-channel detail show interfaces port-channel show lacp show lacp neighbor show lag ! --- VLANs ------------------------------------------------------------------ show vlan show vlan brief show vlan detail ! --- Spanning tree ---------------------------------------------------------- show spanning-tree show spanning-tree summary show spanning-tree active ! --- Multicast / snooping --------------------------------------------------- show ip igmp snooping show ip igmp snooping vlan 1 ! --- QoS -------------------------------------------------------------------- show qos show qos interface ! --- Jumbo / storm control -------------------------------------------------- show ports jumbo-frame show storm-control ! --- FDB / ARP / routes ----------------------------------------------------- show mac address-table show mac-address-table show arp show ip route ! --- Environment / hardware ------------------------------------------------- show environment show fan show power supplies show power show hardware show transceiver show inventory ! --- Flow control ----------------------------------------------------------- show flowcontrol show interfaces flowcontrol exit