11-27-2007 10:51 AM - edited 03-05-2019 07:39 PM
when i try to find specific item in the sh run i should use more parameters like the following
show run | include (interface | 10.1.1.1)
Is there any DOCs on cisco explain the show command with detailed parameters?
11-27-2007 11:40 AM
11-27-2007 04:52 PM
Learn to use the "pipe" command , it comes in very handy when looking for particular things in a config . You can pipe almost any parameter from show ip route to just about any "show command. . If you have say a large config and you want to look for something in particular say like snmp parameters instead of going theu the whole config use like " show runn | begin snmp and that will take you to the snmp area in the config directly. Pipe is your friend to save some time.
11-28-2007 06:41 AM
How can i display interafec vl 25 and it ip 1.1.1.1 only . I tried to use
show run | inc (interface | 1.1.1.1) but it gives me all the interfaces too
11-28-2007 08:30 AM
How about show ip interface vlan 25 | i Internet
11-28-2007 10:33 AM
Suppose that i know the ip address but i don't know the vlan number
11-28-2007 04:12 PM
show runn | begin
11-28-2007 06:02 PM
show ip interface brief | i [ip address]
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