Extreme 5520 VOSS 8.4.1.1 - Telnet/SSH/https connection from end device to mgmt vlan IP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
10-13-2021 08:55 AM
vlan ports 1/24 tagging untagall
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
10-13-2021 06:00 AM
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- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
10-13-2021 05:39 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
10-12-2021 06:31 PM
