Management VLAN

troy
Member
 
Posts: 32
Joined: Wed Dec 21, 2016 2:41 pm
Has thanked: 1 time
Been thanked: 2 times

Management VLAN

Thu Sep 28, 2017 9:04 am

Have a WS-12-250-AC rev F running 1.4.7. Need to change from VLAN 1 to VLAN 301. Untagged on all ports except 13.

Current VLAN config. Pretty basic stuff.

Code: Select all
 "VLANs": [
 {
 "ID": 1,
 "Name": "Management",
 "Enable": true,
 "PortSettings": "UUUUUUUUUUUUEU",
 "IPv4_Enable": false,
 "IPv4_Address": "",
 "IPv4_Netmask": "",
 "IPv6_Enable": false,
 "IPv6_Address": "",
 "IGMP_Querier": false
 },
 {
 "PortSettings": "EEEEEEEEEEETTE",
 "Enable": true,
 "Name": "Backhaul",
 "ID": "301",
 "IPv4_Enable": true,
 "IPv4_Address": "172.23.250.5",
 "IPv4_Netmask": "255.255.255.0",
 "IPv6_Enable": false,
 "IPv6_Address": "",
 "IGMP_Querier": true
 }
 ],

 


So, I went into the GUI (too chicken to try a config from the CLI yet) and removed 301, set Management to 301, with ports 1-12 untagged, 13 tagged. The switch didn't seem to like that:

Code: Select all
Sep 28 08:27:20 UI: Configuration changed by admin (xx.yyy.zzz.nn)
Sep 28 08:27:20 UI: VLAN 1 ID: changed from '1' to '301'
Sep 28 08:27:20 UI: VLAN 1 PortSettings: changed from 'UUUUUUUUUUUUEU' to 'UUUUUUUUUUUUTU'
Sep 28 08:27:20 UI: VLANs: removed 'Backhaul'
Sep 28 08:27:24 admin: removing lan (eth0.301) from firewall zone lan
Sep 28 08:27:28 admin: adding lan (eth0.301) to firewall zone lan
Sep 28 08:27:32 admin: adding lan (eth0.301) to firewall zone lan
Sep 28 08:27:33 STP: set port 1 to discarding
Sep 28 08:27:33 STP: set port 2 to discarding
Sep 28 08:27:33 STP: set port 4 to discarding
Sep 28 08:27:33 STP: set port 5 to discarding
Sep 28 08:27:33 STP: set port 6 to discarding
Sep 28 08:27:34 STP: set port 11 to discarding
Sep 28 08:27:34 STP: set port 12 to discarding
Sep 28 08:27:34 STP: set port 13 to discarding
Sep 28 08:27:34 STP: MSTI0: New root on port 2, root path cost is 200000
Sep 28 08:27:34 STP: set port 2 to learning
Sep 28 08:27:34 STP: set port 2 to forwarding
Sep 28 08:27:34 STP: set port 12 to learning
Sep 28 08:27:35 STP: set port 12 to forwarding
Sep 28 08:27:35 STP: set port 12 to discarding
Sep 28 08:27:35 STP: set port 5 to learning
Sep 28 08:27:35 STP: set port 5 to forwarding
Sep 28 08:27:35 Port: link state changed to 'down' on port 13
Sep 28 08:27:35 STP: set port 12 to learning
Sep 28 08:27:35 STP: set port 12 to forwarding
Sep 28 08:27:36 Port: link state changed to 'up' (1G) on port 13
Sep 28 08:27:36 STP: set port 13 to discarding
Sep 28 08:27:36 STP: set port 11 to learning
Sep 28 08:27:36 STP: set port 11 to forwarding
Sep 28 08:27:36 STP: set port 6 to learning
Sep 28 08:27:37 STP: set port 6 to forwarding
Sep 28 08:27:37 STP: set port 4 to learning
Sep 28 08:27:37 STP: set port 4 to forwarding
Sep 28 08:27:37 STP: set port 1 to learning
Sep 28 08:27:37 STP: set port 1 to forwarding
Sep 28 08:27:39 STP: set port 13 to learning
Sep 28 08:27:39 STP: set port 13 to forwarding
Sep 28 08:32:30 admin: Reverting to last known good configuration


Any suggestions on how to change the management vlan? I have no choice but to pass 301 tagged on port 13.
Thanks!

Julian
 

Re: Management VLAN

Thu Sep 28, 2017 9:08 am

so, in the GUI, the top VLAN (no matter what it is) in the list is the one your management IP will be available on - You could've just moved 301 up above 1, with I think different results?

troy
Member
 
Posts: 32
Joined: Wed Dec 21, 2016 2:41 pm
Has thanked: 1 time
Been thanked: 2 times

Re: Management VLAN

Thu Sep 28, 2017 12:07 pm

Got it. Had to remove 301 first, then changed management to 301 without issue. For some reason, it didn't like doing both at the same time.

Return to General Discussion

Who is online

Users browsing this forum: No registered users and 30 guests