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

Enables Neighbor Discovery (ND) suppression on the current VLAN, lessening the amount of ND control traffic within an IP Fabric.

Resource URIs

URI Description
<base_URI>/config/running/interface/vlan/{vlan-number}/suppress-nd Enables Neighbor Discovery (ND) suppression on the current VLAN.

Parameters

enable
Enables ND 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-nd

None

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