Alcatel basic configuration

Post Reply
Samuel_85

Alcatel basic configuration

Post by Samuel_85 »

Hi guys,

I´m not sure if my first post was published..I have a doubt about assinging an ip to vlans. I am familizarize with 6602 CLI, so I know that you just have to write

vlan (id ) router ip x.x.x.x x.x.x.x e2 (ether encap)

Now, I have to change the 6602 and use a 6850. I tried using the command above, but a return message appeared telling that the command is not supported.

I was reading the manual, I found this configuration:
ip interface "string" address x.x.x.x mask x.x.x.x vlan (id)

Is it ?
thanks in advanced for your help....
devnull

Re: Alcatel basic configuration

Post by devnull »

I am not familar with the 6602, but the command

Code: Select all

ip interface "name" address x.x.x.x mask y.y.y.y vlan [ID]
creates an IP Interface for this vlan.

you may need to create/enable the vlan

Code: Select all

vlan [id] enable name "Management"
Maybe you want to put some ports untagged (default) in there

Code: Select all

vlan [id] port default 1/11-15 
or tag them:

Code: Select all

vlan [id] 802.1q 1/25
but seriously: get a manual!
Post Reply

Return to “OmniSwitch 6850 / 6850E”