09-23-2021 02:38 PM
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
10-12-2021 10:22 AM
10-12-2021 08:46 AM
09-29-2021 10:23 PM
Is your computer plugged into the switch out-of-band management port on the universal 5520 running VOSS? (Sorry, old Nortel/Avaya/Extreme guy, 5520 could be ERS or Universal to me.)
Either way, I’ve had to assign a different IP address for the management port, but on the same subnet as the segmented management VLAN’s IP address.
Something like:
interface Vlan 202
ip address 192.168.202.99 255.255.255.0 0
mgmt vlan 202
ip address 192.168.202.199/24
09-23-2021 03:57 PM
Try removing the IP under VLAN interface and then do:
int vlan 202
no enable
enable