Unsolved
This post is more than 5 years old
3 Posts
1
483000
June 17th, 2008 03:00
Remove IP address on VLAN 1
I have a 6224P switch that I need to integrate with some HP switches. My existing setup uses VLAN 1 for the data network and VLAN 10 for the VOIP network. I've tried to remove ip address on VLAN 1 by entering the interface for this VLAN and issuing "no ip address 192.168.2.1 /24", but I just get an error that says the VLAN cannot be removed. Any suggestions?



gheyse
2 Posts
1
June 19th, 2008 07:00
tjteru
3 Posts
1
June 19th, 2008 14:00
Ralf007
11 Posts
1
June 22nd, 2008 13:00
Hi!
I think you tried:
config
interface vlan 1
no ip address ....
Please try the following:
config
no ip address 192.168.2.1 255.255.255.0
Do NOT enter "interface vlan 1"!
tjteru
3 Posts
1
June 24th, 2008 21:00
DanielJusta
1 Message
2
October 8th, 2012 10:00
You cant specify an address when removing it in vlan 1. For example
Config# int vlan 1
Config# no ip address
That should work.
praveenvvas
1 Rookie
•
3 Posts
1
March 14th, 2014 13:00
int vlan 1
no ip address
praveenvvas
1 Rookie
•
3 Posts
1
March 14th, 2014 13:00
This is only the right option.
Reniki
1 Message
0
December 6th, 2019 13:00
Thank you, that helped me.
MHzClaw
1 Message
0
January 12th, 2022 07:00
made an account, just to thank you @ Daniel Justa