cancel
Showing results for 
Search instead for 
Did you mean: 

Remove ip from one Vlan and add it to another Vlan

Remove ip from one Vlan and add it to another Vlan

Bryan_Hernadez
New Contributor
Hello, I’m new to the extreme SW..... I want to know what the commands are to remove an IP from a Vlan and add it to another Vlan. I understand that it has an extructure similar to this one:

confugure vlan delate “name_vlan” IP 10.10.10.10 add “name_vlan” IP 10.10.10.10 “name_vlan”
8 REPLIES 8

davidj_cogliane
Contributor
What's the goal? You could change the name of the VLAN and I am pretty sure you can change the tag then you would not have to worry about port changes. Configure VLAN "blue" tag 1110

this is true, what the OPs goal is definatly needed.

David_Rahn
New Contributor

just to be clear you will need to identify what switchs you are working on.

I am an XOS ( x460,x440,x450 etc) guy

example in Xos is you have vlan red ( ip 10.0.0.1/24) and vlan blue

unconfigure vlan red ip address
configure vlan blue ip address 10.0.0.1/24

Dave

Drew_C
Valued Contributor III
Hi Bryan,
There are two articles that I think will help you here:

How To Remove VLAN IP Address on EXOS
How to configure an IP address on a VLAN

Make sure you aren't connected to the IP address you are about to remove (via telnet or SSH). If so, you'll need to write a script or connect via console to make this change.
GTM-P2G8KFN