09-21-2010 04:54 AM - edited 03-04-2019 09:50 AM
Hello all,
most of us use the following commands very often:
"show ip interface brief"
"show interface description"
Is there any command, which show interface IP addresses and descriptions?
Can I combine these commands somehow?
Regards
Solved! Go to Solution.
09-21-2010 05:14 AM
This command might be something you are looking for:
sh interface | i line protocol|Internet address|Description
Hope that helps.
09-21-2010 05:14 AM
This command might be something you are looking for:
sh interface | i line protocol|Internet address|Description
Hope that helps.
09-21-2010 05:33 AM
ahh, that's it, thanks a lot!
It's not as neat as the output of the other commands, but it works.
I didn't know, that you can combine the "| include" filters... Do you have a website, where this is documented?
09-21-2010 05:47 AM
I don't think we have a documentation that includes that specifically, however, I believe it uses the normal regular expression symbols for multiple matches.
09-21-2010 05:54 AM
Here is the shortest form of the obove command:
sh int | i e p|t a|pt
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide