Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
The native VLANID is the ID of the default VLAN (usually vlan 1) in which the port belonged to. User can change the native VLANID for port.
Command Syntax
set interface aggregate-ethernet <lag_name> family ethernet-switching native-vlan-id <vlan-id>
delete interface aggregate-ethernet <lag_name> family ethernet-switching native-vlan-id <vlan-id>
Parameter
• <lag> Name of LAG interface.
• <vlan_id> The native-vlan-id ,VLAN identifier to associate with untagged packets .The valid VLAN number range is 1-4094.
Example
• This example creates VLAN 3 and puts ae1 on this VLAN:
admin@XorPlus# set vlans vlan-id 3 admin@XorPlus# set interface aggregate-ethernet ae1 family ethernet-switching native-vlan-id 3 admin@XorPlus# commit