Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Page tree
Skip to end of metadata
Go to start of metadata

User can configure the flood vtep address enable or disable bfd for vxlan vni.


Command Syntax
set vxlans vni <text> flood vtep <ipv4-addr>  bfd <bool>

Parameter
• <text>  VXLAN segment ID, decimal format ranges 1-16777215 or notation dotted foramt 100.100.200
• <ipv4-addr>  IPv4 address of vxlan vtep.
• <bool>  Enable bfd address.

    •  true Enable bfd address

    •  false Disable bfd address

 Example

  • This example demonstrates how to configure the VXLAN flood vtep address enable bfd for the VNI 10010

     XorPlus# set vxlans vni 10010 flood vtep 20.20.20.1 bfd true
     XorPlus# commit
  • No labels