IP address on VLAN

Post Reply
EmptySet
Member
Posts: 12
Joined: 30 Mar 2017 12:22

IP address on VLAN

Post by EmptySet »

Hello everyone,

I have had to power on an old OS6850 for emergency use and I'm having an issue; this particular switch seems to have an IP assigned to VLAN 1 that I can't seem to remove. I apologize, I'm not fluent in Alcatel syntax so this may be a very easy solution.

Code: Select all

show configuration snapshot
Returns:
vlan 1 enable name "vlan 1"
vlan 1 ip 172.16.2.1 255.255.0.0

This makes me think it's a layer 3 VLAN but it doesn't have an interface under

Code: Select all

show ip interface
And because it's VLAN 1, I can't remove the VLAN.

How can I remove the IP address from VLAN 1?

Thanks in advance.
silvio
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 1894
Joined: 01 Jul 2008 10:51
Location: Germany

Re: IP address on VLAN

Post by silvio »

you have configured a vlan rule. Delete it and configure the ip interface with this comand:

Code: Select all

ip interface IF-1 address 172.16.2.1/16 vlan 1
EmptySet
Member
Posts: 12
Joined: 30 Mar 2017 12:22

Re: IP address on VLAN

Post by EmptySet »

Thank you for the reply. You are correct, there is a VLAN rule.

Code: Select all

show vlan rules
Shows an ip-net rule. However, when I try and remove the IP network rule :

Code: Select all

VLAN 1 no ip 172.16.2.1
I get an error: ERROR:GROUP MOBILITY - RULE NOT PRESENT

Is there a different syntax to remove the rule?

Thanks.
silvio
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 1894
Joined: 01 Jul 2008 10:51
Location: Germany

Re: IP address on VLAN

Post by silvio »

try the rule with mask - or the no at the start of the line.
regards
Silvio
EmptySet
Member
Posts: 12
Joined: 30 Mar 2017 12:22

Re: IP address on VLAN

Post by EmptySet »

Thank you… adding the mask to it did remove the rule.

Appreciate the help!
Post Reply

Return to “OmniSwitch 6850 / 6850E”