Options

Access Server ???

runsshrunssh Member Posts: 37 ■■□□□□□□□□
I've configured a 2509 AS to allow me to console to various routers. I just discovered that one of those routers has a NM-16A. I'd like to use two of those lines to gain console access to two 2950 switches. I have no problems getting console access to this router (R2620) via the 2509AS. I also have no problem accessing the switches from the 2620. My problem is that once I've logged into the switch(via R2620), I'm not able to get back to the R2620 user and/or exec mode. I hit "ctrl+shift+6 then x" but that just takes me back to the 2509 prompt. From there, If I try to reopen the session to R2620, I'm taken back to the SW1 session. Is this even possible to accomplish or am I sounding too convoluded?

Here's my path:

2509 --> R2620 --> SW1 --> 2509

How do I get back to user/exec mode on the R2620 from SW1? I have some print screens to help facilitate any responses. Thanks in advance.






R2620#sh run
Building configuration...

Current configuration : 1027 bytes
!
version 12.3
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname R2620
!
boot-start-marker
boot system flash c2600-i-mz.123-22.bin
boot-end-marker
!
enable secret 5 $1$vOQJ$2AZq8EKdeWZpvNns5yOWh.
enable password 7 0142555502525F
!
no aaa new-model
ip subnet-zero
ip cef
!
!
no ip domain lookup
ip host SW1 2034 172.16.10.1
ip host SW2 2035 172.16.10.1
!
ip audit po max-events 100
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Loopback0
ip address 172.16.10.1 255.255.255.255
!
interface FastEthernet0/0
no ip address
no ip mroute-cache
speed auto
full-duplex
!
interface Serial0/0
no ip address
no ip mroute-cache
shutdown
no fair-queue
!
no ip http server
no ip http secure-server
ip classless
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
password 7 110A15040401
logging synchronous
login
line 33 48
password 7 060503205F5D
login
no exec
transport input all
line aux 0
password 7 060503205F5D
login
line vty 0 4
password 7 060503205F5D
login
!
!
end

Comments

Sign In or Register to comment.