Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
By default the port mode is access, user can configure trunk ports belong to more than one VLAN including the native VLAN.
Command Syntax
set interface aggregate-ethernet <lag_name> family ethernet-switching port-mode <port-mode>
delete interface aggregate-ethernet <lag_name> family ethernet-switching port-mode
Parameter
• <lag_name> Name of LAG interface.
• <port-mode> Configure a LAG as access or trunk port mode. Required select include:
- access access port mode, the default mode
- trunk trunk port mode
Example
• This example sets ae1 port mode to trunk:
admin@XorPlus# set interface aggregate-ethernet ae1 family ethernet-switching port-mode trunk admin@XorPlus# commit