
********************************************************************************
* 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 PATCH -H "Content-Type: application/yang-data+xml" -k -d "<cache><global-cache-limit>%uint32%</global-cache-limit></cache>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:ipv6/brocade-ipv6-nd-ra:ipv6-global-cmds/nd-global/cache

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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<dns-server-global><dns-server-lifetime-global>%uint32%</dns-server-lifetime-global></dns-server-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%

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<domain-name-global><domain-name-lifetime-global>%uint32%</domain-name-lifetime-global></domain-name-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%

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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<suppress-nd><suppress-nd-enable /></suppress-nd>"  -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

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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<nd><managed-config-flag /></nd>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<nd><other-config-flag /></nd>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<nd><broadcast-mac-trap /></nd>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<nd><ra-lifetime>%common-def:time-interval-sec%</ra-lifetime></nd>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<nd><reachable-time>%common-def:time-interval-msec%</reachable-time></nd>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<nd><mtu>%uint32%</mtu></nd>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<nd><retrans-timer>%common-def:time-interval-msec%</retrans-timer></nd>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<nd><hoplimit>%uint32%</hoplimit></nd>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<nd><ns-interval>%common-def:time-interval-sec%</ns-interval></nd>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<suppress-ra><suppress-ra-flag /></suppress-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/suppress-ra

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<suppress-ra><suppress-ra-mtu /></suppress-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/suppress-ra

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<suppress-ra><suppress-ra-all /></suppress-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/suppress-ra

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ra-interval><max-interval>%common-def:time-interval-sec%</max-interval></ra-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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ra-interval><min>%common-def:time-interval-sec%</min></ra-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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<nd><send-ra /></nd>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<router-preference><router-pref-high /></router-preference>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<router-preference><router-pref-low /></router-preference>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<router-preference><router-pref-medium /></router-preference>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ra-dns-server><dns-server-lifetime-multiplier>%uint32%</dns-server-lifetime-multiplier></ra-dns-server>"  -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%

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ra-domain-name><domain-name-lifetime-multiplier>%uint32%</domain-name-lifetime-multiplier></ra-domain-name>"  -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%

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<suppressing-address><suppress-per-address /></suppressing-address>"  -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/suppressing-address=%suppress-ipv6-address%

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<address><address-suppress-all /></address>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<dad><attempts>%uint32%</attempts></dad>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<dad><time>%common-def:time-interval-sec%</time></dad>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<cache><expire>%common-def:time-interval-sec%</expire></cache>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<cache><cache-limit>%uint32%</cache-limit></cache>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<prefix-flags><no-autoconfig /></prefix-flags>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<prefix-flags><no-onlink /></prefix-flags>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<prefix-flags><off-link /></prefix-flags>"  -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

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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipv6-intf-cmds><vrrp-suppress-interface-ra /></ipv6-intf-cmds>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<nd><managed-config-flag /></nd>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<nd><other-config-flag /></nd>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<nd><broadcast-mac-trap /></nd>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<nd><ra-lifetime>%common-def:time-interval-sec%</ra-lifetime></nd>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<nd><reachable-time>%common-def:time-interval-msec%</reachable-time></nd>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<nd><mtu>%uint32%</mtu></nd>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<nd><retrans-timer>%common-def:time-interval-msec%</retrans-timer></nd>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<nd><hoplimit>%uint32%</hoplimit></nd>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<nd><ns-interval>%common-def:time-interval-sec%</ns-interval></nd>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<suppress-ra><suppress-ra-flag /></suppress-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/suppress-ra

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<suppress-ra><suppress-ra-mtu /></suppress-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/suppress-ra

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<suppress-ra><suppress-ra-all /></suppress-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/suppress-ra

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ra-interval><max-interval>%common-def:time-interval-sec%</max-interval></ra-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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ra-interval><min>%common-def:time-interval-sec%</min></ra-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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<nd><send-ra /></nd>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<router-preference><router-pref-high /></router-preference>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<router-preference><router-pref-low /></router-preference>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<router-preference><router-pref-medium /></router-preference>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ra-dns-server><dns-server-lifetime-multiplier>%uint32%</dns-server-lifetime-multiplier></ra-dns-server>"  -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%

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ra-domain-name><domain-name-lifetime-multiplier>%uint32%</domain-name-lifetime-multiplier></ra-domain-name>"  -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%

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<suppressing-address><suppress-per-address /></suppressing-address>"  -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/suppressing-address=%suppress-ipv6-address%

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<address><address-suppress-all /></address>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<dad><attempts>%uint32%</attempts></dad>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<dad><time>%common-def:time-interval-sec%</time></dad>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<cache><expire>%common-def:time-interval-sec%</expire></cache>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<cache><cache-limit>%uint32%</cache-limit></cache>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<prefix-flags><no-autoconfig /></prefix-flags>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<prefix-flags><no-onlink /></prefix-flags>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<prefix-flags><off-link /></prefix-flags>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<neighbor><hardware-address>%macAddr%</hardware-address></neighbor>"  -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/neighbor=%ipv6-address%

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipv6-intf-cmds><vrrp-suppress-interface-ra /></ipv6-intf-cmds>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<nd><managed-config-flag /></nd>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<nd><other-config-flag /></nd>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<nd><broadcast-mac-trap /></nd>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<nd><ra-lifetime>%common-def:time-interval-sec%</ra-lifetime></nd>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<nd><reachable-time>%common-def:time-interval-msec%</reachable-time></nd>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<nd><mtu>%uint32%</mtu></nd>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<nd><retrans-timer>%common-def:time-interval-msec%</retrans-timer></nd>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<nd><hoplimit>%uint32%</hoplimit></nd>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<nd><ns-interval>%common-def:time-interval-sec%</ns-interval></nd>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<suppress-ra><suppress-ra-flag /></suppress-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/suppress-ra

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<suppress-ra><suppress-ra-mtu /></suppress-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/suppress-ra

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<suppress-ra><suppress-ra-all /></suppress-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/suppress-ra

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ra-interval><max-interval>%common-def:time-interval-sec%</max-interval></ra-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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ra-interval><min>%common-def:time-interval-sec%</min></ra-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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<nd><send-ra /></nd>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<router-preference><router-pref-high /></router-preference>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<router-preference><router-pref-low /></router-preference>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<router-preference><router-pref-medium /></router-preference>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ra-dns-server><dns-server-lifetime-multiplier>%uint32%</dns-server-lifetime-multiplier></ra-dns-server>"  -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%

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ra-domain-name><domain-name-lifetime-multiplier>%uint32%</domain-name-lifetime-multiplier></ra-domain-name>"  -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%

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<suppressing-address><suppress-per-address /></suppressing-address>"  -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/suppressing-address=%suppress-ipv6-address%

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<address><address-suppress-all /></address>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<dad><attempts>%uint32%</attempts></dad>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<dad><time>%common-def:time-interval-sec%</time></dad>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<cache><expire>%common-def:time-interval-sec%</expire></cache>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<cache><cache-limit>%uint32%</cache-limit></cache>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<prefix-flags><no-autoconfig /></prefix-flags>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<prefix-flags><no-onlink /></prefix-flags>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<prefix-flags><off-link /></prefix-flags>"  -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

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<neighbor><hardware-address>%macAddr%</hardware-address></neighbor>"  -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/neighbor=%ipv6-address%

