cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2941
Views
0
Helpful
5
Replies

Unable to access SSH via management interface Cisco router 4331

stephennoel
Level 1
Level 1

Hey all, I'm trying to do SSH to my router via management interface but it is not working, it doesn't work via same network or if connected directly.

5 Replies 5

Leo Laohoo
Hall of Fame
Hall of Fame
crypto key generate rsa modulus 4096

There is absolutely no problem with SSH access via VTY lines.

If SSH works ok for vty then it certainly is not a question about whether SSH is properly configured. If SSH works to vty but does not work to management interface then it suggests that there is some other issue, perhaps the management vrf does not have a route to the subnet where you are originating SSH?

 

HTH

 

Rick

HTH

Rick

Hello

Be easier if you posted th


@stephennoel wrote:

Hey all, I'm trying to do SSH to my router via management interface but it is not working, it doesn't work via same network or if connected directly.



If applicable, Could you post the config of the router in question, could a various reasons why it isn't working


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

interface GigabitEthernet0
vrf forwarding Mgmt-intf
ip address 10.10.X.X 255.255.255.0
negotiation auto
end

 

Configuration for mgmt interface;

There is no problem with SSH access via VTY lines.