
********************************************************************************
* Copyright (C) 2019-2024 by Extreme Networks , Inc.                           *
* This file is part of rcBreeze Dump                                            *
*                                                                              *
* Author: Pradeep Raj.                                                         *
*                                                                              *
*                                                                              *
* Directions to Use:                                                           *
* 1. Replace all the values enclosed in the "%" with                           *
*    the values to be configured. The string present with in the braces        * 
*    indicates its type.                                                       *
* 2. To pass "" in the request replace the " with %22.                         *
* 3. To pass multiple keys in the URI enclose seperate them with %2c or        *
*    comma(",").                                                               *
* 4. Avoid using the requests with [DO NOT USE] tag in the payload. These could*
*    be defective because of the tailf extensions they have.                   *
*                                                                              *
* 5. RestConf also supports Json formatting which can be obtained by simply    *
*    updating Content-Type: application/yang-data+xml to                       *
*    Content-Type: application/yang-data+json                                  * 
*                                                                              * 

* Disclaimer:                                                                  *
* 1. The queries mentioned here do not have a one-to-one correlation with CLI. *
* 2. The queries inferred here are based on an automated tool and are not      *
*    gauranteed to work. Its the functional teams responsibilty to ensure its  *
*    working.                                                                  *
* 3. In case if you find any discrepancy you can always contact the author to  *
*    get it fixed.                                                             *
* 4. Avoid using the requests with [DO NOT USE] tag in the payload. These could*
*    be defective because of the tailf extensions they have.                   *
********************************************************************************
curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<global-cache-limit>%uint32%</global-cache-limit>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:ipv6/brocade-ipv6-nd-ra:ipv6-global-cmds/nd-global/cache/global-cache-limit

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<global-suppress-ra />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:ipv6/brocade-ipv6-nd-ra:ipv6-global-cmds/nd-global/global-suppress-ra

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<dns-server-lifetime-global>%uint32%</dns-server-lifetime-global>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:ipv6/brocade-ipv6-nd-ra:ipv6-global-cmds/nd-global/dns-server-global=%dns-server-prefix-global%/dns-server-lifetime-global

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<domain-name-lifetime-global>%uint32%</domain-name-lifetime-global>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:ipv6/brocade-ipv6-nd-ra:ipv6-global-cmds/nd-global/domain-name-global=%domain-name-string-global%/domain-name-lifetime-global

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<suppress-nd-enable />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface-vlan/vlan=%name%/brocade-ipv6-nd-ra:suppress-nd/suppress-nd-enable

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<suppress-nd-enable />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-bridge-domain:bridge-domain=%bridge-domain-id%,%bridge-domain-type%/brocade-ipv6-nd-ra:suppress-nd/suppress-nd-enable

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<vrrp-suppress-interface-ra />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/vrrp-suppress-interface-ra

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<managed-config-flag />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/managed-config-flag

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<other-config-flag />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/other-config-flag

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<broadcast-mac-trap />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/broadcast-mac-trap

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<ra-lifetime>%common-def:time-interval-sec%</ra-lifetime>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/ra-lifetime

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<reachable-time>%common-def:time-interval-msec%</reachable-time>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/reachable-time

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<mtu>%uint32%</mtu>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/mtu

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<retrans-timer>%common-def:time-interval-msec%</retrans-timer>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/retrans-timer

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<hoplimit>%uint32%</hoplimit>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/hoplimit

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<ns-interval>%common-def:time-interval-sec%</ns-interval>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/ns-interval

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<suppress-ra-flag />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/suppress-ra/suppress-ra-flag

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<suppress-ra-mtu />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/suppress-ra/suppress-ra-mtu

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<suppress-ra-all />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/suppress-ra/suppress-ra-all

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<max-interval>%common-def:time-interval-sec%</max-interval>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/ra-interval/max-interval

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<min>%common-def:time-interval-sec%</min>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/ra-interval/min

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<send-ra />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/send-ra

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<router-pref-high />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/router-preference/router-pref-high

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<router-pref-low />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/router-preference/router-pref-low

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<router-pref-medium />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/router-preference/router-pref-medium

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<dns-server-lifetime-multiplier>%uint32%</dns-server-lifetime-multiplier>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/ra-dns-server=%dns-server-prefix%/dns-server-lifetime-multiplier

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<domain-name-lifetime-multiplier>%uint32%</domain-name-lifetime-multiplier>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/ra-domain-name=%domain-name-string%/domain-name-lifetime-multiplier

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<address-suppress-all />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/address/address-suppress-all

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<attempts>%uint32%</attempts>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/dad/attempts

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<time>%common-def:time-interval-sec%</time>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/dad/time

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<expire>%common-def:time-interval-sec%</expire>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/cache/expire

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<cache-limit>%uint32%</cache-limit>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/cache/cache-limit

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<no-autoconfig />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/prefix=%prefix-ipv6-address%/lifetime/preferred/prefix-flags/no-autoconfig

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<no-onlink />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/prefix=%prefix-ipv6-address%/lifetime/preferred/prefix-flags/no-onlink

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<off-link />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/prefix=%prefix-ipv6-address%/lifetime/preferred/prefix-flags/off-link

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<vrrp-suppress-interface-ra />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/vrrp-suppress-interface-ra

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<managed-config-flag />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/managed-config-flag

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<other-config-flag />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/other-config-flag

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<broadcast-mac-trap />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/broadcast-mac-trap

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<ra-lifetime>%common-def:time-interval-sec%</ra-lifetime>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/ra-lifetime

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<reachable-time>%common-def:time-interval-msec%</reachable-time>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/reachable-time

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<mtu>%uint32%</mtu>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/mtu

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<retrans-timer>%common-def:time-interval-msec%</retrans-timer>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/retrans-timer

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<hoplimit>%uint32%</hoplimit>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/hoplimit

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<ns-interval>%common-def:time-interval-sec%</ns-interval>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/ns-interval

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<suppress-ra-flag />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/suppress-ra/suppress-ra-flag

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<suppress-ra-mtu />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/suppress-ra/suppress-ra-mtu

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<suppress-ra-all />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/suppress-ra/suppress-ra-all

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<max-interval>%common-def:time-interval-sec%</max-interval>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/ra-interval/max-interval

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<min>%common-def:time-interval-sec%</min>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/ra-interval/min

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<send-ra />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/send-ra

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<router-pref-high />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/router-preference/router-pref-high

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<router-pref-low />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/router-preference/router-pref-low

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<router-pref-medium />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/router-preference/router-pref-medium

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<dns-server-lifetime-multiplier>%uint32%</dns-server-lifetime-multiplier>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/ra-dns-server=%dns-server-prefix%/dns-server-lifetime-multiplier

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<domain-name-lifetime-multiplier>%uint32%</domain-name-lifetime-multiplier>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/ra-domain-name=%domain-name-string%/domain-name-lifetime-multiplier

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<address-suppress-all />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/address/address-suppress-all

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<attempts>%uint32%</attempts>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/dad/attempts

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<time>%common-def:time-interval-sec%</time>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/dad/time

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<expire>%common-def:time-interval-sec%</expire>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/cache/expire

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<cache-limit>%uint32%</cache-limit>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/cache/cache-limit

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<no-autoconfig />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/prefix=%prefix-ipv6-address%/lifetime/preferred/prefix-flags/no-autoconfig

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<no-onlink />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/prefix=%prefix-ipv6-address%/lifetime/preferred/prefix-flags/no-onlink

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<off-link />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/prefix=%prefix-ipv6-address%/lifetime/preferred/prefix-flags/off-link

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<vrrp-suppress-interface-ra />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/vrrp-suppress-interface-ra

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<managed-config-flag />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/managed-config-flag

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<other-config-flag />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/other-config-flag

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<broadcast-mac-trap />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/broadcast-mac-trap

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<ra-lifetime>%common-def:time-interval-sec%</ra-lifetime>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/ra-lifetime

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<reachable-time>%common-def:time-interval-msec%</reachable-time>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/reachable-time

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<mtu>%uint32%</mtu>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/mtu

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<retrans-timer>%common-def:time-interval-msec%</retrans-timer>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/retrans-timer

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<hoplimit>%uint32%</hoplimit>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/hoplimit

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<ns-interval>%common-def:time-interval-sec%</ns-interval>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/ns-interval

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<suppress-ra-flag />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/suppress-ra/suppress-ra-flag

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<suppress-ra-mtu />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/suppress-ra/suppress-ra-mtu

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<suppress-ra-all />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/suppress-ra/suppress-ra-all

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<max-interval>%common-def:time-interval-sec%</max-interval>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/ra-interval/max-interval

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<min>%common-def:time-interval-sec%</min>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/ra-interval/min

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<send-ra />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/send-ra

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<router-pref-high />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/router-preference/router-pref-high

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<router-pref-low />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/router-preference/router-pref-low

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<router-pref-medium />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/router-preference/router-pref-medium

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<dns-server-lifetime-multiplier>%uint32%</dns-server-lifetime-multiplier>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/ra-dns-server=%dns-server-prefix%/dns-server-lifetime-multiplier

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<domain-name-lifetime-multiplier>%uint32%</domain-name-lifetime-multiplier>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/ra-domain-name=%domain-name-string%/domain-name-lifetime-multiplier

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<address-suppress-all />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/address/address-suppress-all

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<attempts>%uint32%</attempts>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/dad/attempts

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<time>%common-def:time-interval-sec%</time>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/dad/time

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<expire>%common-def:time-interval-sec%</expire>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/cache/expire

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<cache-limit>%uint32%</cache-limit>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/cache/cache-limit

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<no-autoconfig />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/prefix=%prefix-ipv6-address%/lifetime/preferred/prefix-flags/no-autoconfig

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<no-onlink />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/prefix=%prefix-ipv6-address%/lifetime/preferred/prefix-flags/no-onlink

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<off-link />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ipv6-nd-ra:ipv6-nd-ra/ipv6-intf-cmds/nd/prefix=%prefix-ipv6-address%/lifetime/preferred/prefix-flags/off-link

