ipv6/nd

Resource URIs

URI Description
<base_URI>/config/running/ipv6/nd Configures Neighbor Discovery commands.
GET URIs Description
<base_URI>/config/running/ipv6/nd/global-suppress-ra Sets globally suppress-ra.
<base_URI>/config/running/ipv6/nd/ra-dns-server/{string} Sets global DNS server option applied on all ND6 interfaces
<base_URI>/config/running/ipv6/nd/ra-domain-name/{string}/lifetime-multplier Set global domain name option that applied on all ND6 interfaces and applies Lifetime multiplier for DNS Search List option.
POST URIs Payload Description
<base_URI>/config/running/ipv6/nd <global-suppress-ra>(enumeration)</global-suppress-ra> Sets globally suppress-ra.
<base_URI>/config/running/ipv6/nd <ra-dns-server><dns-server-prefix-global>{dns-server-prefix}</dns-server-prefix-global><lifetime-multplier>(decimal)</lifetime-multplier></ra-dns-server> Set global DNS server option applied on all ND6 interfaces.
<base_URI>/config/running/ipv6/nd <ra-domain-name><domain-name-string-global>{name}</domain-name-string-global><lifetime-multplier>{decimal}</lifetime-multplier></ra-domain-name> Set global domain name option that applied on all ND6 interfaces.
PUT URIs Payload Description
<base_URI>/config/running/ipv6/nd/ra-dns-server/{ipv6_address_of_name_server}/lifetime-multplier <lifetime-multplier>(decimal)</lifetime-multplier> Lifetime multiplier for the DNS Server option
<base_URI>/config/running/ipv6/nd/ra-domain-name/{name}/lifetime-multplier <lifetime-multplier>(decimal)</lifetime-multplier> Lifetime multiplier for DNS search list option.
DELETE URIs
<base_URI>/config/running/ipv6/nd/global-suppress-ra
<base_URI>/config/running/ipv6/nd/ra-dns-server/{ipv6_address_of_name_server}/lifetime-multplier
<base_URI>/config/running/ipv6/nd/ra-dns-server/{ipv6_address_of_name_server}
<base_URI>/config/running/ipv6/nd/ra-domain-name/{name}/lifetime-multplier
<base_URI>/config/running/ipv6/nd/ra-domain-name/{name}

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/ipv6/nd/global-suppress-ra

None

<nd xmlns="urn:brocade.com:mgmt:brocade-ipv6-nd-ra" xmlns:y="http://brocade.com/ns/rest" 
y:self="/rest/config/running/ipv6/nd">
  <global-suppress-ra>true</global-suppress-ra>
  <ra-dns-server y:self="/rest/config/running/ipv6/nd/ra-dns-server/2100:21:2134::566">
    <dns-server-prefix-global>2100:21:2134::566</dns-server-prefix-global>
  </ra-dns-server>
  <ra-dns-server y:self="/rest/config/running/ipv6/nd/ra-dns-server/3600:36::1">
    <dns-server-prefix-global>3600:36::1</dns-server-prefix-global>
  </ra-dns-server>
  <ra-dns-server y:self="/rest/config/running/ipv6/nd/ra-dns-server/3600:36::11">
    <dns-server-prefix-global>3600:36::11</dns-server-prefix-global>
  </ra-dns-server>
  <ra-domain-name y:self="/rest/config/running/ipv6/nd/ra-domain-name/test.in">
    <domain-name-string-global>test.in</domain-name-string-global>
  </ra-domain-name>
  <ra-domain-name y:self="/rest/config/running/ipv6/nd/ra-domain-name/test.sk">
    <domain-name-string-global>test.sk</domain-name-string-global>
  </ra-domain-name>
  <ra-domain-name y:self="/rest/config/running/ipv6/nd/ra-domain-name/test.uk">
    <domain-name-string-global>test.uk</domain-name-string-global>
  </ra-domain-name>
  <ra-domain-name y:self="/rest/config/running/ipv6/nd/ra-domain-name/test.us">
    <domain-name-string-global>test.us</domain-name-string-global>
  </ra-domain-name>
</nd>

URI

The following is an example of the POST operation to set global DNS server option applied on all ND6 interfaces.

http://host:80/rest/config/running/ipv6/nd

<ra-dns-server><dns-server-prefix-global>3300:36::11</dns-server-prefix-global><lifetime-multplier>199</lifetime-multplier>
</ra-dns-server>

None

URI

The following is an example of the DELETE operation to remove ilfetime multiplier for the DNS Server option.

http://host:80/rest/config/running/ipv6/nd/ra-dns-server/3400:36::11/lifetime-multplier

None

None