Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

12164

November 9th, 2013 09:00

Powerconnect 35xx management VLAN

Is possible to set VLAN different from VLAN 1 as management VLAN on Powerconnect 35xx? I can't try it at the moment as I don't have the hardware.

I suppose this configuration:

console(config)#interface vlan 10
console(config-if)# ip address 192.168.10.123 255.255.255.0

Can someone who did it in reality confirm that it works?

Thanks.

5 Practitioner

 • 

274.2K Posts

November 11th, 2013 06:00

On most PowerConenct switches you would actually change the management VLAN using this command.

console(config)#ip address vlan 10

However the 35xx switches don’t have this command. The commands you outlined will assign an IP address to VLAN 10, and you should be able to use that IP address to access the web GUI to manage the switch.

3 Posts

November 11th, 2013 13:00

Hi Daniel,

Thanks for your reply.

Just for clarification... If I assign IP address to VLAN 10, I will be able to access the GUI through this address even though I can't use "ip address vlan 10" command? Right?

Can I access web GUI only or it works for Telnet/SSH/FTP etc. too?

Many thanks

35 Posts

November 12th, 2013 03:00

It will work for alle the services including SSH and HTTPS. Just hit the IP address in the desired VLAN and set the ip default-gateway command on the global configuration if you want to manage it from another VLAN.

3 Posts

November 12th, 2013 04:00

OK, thank you.

5 Practitioner

 • 

274.2K Posts

November 12th, 2013 05:00

Correct, you will be able to Telnet, SSH to that IP address as well.

No Events found!

Top