cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2912
Views
0
Helpful
1
Replies

4331 router - cannot connect to CLI over SSH over mgmt interface

mikemosher
Level 5
Level 5

I want to connect a new 4331 router to the network using the mgmt interface (gi0) and configure it using SSH.  I have everything working, but when I SSH to the router, I do not get the CLI.  

 

I have the mgmt interface configured:

interface GigabitEthernet0
 vrf forwarding Mgmt-intf
 ip address 10.x.x.x 255.255.255.0
 negotiation auto

I have a default route:

ip route vrf Mgmt-intf 0.0.0.0 0.0.0.0 10.x.x.x

I have all the ssh stuff setup (hostname, domain name, crypto key, ssh version 2).  

I configured the transport maps according to the software configuration guide (http://www.cisco.com/c/en/us/td/docs/routers/access/4400/software/configuration/guide/isr4400swcfg/console_port____telnet__and_ssh_handling.html#task_3CDAE22060D641A08A51D1880EEEC080):


transport-map type persistent ssh Mgmt-Persistent-SSH
 rsa keypair-name mgmt-ssh
 transport interface GigabitEthernet0
 connection wait allow interruptible
transport type persistent ssh input Mgmt-Persistent-SSH

 

I created the above crypto key (mgmt-ssh).  I have a username with priv level 15 set.  I have the vty lines configured:

line vty 0
 exec-timeout 60 0
 no activation-character
 transport preferred ssh
 transport input telnet ssh
line vty 1 4
 exec-timeout 60 0
 transport preferred ssh
 transport input telnet ssh

 

 

 

With the 'connection wait allow interruptible' command set, I am able to use Ctrl-C to get to the diagnostics mode.  The issue is that after SSH'ing to the router and entering my password, I receive nothing back.  It does not give me the CLI prompt.   

 

The documentation didn't have much troubleshooting info.  What am I missing?

 

 

 

 

 

1 Reply 1

dscrimpsher
Level 1
Level 1

Did you ever find a solution for this issue?