Id like to see a sho int tru command that shows me ports configured for a trunk even it not in use. When using sho run | inc trunk - It simply counts them, but doesnt show the port names.
Dear Tech Catalysy, Do you know if possible to list all interfaces in a cisco switch and this will include their description their vlan information and should be match with a specific access group? I'm struggling with that command and I was only able to list all interfaces include their description, vlan but not filtered by a specific acess group i.e show run | i ^interface|^_ip access-group|escription|switchport_access
Good question! In most cases the device only allows you to pipe once. The regular expressions are a little limited as well so I would have to try it personally but gathering output with these commands does have its limits unfortunately.
@@TheTechCatalyst thanks for your information, yes you're right the cli is not flexible as desired and the output can be filtered once ..thanks in any case ;)
Nice video! Some useful tips!
Thanks!
You should do a video on setup filtering
Setup filtering? I can't say I'm familiar. Point me in the right direction... I'll check it out!
Thankyou, very helpful
Thanks for watching!
Great video and thank you for making it. Any advice on filtering for multiple querys such as && or include this but exclude that?
You can actually pipe the include/exclude outputs to grep on modern platforms... I'll have to do a video on how its done... stay tuned!!
Would like to see this video to include using multiple filters at once.
I have something like that I could put together... stay tuned!
Yeap
need to a video for advance filter such as combining multiple items such AND and OR
Definitely
Id like to see a sho int tru command that shows me ports configured for a trunk even it not in use. When using sho run | inc trunk - It simply counts them, but doesnt show the port names.
Is there a way to send a filtered output using tftp ?
I want to filter banner motd from Catalyst 4000 running config as it does not have any command to show banner motd..... please help
Try this:
#show run | begin motd
Can you add two arguments in the same command?
Dear Tech Catalysy,
Do you know if possible to list all interfaces in a cisco switch and this will include their description their vlan information and should be match with a specific access group?
I'm struggling with that command and I was only able to list all interfaces include their description, vlan but not filtered by a specific acess group
i.e
show run | i ^interface|^_ip access-group|escription|switchport_access
Good question! In most cases the device only allows you to pipe once. The regular expressions are a little limited as well so I would have to try it personally but gathering output with these commands does have its limits unfortunately.
@@TheTechCatalyst thanks for your information, yes you're right the cli is not flexible as desired and the output can be filtered once ..thanks in any case ;)
Thumb up
Thanks!