
********************************************************************************
* Copyright (C) 2019-2024 by Extreme Networks , Inc.                           *
* This file is part of rBreeze 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.                   *
*                                                                              *
* 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 -d "<cache><interface-limit>%uint32%</interface-limit></cache>"  -u admin:password http://%ipaddress%:80/rest/config/running/ipv6/nd/cache


curl -v -X PATCH -d "<nd><global-suppress-ra>true</global-suppress-ra></nd>"  -u admin:password http://%ipaddress%:80/rest/config/running/ipv6/nd


curl -v -X PATCH -d "<ra-dns-server><lifetime-multiplier>%uint32%</lifetime-multiplier></ra-dns-server>"  -u admin:password http://%ipaddress%:80/rest/config/running/ipv6/nd/ra-dns-server/%dns-server-prefix-global%


curl -v -X PATCH -d "<ra-domain-name><lifetime-multiplier>%uint32%</lifetime-multiplier></ra-domain-name>"  -u admin:password http://%ipaddress%:80/rest/config/running/ipv6/nd/ra-domain-name/%domain-name-string-global%


curl -v -X PATCH -d "<suppress-nd><enable>true</enable></suppress-nd>"  -u admin:password http://%ipaddress%:80/rest/config/running/vlan/%name%/suppress-nd


curl -v -X PATCH -d "<suppress-nd><enable>true</enable></suppress-nd>"  -u admin:password http://%ipaddress%:80/rest/config/running/bridge-domain/%bridge-domain-id%/%bridge-domain-type%/suppress-nd


curl -v -X PATCH -d "<vrrp-suppress-interface-ra>true</vrrp-suppress-interface-ra>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ipv6/vrrp-suppress-interface-ra


curl -v -X PATCH -d "<nd><managed-config-flag>true</managed-config-flag></nd>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ipv6/nd


curl -v -X PATCH -d "<nd><other-config-flag>true</other-config-flag></nd>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ipv6/nd


curl -v -X PATCH -d "<nd><broadcast-mac-trap>true</broadcast-mac-trap></nd>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ipv6/nd


curl -v -X PATCH -d "<nd><ra-lifetime>%common-def:time-interval-sec%</ra-lifetime></nd>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ipv6/nd


curl -v -X PATCH -d "<nd><reachable-time>%common-def:time-interval-msec%</reachable-time></nd>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ipv6/nd


curl -v -X PATCH -d "<nd><mtu>%uint32%</mtu></nd>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ipv6/nd


curl -v -X PATCH -d "<nd><retrans-timer>%common-def:time-interval-msec%</retrans-timer></nd>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ipv6/nd


curl -v -X PATCH -d "<nd><hoplimit>%uint32%</hoplimit></nd>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ipv6/nd


curl -v -X PATCH -d "<nd><ns-interval>%common-def:time-interval-sec%</ns-interval></nd>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ipv6/nd


curl -v -X PATCH -d "<suppress-ra><suppress-ra-flag>true</suppress-ra-flag></suppress-ra>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ipv6/nd/suppress-ra


curl -v -X PATCH -d "<suppress-ra><mtu>true</mtu></suppress-ra>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ipv6/nd/suppress-ra


curl -v -X PATCH -d "<suppress-ra><all>true</all></suppress-ra>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ipv6/nd/suppress-ra


curl -v -X PATCH -d "<ra-interval><max-interval>%common-def:time-interval-sec%</max-interval></ra-interval>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ipv6/nd/ra-interval


curl -v -X PATCH -d "<ra-interval><min>%common-def:time-interval-sec%</min></ra-interval>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ipv6/nd/ra-interval


curl -v -X PATCH -d "<nd><send-ra>true</send-ra></nd>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ipv6/nd


curl -v -X PATCH -d "<router-preference><high>true</high></router-preference>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ipv6/nd/router-preference


curl -v -X PATCH -d "<router-preference><low>true</low></router-preference>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ipv6/nd/router-preference


curl -v -X PATCH -d "<router-preference><medium>true</medium></router-preference>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ipv6/nd/router-preference


curl -v -X PATCH -d "<ra-dns-server><lifetime-multiplier>%uint32%</lifetime-multiplier></ra-dns-server>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ipv6/nd/ra-dns-server/%dns-server-prefix%


curl -v -X PATCH -d "<ra-domain-name><lifetime-multiplier>%uint32%</lifetime-multiplier></ra-domain-name>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ipv6/nd/ra-domain-name/%domain-name-string%


curl -v -X PATCH -d "<suppressing-address><suppress>true</suppress></suppressing-address>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ipv6/nd/address/suppressing-address/%suppress-ipv6-address%


curl -v -X PATCH -d "<address><suppress>true</suppress></address>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ipv6/nd/address


curl -v -X PATCH -d "<dad><attempts>%uint32%</attempts></dad>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ipv6/nd/dad


curl -v -X PATCH -d "<dad><time>%common-def:time-interval-sec%</time></dad>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ipv6/nd/dad


curl -v -X PATCH -d "<cache><expire>%common-def:time-interval-sec%</expire></cache>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ipv6/nd/cache


curl -v -X PATCH -d "<cache><interface-limit>%uint32%</interface-limit></cache>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ipv6/nd/cache


curl -v -X PATCH -d "<prefix><no-autoconfig>true</no-autoconfig></prefix>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ipv6/nd/prefix/%prefix-ipv6-address%


curl -v -X PATCH -d "<prefix><no-onlink>true</no-onlink></prefix>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ipv6/nd/prefix/%prefix-ipv6-address%


curl -v -X PATCH -d "<prefix><off-link>true</off-link></prefix>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ipv6/nd/prefix/%prefix-ipv6-address%


curl -v -X PATCH -d "<neighbor><hardware-address>%macAddr%</hardware-address></neighbor>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ipv6/neighbor/%ipv6-address%


curl -v -X PATCH -d "<vrrp-suppress-interface-ra>true</vrrp-suppress-interface-ra>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ipv6/vrrp-suppress-interface-ra


curl -v -X PATCH -d "<nd><managed-config-flag>true</managed-config-flag></nd>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ipv6/nd


curl -v -X PATCH -d "<nd><other-config-flag>true</other-config-flag></nd>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ipv6/nd


curl -v -X PATCH -d "<nd><broadcast-mac-trap>true</broadcast-mac-trap></nd>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ipv6/nd


curl -v -X PATCH -d "<nd><ra-lifetime>%common-def:time-interval-sec%</ra-lifetime></nd>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ipv6/nd


curl -v -X PATCH -d "<nd><reachable-time>%common-def:time-interval-msec%</reachable-time></nd>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ipv6/nd


curl -v -X PATCH -d "<nd><mtu>%uint32%</mtu></nd>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ipv6/nd


curl -v -X PATCH -d "<nd><retrans-timer>%common-def:time-interval-msec%</retrans-timer></nd>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ipv6/nd


curl -v -X PATCH -d "<nd><hoplimit>%uint32%</hoplimit></nd>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ipv6/nd


curl -v -X PATCH -d "<nd><ns-interval>%common-def:time-interval-sec%</ns-interval></nd>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ipv6/nd


curl -v -X PATCH -d "<suppress-ra><suppress-ra-flag>true</suppress-ra-flag></suppress-ra>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ipv6/nd/suppress-ra


curl -v -X PATCH -d "<suppress-ra><mtu>true</mtu></suppress-ra>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ipv6/nd/suppress-ra


curl -v -X PATCH -d "<suppress-ra><all>true</all></suppress-ra>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ipv6/nd/suppress-ra


curl -v -X PATCH -d "<ra-interval><max-interval>%common-def:time-interval-sec%</max-interval></ra-interval>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ipv6/nd/ra-interval


curl -v -X PATCH -d "<ra-interval><min>%common-def:time-interval-sec%</min></ra-interval>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ipv6/nd/ra-interval


curl -v -X PATCH -d "<nd><send-ra>true</send-ra></nd>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ipv6/nd


curl -v -X PATCH -d "<router-preference><high>true</high></router-preference>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ipv6/nd/router-preference


curl -v -X PATCH -d "<router-preference><low>true</low></router-preference>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ipv6/nd/router-preference


curl -v -X PATCH -d "<router-preference><medium>true</medium></router-preference>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ipv6/nd/router-preference


curl -v -X PATCH -d "<ra-dns-server><lifetime-multiplier>%uint32%</lifetime-multiplier></ra-dns-server>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ipv6/nd/ra-dns-server/%dns-server-prefix%


curl -v -X PATCH -d "<ra-domain-name><lifetime-multiplier>%uint32%</lifetime-multiplier></ra-domain-name>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ipv6/nd/ra-domain-name/%domain-name-string%


curl -v -X PATCH -d "<suppressing-address><suppress>true</suppress></suppressing-address>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ipv6/nd/address/suppressing-address/%suppress-ipv6-address%


curl -v -X PATCH -d "<address><suppress>true</suppress></address>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ipv6/nd/address


curl -v -X PATCH -d "<dad><attempts>%uint32%</attempts></dad>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ipv6/nd/dad


curl -v -X PATCH -d "<dad><time>%common-def:time-interval-sec%</time></dad>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ipv6/nd/dad


curl -v -X PATCH -d "<cache><expire>%common-def:time-interval-sec%</expire></cache>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ipv6/nd/cache


curl -v -X PATCH -d "<cache><interface-limit>%uint32%</interface-limit></cache>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ipv6/nd/cache


curl -v -X PATCH -d "<prefix><no-autoconfig>true</no-autoconfig></prefix>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ipv6/nd/prefix/%prefix-ipv6-address%


curl -v -X PATCH -d "<prefix><no-onlink>true</no-onlink></prefix>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ipv6/nd/prefix/%prefix-ipv6-address%


curl -v -X PATCH -d "<prefix><off-link>true</off-link></prefix>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ipv6/nd/prefix/%prefix-ipv6-address%


curl -v -X PATCH -d "<neighbor><hardware-address>%macAddr%</hardware-address></neighbor>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ipv6/neighbor/%ipv6-address%


curl -v -X PATCH -d "<vrrp-suppress-interface-ra>true</vrrp-suppress-interface-ra>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ipv6/vrrp-suppress-interface-ra


curl -v -X PATCH -d "<nd><managed-config-flag>true</managed-config-flag></nd>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ipv6/nd


curl -v -X PATCH -d "<nd><other-config-flag>true</other-config-flag></nd>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ipv6/nd


curl -v -X PATCH -d "<nd><broadcast-mac-trap>true</broadcast-mac-trap></nd>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ipv6/nd


curl -v -X PATCH -d "<nd><ra-lifetime>%common-def:time-interval-sec%</ra-lifetime></nd>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ipv6/nd


curl -v -X PATCH -d "<nd><reachable-time>%common-def:time-interval-msec%</reachable-time></nd>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ipv6/nd


curl -v -X PATCH -d "<nd><mtu>%uint32%</mtu></nd>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ipv6/nd


curl -v -X PATCH -d "<nd><retrans-timer>%common-def:time-interval-msec%</retrans-timer></nd>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ipv6/nd


curl -v -X PATCH -d "<nd><hoplimit>%uint32%</hoplimit></nd>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ipv6/nd


curl -v -X PATCH -d "<nd><ns-interval>%common-def:time-interval-sec%</ns-interval></nd>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ipv6/nd


curl -v -X PATCH -d "<suppress-ra><suppress-ra-flag>true</suppress-ra-flag></suppress-ra>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ipv6/nd/suppress-ra


curl -v -X PATCH -d "<suppress-ra><mtu>true</mtu></suppress-ra>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ipv6/nd/suppress-ra


curl -v -X PATCH -d "<suppress-ra><all>true</all></suppress-ra>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ipv6/nd/suppress-ra


curl -v -X PATCH -d "<ra-interval><max-interval>%common-def:time-interval-sec%</max-interval></ra-interval>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ipv6/nd/ra-interval


curl -v -X PATCH -d "<ra-interval><min>%common-def:time-interval-sec%</min></ra-interval>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ipv6/nd/ra-interval


curl -v -X PATCH -d "<nd><send-ra>true</send-ra></nd>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ipv6/nd


curl -v -X PATCH -d "<router-preference><high>true</high></router-preference>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ipv6/nd/router-preference


curl -v -X PATCH -d "<router-preference><low>true</low></router-preference>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ipv6/nd/router-preference


curl -v -X PATCH -d "<router-preference><medium>true</medium></router-preference>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ipv6/nd/router-preference


curl -v -X PATCH -d "<ra-dns-server><lifetime-multiplier>%uint32%</lifetime-multiplier></ra-dns-server>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ipv6/nd/ra-dns-server/%dns-server-prefix%


curl -v -X PATCH -d "<ra-domain-name><lifetime-multiplier>%uint32%</lifetime-multiplier></ra-domain-name>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ipv6/nd/ra-domain-name/%domain-name-string%


curl -v -X PATCH -d "<suppressing-address><suppress>true</suppress></suppressing-address>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ipv6/nd/address/suppressing-address/%suppress-ipv6-address%


curl -v -X PATCH -d "<address><suppress>true</suppress></address>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ipv6/nd/address


curl -v -X PATCH -d "<dad><attempts>%uint32%</attempts></dad>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ipv6/nd/dad


curl -v -X PATCH -d "<dad><time>%common-def:time-interval-sec%</time></dad>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ipv6/nd/dad


curl -v -X PATCH -d "<cache><expire>%common-def:time-interval-sec%</expire></cache>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ipv6/nd/cache


curl -v -X PATCH -d "<cache><interface-limit>%uint32%</interface-limit></cache>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ipv6/nd/cache


curl -v -X PATCH -d "<prefix><no-autoconfig>true</no-autoconfig></prefix>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ipv6/nd/prefix/%prefix-ipv6-address%


curl -v -X PATCH -d "<prefix><no-onlink>true</no-onlink></prefix>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ipv6/nd/prefix/%prefix-ipv6-address%


curl -v -X PATCH -d "<prefix><off-link>true</off-link></prefix>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ipv6/nd/prefix/%prefix-ipv6-address%


curl -v -X PATCH -d "<neighbor><hardware-address>%macAddr%</hardware-address></neighbor>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ipv6/neighbor/%ipv6-address%

