set vxlans vni arp-nd-suppress disable
The set vxlans vni arp-nd-suppress disable command is used to enable or disable ARP/ND suppression function in MP-BGP EVPN networks.
Command Syntax
set vxlans vni <vni-id> arp-nd-suppress disable <true | false>
Parameter
Parameter | Description |
vni <vni-id> | Specifies the L2 VNI ID. The value is in decimal format with range of 1-16777215 or in dotted notation format such as 100.100.200. |
disable <true | false> | Enable or disable ARP/ND suppression function. The value could be true or false.
By default, ARP/ND suppression is disabled. |
Example
- Enable ARP/ND suppression function.
admin@Xorplus# set vxlans vni 10010 arp-nd-suppress disable false admin@Xorplus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.