In Cisco IOS, Every mode (user mode, privileged mode etc) has help system built in. You can use the magic question mark (?) in user mode as well as in sub-configuration mode.
What if you want to use question mark (?) in description or aspath-regex. :)
Well, to write a question mark in IOS, the escape sequence CTRL-V or ESC-Q must be entered first, otherwise the IOS parser will interpret the question mark as an attempt to invoke the context sensitive help.
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int
Router(config)#interface gi3/0/0
Router(config-if)#des
Router(config-if)#description ?
LINE Up to 240 characters describing this interface
Router(config-if)#description
You see, when you write ? this will bring you to the help menu. What if you really want to write description along with ?. You can use CTRL-V or ESC-Q.
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int
Router(config)#interface gi3/0/0
Router(config-if)#des
Router(config-if)#description (now press CTRL-V or ESC-Q)
Router(config-if)#description ?IGotIt (oh it worked)
You can use CTRL-V or ESC-Q whenever or wherever it's needed :)
Register today for Virtual Cloud Day 2013 coming on 30 May 2013
-
If you are having trouble reading this email, read the online version.
[image: Invitation to Attend Virtual Cloud Day 2013]
*VMware Virtual Cloud Day is ...
11 years ago
No comments:
Post a Comment