January 15, 201016 yr When troubleshooting on a Cisco IOS based switch I utilize the show command a lot and found these filters helpful. show append Redirects the output of any show command and adds it to the end of an existing file show exclude show arp | exclude 10.5. Filters show command output so that it excludes lines that contain a particular regular expression. show include show running-config | section include interface Filters show command output so that it displays only lines that contain a particular regular expression. show redirect Redirects the output of any show command to a specified file.
Create an account or sign in to comment