Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Escape character not working? 1

Status
Not open for further replies.

norteldude78

IS-IT--Management
Nov 10, 2005
214
US
We have several routers where I work with the following commands:

line con 0
escape-character 35
...
line vty 0 4
escape-character 35
...
(output omitted)

Doesn't this mean for escape characters to press CTRL-SHIFT-3?

ASCII decimal 35 = #
SHIFT-3 = #

Am I misunderstanding something?

Thanks,
Bryan
 
Strange, it's not working for me either.
 
Works for me...what are you trying it with? I did a sh run, and shift 3, and it worked for me, just to let you know.

Burt
 
Actually, seems any key escapes from sh run, except space. Hmmm...

Burt
 
hehe...i tried ping...with an unknown address.

by default, ctrlshift6 works or ctrlshit6,x i think on some...

It seems so simple, but it's bugging us at work (or at least me!)

-B
 
Finally worked for me. I did escape-character 110 for line vty 0 4, and ssh'd in...

!!!!!Uh oh...better turn back around there, boy...I log all hacking attempts!!!!!!
Edge>ping 1.1.1.1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds:
..
Success rate is 0 percent (0/2)
Edge>nnnnnnnnnnnnn

Ha ha ...try 110, I gguess...I had to repeatedly press it, as you can see...

Burt
 
thanks for the input, ctrl+n works, i still cant get escape character 35 to work...oh well...i guess i've been defeated
 
It was just n, not ctrl-n...that seems easier than shift-whatever...
I wouldn't say you're defeated...perhaps it only works with ASCII that does not need shift, ctrl, or alt, like a regular letter or number?

Burt
 
GOT IT!!

I dont need the CTRL, that was the issue...

here is why I was using it:
The documentation says Ctrl-Shift-6 (Ctrl-^) is default break


So I was always pressing ctrl with my configured escape character.

But I gues when you change the escape character, you don't need the ctrl button anymore...

So escape-character is 35 (# sign)
I ping 1.1.1.2 and hit shift+3:

RTA#ping 1.1.1.2

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 1.1.1.2, timeout is 2 seconds:
...
Success rate is 0 percent (0/3)
RTA#


Voila!

Thanks

-B
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top