07-16-2020 08:32 AM
Hi Guys,
I want to remotely access our MLXe router.
Right now I am configuring SSH and I can PING the interface management IP. I don't know why it is not working. Please help.
Please see details below:
VI#show ip ssh config
SSH server : Enabled
SSH port : tcp\22
Host Key : DSA 1024
Encryption : aes256-cbc, aes192-cbc, aes128-cbc, aes256-ctr, aes 192-ctr, aes128-ctr, 3des-cbc
Permit empty password : No
Authentication methods : Password, Public-key, Interactive
Authentication retries : 3
Login timeout (seconds) : 120
Idle timeout (minutes) : 0
Strict management VRF : Disabled
Include all VRF : Disabled
Copy Received CoS : Disabled
SCP : Enabled
SSH IPv4 clients : All
SSH IPv6 clients : All
SSH IPv4 access-group :
SSH IPv6 access-group :
SSH Client Keys :
SSH VLAN : 100
V-1#
Regards,
Solved! Go to Solution.
07-16-2020 01:37 PM
Sazon,
I see you have the SSH VLAN configured as VLAN 100. This means that if you are not connecting to the switch via VLAN 100 (i.e. the Management Interface) the SSH session will not connect.
Also another commonly missed step is; in order for a user to SSH to an MLX device you need to also setup the AAA configuration.
Example for a local user:
MLX(config)#aaa authentication login default local
Thanks,
Michael Morey
Principal Technical Support Engineer / Extreme Networks
07-16-2020 01:37 PM
Sazon,
I see you have the SSH VLAN configured as VLAN 100. This means that if you are not connecting to the switch via VLAN 100 (i.e. the Management Interface) the SSH session will not connect.
Also another commonly missed step is; in order for a user to SSH to an MLX device you need to also setup the AAA configuration.
Example for a local user:
MLX(config)#aaa authentication login default local
Thanks,
Michael Morey
Principal Technical Support Engineer / Extreme Networks