
********************************************************************************
* 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+json" -k -d "{\"cache\": {\"global-cache-limit\": \"%uint32%\"}}"  -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+json" -k -d "{\"nd-global\": {\"global-suppress-ra\": {}}}"  -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+json" -k -d "{\"dns-server-global\": {\"dns-server-lifetime-global\": \"%uint32%\"}}"  -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+json" -k -d "{\"domain-name-global\": {\"domain-name-lifetime-global\": \"%uint32%\"}}"  -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+json" -k -d "{\"suppress-nd\": {\"suppress-nd-enable\": {}}}"  -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+json" -k -d "{\"suppress-nd\": {\"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

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"ipv6-intf-cmds\": {\"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

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

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

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

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"nd\": {\"ra-lifetime\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"nd\": {\"reachable-time\": \"%common-def:time-interval-msec%\"}}"  -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+json" -k -d "{\"nd\": {\"mtu\": \"%uint32%\"}}"  -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+json" -k -d "{\"nd\": {\"retrans-timer\": \"%common-def:time-interval-msec%\"}}"  -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+json" -k -d "{\"nd\": {\"hoplimit\": \"%uint32%\"}}"  -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+json" -k -d "{\"nd\": {\"ns-interval\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"suppress-ra\": {\"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

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

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

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

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

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

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

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"ra-dns-server\": {\"dns-server-lifetime-multiplier\": \"%uint32%\"}}"  -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+json" -k -d "{\"ra-domain-name\": {\"domain-name-lifetime-multiplier\": \"%uint32%\"}}"  -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+json" -k -d "{\"suppressing-address\": {\"suppress-per-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+json" -k -d "{\"address\": {\"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

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"dad\": {\"attempts\": \"%uint32%\"}}"  -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+json" -k -d "{\"dad\": {\"time\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"cache\": {\"expire\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"cache\": {\"cache-limit\": \"%uint32%\"}}"  -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+json" -k -d "{\"prefix-flags\": {\"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

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

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

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor\": {\"hardware-address\": \"%macAddr%\"}}"  -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+json" -k -d "{\"ipv6-intf-cmds\": {\"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

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

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

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

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"nd\": {\"ra-lifetime\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"nd\": {\"reachable-time\": \"%common-def:time-interval-msec%\"}}"  -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+json" -k -d "{\"nd\": {\"mtu\": \"%uint32%\"}}"  -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+json" -k -d "{\"nd\": {\"retrans-timer\": \"%common-def:time-interval-msec%\"}}"  -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+json" -k -d "{\"nd\": {\"hoplimit\": \"%uint32%\"}}"  -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+json" -k -d "{\"nd\": {\"ns-interval\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"suppress-ra\": {\"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

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

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

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

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

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

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

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"ra-dns-server\": {\"dns-server-lifetime-multiplier\": \"%uint32%\"}}"  -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+json" -k -d "{\"ra-domain-name\": {\"domain-name-lifetime-multiplier\": \"%uint32%\"}}"  -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+json" -k -d "{\"suppressing-address\": {\"suppress-per-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+json" -k -d "{\"address\": {\"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

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"dad\": {\"attempts\": \"%uint32%\"}}"  -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+json" -k -d "{\"dad\": {\"time\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"cache\": {\"expire\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"cache\": {\"cache-limit\": \"%uint32%\"}}"  -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+json" -k -d "{\"prefix-flags\": {\"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

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

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

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor\": {\"hardware-address\": \"%macAddr%\"}}"  -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+json" -k -d "{\"ipv6-intf-cmds\": {\"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

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

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

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

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"nd\": {\"ra-lifetime\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"nd\": {\"reachable-time\": \"%common-def:time-interval-msec%\"}}"  -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+json" -k -d "{\"nd\": {\"mtu\": \"%uint32%\"}}"  -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+json" -k -d "{\"nd\": {\"retrans-timer\": \"%common-def:time-interval-msec%\"}}"  -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+json" -k -d "{\"nd\": {\"hoplimit\": \"%uint32%\"}}"  -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+json" -k -d "{\"nd\": {\"ns-interval\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"suppress-ra\": {\"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

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

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

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

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

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

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

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"ra-dns-server\": {\"dns-server-lifetime-multiplier\": \"%uint32%\"}}"  -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+json" -k -d "{\"ra-domain-name\": {\"domain-name-lifetime-multiplier\": \"%uint32%\"}}"  -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+json" -k -d "{\"suppressing-address\": {\"suppress-per-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+json" -k -d "{\"address\": {\"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

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"dad\": {\"attempts\": \"%uint32%\"}}"  -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+json" -k -d "{\"dad\": {\"time\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"cache\": {\"expire\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"cache\": {\"cache-limit\": \"%uint32%\"}}"  -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+json" -k -d "{\"prefix-flags\": {\"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

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

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

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

