ALCATEL - VLAN Examples: Difference between revisions
From IT-Arts.net
Created page with "Category:Post-It VLAN EXAMPLES FOR ALCATEL == Single Port Tagged/Untagged Traffic == Renaming interface : <nowiki> interfaces port 5/1/44 alias "<NAME>"</nowiki> Setting the VLAN : <nowiki> 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</nowiki> == LACP Ports Tagged/Untagged Traffic == Creating the LACP interface : <nowiki> linkagg lacp agg 11 size 2..." |
m Text replacement - "Category:Post-It" to "Category:Wiki" |
||
| Line 1: | Line 1: | ||
[[Category: | [[Category:Wiki]] | ||
VLAN EXAMPLES FOR ALCATEL | VLAN EXAMPLES FOR ALCATEL | ||
Revision as of 18:10, 8 December 2025
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.
