
********************************************************************************
* 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+xml" -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+xml" -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+xml" -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+xml" -k -d "<duplicate-mac-timer><duplicate-mac-timer-value>%dup-mac-timer%</duplicate-mac-timer-value><max-count>%max-count%</max-count></duplicate-mac-timer>"  -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+xml" -k -d "<bd-range-add>%bridge-domain:ui32-bridge-domain-20k-range%</bd-range-add>"  -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+xml" -k -d "<bd-range-remove>%bridge-domain:ui32-bridge-domain-20k-range%</bd-range-remove>"  -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+xml" -k -d "<rd>%rd-type%</rd>"  -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+xml" -k -d "<add>%interface:ui32-vlan-20k-range%</add>"  -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+xml" -k -d "<remove>%interface:ui32-vlan-20k-range%</remove>"  -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+xml" -k -d "<rd>%rd-type%</rd>"  -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<local-as>%local-as-type%</local-as>"  -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<cluster-id-value>%decimal-number%</cluster-id-value>"  -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+xml" -k -d "<cluster-id-ipv4-address>%inet:ipv4-address%</cluster-id-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+xml" -k -d "<default-local-preference>%local-preference-number%</default-local-preference>"  -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+xml" -k -d "<distance><ext-route-distance>%ext-route-distance%</ext-route-distance><int-route-distance>%int-route-distance%</int-route-distance><lcl-route-distance>%lcl-route-distance%</lcl-route-distance></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+xml" -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+xml" -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+xml" -k -d "<num-as-in-path>%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+xml" -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+xml" -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+xml" -k -d "<timers><keep-alive>%nei-keep-alive%</keep-alive><hold-time>%nei-hold-time%</hold-time></timers>"  -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+xml" -k -d "<identifier>%cidentifier%</identifier>"  -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+xml" -k -d "<peers>%cidentifier%</peers>"  -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+xml" -k -d "<holdover-interval>%bfd:bfd-holdover-interval%</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+xml" -k -d "<interval><min-tx>%bfd-tx-interval-type%</min-tx><min-rx>%bfd-rx-interval-type%</min-rx><multiplier>%bfd-multiplier-type%</multiplier></interval>"  -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+xml" -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+xml" -k -d "<listen-limit>%listen-limit-type%</listen-limit>"  -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+xml" -k -d "<remote-as>%bgp-remote-as%</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+xml" -k -d "<add>%bgp-alternate-as%</add>"  -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+xml" -k -d "<remove>%bgp-alternate-as%</remove>"  -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+xml" -k -d "<local-as-value>%local-as-num%</local-as-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%/local-as/local-as-value

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -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+xml" -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+xml" -k -d "<value>%adv-value%</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+xml" -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+xml" -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+xml" -k -d "<ebgp-multihop-count>%uint32%</ebgp-multihop-count>"  -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+xml" -k -d "<password>%bgp-password%</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+xml" -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+xml" -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+xml" -k -d "<timers><nei-keep-alive>%nei-keep-alive%</nei-keep-alive><nei-hold-time>%nei-hold-time%</nei-hold-time></timers>"  -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<holdover-interval>%bfd:bfd-holdover-interval%</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+xml" -k -d "<interval><min-tx>%bfd-tx-interval-type%</min-tx><min-rx>%bfd-rx-interval-type%</min-rx><multiplier>%bfd-multiplier-type%</multiplier></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/interval

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -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+xml" -k -d "<num-as-in-as-path>%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+xml" -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+xml" -k -d "<gshut-timer-value>%bgp-gshut-timer%</gshut-timer-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%/graceful-shutdown/gshut-timer-value

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<gshut-route-map>%rmap-type%</gshut-route-map>"  -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+xml" -k -d "<gshut-local-pref>%bgp-gshut-local-pref%</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+xml" -k -d "<gshut-community>%bgp-gshut-community%</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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<associate-peer-group>%bgp-peergroup%</associate-peer-group>"  -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+xml" -k -d "<local-as-value>%local-as-num%</local-as-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%/local-as/local-as-value

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -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+xml" -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+xml" -k -d "<value>%adv-value%</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+xml" -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+xml" -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+xml" -k -d "<ebgp-multihop-count>%uint32%</ebgp-multihop-count>"  -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+xml" -k -d "<password>%bgp-password%</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+xml" -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+xml" -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+xml" -k -d "<timers><nei-keep-alive>%nei-keep-alive%</nei-keep-alive><nei-hold-time>%nei-hold-time%</nei-hold-time></timers>"  -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<holdover-interval>%bfd:bfd-holdover-interval%</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+xml" -k -d "<interval><min-tx>%bfd-tx-interval-type%</min-tx><min-rx>%bfd-rx-interval-type%</min-rx><multiplier>%bfd-multiplier-type%</multiplier></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/interval

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -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+xml" -k -d "<num-as-in-as-path>%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+xml" -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+xml" -k -d "<gshut-timer-value>%bgp-gshut-timer%</gshut-timer-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%/graceful-shutdown/gshut-timer-value

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<gshut-route-map>%rmap-type%</gshut-route-map>"  -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+xml" -k -d "<gshut-local-pref>%bgp-gshut-local-pref%</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+xml" -k -d "<gshut-community>%bgp-gshut-community%</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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<associate-peer-group>%bgp-peergroup%</associate-peer-group>"  -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+xml" -k -d "<local-as-value>%local-as-num%</local-as-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%/local-as/local-as-value

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -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+xml" -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+xml" -k -d "<value>%adv-value%</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+xml" -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+xml" -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+xml" -k -d "<ebgp-multihop-count>%uint32%</ebgp-multihop-count>"  -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+xml" -k -d "<password>%bgp-password%</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+xml" -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+xml" -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+xml" -k -d "<timers><nei-keep-alive>%nei-keep-alive%</nei-keep-alive><nei-hold-time>%nei-hold-time%</nei-hold-time></timers>"  -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<holdover-interval>%bfd:bfd-holdover-interval%</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+xml" -k -d "<interval><min-tx>%bfd-tx-interval-type%</min-tx><min-rx>%bfd-rx-interval-type%</min-rx><multiplier>%bfd-multiplier-type%</multiplier></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/interval

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -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+xml" -k -d "<num-as-in-as-path>%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+xml" -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+xml" -k -d "<gshut-timer-value>%bgp-gshut-timer%</gshut-timer-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%/graceful-shutdown/gshut-timer-value

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<gshut-route-map>%rmap-type%</gshut-route-map>"  -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+xml" -k -d "<gshut-local-pref>%bgp-gshut-local-pref%</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+xml" -k -d "<gshut-community>%bgp-gshut-community%</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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<limit>%listen-limit-type%</limit>"  -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+xml" -k -d "<limit>%listen-limit-type%</limit>"  -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+xml" -k -d "<gshut-timer-value>%bgp-gshut-timer%</gshut-timer-value>"  -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+xml" -k -d "<gshut-route-map>%rmap-type%</gshut-route-map>"  -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+xml" -k -d "<gshut-local-pref>%bgp-gshut-local-pref%</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+xml" -k -d "<gshut-community>%bgp-gshut-community%</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+xml" -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+xml" -k -d "<min-delay>%route-calc-delay-time-min%</min-delay>"  -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+xml" -k -d "<max-delay>%route-calc-delay-time-max%</max-delay>"  -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+xml" -k -d "<msg-idle-time>%route-calc-delay-time-msg-idle%</msg-idle-time>"  -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<bgp-metric>%conn-metric%</bgp-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+xml" -k -d "<bgp-route-map>%rmap-type%</bgp-route-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/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/bgp/bgp-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -k -d "<unicast-metric>%conn-metric%</unicast-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+xml" -k -d "<redistribute-route-map>%rmap-type%</redistribute-route-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/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/connected/redistribute-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<ospf-metric>%conn-metric%</ospf-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+xml" -k -d "<ospf-route-map>%rmap-type%</ospf-route-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/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/ospf/ospf-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -k -d "<redistribute-isis-route-map>%common-def:name-string63%</redistribute-isis-route-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/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+xml" -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+xml" -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+xml" -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+xml" -k -d "<redistribute-isis-metric>%conn-metric%</redistribute-isis-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+xml" -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+xml" -k -d "<unicast-static-metric>%conn-metric%</unicast-static-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+xml" -k -d "<static-route-map>%rmap-type%</static-route-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/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/static/static-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -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+xml" -k -d "<addpath-sel-best>%uint8%</addpath-sel-best>"  -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<static-network-distance>%sdistance%</static-network-distance>"  -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+xml" -k -d "<advertise-map>%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+xml" -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+xml" -k -d "<attribute-map>%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+xml" -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+xml" -k -d "<suppress-map>%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+xml" -k -d "<network-weight>%absolute-decimal-number%</network-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/network=%network-ipv4-address%/network-weight

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -k -d "<network-route-map>%rmap-type%</network-route-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/network=%network-ipv4-address%/network-route-map

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

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<direction-in><filter-list-direction-in-acl-name>%ip-filter-name%</filter-list-direction-in-acl-name><filter-list-name-direction-in /></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+xml" -k -d "<direction-out><filter-list-direction-out-acl-name>%ip-filter-name%</filter-list-direction-out-acl-name><filter-list-name-direction-out /></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+xml" -k -d "<max-prefix-limit>%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+xml" -k -d "<threshold>%max-prefix-threshold%</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+xml" -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+xml" -k -d "[DO NOT USE]<restart-interval>%restart-interval-range%</restart-interval>"  -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+xml" -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+xml" -k -d "<default-originate-route-map>%rmap-type%</default-originate-route-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/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+xml" -k -d "<direction-in><prefix-list-direction-in-prefix-name>%nei-prefix-list-filter%</prefix-list-direction-in-prefix-name><prefix-list-direction-in /></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+xml" -k -d "<direction-out><prefix-list-direction-out-prefix-name>%nei-prefix-list-filter%</prefix-list-direction-out-prefix-name><prefix-list-direction-out /></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+xml" -k -d "<neighbor-route-map-name-direction-in>%common-def:name-string64%</neighbor-route-map-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%/neighbor-route-map/neighbor-route-map-direction-in/neighbor-route-map-name-direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<neighbor-route-map-name-direction-out>%common-def:name-string64%</neighbor-route-map-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%/neighbor-route-map/neighbor-route-map-direction-out/neighbor-route-map-name-direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -k -d "<map-name>%rmap-type%</map-name>"  -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+xml" -k -d "<af-nei-weight>%nei-weight%</af-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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<addpath-adv-best>%uint8%</addpath-adv-best>"  -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<allowas-in>%uint32%</allowas-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%/allowas-in

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<direction-in><filter-list-direction-in-acl-name>%ip-filter-name%</filter-list-direction-in-acl-name><filter-list-name-direction-in /></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+xml" -k -d "<direction-out><filter-list-direction-out-acl-name>%ip-filter-name%</filter-list-direction-out-acl-name><filter-list-name-direction-out /></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+xml" -k -d "<max-prefix-limit>%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+xml" -k -d "<threshold>%max-prefix-threshold%</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+xml" -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+xml" -k -d "[DO NOT USE]<restart-interval>%restart-interval-range%</restart-interval>"  -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+xml" -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+xml" -k -d "<default-originate-route-map>%rmap-type%</default-originate-route-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/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+xml" -k -d "<direction-in><prefix-list-direction-in-prefix-name>%nei-prefix-list-filter%</prefix-list-direction-in-prefix-name><prefix-list-direction-in /></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+xml" -k -d "<direction-out><prefix-list-direction-out-prefix-name>%nei-prefix-list-filter%</prefix-list-direction-out-prefix-name><prefix-list-direction-out /></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+xml" -k -d "<neighbor-route-map-name-direction-in>%common-def:name-string64%</neighbor-route-map-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%/neighbor-route-map/neighbor-route-map-direction-in/neighbor-route-map-name-direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<neighbor-route-map-name-direction-out>%common-def:name-string64%</neighbor-route-map-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%/neighbor-route-map/neighbor-route-map-direction-out/neighbor-route-map-name-direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -k -d "<map-name>%rmap-type%</map-name>"  -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+xml" -k -d "<af-nei-weight>%nei-weight%</af-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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<addpath-adv-best>%uint8%</addpath-adv-best>"  -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+xml" -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+xml" -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+xml" -k -d "<load-sharing-value>%uint32%</load-sharing-value>"  -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+xml" -k -d "<ebgp>%ebgp-paths%</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/maximum-paths/ebgp

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<ibgp>%ibgp-paths%</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/maximum-paths/ibgp

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<rib-route-limit>%rib-route-number%</rib-route-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/af-common-cmds-holder/rib-route-limit

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -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+xml" -k -d "<table-map-route-map>%rmap-type%</table-map-route-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/af-common-cmds-holder/table-map/table-map-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<update-time>%update-time-type%</update-time>"  -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+xml" -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+xml" -k -d "[DO NOT USE]<restart-time>%rtime-type%</restart-time>"  -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+xml" -k -d "[DO NOT USE]<purge-time>%ptime-type%</purge-time>"  -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+xml" -k -d "[DO NOT USE]<stale-routes-time>%st-time-type%</stale-routes-time>"  -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<local-as>%local-as-type%</local-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%/local-as

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<num-as-in-path>%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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<bgp-metric>%conn-metric%</bgp-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+xml" -k -d "<bgp-route-map>%rmap-type%</bgp-route-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%/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/bgp/bgp-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -k -d "<unicast-metric>%conn-metric%</unicast-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+xml" -k -d "<redistribute-route-map>%rmap-type%</redistribute-route-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%/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/connected/redistribute-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<ospf-metric>%conn-metric%</ospf-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+xml" -k -d "<ospf-route-map>%rmap-type%</ospf-route-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%/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/ospf/ospf-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -k -d "<redistribute-isis-route-map>%common-def:name-string63%</redistribute-isis-route-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%/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+xml" -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+xml" -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+xml" -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+xml" -k -d "<redistribute-isis-metric>%conn-metric%</redistribute-isis-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+xml" -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+xml" -k -d "<unicast-static-metric>%conn-metric%</unicast-static-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+xml" -k -d "<static-route-map>%rmap-type%</static-route-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%/af-ipv4-uc-and-vrf-cmds-call-point-holder/redistribute/static/static-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -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+xml" -k -d "<addpath-sel-best>%uint8%</addpath-sel-best>"  -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<static-network-distance>%sdistance%</static-network-distance>"  -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+xml" -k -d "<advertise-map>%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+xml" -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+xml" -k -d "<attribute-map>%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+xml" -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+xml" -k -d "<suppress-map>%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+xml" -k -d "<network-weight>%absolute-decimal-number%</network-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%/network=%network-ipv4-address%/network-weight

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -k -d "<network-route-map>%rmap-type%</network-route-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%/network=%network-ipv4-address%/network-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<limit>%listen-limit-type%</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%/listen-range=%listen-range-prefix%,%peer-group%/limit

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<remote-as>%bgp-remote-as%</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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<allowas-in>%uint32%</allowas-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%/allowas-in

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<direction-in><filter-list-direction-in-acl-name>%ip-filter-name%</filter-list-direction-in-acl-name><filter-list-name-direction-in /></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+xml" -k -d "<direction-out><filter-list-direction-out-acl-name>%ip-filter-name%</filter-list-direction-out-acl-name><filter-list-name-direction-out /></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+xml" -k -d "<max-prefix-limit>%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+xml" -k -d "<threshold>%max-prefix-threshold%</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+xml" -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+xml" -k -d "[DO NOT USE]<restart-interval>%restart-interval-range%</restart-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%/maximum-prefix/threshold-holder/restart-interval

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -k -d "<default-originate-route-map>%rmap-type%</default-originate-route-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%/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+xml" -k -d "<direction-in><prefix-list-direction-in-prefix-name>%nei-prefix-list-filter%</prefix-list-direction-in-prefix-name><prefix-list-direction-in /></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+xml" -k -d "<direction-out><prefix-list-direction-out-prefix-name>%nei-prefix-list-filter%</prefix-list-direction-out-prefix-name><prefix-list-direction-out /></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+xml" -k -d "<neighbor-route-map-name-direction-in>%common-def:name-string64%</neighbor-route-map-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%/neighbor-route-map/neighbor-route-map-direction-in/neighbor-route-map-name-direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<neighbor-route-map-name-direction-out>%common-def:name-string64%</neighbor-route-map-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%/neighbor-route-map/neighbor-route-map-direction-out/neighbor-route-map-name-direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -k -d "<map-name>%rmap-type%</map-name>"  -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+xml" -k -d "<af-nei-weight>%nei-weight%</af-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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<addpath-adv-best>%uint8%</addpath-adv-best>"  -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+xml" -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+xml" -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+xml" -k -d "<description>%neighbor-description%</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+xml" -k -d "<local-as-value>%local-as-num%</local-as-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%/local-as/local-as-value

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -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+xml" -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+xml" -k -d "<value>%adv-value%</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+xml" -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+xml" -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+xml" -k -d "<ebgp-multihop-count>%uint32%</ebgp-multihop-count>"  -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+xml" -k -d "<password>%bgp-password%</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+xml" -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+xml" -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+xml" -k -d "<timers><nei-keep-alive>%nei-keep-alive%</nei-keep-alive><nei-hold-time>%nei-hold-time%</nei-hold-time></timers>"  -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<holdover-interval>%bfd:bfd-holdover-interval%</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+xml" -k -d "<interval><min-tx>%bfd-tx-interval-type%</min-tx><min-rx>%bfd-rx-interval-type%</min-rx><multiplier>%bfd-multiplier-type%</multiplier></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/interval

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -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+xml" -k -d "<num-as-in-as-path>%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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<load-sharing-value>%uint32%</load-sharing-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%/maximum-paths/load-sharing-value

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<ebgp>%ebgp-paths%</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%/maximum-paths/ebgp

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<ibgp>%ibgp-paths%</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%/maximum-paths/ibgp

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<rib-route-limit>%rib-route-number%</rib-route-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%/rib-route-limit

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -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+xml" -k -d "<table-map-route-map>%rmap-type%</table-map-route-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%/table-map/table-map-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<update-time>%update-time-type%</update-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%/update-time

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -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+xml" -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+xml" -k -d "<distribute>%common-def:name-string64%</distribute>"  -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+xml" -k -d "<rib-route-limit>%rib-route-number%</rib-route-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/rib-route-limit

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -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+xml" -k -d "<allowas-in>%uint32%</allowas-in>"  -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+xml" -k -d "<max-prefix-limit>%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+xml" -k -d "<threshold>%max-prefix-threshold%</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+xml" -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+xml" -k -d "[DO NOT USE]<restart-interval>%restart-interval-range%</restart-interval>"  -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+xml" -k -d "<neighbor-route-map-name-direction-in>%common-def:name-string64%</neighbor-route-map-name-direction-in>"  -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+xml" -k -d "<neighbor-route-map-name-direction-out>%common-def:name-string64%</neighbor-route-map-name-direction-out>"  -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+xml" -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+xml" -k -d "<af-nei-weight>%nei-weight%</af-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+xml" -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+xml" -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+xml" -k -d "<next-hop-type>%enumeration%</next-hop-type>"  -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+xml" -k -d "<next-hop-holder>%enumeration%</next-hop-holder>"  -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+xml" -k -d "<allowas-in>%uint32%</allowas-in>"  -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+xml" -k -d "<max-prefix-limit>%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+xml" -k -d "<threshold>%max-prefix-threshold%</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+xml" -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+xml" -k -d "[DO NOT USE]<restart-interval>%restart-interval-range%</restart-interval>"  -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+xml" -k -d "<neighbor-route-map-name-direction-in>%common-def:name-string64%</neighbor-route-map-name-direction-in>"  -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+xml" -k -d "<neighbor-route-map-name-direction-out>%common-def:name-string64%</neighbor-route-map-name-direction-out>"  -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+xml" -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+xml" -k -d "<af-nei-weight>%nei-weight%</af-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+xml" -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+xml" -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+xml" -k -d "<next-hop-type>%enumeration%</next-hop-type>"  -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+xml" -k -d "<next-hop-holder>%enumeration%</next-hop-holder>"  -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+xml" -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+xml" -k -d "<distribute>%common-def:name-string64%</distribute>"  -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+xml" -k -d "<rib-route-limit>%rib-route-number%</rib-route-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%/rib-route-limit

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -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+xml" -k -d "<allowas-in>%uint32%</allowas-in>"  -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+xml" -k -d "<max-prefix-limit>%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+xml" -k -d "<threshold>%max-prefix-threshold%</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+xml" -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+xml" -k -d "[DO NOT USE]<restart-interval>%restart-interval-range%</restart-interval>"  -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+xml" -k -d "<neighbor-route-map-name-direction-in>%common-def:name-string64%</neighbor-route-map-name-direction-in>"  -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+xml" -k -d "<neighbor-route-map-name-direction-out>%common-def:name-string64%</neighbor-route-map-name-direction-out>"  -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+xml" -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+xml" -k -d "<af-nei-weight>%nei-weight%</af-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+xml" -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+xml" -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+xml" -k -d "<next-hop-type>%enumeration%</next-hop-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%/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+xml" -k -d "<next-hop-holder>%enumeration%</next-hop-holder>"  -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+xml" -k -d "<limit>%listen-limit-type%</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%/listen-range=%listen-range-prefix%,%peer-group%/limit

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -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+xml" -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+xml" -k -d "<bgp-metric>%conn-metric%</bgp-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+xml" -k -d "<bgp-route-map>%rmap-type%</bgp-route-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/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/bgp/bgp-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -k -d "<unicast-metric>%conn-metric%</unicast-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+xml" -k -d "<redistribute-route-map>%rmap-type%</redistribute-route-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/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/connected/redistribute-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<ospf-metric>%conn-metric%</ospf-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+xml" -k -d "<ospf-route-map>%rmap-type%</ospf-route-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/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/ospf/ospf-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -k -d "<redistribute-isis-route-map>%common-def:name-string63%</redistribute-isis-route-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/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+xml" -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+xml" -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+xml" -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+xml" -k -d "<redistribute-isis-metric>%conn-metric%</redistribute-isis-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+xml" -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+xml" -k -d "<unicast-static-metric>%conn-metric%</unicast-static-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+xml" -k -d "<static-route-map>%rmap-type%</static-route-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/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/static/static-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -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+xml" -k -d "<addpath-sel-best>%uint8%</addpath-sel-best>"  -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<advertise-map>%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+xml" -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+xml" -k -d "<attribute-map>%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+xml" -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+xml" -k -d "<suppress-map>%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+xml" -k -d "<network-weight>%absolute-decimal-number%</network-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/network=%network-ipv6-address%/network-weight

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -k -d "<network-route-map>%rmap-type%</network-route-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/network=%network-ipv6-address%/network-route-map

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

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<direction-in><filter-list-direction-in-acl-name>%ip-filter-name%</filter-list-direction-in-acl-name><filter-list-name-direction-in /></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+xml" -k -d "<direction-out><filter-list-direction-out-acl-name>%ip-filter-name%</filter-list-direction-out-acl-name><filter-list-name-direction-out /></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+xml" -k -d "<max-prefix-limit>%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+xml" -k -d "<threshold>%max-prefix-threshold%</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+xml" -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+xml" -k -d "[DO NOT USE]<restart-interval>%restart-interval-range%</restart-interval>"  -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+xml" -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+xml" -k -d "<default-originate-route-map>%rmap-type%</default-originate-route-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/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+xml" -k -d "<direction-in><prefix-list-direction-in-prefix-name>%nei-prefix-list-filter%</prefix-list-direction-in-prefix-name><prefix-list-direction-in /></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+xml" -k -d "<direction-out><prefix-list-direction-out-prefix-name>%nei-prefix-list-filter%</prefix-list-direction-out-prefix-name><prefix-list-direction-out /></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+xml" -k -d "<neighbor-route-map-name-direction-in>%common-def:name-string64%</neighbor-route-map-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%/neighbor-route-map/neighbor-route-map-direction-in/neighbor-route-map-name-direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<neighbor-route-map-name-direction-out>%common-def:name-string64%</neighbor-route-map-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%/neighbor-route-map/neighbor-route-map-direction-out/neighbor-route-map-name-direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -k -d "<map-name>%rmap-type%</map-name>"  -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+xml" -k -d "<af-nei-weight>%nei-weight%</af-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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<addpath-adv-best>%uint8%</addpath-adv-best>"  -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<allowas-in>%uint32%</allowas-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%/allowas-in

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<direction-in><filter-list-direction-in-acl-name>%ip-filter-name%</filter-list-direction-in-acl-name><filter-list-name-direction-in /></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+xml" -k -d "<direction-out><filter-list-direction-out-acl-name>%ip-filter-name%</filter-list-direction-out-acl-name><filter-list-name-direction-out /></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+xml" -k -d "<max-prefix-limit>%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+xml" -k -d "<threshold>%max-prefix-threshold%</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+xml" -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+xml" -k -d "[DO NOT USE]<restart-interval>%restart-interval-range%</restart-interval>"  -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+xml" -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+xml" -k -d "<default-originate-route-map>%rmap-type%</default-originate-route-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/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+xml" -k -d "<direction-in><prefix-list-direction-in-prefix-name>%nei-prefix-list-filter%</prefix-list-direction-in-prefix-name><prefix-list-direction-in /></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+xml" -k -d "<direction-out><prefix-list-direction-out-prefix-name>%nei-prefix-list-filter%</prefix-list-direction-out-prefix-name><prefix-list-direction-out /></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+xml" -k -d "<neighbor-route-map-name-direction-in>%common-def:name-string64%</neighbor-route-map-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%/neighbor-route-map/neighbor-route-map-direction-in/neighbor-route-map-name-direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<neighbor-route-map-name-direction-out>%common-def:name-string64%</neighbor-route-map-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%/neighbor-route-map/neighbor-route-map-direction-out/neighbor-route-map-name-direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -k -d "<map-name>%rmap-type%</map-name>"  -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+xml" -k -d "<af-nei-weight>%nei-weight%</af-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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<addpath-adv-best>%uint8%</addpath-adv-best>"  -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+xml" -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+xml" -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+xml" -k -d "<allowas-in>%uint32%</allowas-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%/allowas-in

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -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+xml" -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+xml" -k -d "<direction-in><filter-list-direction-in-acl-name>%ip-filter-name%</filter-list-direction-in-acl-name><filter-list-name-direction-in /></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+xml" -k -d "<direction-out><filter-list-direction-out-acl-name>%ip-filter-name%</filter-list-direction-out-acl-name><filter-list-name-direction-out /></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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<max-prefix-limit>%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+xml" -k -d "<threshold>%max-prefix-threshold%</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+xml" -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+xml" -k -d "[DO NOT USE]<restart-interval>%restart-interval-range%</restart-interval>"  -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+xml" -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+xml" -k -d "<default-originate-route-map>%rmap-type%</default-originate-route-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/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+xml" -k -d "<direction-in><prefix-list-direction-in-prefix-name>%nei-prefix-list-filter%</prefix-list-direction-in-prefix-name><prefix-list-direction-in /></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+xml" -k -d "<direction-out><prefix-list-direction-out-prefix-name>%nei-prefix-list-filter%</prefix-list-direction-out-prefix-name><prefix-list-direction-out /></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+xml" -k -d "<neighbor-route-map-name-direction-in>%common-def:name-string64%</neighbor-route-map-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%/neighbor-route-map/neighbor-route-map-direction-in/neighbor-route-map-name-direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<neighbor-route-map-name-direction-out>%common-def:name-string64%</neighbor-route-map-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%/neighbor-route-map/neighbor-route-map-direction-out/neighbor-route-map-name-direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -k -d "<map-name>%rmap-type%</map-name>"  -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+xml" -k -d "<af-nei-weight>%nei-weight%</af-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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<addpath-adv-best>%uint8%</addpath-adv-best>"  -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+xml" -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+xml" -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+xml" -k -d "<load-sharing-value>%uint32%</load-sharing-value>"  -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+xml" -k -d "<ebgp>%ebgp-paths%</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/maximum-paths/ebgp

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<ibgp>%ibgp-paths%</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/maximum-paths/ibgp

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<rib-route-limit>%rib-route-number%</rib-route-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/af-common-cmds-holder/rib-route-limit

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -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+xml" -k -d "<table-map-route-map>%rmap-type%</table-map-route-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/af-common-cmds-holder/table-map/table-map-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<update-time>%update-time-type%</update-time>"  -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+xml" -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+xml" -k -d "[DO NOT USE]<restart-time>%rtime-type%</restart-time>"  -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+xml" -k -d "[DO NOT USE]<purge-time>%ptime-type%</purge-time>"  -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+xml" -k -d "[DO NOT USE]<stale-routes-time>%st-time-type%</stale-routes-time>"  -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<bgp-metric>%conn-metric%</bgp-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+xml" -k -d "<bgp-route-map>%rmap-type%</bgp-route-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%/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/bgp/bgp-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -k -d "<unicast-metric>%conn-metric%</unicast-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+xml" -k -d "<redistribute-route-map>%rmap-type%</redistribute-route-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%/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/connected/redistribute-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<ospf-metric>%conn-metric%</ospf-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+xml" -k -d "<ospf-route-map>%rmap-type%</ospf-route-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%/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/ospf/ospf-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -k -d "<redistribute-isis-route-map>%common-def:name-string63%</redistribute-isis-route-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%/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+xml" -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+xml" -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+xml" -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+xml" -k -d "<redistribute-isis-metric>%conn-metric%</redistribute-isis-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+xml" -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+xml" -k -d "<unicast-static-metric>%conn-metric%</unicast-static-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+xml" -k -d "<static-route-map>%rmap-type%</static-route-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%/af-ipv6-uc-and-vrf-cmds-call-point-holder/redistribute/static/static-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -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+xml" -k -d "<addpath-sel-best>%uint8%</addpath-sel-best>"  -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<advertise-map>%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+xml" -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+xml" -k -d "<attribute-map>%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+xml" -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+xml" -k -d "<suppress-map>%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+xml" -k -d "<network-weight>%absolute-decimal-number%</network-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%/network=%network-ipv6-address%/network-weight

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -k -d "<network-route-map>%rmap-type%</network-route-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%/network=%network-ipv6-address%/network-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<limit>%listen-limit-type%</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%/ipv6-listen-range=%listen-range-prefix%,%peer-group%/limit

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<remote-as>%bgp-remote-as%</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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<allowas-in>%uint32%</allowas-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%/allowas-in

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<direction-in><filter-list-direction-in-acl-name>%ip-filter-name%</filter-list-direction-in-acl-name><filter-list-name-direction-in /></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+xml" -k -d "<direction-out><filter-list-direction-out-acl-name>%ip-filter-name%</filter-list-direction-out-acl-name><filter-list-name-direction-out /></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+xml" -k -d "<max-prefix-limit>%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+xml" -k -d "<threshold>%max-prefix-threshold%</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+xml" -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+xml" -k -d "[DO NOT USE]<restart-interval>%restart-interval-range%</restart-interval>"  -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+xml" -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+xml" -k -d "<default-originate-route-map>%rmap-type%</default-originate-route-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%/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+xml" -k -d "<direction-in><prefix-list-direction-in-prefix-name>%nei-prefix-list-filter%</prefix-list-direction-in-prefix-name><prefix-list-direction-in /></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+xml" -k -d "<direction-out><prefix-list-direction-out-prefix-name>%nei-prefix-list-filter%</prefix-list-direction-out-prefix-name><prefix-list-direction-out /></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+xml" -k -d "<neighbor-route-map-name-direction-in>%common-def:name-string64%</neighbor-route-map-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%/neighbor-route-map/neighbor-route-map-direction-in/neighbor-route-map-name-direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<neighbor-route-map-name-direction-out>%common-def:name-string64%</neighbor-route-map-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%/neighbor-route-map/neighbor-route-map-direction-out/neighbor-route-map-name-direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -k -d "<map-name>%rmap-type%</map-name>"  -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+xml" -k -d "<af-nei-weight>%nei-weight%</af-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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<addpath-adv-best>%uint8%</addpath-adv-best>"  -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+xml" -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+xml" -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+xml" -k -d "<num-as-in-as-path>%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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<allowas-in>%uint32%</allowas-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%/allowas-in

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -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+xml" -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+xml" -k -d "<direction-in><filter-list-direction-in-acl-name>%ip-filter-name%</filter-list-direction-in-acl-name><filter-list-name-direction-in /></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+xml" -k -d "<direction-out><filter-list-direction-out-acl-name>%ip-filter-name%</filter-list-direction-out-acl-name><filter-list-name-direction-out /></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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<max-prefix-limit>%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+xml" -k -d "<threshold>%max-prefix-threshold%</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+xml" -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+xml" -k -d "[DO NOT USE]<restart-interval>%restart-interval-range%</restart-interval>"  -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+xml" -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+xml" -k -d "<default-originate-route-map>%rmap-type%</default-originate-route-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%/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+xml" -k -d "<direction-in><prefix-list-direction-in-prefix-name>%nei-prefix-list-filter%</prefix-list-direction-in-prefix-name><prefix-list-direction-in /></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+xml" -k -d "<direction-out><prefix-list-direction-out-prefix-name>%nei-prefix-list-filter%</prefix-list-direction-out-prefix-name><prefix-list-direction-out /></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+xml" -k -d "<neighbor-route-map-name-direction-in>%common-def:name-string64%</neighbor-route-map-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%/neighbor-route-map/neighbor-route-map-direction-in/neighbor-route-map-name-direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<neighbor-route-map-name-direction-out>%common-def:name-string64%</neighbor-route-map-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%/neighbor-route-map/neighbor-route-map-direction-out/neighbor-route-map-name-direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -k -d "<map-name>%rmap-type%</map-name>"  -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+xml" -k -d "<af-nei-weight>%nei-weight%</af-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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<addpath-adv-best>%uint8%</addpath-adv-best>"  -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+xml" -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+xml" -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+xml" -k -d "<load-sharing-value>%uint32%</load-sharing-value>"  -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+xml" -k -d "<ebgp>%ebgp-paths%</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%/maximum-paths/ebgp

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<ibgp>%ibgp-paths%</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%/maximum-paths/ibgp

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<rib-route-limit>%rib-route-number%</rib-route-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%/rib-route-limit

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -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+xml" -k -d "<table-map-route-map>%rmap-type%</table-map-route-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%/table-map/table-map-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<update-time>%update-time-type%</update-time>"  -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<distribute>%common-def:name-string64%</distribute>"  -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+xml" -k -d "<rib-route-limit>%rib-route-number%</rib-route-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/rib-route-limit

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -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+xml" -k -d "<allowas-in>%uint32%</allowas-in>"  -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+xml" -k -d "<max-prefix-limit>%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+xml" -k -d "<threshold>%max-prefix-threshold%</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+xml" -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+xml" -k -d "[DO NOT USE]<restart-interval>%restart-interval-range%</restart-interval>"  -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+xml" -k -d "<neighbor-route-map-name-direction-in>%common-def:name-string64%</neighbor-route-map-name-direction-in>"  -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+xml" -k -d "<neighbor-route-map-name-direction-out>%common-def:name-string64%</neighbor-route-map-name-direction-out>"  -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+xml" -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+xml" -k -d "<af-nei-weight>%nei-weight%</af-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+xml" -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+xml" -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+xml" -k -d "<next-hop-type>%enumeration%</next-hop-type>"  -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+xml" -k -d "<next-hop-holder>%enumeration%</next-hop-holder>"  -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+xml" -k -d "<allowas-in>%uint32%</allowas-in>"  -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+xml" -k -d "<max-prefix-limit>%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+xml" -k -d "<threshold>%max-prefix-threshold%</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+xml" -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+xml" -k -d "[DO NOT USE]<restart-interval>%restart-interval-range%</restart-interval>"  -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+xml" -k -d "<neighbor-route-map-name-direction-in>%common-def:name-string64%</neighbor-route-map-name-direction-in>"  -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+xml" -k -d "<neighbor-route-map-name-direction-out>%common-def:name-string64%</neighbor-route-map-name-direction-out>"  -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+xml" -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+xml" -k -d "<af-nei-weight>%nei-weight%</af-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+xml" -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+xml" -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+xml" -k -d "<next-hop-type>%enumeration%</next-hop-type>"  -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+xml" -k -d "<next-hop-holder>%enumeration%</next-hop-holder>"  -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+xml" -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+xml" -k -d "<distribute>%common-def:name-string64%</distribute>"  -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+xml" -k -d "<rib-route-limit>%rib-route-number%</rib-route-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%/rib-route-limit

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -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+xml" -k -d "<allowas-in>%uint32%</allowas-in>"  -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+xml" -k -d "<max-prefix-limit>%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+xml" -k -d "<threshold>%max-prefix-threshold%</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+xml" -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+xml" -k -d "[DO NOT USE]<restart-interval>%restart-interval-range%</restart-interval>"  -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+xml" -k -d "<neighbor-route-map-name-direction-in>%common-def:name-string64%</neighbor-route-map-name-direction-in>"  -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+xml" -k -d "<neighbor-route-map-name-direction-out>%common-def:name-string64%</neighbor-route-map-name-direction-out>"  -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+xml" -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+xml" -k -d "<af-nei-weight>%nei-weight%</af-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+xml" -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+xml" -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+xml" -k -d "<next-hop-type>%enumeration%</next-hop-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%/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+xml" -k -d "<next-hop-holder>%enumeration%</next-hop-holder>"  -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+xml" -k -d "<limit>%listen-limit-type%</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%/ipv6-listen-range=%listen-range-prefix%,%peer-group%/limit

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "[DO NOT USE]<restart-time>%rtime-type%</restart-time>"  -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+xml" -k -d "[DO NOT USE]<purge-time>%ptime-type%</purge-time>"  -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+xml" -k -d "[DO NOT USE]<stale-routes-time>%st-time-type%</stale-routes-time>"  -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<maximum-prefix>%max-prefix-limit%</maximum-prefix>"  -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+xml" -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+xml" -k -d "<allowas-in>%uint32%</allowas-in>"  -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+xml" -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+xml" -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+xml" -k -d "<route-map-name-direction-in>%common-def:name-string64%</route-map-name-direction-in>"  -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+xml" -k -d "<route-map-name-direction-out>%common-def:name-string64%</route-map-name-direction-out>"  -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<maximum-prefix>%max-prefix-limit%</maximum-prefix>"  -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+xml" -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+xml" -k -d "<allowas-in>%uint32%</allowas-in>"  -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+xml" -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+xml" -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+xml" -k -d "<route-map-name-direction-in>%common-def:name-string64%</route-map-name-direction-in>"  -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+xml" -k -d "<route-map-name-direction-out>%common-def:name-string64%</route-map-name-direction-out>"  -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<maximum-prefix>%max-prefix-limit%</maximum-prefix>"  -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+xml" -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+xml" -k -d "<allowas-in>%uint32%</allowas-in>"  -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+xml" -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+xml" -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+xml" -k -d "<route-map-name-direction-in>%common-def:name-string64%</route-map-name-direction-in>"  -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+xml" -k -d "<route-map-name-direction-out>%common-def:name-string64%</route-map-name-direction-out>"  -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<rr-group>%rr-group-type%</rr-group>"  -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<weight>%nei-weight%</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+xml" -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+xml" -k -d "<neighbor-route-map-name-direction-in>%common-def:name-string64%</neighbor-route-map-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%/neighbor-route-map/neighbor-route-map-direction-in/neighbor-route-map-name-direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<neighbor-route-map-name-direction-out>%common-def:name-string64%</neighbor-route-map-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%/neighbor-route-map/neighbor-route-map-direction-out/neighbor-route-map-name-direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<direction-in><prefix-list-direction-in-prefix-name>%nei-prefix-list-filter%</prefix-list-direction-in-prefix-name><prefix-list-direction-in /></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+xml" -k -d "<direction-out><prefix-list-direction-out-prefix-name>%nei-prefix-list-filter%</prefix-list-direction-out-prefix-name><prefix-list-direction-out /></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+xml" -k -d "<direction-in><filter-list-direction-in-acl-name>%ip-filter-name%</filter-list-direction-in-acl-name><filter-list-name-direction-in /></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+xml" -k -d "<direction-out><filter-list-direction-out-acl-name>%ip-filter-name%</filter-list-direction-out-acl-name><filter-list-name-direction-out /></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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<weight>%nei-weight%</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+xml" -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+xml" -k -d "<neighbor-route-map-name-direction-in>%common-def:name-string64%</neighbor-route-map-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%/neighbor-route-map/neighbor-route-map-direction-in/neighbor-route-map-name-direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<neighbor-route-map-name-direction-out>%common-def:name-string64%</neighbor-route-map-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%/neighbor-route-map/neighbor-route-map-direction-out/neighbor-route-map-name-direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<direction-in><prefix-list-direction-in-prefix-name>%nei-prefix-list-filter%</prefix-list-direction-in-prefix-name><prefix-list-direction-in /></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+xml" -k -d "<direction-out><prefix-list-direction-out-prefix-name>%nei-prefix-list-filter%</prefix-list-direction-out-prefix-name><prefix-list-direction-out /></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+xml" -k -d "<direction-in><filter-list-direction-in-acl-name>%ip-filter-name%</filter-list-direction-in-acl-name><filter-list-name-direction-in /></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+xml" -k -d "<direction-out><filter-list-direction-out-acl-name>%ip-filter-name%</filter-list-direction-out-acl-name><filter-list-name-direction-out /></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+xml" -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+xml" -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+xml" -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+xml" -k -d "<rr-group>%rr-group-type%</rr-group>"  -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<weight>%nei-weight%</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+xml" -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+xml" -k -d "<neighbor-route-map-name-direction-in>%common-def:name-string64%</neighbor-route-map-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%/neighbor-route-map/neighbor-route-map-direction-in/neighbor-route-map-name-direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<neighbor-route-map-name-direction-out>%common-def:name-string64%</neighbor-route-map-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%/neighbor-route-map/neighbor-route-map-direction-out/neighbor-route-map-name-direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<direction-in><prefix-list-direction-in-prefix-name>%nei-prefix-list-filter%</prefix-list-direction-in-prefix-name><prefix-list-direction-in /></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+xml" -k -d "<direction-out><prefix-list-direction-out-prefix-name>%nei-prefix-list-filter%</prefix-list-direction-out-prefix-name><prefix-list-direction-out /></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+xml" -k -d "<direction-in><filter-list-direction-in-acl-name>%ip-filter-name%</filter-list-direction-in-acl-name><filter-list-name-direction-in /></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+xml" -k -d "<direction-out><filter-list-direction-out-acl-name>%ip-filter-name%</filter-list-direction-out-acl-name><filter-list-name-direction-out /></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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -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+xml" -k -d "<weight>%nei-weight%</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+xml" -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+xml" -k -d "<neighbor-route-map-name-direction-in>%common-def:name-string64%</neighbor-route-map-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%/neighbor-route-map/neighbor-route-map-direction-in/neighbor-route-map-name-direction-in

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<neighbor-route-map-name-direction-out>%common-def:name-string64%</neighbor-route-map-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%/neighbor-route-map/neighbor-route-map-direction-out/neighbor-route-map-name-direction-out

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<direction-in><prefix-list-direction-in-prefix-name>%nei-prefix-list-filter%</prefix-list-direction-in-prefix-name><prefix-list-direction-in /></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+xml" -k -d "<direction-out><prefix-list-direction-out-prefix-name>%nei-prefix-list-filter%</prefix-list-direction-out-prefix-name><prefix-list-direction-out /></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+xml" -k -d "<direction-in><filter-list-direction-in-acl-name>%ip-filter-name%</filter-list-direction-in-acl-name><filter-list-name-direction-in /></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+xml" -k -d "<direction-out><filter-list-direction-out-acl-name>%ip-filter-name%</filter-list-direction-out-acl-name><filter-list-name-direction-out /></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+xml" -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

