05-10-2006 02:21 AM - edited 03-03-2019 12:38 PM
Hello,
I was trying to create a filter for an IOS command.
My problem is that I need to know in a quick way the port mod/num + description
(as it was in the old CatOS command "sh port").
Now, if I do a
show interfaces | inc Giga
I get the port number but no description.
if I do a
show interfaces | inc Description
I get the description but no port number.
Is there any way to apply a "double filter" so I get 2 lines in output?
e.g.
GigabitEthernet1/32 is administratively down, line protocol is down (disabled)
Description: Link to Corporate Firewall
Regards
Solved! Go to Solution.
05-10-2006 02:27 AM
Hi Friend,
Try "show interfaces description" or "sh int brief"
Output will be something like
Router> show interfaces description
Interface Status Protocol Description
PO0/0 admin down down First POS interface
PO0/1 admin down down
Gi1/0 up up GigE to server farm
HTH, if yes please rate the post.
Ankur
05-10-2006 02:27 AM
Hi Friend,
Try "show interfaces description" or "sh int brief"
Output will be something like
Router> show interfaces description
Interface Status Protocol Description
PO0/0 admin down down First POS interface
PO0/1 admin down down
Gi1/0 up up GigE to server farm
HTH, if yes please rate the post.
Ankur
05-10-2006 02:43 AM
Thanks!
show interface description
solved the problem
(by the way it is on a 6500 running in native mode)
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