Here are just a few notes from c360 TS 1-2...
You can use the pipe as an "OR":
show run | <include | exclude | section> ospf
_______________
This will include the characters "ip" anything can be in between with the ".*" and "34 or 45"
show run | include (ip.*34|ip.*45)
_______________
If you do a show run and it comes to the <more> prompt you can add a "/router" and it will start back at the word "router".
_______________
These (3) commands will see all of the output to the buffer where you can view it then search for desired output.
#logging buffered 100000
#no logging console
#no terminal monitor
No comments:
Post a Comment