interface/vlan/{vlan-number}/suppress-arp

Enables Address Resolution Protocol (ARP) suppression on the current VLAN, lessening ARP-related traffic within an IP Fabric.

Resource URIs

URI Description
<base_URI>/config/running/interface/vlan/{vlan-number}/suppress-arp Enables Address Resolution Protocol (ARP) suppression on the current VLAN.

Parameters

enable
Enables ARP suppression on the current VLAN.

Usage Guidelines

GET, POST, PUT, PATCH, DELETE, OPTIONS, and HEAD operations are supported.

Examples

URI

The following example uses the GET option to retrieve the configuration details.

http://host:80/rest/config/running/interface/vlan/8000/suppress-arp

None

<suppress-arp xmlns="urn:brocade.com:mgmt:brocade-arp" y:self="/rest/config/running/interface/Vlan/8000/suppress-arp">
  <enable>true</enable>
</suppress-arp>