cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

How to change ip address in extreme switch

How to change ip address in extreme switch

WP
New Contributor II
How to change ip address in extreme switch
1 ACCEPTED SOLUTION

AndrƩ_Herkenrat
Extreme Employee
When your switch is factory default, it has no IP Address (unless you have a quite new release and the IP via DHCP)

Best practice is not to use the vlan default but to create a new one.

Here we go:

configure vlan default delete ports all
create vlan data tag 100
configure vlan data add ports all
configure vlan data ipadress 192.168.0.1/24

That's it

View solution in original post

4 REPLIES 4

M_Nees
Contributor III
Hi@ke,
i found a script how to change the switching ip automatically:

enable cli scripting
unconfigure "Default" ipaddress
configure "Default" ipaddress 10.1.1.200/24

# write script and via tftp to the switch
#
# or local via "edit script change-ip.xsf" (vi-like)
# ls
# X430-8p.14 # load script change-ip.xsf
# * X430-8p.15 #Regards

M_Nees
Contributor III
The ip change is only possible via a delete and a assign new one. If you have only a network connection to this switch - do it with a script.

WP
New Contributor II
Now I'm Chang ip address. " unconfigure vlan "Default" ipaddress " next, Configure vlan "Default" ipaddress xx.xx.xx.xx/xx. I'm want to chang ip address. Do not delete IP Address.

AndrƩ_Herkenrat
Extreme Employee
When your switch is factory default, it has no IP Address (unless you have a quite new release and the IP via DHCP)

Best practice is not to use the vlan default but to create a new one.

Here we go:

configure vlan default delete ports all
create vlan data tag 100
configure vlan data add ports all
configure vlan data ipadress 192.168.0.1/24

That's it
GTM-P2G8KFN