cancel
Showing results for 
Search instead for 
Did you mean: 

Extreme 5520 VOSS 8.4.1.1 - Telnet/SSH/https connection from end device to mgmt vlan IP

Extreme 5520 VOSS 8.4.1.1 - Telnet/SSH/https connection from end device to mgmt vlan IP

kevin_phi
New Contributor

Dear all, 

I’m currently testing the last VOSS 8.4.1.1 version on Extreme 5520 switch. 

I tried to connect (telnet/ssh/https) to the switch via vlan mgmt interface from my computer (192.168.202.100/24) connected directly on the switch (port 1/24) without success. The mgmt vlan IP doesn’t respond to the ping from computer and vice/versa.

You can see below my basic configuration :

boot config flags sshd
boot config flags telnetd
web-server enable

vlan members remove 1 1/1-1/24,2/1-2/4 portmember
vlan create 202 name "NLS Mgmt VLAN" type port-mstprstp 0
vlan members 202 1/24 portmember
interface Vlan 202
ip address 192.168.202.99 255.255.255.0 0

mgmt vlan 202
mac-offset 0
ip address 192.168.202.99/24
enable
 

Does someone know if I missed something in the configuration ?

Many thanks
 

 

8 REPLIES 8

bfaltys
Contributor II
Is port 1/24 tagging?

vlan ports 1/24 tagging untagall

Ludovico_Steven
Extreme Employee
Under library, see entry

RE: segmented management on 5520 running VOSS

It has a pdf attached explaining the new VOSS Segmednted Mgmt interface starting from VOSS 8.2.0.0

PaulF2
New Contributor
I had a similar problem until I added a route in the mgmt VLAN context even though the switch already had a default route.

So in your case try:

mgmt vlan  (yes without the VLAN id)
ip route 0.0.0.0/0 next-hop your.router.ip.here

You may find you can then connect.

poddy
New Contributor II
And disable the firewall on your PC.
GTM-P2G8KFN