cancel
Showing results for 
Search instead for 
Did you mean: 

VOSS - Can't add multiple VLANs to a port or VLANs to an MLT or port from VLAN!?

VOSS - Can't add multiple VLANs to a port or VLANs to an MLT or port from VLAN!?

Anonymous
Not applicable

Hi,

Appreciate this could be a straight forward question, its for a VSP8600 version 6.3.2.0.

The system has been configured using the simplified vist (it was requested)

As part of the configuration I need to add VLANs to MLT interfaces like so:

mlt 55 vlan 50,52,56,70,101,109,223,510-511,514,562,580,666,669,723,787

Issue I have is that it wont let me add this unless I disable LACP on the MLT interface first, so to add the VLANs I would need to do the following:

interface mlt 55
no lacp enable
mlt 55 encap dot1q
mlt 55 vlan 50,52,56,70,101,109,223,510-511,514,562,580,666,669,723,787
interface mlt 55
lacp enable
exit

This is odd to me, as what happens if this was a working MLT, doesn’t make sense to have to disable LACP just to add more VLANs to it?.

Additionally there seems to be a way to add multiple ports to a VLAN but not multiple VLANs to a port

As an example you can execute the following:

vlan members 2 2/23-2/24,3/24,4/23-4/24,5/24,6/23-6/24 portmember

but I can’t do the this, it will only except one VLAN at a time!?

vlan member add 50,52,54,56,101,107,109,510-511,562,580,775,787,794-795,900-901 2/1

I need to add multiple VLANs to the port because it is a core switch where every port has multiple VLANs and I have a lot to do, so I couldn't’t really do it in reverse!?

Another issue is If I try and use the EDM as per below to remove a port from a VLAN I get the following error:

f9884072743e416b8928ed2e1e94f195_fd41b401-ac93-46d5-a747-d1ef4a5743bc.png


Sure there is a perfect explanation just seems odd on the surface.

Many thanks in advance

1 ACCEPTED SOLUTION

Ludovico_Steven
Extreme Employee

Since I already sold you my ACLI terminal in another post…

http://www.oranda.fr/ACLI-terminal/

With it, you can do the following..

Create VLANs:

VSP8600-1:1(config)#% vlan create %s type port 0 &'10-20,25
VSP8600-1:1(config)#% vlan create 10 type port 0
VSP8600-1:1(config)#% vlan create 11 type port 0
VSP8600-1:1(config)#% vlan create 12 type port 0
VSP8600-1:1(config)#% vlan create 13 type port 0
VSP8600-1:1(config)#% vlan create 14 type port 0
VSP8600-1:1(config)#% vlan create 15 type port 0
VSP8600-1:1(config)#% vlan create 16 type port 0
VSP8600-1:1(config)#% vlan create 17 type port 0
VSP8600-1:1(config)#% vlan create 18 type port 0
VSP8600-1:1(config)#% vlan create 19 type port 0
VSP8600-1:1(config)#% vlan create 20 type port 0
VSP8600-1:1(config)#% vlan create 25 type port 0
VSP8600-1:1(config)#%

I only typed the 1st command, the rest is done by the terminal..

And then to assign them all to a port:

VSP8600-1:1(config)#% vlan members add %s 2/4 &'10-20,25
VSP8600-1:1(config)#% vlan members add 10 2/4
VSP8600-1:1(config)#% vlan members add 11 2/4
VSP8600-1:1(config)#% vlan members add 12 2/4
VSP8600-1:1(config)#% vlan members add 13 2/4
VSP8600-1:1(config)#% vlan members add 14 2/4
VSP8600-1:1(config)#% vlan members add 15 2/4
VSP8600-1:1(config)#% vlan members add 16 2/4
VSP8600-1:1(config)#% vlan members add 17 2/4
VSP8600-1:1(config)#% vlan members add 18 2/4
VSP8600-1:1(config)#% vlan members add 19 2/4
VSP8600-1:1(config)#% vlan members add 20 2/4
VSP8600-1:1(config)#% vlan members add 25 2/4
VSP8600-1:1(config)#%
VSP8600-1:1(config)#% vlni 2/4
alias% show interfaces gigabitEthernet vlan 2/4
====================================================================================================
Port Vlans
====================================================================================================
PORT DISCARD DISCARD DEFAULT VLAN PORT UNTAG DYNAMIC UNTAG
NUM TAGGING TAGFRAM UNTAGFRAM VLANID IDS TYPE DEFVLAN VLANS VLANS
----------------------------------------------------------------------------------------------------
2/4 enable false false 1 1,10,11,12,13,14,15,16,17,18,19,20,25 normal disable P
----------------------------------------------------------------------------------------------------

Again, I only typed the 1st command, and then the vlni 2/4 one.

View solution in original post

9 REPLIES 9

Roger_Gravelle
Extreme Employee

Regarding the edge switches I was hoping that you had something that supported Fabric Attach such as EXOS or ERS. That would make it much easier for you. Unfortunately EOS does not have FA.

 

There was a time where you had to disable the LACP LAG to add VLANs but that was changed several years back (for good reason). You should be able to do so using the above commands. Note that when you save to config you will see the ports in a ‘vlan member add’ command. Also note that if you have any ports that are members of the LACP LAG but not up you may need to add them manually while down - they must match in order to be dynamically added to the LAG when they come up.

EXTR_Paul
Extreme Employee

As a rule traditional LACP is not dynamic.  So you must disable the LACP to perform and config Moves, Add, and Changes.  So that is normal behavior.

 

That was the beauty of MLT was that it was a Dynamic LAG.  That is why you should always use MLT first and only LACP when you absolutly have to.   If its an NORTEL, AVAYA or Extreme ERS on the other end of the connections always just use MLT.

 

As for adding VLANs,  I always use the VLAN MEMBER ADD (Vlan ID) <Ports> command.  

Or the VLAN MLT XX XX command.  (forget the exact syntax)

 

Anonymous
Not applicable

Hi Roger / Dinesh,

Thanks for both answering, let me try those commands and get back to you.

In regards to the switches they are EOS B and C-Series switches connecting to the ports.

Get back shortly

Thanks,

Dinesh_Rego
Extreme Employee

Have you tried using “mlt <id> vlan <vids” instead of “vlan mlt <vid> <mlt-id>” when adding VLANs to LACP enabled MLT?

 

 

Roger_Gravelle
Extreme Employee

Hi Martin, when the LAG is configured as LACP and it is operationally UP in order to add a VLAN try using the following syntax:

vlan mlt <vlan id> <mlt id>

 

I don’t think that you can add multiple VLANs in one step.

 

Just curious what type of switches are connected to those ports?

GTM-P2G8KFN