01-13-2021 06:24 PM
Trying to install a x440-G2-24p switch. I want to put a IP address on the switch so I can use the GUI. I don't want to put it as the default. What command would I use to assign a IP address to the switch?
Solved! Go to Solution.
01-13-2021 06:31 PM
Hello Alien,
if you need a new vlan do:
create vlan Test
config vlan Test ipaddress 10.10.10.1/24
if you want use the vlan 1 (default) use:
config vlan default ipaddress 10.10.10.1/24
Don’t forget:
save config
01-13-2021 06:31 PM
Hello Alien,
if you need a new vlan do:
create vlan Test
config vlan Test ipaddress 10.10.10.1/24
if you want use the vlan 1 (default) use:
config vlan default ipaddress 10.10.10.1/24
Don’t forget:
save config