/
set vxlans vni vlan

set vxlans vni vlan


User can configure one or more vlans of interface permitted to pass through the vxlan tunnel. This interface should be assigned in the host side. This command is used to enforce the fact that an ingress packets must have the VLAN ID before it enters the switch. If the packet is not tagged with the VLAN ID before enterring the switch, that packet will not be able to pass through that VXLAN.


Command Syntax
set vxlans vni <text> vlan <vlan-id>

delete vxlans vni <text> vlan <vlan-id> 


Parameter
• <text>  VXLAN segment ID, decimal format ranges 1-16777215 or notation dotted foramt 100.100.200
• <vlan-id>  VLAN tag identifier, the valid VLAN numbers range 1-4094.  The ingress packet must be tagged with this VLAN ID.


Example
• This example demonstrates how to configure the vlan 10 add  to vxlan VNI 10010.

XorPlus# set vxlans vni 10010 vlan 10
XorPlus# commit

Copyright © 2025 Pica8 Inc. All Rights Reserved.