Configuring VXLAN Flow

VxLAN

Limitations

  1. Modification to the Tunnel config or Tunnel-related Flow is not supported. However, you can delete the existing configuration and create a new one as needed.

  2. Flow with Tunnel interface cannot have an 'override-to' action in the rule configuration

  3. Configure Tunnel Flow only after the VxLAN tunnel is operationally 'UP' in the "show vxlan tunnel all/<tunnel-id>" output

  4. Only 1 rule can be configured in tunnel-related flow

  5. The current release doesn't support VxLAN tunnel over a LAG interface

  6. For remote VxLAN-VTEP(Different subnet), the below order has to be followed for configuration

tunnel tunnel1
ingress/tunnel-interface <interface>
source-ip <src-ip>       
gateway <gateway-ip>
destination-ip <dest-ip>
vni <vni-id>
vlan-tagging disable
VXLAN over NVIDIAVXLAN over Broadcom

Last updated