I have 3 switches one X460 and two X440 with are conected with fiber
X460<---->X440<---->X440
...and i want use Mgmt vlan as i use my other vlan so i dont need to go to every switch and connect to managment port every time i want to make changes:)
So i made:
(24 is a fiber port)
config vlan1 add port 24 tagged
config vlan2 add port 24 tagged
but when i try to (i want to connect Mgmt vlan betwen switches)
config Mgmt add port 24 tagged
i get error that i cant change Mgmt vlan...
when i create another vlan for example:
config vlan manage2 ipaddress 172.16.1.1 255.255.255.0
I can't acces web config.. even if enable web http (its working only for native Mgmt vlan)
also I can't ping 172.16.1.1
How to create management Vlan so i can acces every switch web configuration?