Link to home
Start Free TrialLog in
Avatar of francisbenoit
francisbenoit

asked on

no possible to go back of a router towards an cisco access server 2509

Hi

The combination Ctrl+shift+6 then x planned to return on the terminal server has no effect.

I tried with 2 pc different, and the software of console Hyperterminal, Tera term unsuccessfully.

Here is the configuration of the access server:

 

AS#show running-config                      

Building configuration...

 

Current configuration : 661 bytes

!

version 12.1

no service single-slot-reload-enable

service timestamps debug uptime

service timestamps log uptime

no service password-encryption

!

hostname AS

ip subnet-zero

ip host R3 2003 100.1.1.1

ip host R2 2002 100.1.1.1

ip host R1 2001 100.1.1.1

interface Loopback0

 ip address 100.1.1.1 255.255.255.255

!

interface Ethernet0

 no ip address

 shutdown

!

interface Serial0

 no ip address

 shutdown

 no fair-queue

!

interface Serial1

 no ip address

 shutdown

!

ip classless

ip http server

line con 0

 exec-timeout 0 0

 no fair-queue

!

interface Serial1

 no ip address

 shutdown

!

ip classless

ip http server


line con 0

 exec-timeout 0 0

 logging synchronous

line 1 8

 exec-timeout 0 0

 no exec

 transport input all

line aux 0

line vty 0 4

 login

!

end

 

Next, I connect in the R1 router
 

AS#R1



Trying R1 (100.1.1.1, 2001)... Open

 

R1>

R1>enable

Password:****

R1#

.... next I make ctrl+shift+6 then x


R1#

.....no possible to go back on AS

 

Can you help me to resolve this problem.

 

Thanks.

 

Francis.
Avatar of Saineolai
Saineolai
Flag of United States of America image

Can you just type exit?
ASKER CERTIFIED SOLUTION
Avatar of rfc1180
rfc1180
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of francisbenoit
francisbenoit

ASKER

Hi Billy(rfc1180),

Effectively the probleme comes probably from the mismanagement of the sequence Ctrl-Shift-6 then x by the virtual terminal
I use the version 7 of Hyperterminal, How I can ensure me those key sequences correct are one the emulator.

Thanks.
Francis.

Hi Billy,

Effectively the problem comes probably from the mismanagement of the sequence Ctrl-Shift-6 then x by the virtual terminal.
I use the version 7 of Hyperterminal, How I can ensure me those key sequences correct are one the emulator.

Thanks.
Francis.

to expert : rfc1180

Hi Billy

For verify that key sequences correct are one the emulator,I have monitoring serial port linked with Hyperterminal and I to state that ctrl+shift+6 then x generate hex code 2D 18

Please could you verify the same codes are sent towards your terminal server?
Thanks.
Francis.