Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-26-2016 05:47 AM
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-26-2016 05:55 AM
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
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
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-29-2016 01:19 PM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-26-2016 08:50 AM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-26-2016 06:05 AM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-26-2016 05:55 AM
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
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
