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

* Disclaimer:                                                                  *
* 1. The queries mentioned here do not have a one-to-one correlation with CLI. *
* 2. The queries inferred here are based on an automated tool and are not      *
*    gauranteed to work. Its the functional teams responsibilty to ensure its  *
*    working.                                                                  *
* 3. In case if you find any discrepancy you can always contact the author to  *
*    get it fixed.                                                             *
* 4. Avoid using the requests with [DO NOT USE] tag in the payload. These could*
*    be defective because of the tailf extensions they have.                   *
********************************************************************************
curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ignore-as\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-bgp:evpn-config/evpn/evpn-instance=%instance-name%/route-target/both=%target-community%/ignore-as

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ignore-as\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-bgp:evpn-config/evpn/evpn-instance=%instance-name%/route-target/import=%target-community%/ignore-as

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"auto\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-bgp:evpn-config/evpn/evpn-instance=%instance-name%/route-distinguisher/auto

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"duplicate-mac-timer\": {\"duplicate-mac-timer-value\": \"%dup-mac-timer%\", \"max-count\": \"%max-count%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-bgp:evpn-config/evpn/evpn-instance=%instance-name%/duplicate-mac-timer

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"bd-range-add\": \"%bridge-domain:ui32-bridge-domain-20k-range%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-bgp:evpn-config/evpn/evpn-instance=%instance-name%/bridge-domain/bd-add/bd-range-add

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"bd-range-remove\": \"%bridge-domain:ui32-bridge-domain-20k-range%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-bgp:evpn-config/evpn/evpn-instance=%instance-name%/bridge-domain/bd-add/bd-range-remove

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"rd\": \"%rd-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-bgp:evpn-config/evpn/evpn-instance=%instance-name%/bridge-domain/evpn-bd=%bd-number%/rd

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"add\": \"%interface:ui32-vlan-20k-range%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-bgp:evpn-config/evpn/evpn-instance=%instance-name%/vlan/vlan-add/add

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"remove\": \"%interface:ui32-vlan-20k-range%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-bgp:evpn-config/evpn/evpn-instance=%instance-name%/vlan/vlan-add/remove

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"rd\": \"%rd-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-bgp:evpn-config/evpn/evpn-instance=%instance-name%/vlan/evpn-vlan=%vlan-number%/rd

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"core-isolation-disable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-bgp:evpn-config/evpn/evpn-instance=%instance-name%/core-isolation-disable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefix-independent-convergence\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-bgp:prefix-independent-convergence

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"router-bgp\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"local-as\": \"%local-as-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/local-as

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"always-compare-med\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/always-compare-med

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"compare-med-empty-aspath\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/compare-med-empty-aspath

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"med-missing-as-worst\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/med-missing-as-worst

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"as-path-ignore\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/as-path-ignore

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"compare-routerid\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/compare-routerid

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"install-igp-cost\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/install-igp-cost

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"cluster-id-value\": \"%decimal-number%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/cluster-id/cluster-id-value

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"cluster-id-ipv4-address\": \"%inet:ipv4-address%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/cluster-id/cluster-id-ipv4-address

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"default-local-preference\": \"%local-preference-number%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/default-local-preference

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"distance\": {\"ext-route-distance\": \"%ext-route-distance%\", \"int-route-distance\": \"%int-route-distance%\", \"lcl-route-distance\": \"%lcl-route-distance%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/distance

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"as4-enable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/capability/as4-enable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ipv6prefix-over-ipv4peer\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/peer-group/capability/ipv6prefix-over-ipv4peer

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"num-as-in-path\": \"%num-as-in-path%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/maxas-limit/in/num-as-in-path

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"enforce-first-as\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/enforce-first-as

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

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"timers\": {\"keep-alive\": \"%nei-keep-alive%\", \"hold-time\": \"%nei-hold-time%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/timers

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"identifier\": \"%cidentifier%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/confederation/identifier

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"peers\": \"%cidentifier%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/confederation/peers

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"holdover-interval\": \"%bfd:bfd-holdover-interval%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/bfd/holdover-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"interval\": {\"min-tx\": \"%bfd-tx-interval-type%\", \"min-rx\": \"%bfd-rx-interval-type%\", \"multiplier\": \"%bfd-multiplier-type%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/bfd/interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"auto-shutdown-new-neighbors\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/auto-shutdown-new-neighbors

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"listen-limit\": \"%listen-limit-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/listen-limit

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"remote-as\": \"%bgp-remote-as%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps/neighbor-peer-grp=%router-bgp-neighbor-peer-grp%/remote-as

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"add\": \"%bgp-alternate-as%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps/neighbor-peer-grp=%router-bgp-neighbor-peer-grp%/alternate-as/add

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"remove\": \"%bgp-alternate-as%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps/neighbor-peer-grp=%router-bgp-neighbor-peer-grp%/alternate-as/remove

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"local-as-value\": \"%local-as-num%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps/neighbor-peer-grp=%router-bgp-neighbor-peer-grp%/local-as/local-as-value

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"no-prepend\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps/neighbor-peer-grp=%router-bgp-neighbor-peer-grp%/local-as/no-prepend

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"next-hop-self-always\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps/neighbor-peer-grp=%router-bgp-neighbor-peer-grp%/next-hop-self/next-hop-self-always

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"next-hop-self-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps/neighbor-peer-grp=%router-bgp-neighbor-peer-grp%/next-hop-self/next-hop-self-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"value\": \"%adv-value%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps/neighbor-peer-grp=%router-bgp-neighbor-peer-grp%/advertisement-interval/value

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ebgp-btsh\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps/neighbor-peer-grp=%router-bgp-neighbor-peer-grp%/ebgp-btsh

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ebgp-multihop-flag\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps/neighbor-peer-grp=%router-bgp-neighbor-peer-grp%/ebgp-multihop/ebgp-multihop-flag

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ebgp-multihop-count\": \"%uint32%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps/neighbor-peer-grp=%router-bgp-neighbor-peer-grp%/ebgp-multihop/ebgp-multihop-count

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"password\": \"%bgp-password%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps/neighbor-peer-grp=%router-bgp-neighbor-peer-grp%/password

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"nei-enforce-first-as\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps/neighbor-peer-grp=%router-bgp-neighbor-peer-grp%/enforce-first-as/nei-enforce-first-as

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"nei-enforce-first-as-disable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps/neighbor-peer-grp=%router-bgp-neighbor-peer-grp%/enforce-first-as/nei-enforce-first-as-disable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"timers\": {\"nei-keep-alive\": \"%nei-keep-alive%\", \"nei-hold-time\": \"%nei-hold-time%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps/neighbor-peer-grp=%router-bgp-neighbor-peer-grp%/timers

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"as-override\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps/neighbor-peer-grp=%router-bgp-neighbor-peer-grp%/as-override

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"inbound\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps/neighbor-peer-grp=%router-bgp-neighbor-peer-grp%/soft-reconfiguration/inbound

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"static-network-edge\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps/neighbor-peer-grp=%router-bgp-neighbor-peer-grp%/static-network-edge

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"bfd-enable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps/neighbor-peer-grp=%router-bgp-neighbor-peer-grp%/bfd/bfd-enable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"holdover-interval\": \"%bfd:bfd-holdover-interval%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps/neighbor-peer-grp=%router-bgp-neighbor-peer-grp%/bfd/holdover-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"interval\": {\"min-tx\": \"%bfd-tx-interval-type%\", \"min-rx\": \"%bfd-rx-interval-type%\", \"multiplier\": \"%bfd-multiplier-type%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps/neighbor-peer-grp=%router-bgp-neighbor-peer-grp%/bfd/interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"graceful-restart-disable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps/neighbor-peer-grp=%router-bgp-neighbor-peer-grp%/graceful-restart/graceful-restart-disable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"graceful-restart-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps/neighbor-peer-grp=%router-bgp-neighbor-peer-grp%/graceful-restart/graceful-restart-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"num-as-in-as-path\": \"%num-as-in-as-path%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps/neighbor-peer-grp=%router-bgp-neighbor-peer-grp%/maxas-limit/in/num-as-in-as-path

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"maxas-limit-disable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps/neighbor-peer-grp=%router-bgp-neighbor-peer-grp%/maxas-limit/in/maxas-limit-disable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"gshut-timer-value\": \"%bgp-gshut-timer%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps/neighbor-peer-grp=%router-bgp-neighbor-peer-grp%/graceful-shutdown/gshut-timer-value

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"gshut-route-map\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps/neighbor-peer-grp=%router-bgp-neighbor-peer-grp%/graceful-shutdown/gshut-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"gshut-local-pref\": \"%bgp-gshut-local-pref%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps/neighbor-peer-grp=%router-bgp-neighbor-peer-grp%/graceful-shutdown/gshut-local-pref

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"gshut-community\": \"%bgp-gshut-community%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps/neighbor-peer-grp=%router-bgp-neighbor-peer-grp%/graceful-shutdown/gshut-community

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-as4-enable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps/neighbor-peer-grp=%router-bgp-neighbor-peer-grp%/af-neighbor-capability/as4/neighbor-as4-enable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-as4-disable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps/neighbor-peer-grp=%router-bgp-neighbor-peer-grp%/af-neighbor-capability/as4/neighbor-as4-disable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"shutdown-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps/neighbor-peer-grp=%router-bgp-neighbor-peer-grp%/shutdown/shutdown-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"generate-rib-out\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps/neighbor-peer-grp=%router-bgp-neighbor-peer-grp%/shutdown/generate-rib-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"associate-peer-group\": \"%bgp-peergroup%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s/neighbor-ipv6-addr=%router-bgp-neighbor-ipv6-address%/associate-peer-group

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"local-as-value\": \"%local-as-num%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s/neighbor-ipv6-addr=%router-bgp-neighbor-ipv6-address%/local-as/local-as-value

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"no-prepend\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s/neighbor-ipv6-addr=%router-bgp-neighbor-ipv6-address%/local-as/no-prepend

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"next-hop-self-always\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s/neighbor-ipv6-addr=%router-bgp-neighbor-ipv6-address%/next-hop-self/next-hop-self-always

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"next-hop-self-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s/neighbor-ipv6-addr=%router-bgp-neighbor-ipv6-address%/next-hop-self/next-hop-self-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"value\": \"%adv-value%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s/neighbor-ipv6-addr=%router-bgp-neighbor-ipv6-address%/advertisement-interval/value

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ebgp-btsh\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s/neighbor-ipv6-addr=%router-bgp-neighbor-ipv6-address%/ebgp-btsh

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ebgp-multihop-flag\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s/neighbor-ipv6-addr=%router-bgp-neighbor-ipv6-address%/ebgp-multihop/ebgp-multihop-flag

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ebgp-multihop-count\": \"%uint32%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s/neighbor-ipv6-addr=%router-bgp-neighbor-ipv6-address%/ebgp-multihop/ebgp-multihop-count

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"password\": \"%bgp-password%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s/neighbor-ipv6-addr=%router-bgp-neighbor-ipv6-address%/password

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"nei-enforce-first-as\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s/neighbor-ipv6-addr=%router-bgp-neighbor-ipv6-address%/enforce-first-as/nei-enforce-first-as

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"nei-enforce-first-as-disable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s/neighbor-ipv6-addr=%router-bgp-neighbor-ipv6-address%/enforce-first-as/nei-enforce-first-as-disable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"timers\": {\"nei-keep-alive\": \"%nei-keep-alive%\", \"nei-hold-time\": \"%nei-hold-time%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s/neighbor-ipv6-addr=%router-bgp-neighbor-ipv6-address%/timers

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"as-override\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s/neighbor-ipv6-addr=%router-bgp-neighbor-ipv6-address%/as-override

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"inbound\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s/neighbor-ipv6-addr=%router-bgp-neighbor-ipv6-address%/soft-reconfiguration/inbound

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"static-network-edge\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s/neighbor-ipv6-addr=%router-bgp-neighbor-ipv6-address%/static-network-edge

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"bfd-enable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s/neighbor-ipv6-addr=%router-bgp-neighbor-ipv6-address%/bfd/bfd-enable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"holdover-interval\": \"%bfd:bfd-holdover-interval%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s/neighbor-ipv6-addr=%router-bgp-neighbor-ipv6-address%/bfd/holdover-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"interval\": {\"min-tx\": \"%bfd-tx-interval-type%\", \"min-rx\": \"%bfd-rx-interval-type%\", \"multiplier\": \"%bfd-multiplier-type%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s/neighbor-ipv6-addr=%router-bgp-neighbor-ipv6-address%/bfd/interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"graceful-restart-disable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s/neighbor-ipv6-addr=%router-bgp-neighbor-ipv6-address%/graceful-restart/graceful-restart-disable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"graceful-restart-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s/neighbor-ipv6-addr=%router-bgp-neighbor-ipv6-address%/graceful-restart/graceful-restart-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"num-as-in-as-path\": \"%num-as-in-as-path%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s/neighbor-ipv6-addr=%router-bgp-neighbor-ipv6-address%/maxas-limit/in/num-as-in-as-path

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"maxas-limit-disable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s/neighbor-ipv6-addr=%router-bgp-neighbor-ipv6-address%/maxas-limit/in/maxas-limit-disable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"gshut-timer-value\": \"%bgp-gshut-timer%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s/neighbor-ipv6-addr=%router-bgp-neighbor-ipv6-address%/graceful-shutdown/gshut-timer-value

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"gshut-route-map\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s/neighbor-ipv6-addr=%router-bgp-neighbor-ipv6-address%/graceful-shutdown/gshut-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"gshut-local-pref\": \"%bgp-gshut-local-pref%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s/neighbor-ipv6-addr=%router-bgp-neighbor-ipv6-address%/graceful-shutdown/gshut-local-pref

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"gshut-community\": \"%bgp-gshut-community%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s/neighbor-ipv6-addr=%router-bgp-neighbor-ipv6-address%/graceful-shutdown/gshut-community

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-as4-enable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s/neighbor-ipv6-addr=%router-bgp-neighbor-ipv6-address%/af-neighbor-capability/as4/neighbor-as4-enable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-as4-disable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s/neighbor-ipv6-addr=%router-bgp-neighbor-ipv6-address%/af-neighbor-capability/as4/neighbor-as4-disable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"shutdown-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s/neighbor-ipv6-addr=%router-bgp-neighbor-ipv6-address%/shutdown/shutdown-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"generate-rib-out\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s/neighbor-ipv6-addr=%router-bgp-neighbor-ipv6-address%/shutdown/generate-rib-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"associate-peer-group\": \"%bgp-peergroup%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips/neighbor-addr=%router-bgp-neighbor-address%/associate-peer-group

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"local-as-value\": \"%local-as-num%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips/neighbor-addr=%router-bgp-neighbor-address%/local-as/local-as-value

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"no-prepend\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips/neighbor-addr=%router-bgp-neighbor-address%/local-as/no-prepend

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"next-hop-self-always\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips/neighbor-addr=%router-bgp-neighbor-address%/next-hop-self/next-hop-self-always

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"next-hop-self-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips/neighbor-addr=%router-bgp-neighbor-address%/next-hop-self/next-hop-self-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"value\": \"%adv-value%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips/neighbor-addr=%router-bgp-neighbor-address%/advertisement-interval/value

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ebgp-btsh\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips/neighbor-addr=%router-bgp-neighbor-address%/ebgp-btsh

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ebgp-multihop-flag\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips/neighbor-addr=%router-bgp-neighbor-address%/ebgp-multihop/ebgp-multihop-flag

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ebgp-multihop-count\": \"%uint32%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips/neighbor-addr=%router-bgp-neighbor-address%/ebgp-multihop/ebgp-multihop-count

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"password\": \"%bgp-password%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips/neighbor-addr=%router-bgp-neighbor-address%/password

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"nei-enforce-first-as\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips/neighbor-addr=%router-bgp-neighbor-address%/enforce-first-as/nei-enforce-first-as

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"nei-enforce-first-as-disable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips/neighbor-addr=%router-bgp-neighbor-address%/enforce-first-as/nei-enforce-first-as-disable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"timers\": {\"nei-keep-alive\": \"%nei-keep-alive%\", \"nei-hold-time\": \"%nei-hold-time%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips/neighbor-addr=%router-bgp-neighbor-address%/timers

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"as-override\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips/neighbor-addr=%router-bgp-neighbor-address%/as-override

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"inbound\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips/neighbor-addr=%router-bgp-neighbor-address%/soft-reconfiguration/inbound

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"static-network-edge\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips/neighbor-addr=%router-bgp-neighbor-address%/static-network-edge

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"bfd-enable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips/neighbor-addr=%router-bgp-neighbor-address%/bfd/bfd-enable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"holdover-interval\": \"%bfd:bfd-holdover-interval%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips/neighbor-addr=%router-bgp-neighbor-address%/bfd/holdover-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"interval\": {\"min-tx\": \"%bfd-tx-interval-type%\", \"min-rx\": \"%bfd-rx-interval-type%\", \"multiplier\": \"%bfd-multiplier-type%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips/neighbor-addr=%router-bgp-neighbor-address%/bfd/interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"graceful-restart-disable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips/neighbor-addr=%router-bgp-neighbor-address%/graceful-restart/graceful-restart-disable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"graceful-restart-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips/neighbor-addr=%router-bgp-neighbor-address%/graceful-restart/graceful-restart-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"num-as-in-as-path\": \"%num-as-in-as-path%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips/neighbor-addr=%router-bgp-neighbor-address%/maxas-limit/in/num-as-in-as-path

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"maxas-limit-disable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips/neighbor-addr=%router-bgp-neighbor-address%/maxas-limit/in/maxas-limit-disable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"gshut-timer-value\": \"%bgp-gshut-timer%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips/neighbor-addr=%router-bgp-neighbor-address%/graceful-shutdown/gshut-timer-value

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"gshut-route-map\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips/neighbor-addr=%router-bgp-neighbor-address%/graceful-shutdown/gshut-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"gshut-local-pref\": \"%bgp-gshut-local-pref%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips/neighbor-addr=%router-bgp-neighbor-address%/graceful-shutdown/gshut-local-pref

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"gshut-community\": \"%bgp-gshut-community%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips/neighbor-addr=%router-bgp-neighbor-address%/graceful-shutdown/gshut-community

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-as4-enable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips/neighbor-addr=%router-bgp-neighbor-address%/af-neighbor-capability/as4/neighbor-as4-enable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-as4-disable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips/neighbor-addr=%router-bgp-neighbor-address%/af-neighbor-capability/as4/neighbor-as4-disable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"shutdown-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips/neighbor-addr=%router-bgp-neighbor-address%/shutdown/shutdown-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"generate-rib-out\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips/neighbor-addr=%router-bgp-neighbor-address%/shutdown/generate-rib-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"limit\": \"%listen-limit-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/listen-range=%listen-range-prefix%,%peer-group%/limit

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"limit\": \"%listen-limit-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/ipv6/ipv6-listen-range=%listen-range-prefix%,%peer-group%/limit

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"gshut-timer-value\": \"%bgp-gshut-timer%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/graceful-shutdown/gshut-timer-value

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"gshut-route-map\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/graceful-shutdown/gshut-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"gshut-local-pref\": \"%bgp-gshut-local-pref%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/graceful-shutdown/gshut-local-pref

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"gshut-community\": \"%bgp-gshut-community%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/graceful-shutdown/gshut-community

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"init-route-calc-delay-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/init-route-calc-delay/init-route-calc-delay-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"min-delay\": \"%route-calc-delay-time-min%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/init-route-calc-delay/min-delay

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"max-delay\": \"%route-calc-delay-time-max%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/init-route-calc-delay/max-delay

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"msg-idle-time\": \"%route-calc-delay-time-msg-idle%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/init-route-calc-delay/msg-idle-time

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"default-vrf-selected\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/default-vrf-selected

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"bgp-redistribute-internal\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/af-ipv4-uc-and-vrf-cmds-call-point-holder/bgp-redistribute-internal

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

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"bgp-metric\": \"%conn-metric%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/bgp/bgp-metric

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"bgp-route-map\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/bgp/bgp-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"redistribute-connected\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/connected/redistribute-connected

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"unicast-metric\": \"%conn-metric%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/connected/unicast-metric

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"redistribute-route-map\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/connected/redistribute-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"redistribute-ospf\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/ospf/redistribute-ospf

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ospf-internal\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/ospf/match/ospf-internal

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ospf-external1\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/ospf/match/ospf-external1

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ospf-external2\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/ospf/match/ospf-external2

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ospf-metric\": \"%conn-metric%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/ospf/ospf-metric

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ospf-route-map\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/ospf/ospf-route-map

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

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"redistribute-isis-route-map\": \"%common-def:name-string63%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/redistribute-isis/redistribute-isis-route-map

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

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

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"level-1-2\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/redistribute-isis/level-1-2

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

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"redistribute-static\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/static/redistribute-static

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"unicast-static-metric\": \"%conn-metric%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/static/unicast-static-metric

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"static-route-map\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/static/static-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-send\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/af-ipv4-uc-and-vrf-cmds-call-point-holder/af-additional-paths/addpath-txrx/addpath-send

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-receive\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/af-ipv4-uc-and-vrf-cmds-call-point-holder/af-additional-paths/addpath-txrx/addpath-receive

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-sel-best\": \"%uint8%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/af-ipv4-uc-and-vrf-cmds-call-point-holder/af-additional-paths/addpath-select/addpath-sel-best

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-sel-groupbest\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/af-ipv4-uc-and-vrf-cmds-call-point-holder/af-additional-paths/addpath-select/addpath-sel-groupbest

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-sel-all\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/af-ipv4-uc-and-vrf-cmds-call-point-holder/af-additional-paths/addpath-select/addpath-sel-all

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"advertise-best-external\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/af-ipv4-uc-and-vrf-cmds-call-point-holder/advertise-best-external

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"static-network-distance\": \"%sdistance%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/static-network=%static-network-address%/static-network-distance

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"advertise-map\": \"%advertise-map%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/aggregate-address=%aggregate-ip-prefix%/advertise-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"as-set\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/aggregate-address=%aggregate-ip-prefix%/as-set

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"attribute-map\": \"%attribute-map%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/aggregate-address=%aggregate-ip-prefix%/attribute-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"summary-only\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/aggregate-address=%aggregate-ip-prefix%/summary-only

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"suppress-map\": \"%suppress-map%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/aggregate-address=%aggregate-ip-prefix%/suppress-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"network-weight\": \"%absolute-decimal-number%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/network=%network-ipv4-address%/network-weight

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"backdoor\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/network=%network-ipv4-address%/backdoor

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"network-route-map\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/network=%network-ipv4-address%/network-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"all\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/send-community/all

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"both\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/send-community/both

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"extended\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/send-community/extended

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"standard\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/send-community/standard

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"large\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/send-community/large

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefixlist-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/af-neighbor-capability/orf/prefixlist/prefixlist-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefixlist-send\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/af-neighbor-capability/orf/prefixlist/prefixlist-send

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefixlist-receive\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/af-neighbor-capability/orf/prefixlist/prefixlist-receive

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"activate\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/activate

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"allowas-in\": \"%uint32%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/allowas-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-in\": {\"filter-list-direction-in-acl-name\": \"%ip-filter-name%\", \"filter-list-name-direction-in\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/filter-list/direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-out\": {\"filter-list-direction-out-acl-name\": \"%ip-filter-name%\", \"filter-list-name-direction-out\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/filter-list/direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"max-prefix-limit\": \"%max-prefix-limit%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/maximum-prefix/max-prefix-limit

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"threshold\": \"%max-prefix-threshold%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/maximum-prefix/threshold-holder/threshold

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"teardown\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/maximum-prefix/threshold-holder/teardown

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"restart-interval\": \"%restart-interval-range%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/maximum-prefix/threshold-holder/restart-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"default-originate-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/default-originate/default-originate-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"default-originate-route-map\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/default-originate/default-originate-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-in\": {\"prefix-list-direction-in-prefix-name\": \"%nei-prefix-list-filter%\", \"prefix-list-direction-in\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/prefix-list/direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-out\": {\"prefix-list-direction-out-prefix-name\": \"%nei-prefix-list-filter%\", \"prefix-list-direction-out\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/prefix-list/direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-route-map-name-direction-in\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/neighbor-route-map/neighbor-route-map-direction-in/neighbor-route-map-name-direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-route-map-name-direction-out\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/neighbor-route-map/neighbor-route-map-direction-out/neighbor-route-map-name-direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"route-reflector-client\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/route-reflector-client

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"map-name\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/unsuppress-map/map-name

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"af-nei-weight\": \"%nei-weight%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/af-nei-weight

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"enable-peer-as-check\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/enable-peer-as-check

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"announce-rpki-state\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/announce-rpki-state

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-disable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/additional-paths/addpath-disable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-send\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/additional-paths/addpath-txrx/addpath-send

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-receive\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/additional-paths/addpath-txrx/addpath-receive

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-adv-best\": \"%uint8%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/additional-paths/addpath-advertise/addpath-adv-best

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-adv-groupbest\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/additional-paths/addpath-advertise/addpath-adv-groupbest

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-adv-all\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/additional-paths/addpath-advertise/addpath-adv-all

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"all\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/send-community/all

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"both\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/send-community/both

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"extended\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/send-community/extended

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"standard\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/send-community/standard

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"large\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/send-community/large

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefixlist-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/af-neighbor-capability/orf/prefixlist/prefixlist-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefixlist-send\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/af-neighbor-capability/orf/prefixlist/prefixlist-send

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefixlist-receive\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/af-neighbor-capability/orf/prefixlist/prefixlist-receive

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

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"allowas-in\": \"%uint32%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/allowas-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-in\": {\"filter-list-direction-in-acl-name\": \"%ip-filter-name%\", \"filter-list-name-direction-in\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/filter-list/direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-out\": {\"filter-list-direction-out-acl-name\": \"%ip-filter-name%\", \"filter-list-name-direction-out\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/filter-list/direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"max-prefix-limit\": \"%max-prefix-limit%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/maximum-prefix/max-prefix-limit

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"threshold\": \"%max-prefix-threshold%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/maximum-prefix/threshold-holder/threshold

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"teardown\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/maximum-prefix/threshold-holder/teardown

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"restart-interval\": \"%restart-interval-range%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/maximum-prefix/threshold-holder/restart-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"default-originate-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/default-originate/default-originate-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"default-originate-route-map\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/default-originate/default-originate-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-in\": {\"prefix-list-direction-in-prefix-name\": \"%nei-prefix-list-filter%\", \"prefix-list-direction-in\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/prefix-list/direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-out\": {\"prefix-list-direction-out-prefix-name\": \"%nei-prefix-list-filter%\", \"prefix-list-direction-out\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/prefix-list/direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-route-map-name-direction-in\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/neighbor-route-map/neighbor-route-map-direction-in/neighbor-route-map-name-direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-route-map-name-direction-out\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/neighbor-route-map/neighbor-route-map-direction-out/neighbor-route-map-name-direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"route-reflector-client\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/route-reflector-client

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"map-name\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/unsuppress-map/map-name

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"af-nei-weight\": \"%nei-weight%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/af-nei-weight

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"enable-peer-as-check\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/enable-peer-as-check

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"announce-rpki-state\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/announce-rpki-state

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-disable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/additional-paths/addpath-disable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-send\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/additional-paths/addpath-txrx/addpath-send

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-receive\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/additional-paths/addpath-txrx/addpath-receive

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-adv-best\": \"%uint8%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/additional-paths/addpath-advertise/addpath-adv-best

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-adv-groupbest\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/additional-paths/addpath-advertise/addpath-adv-groupbest

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-adv-all\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/additional-paths/addpath-advertise/addpath-adv-all

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"load-sharing-value\": \"%uint32%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/af-common-cmds-holder/maximum-paths/load-sharing-value

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

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

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"use-load-sharing\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/af-common-cmds-holder/maximum-paths/use-load-sharing

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

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

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

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

curl -v -X PUT -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-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/af-common-cmds-holder/default-information-originate

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

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

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

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"table-map-route-map\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/af-common-cmds-holder/table-map/table-map-route-map

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

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

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"restart-time\": \"%rtime-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/af-common-cmds-holder/graceful-restart/restart-time

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"purge-time\": \"%ptime-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/af-common-cmds-holder/graceful-restart/purge-time

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"stale-routes-time\": \"%st-time-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/af-common-cmds-holder/graceful-restart/stale-routes-time

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"next-hop-recursion\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/next-hop-recursion

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefix-validation-disable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/bestpath/prefix-validation/prefix-validation-disable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"disallow-invalid\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/bestpath/prefix-validation/disallow-invalid

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"next-hop-mpls\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/next-hop-mpls

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"compare-lsp-metric\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/next-hop-mpls/compare-lsp-metric

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"follow-igp\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/default-vrf/next-hop-mpls/follow-igp

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"local-as\": \"%local-as-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/local-as

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"num-as-in-path\": \"%num-as-in-path%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/maxas-limit/in/num-as-in-path

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"next-hop-recursion\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/next-hop-recursion

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefix-validation-disable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/bestpath/prefix-validation/prefix-validation-disable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"disallow-invalid\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/bestpath/prefix-validation/disallow-invalid

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"graceful-restart-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/graceful-restart-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"bgp-redistribute-internal\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/af-ipv4-uc-and-vrf-cmds-call-point-holder/bgp-redistribute-internal

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"redistribute-bgp\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/bgp/redistribute-bgp

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"bgp-metric\": \"%conn-metric%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/bgp/bgp-metric

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"bgp-route-map\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/bgp/bgp-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"redistribute-connected\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/connected/redistribute-connected

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"unicast-metric\": \"%conn-metric%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/connected/unicast-metric

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"redistribute-route-map\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/connected/redistribute-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"redistribute-ospf\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/ospf/redistribute-ospf

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ospf-internal\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/ospf/match/ospf-internal

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ospf-external1\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/ospf/match/ospf-external1

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ospf-external2\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/ospf/match/ospf-external2

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ospf-metric\": \"%conn-metric%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/ospf/ospf-metric

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ospf-route-map\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/ospf/ospf-route-map

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

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"redistribute-isis-route-map\": \"%common-def:name-string63%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/redistribute-isis/redistribute-isis-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"level-1\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/redistribute-isis/level-1

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"level-2\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/redistribute-isis/level-2

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"level-1-2\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/redistribute-isis/level-1-2

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"redistribute-isis-metric\": \"%conn-metric%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/redistribute-isis/redistribute-isis-metric

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"redistribute-static\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/static/redistribute-static

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"unicast-static-metric\": \"%conn-metric%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/static/unicast-static-metric

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"static-route-map\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/static/static-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-send\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/af-ipv4-uc-and-vrf-cmds-call-point-holder/af-additional-paths/addpath-txrx/addpath-send

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-receive\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/af-ipv4-uc-and-vrf-cmds-call-point-holder/af-additional-paths/addpath-txrx/addpath-receive

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-sel-best\": \"%uint8%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/af-ipv4-uc-and-vrf-cmds-call-point-holder/af-additional-paths/addpath-select/addpath-sel-best

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-sel-groupbest\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/af-ipv4-uc-and-vrf-cmds-call-point-holder/af-additional-paths/addpath-select/addpath-sel-groupbest

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-sel-all\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/af-ipv4-uc-and-vrf-cmds-call-point-holder/af-additional-paths/addpath-select/addpath-sel-all

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"advertise-best-external\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/af-ipv4-uc-and-vrf-cmds-call-point-holder/advertise-best-external

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"static-network-distance\": \"%sdistance%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/static-network=%static-network-address%/static-network-distance

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"advertise-map\": \"%advertise-map%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/aggregate-address=%aggregate-ip-prefix%/advertise-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"as-set\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/aggregate-address=%aggregate-ip-prefix%/as-set

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"attribute-map\": \"%attribute-map%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/aggregate-address=%aggregate-ip-prefix%/attribute-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"summary-only\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/aggregate-address=%aggregate-ip-prefix%/summary-only

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"suppress-map\": \"%suppress-map%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/aggregate-address=%aggregate-ip-prefix%/suppress-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"network-weight\": \"%absolute-decimal-number%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/network=%network-ipv4-address%/network-weight

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"backdoor\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/network=%network-ipv4-address%/backdoor

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"network-route-map\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/network=%network-ipv4-address%/network-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"limit\": \"%listen-limit-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/listen-range=%listen-range-prefix%,%peer-group%/limit

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"remote-as\": \"%bgp-remote-as%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/remote-as

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"shutdown-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/shutdown/shutdown-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"generate-rib-out\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/shutdown/generate-rib-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-as4-enable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/af-vrf-neighbor-capability/as4/neighbor-as4-enable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-as4-disable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/af-vrf-neighbor-capability/as4/neighbor-as4-disable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefixlist-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/af-vrf-neighbor-capability/orf/prefixlist/prefixlist-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefixlist-send\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/af-vrf-neighbor-capability/orf/prefixlist/prefixlist-send

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefixlist-receive\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/af-vrf-neighbor-capability/orf/prefixlist/prefixlist-receive

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"allowas-in\": \"%uint32%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/allowas-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-in\": {\"filter-list-direction-in-acl-name\": \"%ip-filter-name%\", \"filter-list-name-direction-in\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/filter-list/direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-out\": {\"filter-list-direction-out-acl-name\": \"%ip-filter-name%\", \"filter-list-name-direction-out\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/filter-list/direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"max-prefix-limit\": \"%max-prefix-limit%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/maximum-prefix/max-prefix-limit

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"threshold\": \"%max-prefix-threshold%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/maximum-prefix/threshold-holder/threshold

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"teardown\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/maximum-prefix/threshold-holder/teardown

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"restart-interval\": \"%restart-interval-range%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/maximum-prefix/threshold-holder/restart-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"default-originate-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/default-originate/default-originate-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"default-originate-route-map\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/default-originate/default-originate-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-in\": {\"prefix-list-direction-in-prefix-name\": \"%nei-prefix-list-filter%\", \"prefix-list-direction-in\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/prefix-list/direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-out\": {\"prefix-list-direction-out-prefix-name\": \"%nei-prefix-list-filter%\", \"prefix-list-direction-out\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/prefix-list/direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-route-map-name-direction-in\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/neighbor-route-map/neighbor-route-map-direction-in/neighbor-route-map-name-direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-route-map-name-direction-out\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/neighbor-route-map/neighbor-route-map-direction-out/neighbor-route-map-name-direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"route-reflector-client\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/route-reflector-client

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"map-name\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/unsuppress-map/map-name

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"af-nei-weight\": \"%nei-weight%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/af-nei-weight

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"enable-peer-as-check\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/enable-peer-as-check

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"announce-rpki-state\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/announce-rpki-state

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-disable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/additional-paths/addpath-disable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-send\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/additional-paths/addpath-txrx/addpath-send

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-receive\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/additional-paths/addpath-txrx/addpath-receive

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-adv-best\": \"%uint8%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/additional-paths/addpath-advertise/addpath-adv-best

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-adv-groupbest\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/additional-paths/addpath-advertise/addpath-adv-groupbest

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-adv-all\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/additional-paths/addpath-advertise/addpath-adv-all

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"description\": \"%neighbor-description%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/description

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"local-as-value\": \"%local-as-num%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/local-as/local-as-value

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"no-prepend\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/local-as/no-prepend

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"next-hop-self-always\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/next-hop-self/next-hop-self-always

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"next-hop-self-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/next-hop-self/next-hop-self-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"value\": \"%adv-value%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/advertisement-interval/value

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ebgp-btsh\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/ebgp-btsh

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ebgp-multihop-flag\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/ebgp-multihop/ebgp-multihop-flag

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ebgp-multihop-count\": \"%uint32%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/ebgp-multihop/ebgp-multihop-count

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

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"nei-enforce-first-as\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/enforce-first-as/nei-enforce-first-as

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"nei-enforce-first-as-disable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/enforce-first-as/nei-enforce-first-as-disable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"timers\": {\"nei-keep-alive\": \"%nei-keep-alive%\", \"nei-hold-time\": \"%nei-hold-time%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/timers

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"as-override\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/as-override

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"inbound\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/soft-reconfiguration/inbound

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"static-network-edge\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/static-network-edge

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"bfd-enable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/bfd/bfd-enable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"holdover-interval\": \"%bfd:bfd-holdover-interval%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/bfd/holdover-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"interval\": {\"min-tx\": \"%bfd-tx-interval-type%\", \"min-rx\": \"%bfd-rx-interval-type%\", \"multiplier\": \"%bfd-multiplier-type%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/bfd/interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"graceful-restart-disable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/graceful-restart/graceful-restart-disable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"graceful-restart-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/graceful-restart/graceful-restart-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"num-as-in-as-path\": \"%num-as-in-as-path%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/maxas-limit/in/num-as-in-as-path

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"maxas-limit-disable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/maxas-limit/in/maxas-limit-disable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"all\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/send-community/all

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"both\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/send-community/both

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"extended\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/send-community/extended

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"standard\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/send-community/standard

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"large\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/send-community/large

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"activate\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder/af-ipv4-neighbor-addr=%af-ipv4-neighbor-address%/activate

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"load-sharing-value\": \"%uint32%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/maximum-paths/load-sharing-value

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ebgp\": \"%ebgp-paths%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/maximum-paths/ebgp

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ibgp\": \"%ibgp-paths%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/maximum-paths/ibgp

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"use-load-sharing\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/maximum-paths/use-load-sharing

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"multipath_ebgp\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/multipath/multipath_ebgp

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"multipath_ibgp\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/multipath/multipath_ibgp

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"multi-as\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/multipath/multi-as

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"always-propagate\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/always-propagate

curl -v -X PUT -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-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/default-information-originate

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"rib-route-limit\": \"%rib-route-number%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/rib-route-limit

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"client-to-client-reflection\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/client-to-client-reflection

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"next-hop-enable-default\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/next-hop-enable-default

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"table-map-route-map\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/table-map/table-map-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"update-time\": \"%update-time-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/update-time

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"ipv4-flowspec-default-vrf\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec/ipv4-flowspec-default-vrf

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"default-vrf-selected\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec/ipv4-flowspec-default-vrf/default-vrf-selected

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"client-to-client-reflection\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec/ipv4-flowspec-default-vrf/client-to-client-reflection

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"distribute\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec/ipv4-flowspec-default-vrf/distribute

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"rib-route-limit\": \"%rib-route-number%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec/ipv4-flowspec-default-vrf/rib-route-limit

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"validation-flag\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec/ipv4-flowspec-default-vrf/flowspec/validation/validation-flag

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"redirect\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec/ipv4-flowspec-default-vrf/flowspec/validation/redirect

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"allowas-in\": \"%uint32%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec/ipv4-flowspec-default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/allowas-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"max-prefix-limit\": \"%max-prefix-limit%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec/ipv4-flowspec-default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/maximum-prefix/max-prefix-limit

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"threshold\": \"%max-prefix-threshold%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec/ipv4-flowspec-default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/maximum-prefix/threshold-holder/threshold

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"teardown\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec/ipv4-flowspec-default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/maximum-prefix/threshold-holder/teardown

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"restart-interval\": \"%restart-interval-range%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec/ipv4-flowspec-default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/maximum-prefix/threshold-holder/restart-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-route-map-name-direction-in\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec/ipv4-flowspec-default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/neighbor-route-map/neighbor-route-map-direction-in/neighbor-route-map-name-direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-route-map-name-direction-out\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec/ipv4-flowspec-default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/neighbor-route-map/neighbor-route-map-direction-out/neighbor-route-map-name-direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"route-reflector-client\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec/ipv4-flowspec-default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/route-reflector-client

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"af-nei-weight\": \"%nei-weight%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec/ipv4-flowspec-default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/af-nei-weight

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"validation-flag\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec/ipv4-flowspec-default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/flowspec/validation/validation-flag

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"redirect\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec/ipv4-flowspec-default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/flowspec/validation/redirect

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"next-hop-type\": \"%enumeration%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec/ipv4-flowspec-default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/flowspec/redirect/next-hop/next-hop-type

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"next-hop-holder\": \"%enumeration%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec/ipv4-flowspec-default-vrf/neighbor/af-ipv4-neighbor-peergroup-holder/af-ipv4-neighbor-peergroup=%af-ipv4-neighbor-peergroup-name%/flowspec/redirect/next-hop/next-hop-holder

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"allowas-in\": \"%uint32%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec/ipv4-flowspec-default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/allowas-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"max-prefix-limit\": \"%max-prefix-limit%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec/ipv4-flowspec-default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/maximum-prefix/max-prefix-limit

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"threshold\": \"%max-prefix-threshold%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec/ipv4-flowspec-default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/maximum-prefix/threshold-holder/threshold

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"teardown\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec/ipv4-flowspec-default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/maximum-prefix/threshold-holder/teardown

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"restart-interval\": \"%restart-interval-range%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec/ipv4-flowspec-default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/maximum-prefix/threshold-holder/restart-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-route-map-name-direction-in\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec/ipv4-flowspec-default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/neighbor-route-map/neighbor-route-map-direction-in/neighbor-route-map-name-direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-route-map-name-direction-out\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec/ipv4-flowspec-default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/neighbor-route-map/neighbor-route-map-direction-out/neighbor-route-map-name-direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"route-reflector-client\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec/ipv4-flowspec-default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/route-reflector-client

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"af-nei-weight\": \"%nei-weight%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec/ipv4-flowspec-default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/af-nei-weight

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"validation-flag\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec/ipv4-flowspec-default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/flowspec/validation/validation-flag

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"redirect\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec/ipv4-flowspec-default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/flowspec/validation/redirect

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"next-hop-type\": \"%enumeration%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec/ipv4-flowspec-default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/flowspec/redirect/next-hop/next-hop-type

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"next-hop-holder\": \"%enumeration%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec/ipv4-flowspec-default-vrf/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/flowspec/redirect/next-hop/next-hop-holder

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"client-to-client-reflection\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec-vrf/flowspec/af-ipv4-flowspec-vrf=%af-ipv4-flowspec-vrf-name%/client-to-client-reflection

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"distribute\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec-vrf/flowspec/af-ipv4-flowspec-vrf=%af-ipv4-flowspec-vrf-name%/distribute

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"rib-route-limit\": \"%rib-route-number%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec-vrf/flowspec/af-ipv4-flowspec-vrf=%af-ipv4-flowspec-vrf-name%/rib-route-limit

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"validation-flag\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec-vrf/flowspec/af-ipv4-flowspec-vrf=%af-ipv4-flowspec-vrf-name%/flowspec/validation/validation-flag

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"redirect\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec-vrf/flowspec/af-ipv4-flowspec-vrf=%af-ipv4-flowspec-vrf-name%/flowspec/validation/redirect

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"allowas-in\": \"%uint32%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec-vrf/flowspec/af-ipv4-flowspec-vrf=%af-ipv4-flowspec-vrf-name%/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/allowas-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"max-prefix-limit\": \"%max-prefix-limit%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec-vrf/flowspec/af-ipv4-flowspec-vrf=%af-ipv4-flowspec-vrf-name%/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/maximum-prefix/max-prefix-limit

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"threshold\": \"%max-prefix-threshold%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec-vrf/flowspec/af-ipv4-flowspec-vrf=%af-ipv4-flowspec-vrf-name%/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/maximum-prefix/threshold-holder/threshold

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"teardown\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec-vrf/flowspec/af-ipv4-flowspec-vrf=%af-ipv4-flowspec-vrf-name%/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/maximum-prefix/threshold-holder/teardown

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"restart-interval\": \"%restart-interval-range%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec-vrf/flowspec/af-ipv4-flowspec-vrf=%af-ipv4-flowspec-vrf-name%/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/maximum-prefix/threshold-holder/restart-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-route-map-name-direction-in\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec-vrf/flowspec/af-ipv4-flowspec-vrf=%af-ipv4-flowspec-vrf-name%/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/neighbor-route-map/neighbor-route-map-direction-in/neighbor-route-map-name-direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-route-map-name-direction-out\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec-vrf/flowspec/af-ipv4-flowspec-vrf=%af-ipv4-flowspec-vrf-name%/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/neighbor-route-map/neighbor-route-map-direction-out/neighbor-route-map-name-direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"route-reflector-client\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec-vrf/flowspec/af-ipv4-flowspec-vrf=%af-ipv4-flowspec-vrf-name%/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/route-reflector-client

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"af-nei-weight\": \"%nei-weight%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec-vrf/flowspec/af-ipv4-flowspec-vrf=%af-ipv4-flowspec-vrf-name%/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/af-nei-weight

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"validation-flag\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec-vrf/flowspec/af-ipv4-flowspec-vrf=%af-ipv4-flowspec-vrf-name%/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/flowspec/validation/validation-flag

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"redirect\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec-vrf/flowspec/af-ipv4-flowspec-vrf=%af-ipv4-flowspec-vrf-name%/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/flowspec/validation/redirect

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"next-hop-type\": \"%enumeration%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec-vrf/flowspec/af-ipv4-flowspec-vrf=%af-ipv4-flowspec-vrf-name%/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/flowspec/redirect/next-hop/next-hop-type

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"next-hop-holder\": \"%enumeration%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec-vrf/flowspec/af-ipv4-flowspec-vrf=%af-ipv4-flowspec-vrf-name%/neighbor/af-ipv4-neighbor-address-holder/af-ipv4-neighbor-address=%af-ipv4-neighbor-address%/flowspec/redirect/next-hop/next-hop-holder

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"limit\": \"%listen-limit-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec-vrf/flowspec/af-ipv4-flowspec-vrf=%af-ipv4-flowspec-vrf-name%/listen-range=%listen-range-prefix%,%peer-group%/limit

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"default-vrf-selected\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/default-vrf-selected

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"bgp-redistribute-internal\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/af-ipv6-uc-and-vrf-cmds-call-point-holder/bgp-redistribute-internal

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

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"bgp-metric\": \"%conn-metric%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/bgp/bgp-metric

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"bgp-route-map\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/bgp/bgp-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"redistribute-connected\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/connected/redistribute-connected

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"unicast-metric\": \"%conn-metric%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/connected/unicast-metric

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"redistribute-route-map\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/connected/redistribute-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"redistribute-ospf\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/ospf/redistribute-ospf

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ospf-internal\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/ospf/match/ospf-internal

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ospf-external1\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/ospf/match/ospf-external1

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ospf-external2\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/ospf/match/ospf-external2

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ospf-metric\": \"%conn-metric%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/ospf/ospf-metric

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ospf-route-map\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/ospf/ospf-route-map

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

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"redistribute-isis-route-map\": \"%common-def:name-string63%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/redistribute-isis/redistribute-isis-route-map

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

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

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"level-1-2\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/redistribute-isis/level-1-2

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

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"redistribute-static\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/static/redistribute-static

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"unicast-static-metric\": \"%conn-metric%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/static/unicast-static-metric

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"static-route-map\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/static/static-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-send\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/af-ipv6-uc-and-vrf-cmds-call-point-holder/af-additional-paths/addpath-txrx/addpath-send

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-receive\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/af-ipv6-uc-and-vrf-cmds-call-point-holder/af-additional-paths/addpath-txrx/addpath-receive

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-sel-best\": \"%uint8%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/af-ipv6-uc-and-vrf-cmds-call-point-holder/af-additional-paths/addpath-select/addpath-sel-best

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-sel-groupbest\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/af-ipv6-uc-and-vrf-cmds-call-point-holder/af-additional-paths/addpath-select/addpath-sel-groupbest

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-sel-all\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/af-ipv6-uc-and-vrf-cmds-call-point-holder/af-additional-paths/addpath-select/addpath-sel-all

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"advertise-best-external\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/af-ipv6-uc-and-vrf-cmds-call-point-holder/advertise-best-external

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"advertise-map\": \"%advertise-map%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/aggregate-ipv6-address=%aggregate-ip-prefix%/advertise-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"as-set\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/aggregate-ipv6-address=%aggregate-ip-prefix%/as-set

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"attribute-map\": \"%attribute-map%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/aggregate-ipv6-address=%aggregate-ip-prefix%/attribute-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"summary-only\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/aggregate-ipv6-address=%aggregate-ip-prefix%/summary-only

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"suppress-map\": \"%suppress-map%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/aggregate-ipv6-address=%aggregate-ip-prefix%/suppress-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"network-weight\": \"%absolute-decimal-number%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/network=%network-ipv6-address%/network-weight

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"backdoor\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/network=%network-ipv6-address%/backdoor

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"network-route-map\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/network=%network-ipv6-address%/network-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"all\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/send-community/all

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"both\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/send-community/both

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"extended\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/send-community/extended

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"standard\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/send-community/standard

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"large\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/send-community/large

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefixlist-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/af-neighbor-capability/orf/prefixlist/prefixlist-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefixlist-send\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/af-neighbor-capability/orf/prefixlist/prefixlist-send

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefixlist-receive\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/af-neighbor-capability/orf/prefixlist/prefixlist-receive

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"activate\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/activate

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"allowas-in\": \"%uint32%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/allowas-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-in\": {\"filter-list-direction-in-acl-name\": \"%ip-filter-name%\", \"filter-list-name-direction-in\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/filter-list/direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-out\": {\"filter-list-direction-out-acl-name\": \"%ip-filter-name%\", \"filter-list-name-direction-out\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/filter-list/direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"max-prefix-limit\": \"%max-prefix-limit%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/maximum-prefix/max-prefix-limit

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"threshold\": \"%max-prefix-threshold%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/maximum-prefix/threshold-holder/threshold

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"teardown\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/maximum-prefix/threshold-holder/teardown

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"restart-interval\": \"%restart-interval-range%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/maximum-prefix/threshold-holder/restart-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"default-originate-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/default-originate/default-originate-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"default-originate-route-map\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/default-originate/default-originate-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-in\": {\"prefix-list-direction-in-prefix-name\": \"%nei-prefix-list-filter%\", \"prefix-list-direction-in\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/prefix-list/direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-out\": {\"prefix-list-direction-out-prefix-name\": \"%nei-prefix-list-filter%\", \"prefix-list-direction-out\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/prefix-list/direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-route-map-name-direction-in\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/neighbor-route-map/neighbor-route-map-direction-in/neighbor-route-map-name-direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-route-map-name-direction-out\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/neighbor-route-map/neighbor-route-map-direction-out/neighbor-route-map-name-direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"route-reflector-client\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/route-reflector-client

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"map-name\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/unsuppress-map/map-name

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"af-nei-weight\": \"%nei-weight%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/af-nei-weight

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"enable-peer-as-check\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/enable-peer-as-check

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"announce-rpki-state\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/announce-rpki-state

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-disable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/additional-paths/addpath-disable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-send\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/additional-paths/addpath-txrx/addpath-send

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-receive\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/additional-paths/addpath-txrx/addpath-receive

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-adv-best\": \"%uint8%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/additional-paths/addpath-advertise/addpath-adv-best

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-adv-groupbest\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/additional-paths/addpath-advertise/addpath-adv-groupbest

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-adv-all\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/additional-paths/addpath-advertise/addpath-adv-all

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"all\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/send-community/all

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"both\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/send-community/both

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"extended\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/send-community/extended

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"standard\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/send-community/standard

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"large\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/send-community/large

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefixlist-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/af-neighbor-capability/orf/prefixlist/prefixlist-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefixlist-send\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/af-neighbor-capability/orf/prefixlist/prefixlist-send

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefixlist-receive\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/af-neighbor-capability/orf/prefixlist/prefixlist-receive

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

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"allowas-in\": \"%uint32%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/allowas-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-in\": {\"filter-list-direction-in-acl-name\": \"%ip-filter-name%\", \"filter-list-name-direction-in\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/filter-list/direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-out\": {\"filter-list-direction-out-acl-name\": \"%ip-filter-name%\", \"filter-list-name-direction-out\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/filter-list/direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"max-prefix-limit\": \"%max-prefix-limit%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/maximum-prefix/max-prefix-limit

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"threshold\": \"%max-prefix-threshold%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/maximum-prefix/threshold-holder/threshold

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"teardown\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/maximum-prefix/threshold-holder/teardown

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"restart-interval\": \"%restart-interval-range%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/maximum-prefix/threshold-holder/restart-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"default-originate-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/default-originate/default-originate-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"default-originate-route-map\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/default-originate/default-originate-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-in\": {\"prefix-list-direction-in-prefix-name\": \"%nei-prefix-list-filter%\", \"prefix-list-direction-in\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/prefix-list/direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-out\": {\"prefix-list-direction-out-prefix-name\": \"%nei-prefix-list-filter%\", \"prefix-list-direction-out\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/prefix-list/direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-route-map-name-direction-in\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/neighbor-route-map/neighbor-route-map-direction-in/neighbor-route-map-name-direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-route-map-name-direction-out\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/neighbor-route-map/neighbor-route-map-direction-out/neighbor-route-map-name-direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"route-reflector-client\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/route-reflector-client

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"map-name\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/unsuppress-map/map-name

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"af-nei-weight\": \"%nei-weight%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/af-nei-weight

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"enable-peer-as-check\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/enable-peer-as-check

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"announce-rpki-state\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/announce-rpki-state

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-disable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/additional-paths/addpath-disable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-send\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/additional-paths/addpath-txrx/addpath-send

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-receive\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/additional-paths/addpath-txrx/addpath-receive

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-adv-best\": \"%uint8%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/additional-paths/addpath-advertise/addpath-adv-best

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-adv-groupbest\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/additional-paths/addpath-advertise/addpath-adv-groupbest

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-adv-all\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/additional-paths/addpath-advertise/addpath-adv-all

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"allowas-in\": \"%uint32%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6u-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/allowas-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefixlist-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6u-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/af-neighbor-capability/orf/prefixlist/prefixlist-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefixlist-send\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6u-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/af-neighbor-capability/orf/prefixlist/prefixlist-send

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefixlist-receive\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6u-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/af-neighbor-capability/orf/prefixlist/prefixlist-receive

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-in\": {\"filter-list-direction-in-acl-name\": \"%ip-filter-name%\", \"filter-list-name-direction-in\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6u-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/filter-list/direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-out\": {\"filter-list-direction-out-acl-name\": \"%ip-filter-name%\", \"filter-list-name-direction-out\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6u-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/filter-list/direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"send-community-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6u-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/send-community/send-community-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"all\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6u-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/send-community/all

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"both\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6u-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/send-community/both

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"extended\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6u-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/send-community/extended

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"standard\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6u-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/send-community/standard

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"large\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6u-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/send-community/large

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"max-prefix-limit\": \"%max-prefix-limit%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6u-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/maximum-prefix/max-prefix-limit

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"threshold\": \"%max-prefix-threshold%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6u-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/maximum-prefix/threshold-holder/threshold

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"teardown\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6u-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/maximum-prefix/threshold-holder/teardown

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"restart-interval\": \"%restart-interval-range%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6u-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/maximum-prefix/threshold-holder/restart-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"default-originate-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6u-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/default-originate/default-originate-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"default-originate-route-map\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6u-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/default-originate/default-originate-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-in\": {\"prefix-list-direction-in-prefix-name\": \"%nei-prefix-list-filter%\", \"prefix-list-direction-in\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6u-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/prefix-list/direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-out\": {\"prefix-list-direction-out-prefix-name\": \"%nei-prefix-list-filter%\", \"prefix-list-direction-out\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6u-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/prefix-list/direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-route-map-name-direction-in\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6u-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/neighbor-route-map/neighbor-route-map-direction-in/neighbor-route-map-name-direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-route-map-name-direction-out\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6u-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/neighbor-route-map/neighbor-route-map-direction-out/neighbor-route-map-name-direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"route-reflector-client\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6u-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/route-reflector-client

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"map-name\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6u-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/unsuppress-map/map-name

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"af-nei-weight\": \"%nei-weight%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6u-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/af-nei-weight

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"enable-peer-as-check\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6u-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/enable-peer-as-check

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-disable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6u-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/additional-paths/addpath-disable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-send\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6u-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/additional-paths/addpath-txrx/addpath-send

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-receive\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6u-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/additional-paths/addpath-txrx/addpath-receive

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-adv-best\": \"%uint8%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6u-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/additional-paths/addpath-advertise/addpath-adv-best

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-adv-groupbest\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6u-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/additional-paths/addpath-advertise/addpath-adv-groupbest

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-adv-all\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/neighbor/af-ipv6u-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/additional-paths/addpath-advertise/addpath-adv-all

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"load-sharing-value\": \"%uint32%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/af-common-cmds-holder/maximum-paths/load-sharing-value

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

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

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"use-load-sharing\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/af-common-cmds-holder/maximum-paths/use-load-sharing

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

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

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

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

curl -v -X PUT -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-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/af-common-cmds-holder/default-information-originate

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

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

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

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"table-map-route-map\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/af-common-cmds-holder/table-map/table-map-route-map

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

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

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"restart-time\": \"%rtime-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/af-common-cmds-holder/graceful-restart/restart-time

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"purge-time\": \"%ptime-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/af-common-cmds-holder/graceful-restart/purge-time

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"stale-routes-time\": \"%st-time-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/af-common-cmds-holder/graceful-restart/stale-routes-time

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ipv6-ucast-next-hop-recursion\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/ipv6-ucast-next-hop-recursion

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefix-validation-disable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/bestpath/prefix-validation/prefix-validation-disable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"disallow-invalid\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf/bestpath/prefix-validation/disallow-invalid

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"next-hop-recursion\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/next-hop-recursion

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefix-validation-disable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/bestpath/prefix-validation/prefix-validation-disable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"disallow-invalid\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/bestpath/prefix-validation/disallow-invalid

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"graceful-restart-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/graceful-restart-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"bgp-redistribute-internal\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/af-ipv6-uc-and-vrf-cmds-call-point-holder/bgp-redistribute-internal

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"redistribute-bgp\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/bgp/redistribute-bgp

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"bgp-metric\": \"%conn-metric%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/bgp/bgp-metric

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"bgp-route-map\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/bgp/bgp-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"redistribute-connected\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/connected/redistribute-connected

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"unicast-metric\": \"%conn-metric%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/connected/unicast-metric

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"redistribute-route-map\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/connected/redistribute-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"redistribute-ospf\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/ospf/redistribute-ospf

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ospf-internal\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/ospf/match/ospf-internal

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ospf-external1\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/ospf/match/ospf-external1

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ospf-external2\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/ospf/match/ospf-external2

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ospf-metric\": \"%conn-metric%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/ospf/ospf-metric

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ospf-route-map\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/ospf/ospf-route-map

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

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"redistribute-isis-route-map\": \"%common-def:name-string63%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/redistribute-isis/redistribute-isis-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"level-1\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/redistribute-isis/level-1

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"level-2\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/redistribute-isis/level-2

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"level-1-2\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/redistribute-isis/level-1-2

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"redistribute-isis-metric\": \"%conn-metric%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/redistribute-isis/redistribute-isis-metric

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"redistribute-static\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/static/redistribute-static

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"unicast-static-metric\": \"%conn-metric%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/static/unicast-static-metric

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"static-route-map\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/static/static-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-send\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/af-ipv6-uc-and-vrf-cmds-call-point-holder/af-additional-paths/addpath-txrx/addpath-send

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-receive\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/af-ipv6-uc-and-vrf-cmds-call-point-holder/af-additional-paths/addpath-txrx/addpath-receive

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-sel-best\": \"%uint8%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/af-ipv6-uc-and-vrf-cmds-call-point-holder/af-additional-paths/addpath-select/addpath-sel-best

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-sel-groupbest\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/af-ipv6-uc-and-vrf-cmds-call-point-holder/af-additional-paths/addpath-select/addpath-sel-groupbest

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-sel-all\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/af-ipv6-uc-and-vrf-cmds-call-point-holder/af-additional-paths/addpath-select/addpath-sel-all

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"advertise-best-external\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/af-ipv6-uc-and-vrf-cmds-call-point-holder/advertise-best-external

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"advertise-map\": \"%advertise-map%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/aggregate-ipv6-address=%aggregate-ip-prefix%/advertise-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"as-set\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/aggregate-ipv6-address=%aggregate-ip-prefix%/as-set

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"attribute-map\": \"%attribute-map%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/aggregate-ipv6-address=%aggregate-ip-prefix%/attribute-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"summary-only\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/aggregate-ipv6-address=%aggregate-ip-prefix%/summary-only

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"suppress-map\": \"%suppress-map%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/aggregate-ipv6-address=%aggregate-ip-prefix%/suppress-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"network-weight\": \"%absolute-decimal-number%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/network=%network-ipv6-address%/network-weight

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"backdoor\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/network=%network-ipv6-address%/backdoor

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"network-route-map\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/network=%network-ipv6-address%/network-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"limit\": \"%listen-limit-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/ipv6-listen-range=%listen-range-prefix%,%peer-group%/limit

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"remote-as\": \"%bgp-remote-as%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/remote-as

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"shutdown-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/shutdown/shutdown-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"generate-rib-out\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/shutdown/generate-rib-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-as4-enable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/af-vrf-neighbor-capability/as4/neighbor-as4-enable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-as4-disable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/af-vrf-neighbor-capability/as4/neighbor-as4-disable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefixlist-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/af-vrf-neighbor-capability/orf/prefixlist/prefixlist-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefixlist-send\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/af-vrf-neighbor-capability/orf/prefixlist/prefixlist-send

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefixlist-receive\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/af-vrf-neighbor-capability/orf/prefixlist/prefixlist-receive

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"allowas-in\": \"%uint32%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/allowas-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-in\": {\"filter-list-direction-in-acl-name\": \"%ip-filter-name%\", \"filter-list-name-direction-in\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/filter-list/direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-out\": {\"filter-list-direction-out-acl-name\": \"%ip-filter-name%\", \"filter-list-name-direction-out\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/filter-list/direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"max-prefix-limit\": \"%max-prefix-limit%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/maximum-prefix/max-prefix-limit

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"threshold\": \"%max-prefix-threshold%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/maximum-prefix/threshold-holder/threshold

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"teardown\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/maximum-prefix/threshold-holder/teardown

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"restart-interval\": \"%restart-interval-range%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/maximum-prefix/threshold-holder/restart-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"default-originate-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/default-originate/default-originate-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"default-originate-route-map\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/default-originate/default-originate-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-in\": {\"prefix-list-direction-in-prefix-name\": \"%nei-prefix-list-filter%\", \"prefix-list-direction-in\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/prefix-list/direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-out\": {\"prefix-list-direction-out-prefix-name\": \"%nei-prefix-list-filter%\", \"prefix-list-direction-out\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/prefix-list/direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-route-map-name-direction-in\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/neighbor-route-map/neighbor-route-map-direction-in/neighbor-route-map-name-direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-route-map-name-direction-out\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/neighbor-route-map/neighbor-route-map-direction-out/neighbor-route-map-name-direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"route-reflector-client\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/route-reflector-client

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"map-name\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/unsuppress-map/map-name

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"af-nei-weight\": \"%nei-weight%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/af-nei-weight

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"enable-peer-as-check\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/enable-peer-as-check

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"announce-rpki-state\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/announce-rpki-state

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-disable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/additional-paths/addpath-disable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-send\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/additional-paths/addpath-txrx/addpath-send

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-receive\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/additional-paths/addpath-txrx/addpath-receive

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-adv-best\": \"%uint8%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/additional-paths/addpath-advertise/addpath-adv-best

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-adv-groupbest\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/additional-paths/addpath-advertise/addpath-adv-groupbest

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-adv-all\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/additional-paths/addpath-advertise/addpath-adv-all

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"num-as-in-as-path\": \"%num-as-in-as-path%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/maxas-limit/in/num-as-in-as-path

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"maxas-limit-disable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/maxas-limit/in/maxas-limit-disable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"all\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/send-community/all

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"both\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/send-community/both

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"extended\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/send-community/extended

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"standard\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/send-community/standard

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"large\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/send-community/large

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"activate\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder/af-ipv6-neighbor-addr=%af-ipv6-neighbor-address%/activate

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"allowas-in\": \"%uint32%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6u-vrf-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/allowas-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefixlist-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6u-vrf-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/af-neighbor-capability/orf/prefixlist/prefixlist-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefixlist-send\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6u-vrf-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/af-neighbor-capability/orf/prefixlist/prefixlist-send

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefixlist-receive\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6u-vrf-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/af-neighbor-capability/orf/prefixlist/prefixlist-receive

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-in\": {\"filter-list-direction-in-acl-name\": \"%ip-filter-name%\", \"filter-list-name-direction-in\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6u-vrf-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/filter-list/direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-out\": {\"filter-list-direction-out-acl-name\": \"%ip-filter-name%\", \"filter-list-name-direction-out\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6u-vrf-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/filter-list/direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"send-community-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6u-vrf-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/send-community/send-community-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"all\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6u-vrf-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/send-community/all

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"both\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6u-vrf-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/send-community/both

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"extended\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6u-vrf-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/send-community/extended

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"standard\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6u-vrf-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/send-community/standard

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"large\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6u-vrf-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/send-community/large

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"max-prefix-limit\": \"%max-prefix-limit%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6u-vrf-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/maximum-prefix/max-prefix-limit

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"threshold\": \"%max-prefix-threshold%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6u-vrf-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/maximum-prefix/threshold-holder/threshold

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"teardown\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6u-vrf-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/maximum-prefix/threshold-holder/teardown

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"restart-interval\": \"%restart-interval-range%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6u-vrf-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/maximum-prefix/threshold-holder/restart-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"default-originate-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6u-vrf-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/default-originate/default-originate-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"default-originate-route-map\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6u-vrf-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/default-originate/default-originate-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-in\": {\"prefix-list-direction-in-prefix-name\": \"%nei-prefix-list-filter%\", \"prefix-list-direction-in\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6u-vrf-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/prefix-list/direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-out\": {\"prefix-list-direction-out-prefix-name\": \"%nei-prefix-list-filter%\", \"prefix-list-direction-out\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6u-vrf-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/prefix-list/direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-route-map-name-direction-in\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6u-vrf-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/neighbor-route-map/neighbor-route-map-direction-in/neighbor-route-map-name-direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-route-map-name-direction-out\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6u-vrf-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/neighbor-route-map/neighbor-route-map-direction-out/neighbor-route-map-name-direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"route-reflector-client\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6u-vrf-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/route-reflector-client

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"map-name\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6u-vrf-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/unsuppress-map/map-name

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"af-nei-weight\": \"%nei-weight%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6u-vrf-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/af-nei-weight

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"enable-peer-as-check\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6u-vrf-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/enable-peer-as-check

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-disable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6u-vrf-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/additional-paths/addpath-disable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-send\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6u-vrf-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/additional-paths/addpath-txrx/addpath-send

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-receive\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6u-vrf-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/additional-paths/addpath-txrx/addpath-receive

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-adv-best\": \"%uint8%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6u-vrf-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/additional-paths/addpath-advertise/addpath-adv-best

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-adv-groupbest\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6u-vrf-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/additional-paths/addpath-advertise/addpath-adv-groupbest

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"addpath-adv-all\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6u-vrf-ipv4-attr-holder/af-ipv6u-ipv4-neighbor=%af-ipv4-neighbor-address%/additional-paths/addpath-advertise/addpath-adv-all

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"load-sharing-value\": \"%uint32%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/maximum-paths/load-sharing-value

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ebgp\": \"%ebgp-paths%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/maximum-paths/ebgp

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ibgp\": \"%ibgp-paths%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/maximum-paths/ibgp

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"use-load-sharing\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/maximum-paths/use-load-sharing

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"multipath_ebgp\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/multipath/multipath_ebgp

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"multipath_ibgp\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/multipath/multipath_ibgp

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"multi-as\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/multipath/multi-as

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"always-propagate\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/always-propagate

curl -v -X PUT -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-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/default-information-originate

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"rib-route-limit\": \"%rib-route-number%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/rib-route-limit

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"client-to-client-reflection\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/client-to-client-reflection

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"next-hop-enable-default\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/next-hop-enable-default

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"table-map-route-map\": \"%rmap-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/table-map/table-map-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"update-time\": \"%update-time-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/update-time

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"ipv6-flowspec-default-vrf\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec/ipv6-flowspec-default-vrf

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"default-vrf-selected\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec/ipv6-flowspec-default-vrf/default-vrf-selected

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"client-to-client-reflection\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec/ipv6-flowspec-default-vrf/client-to-client-reflection

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"distribute\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec/ipv6-flowspec-default-vrf/distribute

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"rib-route-limit\": \"%rib-route-number%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec/ipv6-flowspec-default-vrf/rib-route-limit

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"validation-flag\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec/ipv6-flowspec-default-vrf/flowspec/validation/validation-flag

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"redirect\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec/ipv6-flowspec-default-vrf/flowspec/validation/redirect

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"allowas-in\": \"%uint32%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec/ipv6-flowspec-default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/allowas-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"max-prefix-limit\": \"%max-prefix-limit%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec/ipv6-flowspec-default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/maximum-prefix/max-prefix-limit

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"threshold\": \"%max-prefix-threshold%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec/ipv6-flowspec-default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/maximum-prefix/threshold-holder/threshold

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"teardown\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec/ipv6-flowspec-default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/maximum-prefix/threshold-holder/teardown

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"restart-interval\": \"%restart-interval-range%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec/ipv6-flowspec-default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/maximum-prefix/threshold-holder/restart-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-route-map-name-direction-in\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec/ipv6-flowspec-default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/neighbor-route-map/neighbor-route-map-direction-in/neighbor-route-map-name-direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-route-map-name-direction-out\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec/ipv6-flowspec-default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/neighbor-route-map/neighbor-route-map-direction-out/neighbor-route-map-name-direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"route-reflector-client\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec/ipv6-flowspec-default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/route-reflector-client

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"af-nei-weight\": \"%nei-weight%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec/ipv6-flowspec-default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/af-nei-weight

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"validation-flag\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec/ipv6-flowspec-default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/flowspec/validation/validation-flag

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"redirect\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec/ipv6-flowspec-default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/flowspec/validation/redirect

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"next-hop-type\": \"%enumeration%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec/ipv6-flowspec-default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/flowspec/redirect/next-hop/next-hop-type

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"next-hop-holder\": \"%enumeration%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec/ipv6-flowspec-default-vrf/neighbor/af-ipv6-neighbor-peergroup-holder/af-ipv6-neighbor-peergroup=%af-ipv6-neighbor-peergroup-name%/flowspec/redirect/next-hop/next-hop-holder

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"allowas-in\": \"%uint32%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec/ipv6-flowspec-default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/allowas-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"max-prefix-limit\": \"%max-prefix-limit%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec/ipv6-flowspec-default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/maximum-prefix/max-prefix-limit

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"threshold\": \"%max-prefix-threshold%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec/ipv6-flowspec-default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/maximum-prefix/threshold-holder/threshold

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"teardown\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec/ipv6-flowspec-default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/maximum-prefix/threshold-holder/teardown

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"restart-interval\": \"%restart-interval-range%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec/ipv6-flowspec-default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/maximum-prefix/threshold-holder/restart-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-route-map-name-direction-in\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec/ipv6-flowspec-default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/neighbor-route-map/neighbor-route-map-direction-in/neighbor-route-map-name-direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-route-map-name-direction-out\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec/ipv6-flowspec-default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/neighbor-route-map/neighbor-route-map-direction-out/neighbor-route-map-name-direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"route-reflector-client\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec/ipv6-flowspec-default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/route-reflector-client

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"af-nei-weight\": \"%nei-weight%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec/ipv6-flowspec-default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/af-nei-weight

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"validation-flag\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec/ipv6-flowspec-default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/flowspec/validation/validation-flag

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"redirect\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec/ipv6-flowspec-default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/flowspec/validation/redirect

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"next-hop-type\": \"%enumeration%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec/ipv6-flowspec-default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/flowspec/redirect/next-hop/next-hop-type

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"next-hop-holder\": \"%enumeration%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec/ipv6-flowspec-default-vrf/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/flowspec/redirect/next-hop/next-hop-holder

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"client-to-client-reflection\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec-vrf/flowspec/af-ipv6-flowspec-vrf=%af-ipv6-flowspec-vrf-name%/client-to-client-reflection

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"distribute\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec-vrf/flowspec/af-ipv6-flowspec-vrf=%af-ipv6-flowspec-vrf-name%/distribute

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"rib-route-limit\": \"%rib-route-number%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec-vrf/flowspec/af-ipv6-flowspec-vrf=%af-ipv6-flowspec-vrf-name%/rib-route-limit

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"validation-flag\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec-vrf/flowspec/af-ipv6-flowspec-vrf=%af-ipv6-flowspec-vrf-name%/flowspec/validation/validation-flag

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"redirect\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec-vrf/flowspec/af-ipv6-flowspec-vrf=%af-ipv6-flowspec-vrf-name%/flowspec/validation/redirect

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"allowas-in\": \"%uint32%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec-vrf/flowspec/af-ipv6-flowspec-vrf=%af-ipv6-flowspec-vrf-name%/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/allowas-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"max-prefix-limit\": \"%max-prefix-limit%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec-vrf/flowspec/af-ipv6-flowspec-vrf=%af-ipv6-flowspec-vrf-name%/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/maximum-prefix/max-prefix-limit

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"threshold\": \"%max-prefix-threshold%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec-vrf/flowspec/af-ipv6-flowspec-vrf=%af-ipv6-flowspec-vrf-name%/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/maximum-prefix/threshold-holder/threshold

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"teardown\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec-vrf/flowspec/af-ipv6-flowspec-vrf=%af-ipv6-flowspec-vrf-name%/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/maximum-prefix/threshold-holder/teardown

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"restart-interval\": \"%restart-interval-range%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec-vrf/flowspec/af-ipv6-flowspec-vrf=%af-ipv6-flowspec-vrf-name%/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/maximum-prefix/threshold-holder/restart-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-route-map-name-direction-in\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec-vrf/flowspec/af-ipv6-flowspec-vrf=%af-ipv6-flowspec-vrf-name%/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/neighbor-route-map/neighbor-route-map-direction-in/neighbor-route-map-name-direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-route-map-name-direction-out\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec-vrf/flowspec/af-ipv6-flowspec-vrf=%af-ipv6-flowspec-vrf-name%/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/neighbor-route-map/neighbor-route-map-direction-out/neighbor-route-map-name-direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"route-reflector-client\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec-vrf/flowspec/af-ipv6-flowspec-vrf=%af-ipv6-flowspec-vrf-name%/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/route-reflector-client

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"af-nei-weight\": \"%nei-weight%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec-vrf/flowspec/af-ipv6-flowspec-vrf=%af-ipv6-flowspec-vrf-name%/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/af-nei-weight

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"validation-flag\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec-vrf/flowspec/af-ipv6-flowspec-vrf=%af-ipv6-flowspec-vrf-name%/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/flowspec/validation/validation-flag

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"redirect\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec-vrf/flowspec/af-ipv6-flowspec-vrf=%af-ipv6-flowspec-vrf-name%/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/flowspec/validation/redirect

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"next-hop-type\": \"%enumeration%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec-vrf/flowspec/af-ipv6-flowspec-vrf=%af-ipv6-flowspec-vrf-name%/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/flowspec/redirect/next-hop/next-hop-type

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"next-hop-holder\": \"%enumeration%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec-vrf/flowspec/af-ipv6-flowspec-vrf=%af-ipv6-flowspec-vrf-name%/neighbor/af-ipv6-neighbor-address-holder/af-ipv6-neighbor-address=%af-ipv6-neighbor-address%/flowspec/redirect/next-hop/next-hop-holder

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"limit\": \"%listen-limit-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec-vrf/flowspec/af-ipv6-flowspec-vrf=%af-ipv6-flowspec-vrf-name%/ipv6-listen-range=%listen-range-prefix%,%peer-group%/limit

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"evpn\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"host-route\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/suppress/ipv4/host-route

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"client-to-client-reflection\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/client-to-client-reflection

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"graceful-restart-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/graceful-restart/graceful-restart-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"restart-time\": \"%rtime-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/graceful-restart/restart-time

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"purge-time\": \"%ptime-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/graceful-restart/purge-time

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"stale-routes-time\": \"%st-time-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/graceful-restart/stale-routes-time

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"all\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/retain/route-target/all

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"vtep-discovery\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/vtep-discovery

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"vpnv4-reoriginate\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/import/vpnv4/vpnv4-unicast/vpnv4-reoriginate

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"vpnv4-uniform-path-propagation\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/import/vpnv4/vpnv4-unicast/vpnv4-uniform-path-propagation

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"vpnv6-reoriginate\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/import/vpnv6/vpnv6-unicast/vpnv6-reoriginate

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"maximum-prefix\": \"%max-prefix-limit%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor/evpn-peer-group=%evpn-neighbor-peergroup-name%/maximum-prefix

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"route-reflector-client\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor/evpn-peer-group=%evpn-neighbor-peergroup-name%/route-reflector-client

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"allowas-in\": \"%uint32%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor/evpn-peer-group=%evpn-neighbor-peergroup-name%/allowas-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"next-hop-unchanged\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor/evpn-peer-group=%evpn-neighbor-peergroup-name%/next-hop-unchanged

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"enable-peer-as-check\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor/evpn-peer-group=%evpn-neighbor-peergroup-name%/enable-peer-as-check

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"route-map-name-direction-in\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor/evpn-peer-group=%evpn-neighbor-peergroup-name%/route-map/direction-in/route-map-name-direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"route-map-name-direction-out\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor/evpn-peer-group=%evpn-neighbor-peergroup-name%/route-map/direction-out/route-map-name-direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"activate\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor/evpn-peer-group=%evpn-neighbor-peergroup-name%/activate

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"send-community-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor/evpn-peer-group=%evpn-neighbor-peergroup-name%/send-community/send-community-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"both\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor/evpn-peer-group=%evpn-neighbor-peergroup-name%/send-community/both

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"extended\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor/evpn-peer-group=%evpn-neighbor-peergroup-name%/send-community/extended

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"standard\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor/evpn-peer-group=%evpn-neighbor-peergroup-name%/send-community/standard

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"maximum-prefix\": \"%max-prefix-limit%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor/evpn-neighbor-ipv4=%evpn-neighbor-ipv4-address%/maximum-prefix

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"route-reflector-client\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor/evpn-neighbor-ipv4=%evpn-neighbor-ipv4-address%/route-reflector-client

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"allowas-in\": \"%uint32%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor/evpn-neighbor-ipv4=%evpn-neighbor-ipv4-address%/allowas-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"next-hop-unchanged\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor/evpn-neighbor-ipv4=%evpn-neighbor-ipv4-address%/next-hop-unchanged

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"enable-peer-as-check\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor/evpn-neighbor-ipv4=%evpn-neighbor-ipv4-address%/enable-peer-as-check

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"route-map-name-direction-in\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor/evpn-neighbor-ipv4=%evpn-neighbor-ipv4-address%/route-map/direction-in/route-map-name-direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"route-map-name-direction-out\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor/evpn-neighbor-ipv4=%evpn-neighbor-ipv4-address%/route-map/direction-out/route-map-name-direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"activate\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor/evpn-neighbor-ipv4=%evpn-neighbor-ipv4-address%/activate

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"send-community-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor/evpn-neighbor-ipv4=%evpn-neighbor-ipv4-address%/send-community/send-community-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"both\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor/evpn-neighbor-ipv4=%evpn-neighbor-ipv4-address%/send-community/both

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"extended\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor/evpn-neighbor-ipv4=%evpn-neighbor-ipv4-address%/send-community/extended

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"standard\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor/evpn-neighbor-ipv4=%evpn-neighbor-ipv4-address%/send-community/standard

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"maximum-prefix\": \"%max-prefix-limit%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor/evpn-neighbor-ipv6=%evpn-neighbor-ipv6-address%/maximum-prefix

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"route-reflector-client\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor/evpn-neighbor-ipv6=%evpn-neighbor-ipv6-address%/route-reflector-client

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"allowas-in\": \"%uint32%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor/evpn-neighbor-ipv6=%evpn-neighbor-ipv6-address%/allowas-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"next-hop-unchanged\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor/evpn-neighbor-ipv6=%evpn-neighbor-ipv6-address%/next-hop-unchanged

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"enable-peer-as-check\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor/evpn-neighbor-ipv6=%evpn-neighbor-ipv6-address%/enable-peer-as-check

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"route-map-name-direction-in\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor/evpn-neighbor-ipv6=%evpn-neighbor-ipv6-address%/route-map/direction-in/route-map-name-direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"route-map-name-direction-out\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor/evpn-neighbor-ipv6=%evpn-neighbor-ipv6-address%/route-map/direction-out/route-map-name-direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"activate\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor/evpn-neighbor-ipv6=%evpn-neighbor-ipv6-address%/activate

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"send-community-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor/evpn-neighbor-ipv6=%evpn-neighbor-ipv6-address%/send-community/send-community-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"both\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor/evpn-neighbor-ipv6=%evpn-neighbor-ipv6-address%/send-community/both

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"extended\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor/evpn-neighbor-ipv6=%evpn-neighbor-ipv6-address%/send-community/extended

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"standard\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor/evpn-neighbor-ipv6=%evpn-neighbor-ipv6-address%/send-community/standard

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

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"rr-group\": \"%rr-group-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/rr-group

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"export-vrf-leaked-routes\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/export-vrf-leaked-routes

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefixlist-send\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/af-neighbor-capability/orf/prefix-list/prefixlist-send

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefixlist-receive\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/af-neighbor-capability/orf/prefix-list/prefixlist-receive

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ext-community-receive\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/af-neighbor-capability/orf/extended-community/ext-community-receive

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ext-community-send-vrf\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/af-neighbor-capability/orf/extended-community/ext-community-send-vrf

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"send-community-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/send-community/send-community-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"all\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/send-community/all

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"both\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/send-community/both

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"extended\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/send-community/extended

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"standard\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/send-community/standard

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"large\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/send-community/large

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"activate\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/activate

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"weight\": \"%nei-weight%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/weight

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"route-reflector-client\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/route-reflector-client

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-route-map-name-direction-in\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/neighbor-route-map/neighbor-route-map-direction-in/neighbor-route-map-name-direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-route-map-name-direction-out\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/neighbor-route-map/neighbor-route-map-direction-out/neighbor-route-map-name-direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-in\": {\"prefix-list-direction-in-prefix-name\": \"%nei-prefix-list-filter%\", \"prefix-list-direction-in\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/prefix-list/direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-out\": {\"prefix-list-direction-out-prefix-name\": \"%nei-prefix-list-filter%\", \"prefix-list-direction-out\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/prefix-list/direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-in\": {\"filter-list-direction-in-acl-name\": \"%ip-filter-name%\", \"filter-list-name-direction-in\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/filter-list/direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-out\": {\"filter-list-direction-out-acl-name\": \"%ip-filter-name%\", \"filter-list-name-direction-out\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/filter-list/direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefixlist-send\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpnv4-neighbor-address-holder/af-vpnv4-neighbor=%af-vpnv4-neighbor-address%/af-neighbor-capability/orf/prefix-list/prefixlist-send

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefixlist-receive\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpnv4-neighbor-address-holder/af-vpnv4-neighbor=%af-vpnv4-neighbor-address%/af-neighbor-capability/orf/prefix-list/prefixlist-receive

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ext-community-receive\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpnv4-neighbor-address-holder/af-vpnv4-neighbor=%af-vpnv4-neighbor-address%/af-neighbor-capability/orf/extended-community/ext-community-receive

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ext-community-send-vrf\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpnv4-neighbor-address-holder/af-vpnv4-neighbor=%af-vpnv4-neighbor-address%/af-neighbor-capability/orf/extended-community/ext-community-send-vrf

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"send-community-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpnv4-neighbor-address-holder/af-vpnv4-neighbor=%af-vpnv4-neighbor-address%/send-community/send-community-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"all\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpnv4-neighbor-address-holder/af-vpnv4-neighbor=%af-vpnv4-neighbor-address%/send-community/all

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"both\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpnv4-neighbor-address-holder/af-vpnv4-neighbor=%af-vpnv4-neighbor-address%/send-community/both

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"extended\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpnv4-neighbor-address-holder/af-vpnv4-neighbor=%af-vpnv4-neighbor-address%/send-community/extended

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"standard\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpnv4-neighbor-address-holder/af-vpnv4-neighbor=%af-vpnv4-neighbor-address%/send-community/standard

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"large\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpnv4-neighbor-address-holder/af-vpnv4-neighbor=%af-vpnv4-neighbor-address%/send-community/large

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"activate\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpnv4-neighbor-address-holder/af-vpnv4-neighbor=%af-vpnv4-neighbor-address%/activate

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"weight\": \"%nei-weight%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpnv4-neighbor-address-holder/af-vpnv4-neighbor=%af-vpnv4-neighbor-address%/weight

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"route-reflector-client\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpnv4-neighbor-address-holder/af-vpnv4-neighbor=%af-vpnv4-neighbor-address%/route-reflector-client

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-route-map-name-direction-in\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpnv4-neighbor-address-holder/af-vpnv4-neighbor=%af-vpnv4-neighbor-address%/neighbor-route-map/neighbor-route-map-direction-in/neighbor-route-map-name-direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-route-map-name-direction-out\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpnv4-neighbor-address-holder/af-vpnv4-neighbor=%af-vpnv4-neighbor-address%/neighbor-route-map/neighbor-route-map-direction-out/neighbor-route-map-name-direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-in\": {\"prefix-list-direction-in-prefix-name\": \"%nei-prefix-list-filter%\", \"prefix-list-direction-in\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpnv4-neighbor-address-holder/af-vpnv4-neighbor=%af-vpnv4-neighbor-address%/prefix-list/direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-out\": {\"prefix-list-direction-out-prefix-name\": \"%nei-prefix-list-filter%\", \"prefix-list-direction-out\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpnv4-neighbor-address-holder/af-vpnv4-neighbor=%af-vpnv4-neighbor-address%/prefix-list/direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-in\": {\"filter-list-direction-in-acl-name\": \"%ip-filter-name%\", \"filter-list-name-direction-in\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpnv4-neighbor-address-holder/af-vpnv4-neighbor=%af-vpnv4-neighbor-address%/filter-list/direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-out\": {\"filter-list-direction-out-acl-name\": \"%ip-filter-name%\", \"filter-list-name-direction-out\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/af-vpnv4-neighbor-address-holder/af-vpnv4-neighbor=%af-vpnv4-neighbor-address%/filter-list/direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"vpnv4-evpn-reoriginate\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/import/l2vpn/evpn/vpnv4-evpn-reoriginate

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"vpnv4-evpn-uniform-path-propagation\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv4/vpnv4-unicast/import/l2vpn/evpn/vpnv4-evpn-uniform-path-propagation

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

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"rr-group\": \"%rr-group-type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/rr-group

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"export-vrf-leaked-routes\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/export-vrf-leaked-routes

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefixlist-send\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/af-neighbor-capability/orf/prefix-list/prefixlist-send

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefixlist-receive\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/af-neighbor-capability/orf/prefix-list/prefixlist-receive

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ext-community-receive\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/af-neighbor-capability/orf/extended-community/ext-community-receive

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ext-community-send-vrf\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/af-neighbor-capability/orf/extended-community/ext-community-send-vrf

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"send-community-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/send-community/send-community-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"all\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/send-community/all

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"both\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/send-community/both

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"extended\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/send-community/extended

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"standard\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/send-community/standard

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"large\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/send-community/large

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"activate\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/activate

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"weight\": \"%nei-weight%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/weight

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"route-reflector-client\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/route-reflector-client

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-route-map-name-direction-in\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/neighbor-route-map/neighbor-route-map-direction-in/neighbor-route-map-name-direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-route-map-name-direction-out\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/neighbor-route-map/neighbor-route-map-direction-out/neighbor-route-map-name-direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-in\": {\"prefix-list-direction-in-prefix-name\": \"%nei-prefix-list-filter%\", \"prefix-list-direction-in\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/prefix-list/direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-out\": {\"prefix-list-direction-out-prefix-name\": \"%nei-prefix-list-filter%\", \"prefix-list-direction-out\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/prefix-list/direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-in\": {\"filter-list-direction-in-acl-name\": \"%ip-filter-name%\", \"filter-list-name-direction-in\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/filter-list/direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-out\": {\"filter-list-direction-out-acl-name\": \"%ip-filter-name%\", \"filter-list-name-direction-out\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpn-neighbor-peergroup-holder/af-vpn-neighbor-peergroup=%af-vpn-neighbor-peergroup-address%/filter-list/direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefixlist-send\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpnv6-neighbor-address-holder/af-vpnv6-neighbor=%af-vpnv6-neighbor-address%/af-neighbor-capability/orf/prefix-list/prefixlist-send

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"prefixlist-receive\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpnv6-neighbor-address-holder/af-vpnv6-neighbor=%af-vpnv6-neighbor-address%/af-neighbor-capability/orf/prefix-list/prefixlist-receive

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ext-community-receive\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpnv6-neighbor-address-holder/af-vpnv6-neighbor=%af-vpnv6-neighbor-address%/af-neighbor-capability/orf/extended-community/ext-community-receive

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ext-community-send-vrf\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpnv6-neighbor-address-holder/af-vpnv6-neighbor=%af-vpnv6-neighbor-address%/af-neighbor-capability/orf/extended-community/ext-community-send-vrf

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"send-community-status\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpnv6-neighbor-address-holder/af-vpnv6-neighbor=%af-vpnv6-neighbor-address%/send-community/send-community-status

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"all\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpnv6-neighbor-address-holder/af-vpnv6-neighbor=%af-vpnv6-neighbor-address%/send-community/all

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"both\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpnv6-neighbor-address-holder/af-vpnv6-neighbor=%af-vpnv6-neighbor-address%/send-community/both

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"extended\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpnv6-neighbor-address-holder/af-vpnv6-neighbor=%af-vpnv6-neighbor-address%/send-community/extended

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"standard\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpnv6-neighbor-address-holder/af-vpnv6-neighbor=%af-vpnv6-neighbor-address%/send-community/standard

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"large\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpnv6-neighbor-address-holder/af-vpnv6-neighbor=%af-vpnv6-neighbor-address%/send-community/large

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"activate\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpnv6-neighbor-address-holder/af-vpnv6-neighbor=%af-vpnv6-neighbor-address%/activate

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"weight\": \"%nei-weight%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpnv6-neighbor-address-holder/af-vpnv6-neighbor=%af-vpnv6-neighbor-address%/weight

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"route-reflector-client\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpnv6-neighbor-address-holder/af-vpnv6-neighbor=%af-vpnv6-neighbor-address%/route-reflector-client

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-route-map-name-direction-in\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpnv6-neighbor-address-holder/af-vpnv6-neighbor=%af-vpnv6-neighbor-address%/neighbor-route-map/neighbor-route-map-direction-in/neighbor-route-map-name-direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"neighbor-route-map-name-direction-out\": \"%common-def:name-string64%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpnv6-neighbor-address-holder/af-vpnv6-neighbor=%af-vpnv6-neighbor-address%/neighbor-route-map/neighbor-route-map-direction-out/neighbor-route-map-name-direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-in\": {\"prefix-list-direction-in-prefix-name\": \"%nei-prefix-list-filter%\", \"prefix-list-direction-in\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpnv6-neighbor-address-holder/af-vpnv6-neighbor=%af-vpnv6-neighbor-address%/prefix-list/direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-out\": {\"prefix-list-direction-out-prefix-name\": \"%nei-prefix-list-filter%\", \"prefix-list-direction-out\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpnv6-neighbor-address-holder/af-vpnv6-neighbor=%af-vpnv6-neighbor-address%/prefix-list/direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-in\": {\"filter-list-direction-in-acl-name\": \"%ip-filter-name%\", \"filter-list-name-direction-in\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpnv6-neighbor-address-holder/af-vpnv6-neighbor=%af-vpnv6-neighbor-address%/filter-list/direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"direction-out\": {\"filter-list-direction-out-acl-name\": \"%ip-filter-name%\", \"filter-list-name-direction-out\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/af-vpnv6-neighbor-address-holder/af-vpnv6-neighbor=%af-vpnv6-neighbor-address%/filter-list/direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"vpnv6-evpn-reoriginate\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/vpnv6/vpnv6-unicast/import/l2vpn/evpn/vpnv6-evpn-reoriginate

