Add multiple VLAN to a TRUNK\PORT
Posted: 12 Jan 2025 06:13
Hi guys,
this is my first time using these switched (i've worked with Cisco, Juniper and Ubiquiti in the past), my main concern is to add new VLANs to an existing trunk, but command line are not so friendly on these switches
OS version is this one: Alcatel-Lucent Enterprise OS6900-T40 8.6.299.R01
This is a snapshot of current VLAN stuff (only members):
I've created a new VLAN (800) and I want to add it to linkagg 11-12 (it's a trunk that goes to a firewall), so I just need to do these commands?
Is this command distruptive? I mean if it can create a little downtime (coming from Cisco I know what I'm doing, but there no
)
Thanks in advance!
this is my first time using these switched (i've worked with Cisco, Juniper and Ubiquiti in the past), my main concern is to add new VLANs to an existing trunk, but command line are not so friendly on these switches
OS version is this one: Alcatel-Lucent Enterprise OS6900-T40 8.6.299.R01
This is a snapshot of current VLAN stuff (only members):
Code: Select all
vlan 243 members port 1/1/2 tagged
vlan 243 members port 1/2/1-10 tagged
vlan 243 members port 2/1/2 tagged
vlan 243 members port 2/2/1-10 tagged
vlan 243 members linkagg 11-12 tagged
vlan 998 members port 1/1/2 tagged
vlan 998 members port 1/2/1-10 tagged
vlan 998 members port 2/1/2 tagged
vlan 998 members port 2/2/1-10 tagged
vlan 998 members linkagg 11-12 tagged
vlan 999 members port 1/1/2 tagged
vlan 999 members port 1/2/1-10 tagged
vlan 999 members port 2/1/2 tagged
vlan 999 members port 2/2/1-10 tagged
vlan 999 members linkagg 11-12 tagged
Code: Select all
vlan 800 members linkagg 11-12 taggedThanks in advance!