ALCATEL - VLAN Examples

From Wiki.IT-Arts.net


VLAN EXAMPLES FOR ALCATEL


Single Port Tagged/Untagged Traffic

Renaming interface :

interfaces port 5/1/44 alias "<NAME>"

Setting the VLAN :

vlan 2139 members port 5/1/44 untagged
vlan 2150 members port 5/1/44 tagged
vlan 2152 members port 5/1/44 tagged
vlan 2154 members port 5/1/44 tagged


LACP Ports Tagged/Untagged Traffic

Creating the LACP interface :

linkagg lacp agg 11 size 2 admin-state enable 
linkagg lacp agg 11 name "<NAME>"
linkagg lacp agg 11 actor admin-key 11

linkagg lacp port 1/1/5 actor admin-key 11
linkagg lacp port 1/1/7 actor admin-key 11

Then, VLAN affectation :

vlan 2139 members linkagg 11 untagged
vlan 2150 members linkagg 11 tagged
vlan 2152 members linkagg 11 tagged
vlan 2154 members linkagg 11 tagged


Reminder

show vlan

Displays a list of all VLANs configured on the switch and the status of related VLAN properties (for example, admin and Spanning Tree status and router port definitions).


show vlan port

Displays a list of VLAN port assignments.


show ip interface

Displays VLAN IP router interface information.


show vlan router mac status

Displays the current MAC router operating mode (single or multiple) and VLAN router port statistics.