Changed on ip router port commands

Post Reply
Samuel_85

Changed on ip router port commands

Post by Samuel_85 »

Hi guys,

I´m not familiarize with alcatel switches. I would like to be sure about the following configuration...as far as I know you can assing an IP address in 6602 switches using the command
vlan (id) router ip x.x.x.x x.x.x.x e2 (ether encap)

So, I´m going to take out that 6602 and replace it using a 6850 switch. I tried using the same command, but a message appeard telling me that command is not supported...so I guess this should be

ip interface "string" address x.x.x.x mask x.x.x.x vlan (id)

Is it ?
I would like to be sure about that command and the change...because the location of this switch will work as "core switch", so ip routes will be very important because all branches have to pass over there...

thanks, I would really appreciate your help with my doubt...
one6f

Re: Changed on ip router port commands

Post by one6f »

Hi,
ip interface "string" address x.x.x.x mask x.x.x.x vlan (id)

Is it ?
Yes, that is correct.
Some examples:

Code: Select all

vlan 12 name "VLAN 12"
vlan 24 1x1 stp disable flat stp disable name "VLAN 24"

ip interface "vl12" address 10.1.12.2 mask 255.255.255.0 vlan 12 ifindex 1
ip interface "vl24" address 172.16.24.2/24 vlan 24 
Post Reply

Return to “OmniSwitch 6850 / 6850E”