cancel
Showing results for 
Search instead for 
Did you mean: 

no SSh access to switch

no SSh access to switch

EtherNation_Use
Contributor II
Create Date: Feb 1 2012 6:02AM

Hello,

I do have two extreme switches 450a-48t interconected.

SW is summitX-12.6.2.10-patch1-3.xos version with ssh mod installed.

from one switch I can ping the other in the same Vlan.

But when I do ssh I receive next error:

SW-00.16 # ping 192.168.13.2
Ping(ICMP) 192.168.13.2: 4 packets, 8 data bytes, interval 1 second(s).
16 bytes from 192.168.13.2: icmp_seq=0 ttl=64 time=3.791 ms
16 bytes from 192.168.13.2: icmp_seq=1 ttl=64 time=2.050 ms
16 bytes from 192.168.13.2: icmp_seq=2 ttl=64 time=2.049 ms
16 bytes from 192.168.13.2: icmp_seq=3 ttl=64 time=7.787 ms

--- 192.168.13.2 ping statistics ---
4 packets transmitted, 4 packets received, 0% loss
round-trip min/avg/max = 2/3/7 ms
SW-00.17 #
SW-00.17 #
SW-00.17 # ssh admin@192.168.13.2
ssh: connect to host 192.168.13.2 port 22: Network is unreachable

I do understand ssh is enabled in all ports:

enable ssh2 port 22 vr all



Could someone help me with this issue?

BR





(from Mas_Esteve)
8 REPLIES 8

EtherNation_Use
Contributor II
Create Date: Feb 1 2012 9:32AM

I do think is in-band.

same Vlan tagged, with different ports interconnected by vrrp



(from Mas_Esteve)

EtherNation_Use
Contributor II
Create Date: Feb 1 2012 9:22AM

Hey Tomas

Are you using out of band network or are you doing this inband? Vr-mgmt is out if band.
P (from Paul_Russo)

EtherNation_Use
Contributor II
Create Date: Feb 1 2012 9:14AM

tahnks for the help, but I do still have the issue: SW-00.1 # ssh2
cipher cipher to use for encrypting the session
compression specify whether to use compression
port port
user user
vr Virtual router
Remote host name or IP address with optional user name
SW-00.1 # ssh2 user admin vr vr-mgmt 192.168.13.2
ssh: connect to host 192.168.13.2 port 22: Network is unreachable
SW-00.2 # ssh2 user admin 192.168.13.2
ssh: connect to host 192.168.13.2 port 22: Network is unreachable
SW-00.3 #
How can I check ssh process is up?

(from Mas_Esteve)

EtherNation_Use
Contributor II
Create Date: Feb 1 2012 8:29AM

ssh2 vr

ssh2 user vr

(e.g. ssh2 user switchadmin vr vr-mgmt 192.168.1.1)

(from Richard_Porter)
GTM-P2G8KFN