cancel
Showing results for 
Search instead for 
Did you mean: 

Change IP on interface VLAN remote

Change IP on interface VLAN remote

Nobel
New Contributor II
Is it an easy way to change a interface VLAN remote?
As far as I see it is not possible to set more than one IP an a interface...

19 REPLIES 19

and you have used tftp to store this on remote switch?

Burak_Kale
New Contributor II
unconfigure vlan default ipaddress
configure vlan default ipaddress 192.168.10.4/24

The script is on the remote switch?

JeremyClarkson
New Contributor
how would you go about creating a script to work with XOS.

say if I needed to change a switch interface remotely and unconfig would obviously drop me from connection, is there a way to upload script and run from within XOS

Tommy
New Contributor
You can make a script that does it for you, something like:

unconfig default ipaddress
config default ipaddress x.x.x.x/xx

That should do it.
GTM-P2G8KFN