
********************************************************************************
* 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 POST -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"intf-isis\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/brocade-isis:interface-eth-isis-conf

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"interface-reverse-metric\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/brocade-isis:interface-eth-isis-conf/intf-isis/interface-isis

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"interface-auth-key\": {\"interface-auth-key-level\": \"%enumeration%\", \"interface-auth-key-str\": \"%string%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/brocade-isis:interface-eth-isis-conf/intf-isis/interface-isis

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"interface-hello-interval\": {\"interface-hello-interval-level\": \"%enumeration%\", \"interface-hello-interval-val\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/brocade-isis:interface-eth-isis-conf/intf-isis/interface-isis

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"interface-hello-multiplier\": {\"interface-hello-multiplier-level\": \"%enumeration%\", \"interface-hello-multiplier-val\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/brocade-isis:interface-eth-isis-conf/intf-isis/interface-isis

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"interface-ipv6-metric\": {\"interface-ipv6-metric-level\": \"%enumeration%\", \"interface-ipv6-metric-val\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/brocade-isis:interface-eth-isis-conf/intf-isis/interface-isis/interface-ipv6

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"interface-metric\": {\"interface-metric-level\": \"%enumeration%\", \"interface-metric-val\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/brocade-isis:interface-eth-isis-conf/intf-isis/interface-isis

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"isis\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"net\": {\"net-cmd\": \"%net-type%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-isis:isis/router-isis-cmds-holder

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"fast-flood\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-isis:isis/router-isis-cmds-holder/router-isis-attributes

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"set-overload-bit\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-isis:isis/router-isis-cmds-holder/router-isis-attributes

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"wait-for-bgp\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-isis:isis/router-isis-cmds-holder/router-isis-attributes/set-overload-bit/on-startup

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"spf-interval\": {\"spf-interval-level\": \"%enumeration%\", \"spf-interval-max-hold-time\": \"%uint32%\", \"spf-interval-initial-delay\": \"%uint32%\", \"spf-interval-hold-time\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-isis:isis/router-isis-cmds-holder/router-isis-attributes

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"reverse-metric\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-isis:isis/router-isis-cmds-holder/router-isis-attributes

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"af-ipv4-unicast\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-isis:isis/router-isis-cmds-holder/address-family/ipv4

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"summary-address\": {\"summary-ip\": \"%inet:ipv4-address%\", \"summary-ip-mask\": \"%inet:ipv4-address%\", \"summary-ip-level1\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-isis:isis/router-isis-cmds-holder/address-family/ipv4/af-ipv4-unicast/af-ipv4-attributes

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"ldp-sync\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-isis:isis/router-isis-cmds-holder/address-family/ipv4/af-ipv4-unicast/af-ipv4-attributes

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"default-information-originate\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-isis:isis/router-isis-cmds-holder/address-family/ipv4/af-ipv4-unicast/af-ipv4-attributes/af-common-attributes

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"connected\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-isis:isis/router-isis-cmds-holder/address-family/ipv4/af-ipv4-unicast/af-ipv4-attributes/af-common-attributes/redistribute

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"ospf\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-isis:isis/router-isis-cmds-holder/address-family/ipv4/af-ipv4-unicast/af-ipv4-attributes/af-common-attributes/redistribute

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"static\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-isis:isis/router-isis-cmds-holder/address-family/ipv4/af-ipv4-unicast/af-ipv4-attributes/af-common-attributes/redistribute

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"bgp\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-isis:isis/router-isis-cmds-holder/address-family/ipv4/af-ipv4-unicast/af-ipv4-attributes/af-common-attributes/redistribute

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"level2-into-level1\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-isis:isis/router-isis-cmds-holder/address-family/ipv4/af-ipv4-unicast/af-ipv4-attributes/af-common-attributes/redistribute/isis/level-2/into

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"af-ipv6-unicast\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-isis:isis/router-isis-cmds-holder/address-family/ipv6

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"summary-prefix\": {\"summary-prefix-ipv6\": \"%common-def:ipv6-address-prefix%\", \"summary-prefix-level1\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-isis:isis/router-isis-cmds-holder/address-family/ipv6/af-ipv6-unicast/af-ipv6-attributes

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"multi-topology\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-isis:isis/router-isis-cmds-holder/address-family/ipv6/af-ipv6-unicast/af-ipv6-attributes

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"spf6-interval\": {\"spf6-interval-level\": \"%enumeration%\", \"spf6-interval-max-hold-time\": \"%uint32%\", \"spf6-interval-initial-delay\": \"%uint32%\", \"spf6-interval-hold-time\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-isis:isis/router-isis-cmds-holder/address-family/ipv6/af-ipv6-unicast/af-ipv6-attributes

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"default-information-originate\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-isis:isis/router-isis-cmds-holder/address-family/ipv6/af-ipv6-unicast/af-ipv6-attributes/af-common-attributes

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"connected\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-isis:isis/router-isis-cmds-holder/address-family/ipv6/af-ipv6-unicast/af-ipv6-attributes/af-common-attributes/redistribute

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"ospf\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-isis:isis/router-isis-cmds-holder/address-family/ipv6/af-ipv6-unicast/af-ipv6-attributes/af-common-attributes/redistribute

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"static\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-isis:isis/router-isis-cmds-holder/address-family/ipv6/af-ipv6-unicast/af-ipv6-attributes/af-common-attributes/redistribute

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"bgp\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-isis:isis/router-isis-cmds-holder/address-family/ipv6/af-ipv6-unicast/af-ipv6-attributes/af-common-attributes/redistribute

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"level2-into-level1\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-isis:isis/router-isis-cmds-holder/address-family/ipv6/af-ipv6-unicast/af-ipv6-attributes/af-common-attributes/redistribute/isis/level-2/into

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"intf-isis\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"interface-reverse-metric\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-isis:intf-isis/interface-isis

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"interface-auth-key\": {\"interface-auth-key-level\": \"%enumeration%\", \"interface-auth-key-str\": \"%string%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-isis:intf-isis/interface-isis

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"interface-hello-interval\": {\"interface-hello-interval-level\": \"%enumeration%\", \"interface-hello-interval-val\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-isis:intf-isis/interface-isis

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"interface-hello-multiplier\": {\"interface-hello-multiplier-level\": \"%enumeration%\", \"interface-hello-multiplier-val\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-isis:intf-isis/interface-isis

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"interface-ipv6-metric\": {\"interface-ipv6-metric-level\": \"%enumeration%\", \"interface-ipv6-metric-val\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-isis:intf-isis/interface-isis/interface-ipv6

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"interface-metric\": {\"interface-metric-level\": \"%enumeration%\", \"interface-metric-val\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-isis:intf-isis/interface-isis

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"intf-isis\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"interface-reverse-metric\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/brocade-isis:intf-isis/interface-isis

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"interface-auth-key\": {\"interface-auth-key-level\": \"%enumeration%\", \"interface-auth-key-str\": \"%string%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/brocade-isis:intf-isis/interface-isis

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"interface-hello-interval\": {\"interface-hello-interval-level\": \"%enumeration%\", \"interface-hello-interval-val\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/brocade-isis:intf-isis/interface-isis

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"interface-hello-multiplier\": {\"interface-hello-multiplier-level\": \"%enumeration%\", \"interface-hello-multiplier-val\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/brocade-isis:intf-isis/interface-isis

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"interface-ipv6-metric\": {\"interface-ipv6-metric-level\": \"%enumeration%\", \"interface-ipv6-metric-val\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/brocade-isis:intf-isis/interface-isis/interface-ipv6

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"interface-metric\": {\"interface-metric-level\": \"%enumeration%\", \"interface-metric-val\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/brocade-isis:intf-isis/interface-isis

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"intf-isis\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/brocade-intf-loopback:loopback=%id%

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"interface-reverse-metric\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/brocade-intf-loopback:loopback=%id%/brocade-isis:intf-isis/interface-isis

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"interface-auth-key\": {\"interface-auth-key-level\": \"%enumeration%\", \"interface-auth-key-str\": \"%string%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/brocade-intf-loopback:loopback=%id%/brocade-isis:intf-isis/interface-isis

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"interface-hello-interval\": {\"interface-hello-interval-level\": \"%enumeration%\", \"interface-hello-interval-val\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/brocade-intf-loopback:loopback=%id%/brocade-isis:intf-isis/interface-isis

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"interface-hello-multiplier\": {\"interface-hello-multiplier-level\": \"%enumeration%\", \"interface-hello-multiplier-val\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/brocade-intf-loopback:loopback=%id%/brocade-isis:intf-isis/interface-isis

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"interface-ipv6-metric\": {\"interface-ipv6-metric-level\": \"%enumeration%\", \"interface-ipv6-metric-val\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/brocade-intf-loopback:loopback=%id%/brocade-isis:intf-isis/interface-isis/interface-ipv6

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"interface-metric\": {\"interface-metric-level\": \"%enumeration%\", \"interface-metric-val\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/brocade-intf-loopback:loopback=%id%/brocade-isis:intf-isis/interface-isis

