Network Enhancers - "Delivering Beyond Boundaries" Headline Animator

Tuesday, January 4, 2011

Cisco Question Mark Magic

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 :)

No comments:

Post a Comment

My Blog List

Networking Domain Jobs