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

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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<both><target-community>%rt-type%</target-community></both>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-bgp:evpn-config/evpn/evpn-instance=%instance-name%/route-target

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<export><target-community>%rt-type%</target-community></export>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-bgp:evpn-config/evpn/evpn-instance=%instance-name%/route-target

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<import><target-community>%rt-type%</target-community></import>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-bgp:evpn-config/evpn/evpn-instance=%instance-name%/route-target

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<evpn-bd><bd-number>%bridge-domain:bridge-domain-id-type%</bd-number></evpn-bd>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-bgp:evpn-config/evpn/evpn-instance=%instance-name%/bridge-domain

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<import><target-community>%rd-rt-type%</target-community></import>"  -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%/route-target

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<export><target-community>%rd-rt-type%</target-community></export>"  -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%/route-target

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<both><target-community>%rd-rt-type%</target-community></both>"  -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%/route-target

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<evpn-vlan><vlan-number>%interface:vlan-type%</vlan-number></evpn-vlan>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-bgp:evpn-config/evpn/evpn-instance=%instance-name%/vlan

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<import><target-community>%rd-rt-type%</target-community></import>"  -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%/route-target

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<export><target-community>%rd-rt-type%</target-community></export>"  -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%/route-target

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<both><target-community>%rd-rt-type%</target-community></both>"  -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%/route-target

curl -v -X POST -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

curl -v -X POST -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<peer-dampening-flag />"  -u admin:password https://%ipaddress%:443/restconf/data/

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<delay-hold><values><log-dampening-debug /></values></delay-hold>"  -u admin:password https://%ipaddress%:443/restconf/data/

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<penalty><values><log-dampening-debug /></values></penalty>"  -u admin:password https://%ipaddress%:443/restconf/data/

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<max-penalty><values><log-dampening-debug /></values></max-penalty>"  -u admin:password https://%ipaddress%:443/restconf/data/

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<stability-interval>%nei-stability-interval%</stability-interval>"  -u admin:password https://%ipaddress%:443/restconf/data/

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<neighbor-peer-grp><router-bgp-neighbor-peer-grp>%bgp-peergroup%</router-bgp-neighbor-peer-grp><peer-group-name /></neighbor-peer-grp>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<sip-ipv4-address>%sip-ipv4-address%</sip-ipv4-address>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<sip-ipv6-address>%sip-ipv6-address%</sip-ipv6-address>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<interface-type><ethernet-interface><description>%neighbor-description%</description></ethernet-interface></interface-type>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<interface-name>%update-source-ethernet-type%</interface-name>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<port-channel>%interface:portchannel-type%</port-channel>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<loopback>%loopback-interface%</loopback>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<ve-interface>%interface:ve-type%</ve-interface>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<nei-peer-dampening-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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<nei-delay-hold><values><remove-private-as /></values></nei-delay-hold>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<nei-penalty><values><remove-private-as /></values></nei-penalty>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<nei-max-penalty><values><remove-private-as /></values></nei-max-penalty>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/peer-grps

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<nei-stability-interval>%nei-stability-interval%</nei-stability-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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<neighbor-ipv6-addr><router-bgp-neighbor-ipv6-address>%inet:ipv6-address%</router-bgp-neighbor-ipv6-address><remote-as>%bgp-remote-as%</remote-as></neighbor-ipv6-addr>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<sip-ipv6-address>%sip-ipv6-address%</sip-ipv6-address>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<interface-type><ethernet-interface><description>%neighbor-description%</description></ethernet-interface></interface-type>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<interface-name>%update-source-ethernet-type%</interface-name>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<port-channel>%interface:portchannel-type%</port-channel>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<loopback>%loopback-interface%</loopback>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<ve-interface>%interface:ve-type%</ve-interface>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<nei-peer-dampening-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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<nei-delay-hold><values><remove-private-as /></values></nei-delay-hold>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<nei-penalty><values><remove-private-as /></values></nei-penalty>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<nei-max-penalty><values><remove-private-as /></values></nei-max-penalty>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ipv6s

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<nei-stability-interval>%nei-stability-interval%</nei-stability-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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<neighbor-addr><router-bgp-neighbor-address>%inet:ipv4-address%</router-bgp-neighbor-address><remote-as>%bgp-remote-as%</remote-as></neighbor-addr>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<sip-ipv4-address>%sip-ipv4-address%</sip-ipv4-address>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<interface-type><ethernet-interface><description>%neighbor-description%</description></ethernet-interface></interface-type>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<interface-name>%update-source-ethernet-type%</interface-name>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<port-channel>%interface:portchannel-type%</port-channel>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<loopback>%loopback-interface%</loopback>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<ve-interface>%interface:ve-type%</ve-interface>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<nei-peer-dampening-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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<nei-delay-hold><values><remove-private-as /></values></nei-delay-hold>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<nei-penalty><values><remove-private-as /></values></nei-penalty>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<nei-max-penalty><values><remove-private-as /></values></nei-max-penalty>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/neighbor/neighbor-ips

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<nei-stability-interval>%nei-stability-interval%</nei-stability-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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<listen-range><listen-range-prefix>%inet:ipv4-prefix%</listen-range-prefix><peer-group>%bgp-peergroup%</peer-group></listen-range>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<ipv6-listen-range><listen-range-prefix>%inet:ipv6-prefix%</listen-range-prefix><peer-group>%bgp-peergroup%</peer-group></ipv6-listen-range>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/router-bgp-attributes/ipv6

curl -v -X POST -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<static-network><static-network-address>%inet:ipv4-prefix%</static-network-address></static-network>"  -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<aggregate-address><aggregate-ip-prefix>%inet:ipv4-prefix%</aggregate-ip-prefix></aggregate-address>"  -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<network><network-ipv4-address>%inet:ipv4-prefix%</network-ipv4-address></network>"  -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<af-ipv4-neighbor-peergroup><af-ipv4-neighbor-peergroup-name>%bgp-peergroup%</af-ipv4-neighbor-peergroup-name><send-community><send-community-status /></send-community></af-ipv4-neighbor-peergroup>"  -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<af-ipv4-neighbor-address><af-ipv4-neighbor-address>%inet:ipv4-address%</af-ipv4-neighbor-address><send-community><send-community-status /></send-community></af-ipv4-neighbor-address>"  -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<dampening-flag />"  -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<half-time><values><default-metric>%default-metric-number%</default-metric></values></half-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/neighbor/af-ipv4-neighbor-address-holder

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<reuse-value><values><default-metric>%default-metric-number%</default-metric></values></reuse-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/neighbor/af-ipv4-neighbor-address-holder

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<start-suppress-time><values><default-metric>%default-metric-number%</default-metric></values></start-suppress-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/neighbor/af-ipv4-neighbor-address-holder

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<max-suppress-time>%damp-max-suppress-value%</max-suppress-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/neighbor/af-ipv4-neighbor-address-holder

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

curl -v -X POST -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<af-vrf><af-vrf-name>%string%</af-vrf-name></af-vrf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast

curl -v -X POST -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<static-network><static-network-address>%inet:ipv4-prefix%</static-network-address></static-network>"  -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%

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<aggregate-address><aggregate-ip-prefix>%inet:ipv4-prefix%</aggregate-ip-prefix></aggregate-address>"  -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%

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<network><network-ipv4-address>%inet:ipv4-prefix%</network-ipv4-address></network>"  -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%

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<listen-range><listen-range-prefix>%inet:ipv4-prefix%</listen-range-prefix><peer-group>%bgp-peergroup%</peer-group></listen-range>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<af-ipv4-neighbor-addr><af-ipv4-neighbor-address>%inet:ipv4-address%</af-ipv4-neighbor-address><associate-peer-group>%bgp-peergroup%</associate-peer-group></af-ipv4-neighbor-addr>"  -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<nei-peer-dampening-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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<nei-delay-hold><values><remove-private-as /></values></nei-delay-hold>"  -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<nei-penalty><values><remove-private-as /></values></nei-penalty>"  -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<nei-max-penalty><values><remove-private-as /></values></nei-max-penalty>"  -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<nei-stability-interval>%nei-stability-interval%</nei-stability-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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<sip-ipv4-address>%sip-ipv4-address%</sip-ipv4-address>"  -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<interface-type><ethernet-interface><send-community><send-community-status /></send-community></ethernet-interface></interface-type>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<interface-name>%update-source-ethernet-type%</interface-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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<port-channel>%interface:portchannel-type%</port-channel>"  -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<loopback>%loopback-interface%</loopback>"  -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

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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<dampening-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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<half-time><values><default-metric>%default-metric-number%</default-metric></values></half-time>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<reuse-value><values><default-metric>%default-metric-number%</default-metric></values></reuse-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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<start-suppress-time><values><default-metric>%default-metric-number%</default-metric></values></start-suppress-time>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<max-suppress-time>%damp-max-suppress-value%</max-suppress-time>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/ipv4-unicast/af-vrf=%af-vrf-name%/neighbor/af-ipv4-vrf-neighbor-address-holder

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

curl -v -X POST -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<af-ipv4-neighbor-peergroup><af-ipv4-neighbor-peergroup-name>%bgp-peergroup%</af-ipv4-neighbor-peergroup-name><activate /></af-ipv4-neighbor-peergroup>"  -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<af-ipv4-neighbor-address><af-ipv4-neighbor-address>%inet:ipv4-address%</af-ipv4-neighbor-address><activate /></af-ipv4-neighbor-address>"  -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<af-ipv4-flowspec-vrf><af-ipv4-flowspec-vrf-name>%string%</af-ipv4-flowspec-vrf-name></af-ipv4-flowspec-vrf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec-vrf/flowspec

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<af-ipv4-neighbor-address><af-ipv4-neighbor-address>%inet:ipv4-address%</af-ipv4-neighbor-address><activate /></af-ipv4-neighbor-address>"  -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<listen-range><listen-range-prefix>%inet:ipv4-prefix%</listen-range-prefix><peer-group>%bgp-peergroup%</peer-group></listen-range>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv4/flowspec-vrf/flowspec/af-ipv4-flowspec-vrf=%af-ipv4-flowspec-vrf-name%

curl -v -X POST -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<aggregate-ipv6-address><aggregate-ip-prefix>%inet:ipv6-prefix%</aggregate-ip-prefix></aggregate-ipv6-address>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<network><network-ipv6-address>%inet:ipv6-prefix%</network-ipv6-address></network>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/default-vrf

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<af-ipv6-neighbor-peergroup><af-ipv6-neighbor-peergroup-name>%bgp-peergroup%</af-ipv6-neighbor-peergroup-name><send-community><send-community-status /></send-community></af-ipv6-neighbor-peergroup>"  -u 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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<af-ipv6-neighbor-address><af-ipv6-neighbor-address>%inet:ipv6-address%</af-ipv6-neighbor-address><send-community><send-community-status /></send-community></af-ipv6-neighbor-address>"  -u 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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<af-ipv6u-ipv4-neighbor><af-ipv4-neighbor-address>%inet:ipv4-address%</af-ipv4-neighbor-address><activate /></af-ipv6u-ipv4-neighbor>"  -u 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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<dampening-flag />"  -u 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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<half-time><values><default-metric>%default-metric-number%</default-metric></values></half-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/neighbor/af-ipv6u-ipv4-attr-holder

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<reuse-value><values><default-metric>%default-metric-number%</default-metric></values></reuse-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/neighbor/af-ipv6u-ipv4-attr-holder

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<start-suppress-time><values><default-metric>%default-metric-number%</default-metric></values></start-suppress-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/neighbor/af-ipv6u-ipv4-attr-holder

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<max-suppress-time>%damp-max-suppress-value%</max-suppress-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/neighbor/af-ipv6u-ipv4-attr-holder

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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<af-ipv6-vrf><af-ipv6-vrf-name>%string%</af-ipv6-vrf-name></af-ipv6-vrf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast

curl -v -X POST -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<aggregate-ipv6-address><aggregate-ip-prefix>%inet:ipv6-prefix%</aggregate-ip-prefix></aggregate-ipv6-address>"  -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%

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<network><network-ipv6-address>%inet:ipv6-prefix%</network-ipv6-address></network>"  -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%

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<ipv6-listen-range><listen-range-prefix>%inet:ipv6-prefix%</listen-range-prefix><peer-group>%bgp-peergroup%</peer-group></ipv6-listen-range>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<af-ipv6-neighbor-addr><af-ipv6-neighbor-address>%inet:ipv6-address%</af-ipv6-neighbor-address><associate-peer-group>%bgp-peergroup%</associate-peer-group></af-ipv6-neighbor-addr>"  -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<sip-ipv6-address>%sip-ipv6-address%</sip-ipv6-address>"  -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<interface-type><ethernet-interface><send-community><send-community-status /></send-community></ethernet-interface></interface-type>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/ipv6-unicast/af-ipv6-vrf=%af-ipv6-vrf-name%/neighbor/af-ipv6-vrf-neighbor-address-holder

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<interface-name>%update-source-ethernet-type%</interface-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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<port-channel>%interface:portchannel-type%</port-channel>"  -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<loopback>%loopback-interface%</loopback>"  -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

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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<af-ipv6u-ipv4-neighbor><af-ipv4-neighbor-address>%inet:ipv4-address%</af-ipv4-neighbor-address><activate /></af-ipv6u-ipv4-neighbor>"  -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<dampening-flag />"  -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<half-time><values><default-metric>%default-metric-number%</default-metric></values></half-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%/neighbor/af-ipv6u-vrf-ipv4-attr-holder

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<reuse-value><values><default-metric>%default-metric-number%</default-metric></values></reuse-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%/neighbor/af-ipv6u-vrf-ipv4-attr-holder

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<start-suppress-time><values><default-metric>%default-metric-number%</default-metric></values></start-suppress-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%/neighbor/af-ipv6u-vrf-ipv4-attr-holder

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<max-suppress-time>%damp-max-suppress-value%</max-suppress-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%/neighbor/af-ipv6u-vrf-ipv4-attr-holder

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

curl -v -X POST -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<af-ipv6-neighbor-peergroup><af-ipv6-neighbor-peergroup-name>%bgp-peergroup%</af-ipv6-neighbor-peergroup-name><activate /></af-ipv6-neighbor-peergroup>"  -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<af-ipv6-neighbor-address><af-ipv6-neighbor-address>%inet:ipv6-address%</af-ipv6-neighbor-address><activate /></af-ipv6-neighbor-address>"  -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<af-ipv6-flowspec-vrf><af-ipv6-flowspec-vrf-name>%string%</af-ipv6-flowspec-vrf-name></af-ipv6-flowspec-vrf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec-vrf/flowspec

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<af-ipv6-neighbor-address><af-ipv6-neighbor-address>%inet:ipv6-address%</af-ipv6-neighbor-address><activate /></af-ipv6-neighbor-address>"  -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<ipv6-listen-range><listen-range-prefix>%inet:ipv6-prefix%</listen-range-prefix><peer-group>%bgp-peergroup%</peer-group></ipv6-listen-range>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/ipv6/flowspec-vrf/flowspec/af-ipv6-flowspec-vrf=%af-ipv6-flowspec-vrf-name%

curl -v -X POST -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<evpn-peer-group><evpn-neighbor-peergroup-name>%bgp-peergroup%</evpn-neighbor-peergroup-name><encapsulation>%encapsulation-t%</encapsulation></evpn-peer-group>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<evpn-neighbor-ipv4><evpn-neighbor-ipv4-address>%inet:ipv4-address%</evpn-neighbor-ipv4-address><encapsulation>%encapsulation-t%</encapsulation></evpn-neighbor-ipv4>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<evpn-neighbor-ipv6><evpn-neighbor-ipv6-address>%inet:ipv6-address%</evpn-neighbor-ipv6-address><encapsulation>%encapsulation-t%</encapsulation></evpn-neighbor-ipv6>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/address-family/l2vpn/evpn/neighbor

curl -v -X POST -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<af-vpn-neighbor-peergroup><af-vpn-neighbor-peergroup-address>%bgp-peergroup%</af-vpn-neighbor-peergroup-address><af-neighbor-capability><orf><prefix-list><prefixlist-status /></prefix-list></orf></af-neighbor-capability></af-vpn-neighbor-peergroup>"  -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<af-vpnv4-neighbor><af-vpnv4-neighbor-address>%inet:ipv4-address%</af-vpnv4-neighbor-address><af-neighbor-capability><orf><prefix-list><prefixlist-status /></prefix-list></orf></af-neighbor-capability></af-vpnv4-neighbor>"  -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

curl -v -X POST -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<af-vpn-neighbor-peergroup><af-vpn-neighbor-peergroup-address>%bgp-peergroup%</af-vpn-neighbor-peergroup-address><af-neighbor-capability><orf><prefix-list><prefixlist-status /></prefix-list></orf></af-neighbor-capability></af-vpn-neighbor-peergroup>"  -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<af-vpnv6-neighbor><af-vpnv6-neighbor-address>%inet:ipv4-address%</af-vpnv6-neighbor-address><af-neighbor-capability><orf><prefix-list><prefixlist-status /></prefix-list></orf></af-neighbor-capability></af-vpnv6-neighbor>"  -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

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<rpki-priority><priority-num>%rpki-priority-num%</priority-num></rpki-priority>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/rpki

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<ssh-server-name><rpki-ssh-server-name>%bgp-peergroup%</rpki-ssh-server-name><rpki-ssh-server-port><rpki-ssh-server-port>%uint32%</rpki-ssh-server-port><rpki-ssh-server-username>%string%</rpki-ssh-server-username><rpki-ssh-server-password-file>%string%</rpki-ssh-server-password-file></rpki-ssh-server-port></ssh-server-name>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/rpki/rpki-priority=%priority-num%/server/rpki-ssh-server/rpki-cache-ssh-server-name

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<ssh-server-ip><rpki-ssh-server-ip>%inet:ipv4-address%</rpki-ssh-server-ip><rpki-ssh-server-port><rpki-ssh-server-port>%uint32%</rpki-ssh-server-port><rpki-ssh-server-username>%string%</rpki-ssh-server-username><rpki-ssh-server-password-file>%string%</rpki-ssh-server-password-file></rpki-ssh-server-port></ssh-server-ip>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/rpki/rpki-priority=%priority-num%/server/rpki-ssh-server/rpki-cache-ssh-server-ip

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<ssh-server-ipv6><rpki-ssh-server-ipv6>%inet:ipv6-address%</rpki-ssh-server-ipv6><rpki-ssh-server-port><rpki-ssh-server-port>%uint32%</rpki-ssh-server-port><rpki-ssh-server-username>%string%</rpki-ssh-server-username><rpki-ssh-server-password-file>%string%</rpki-ssh-server-password-file></rpki-ssh-server-port></ssh-server-ipv6>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/rpki/rpki-priority=%priority-num%/server/rpki-ssh-server/rpki-cache-ssh-server-ipv6

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<tcp-server-name><rpki-tcp-server-name>%bgp-peergroup%</rpki-tcp-server-name><rpki-tcp-server-port>%uint32%</rpki-tcp-server-port></tcp-server-name>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/rpki/rpki-priority=%priority-num%/server/rpki-tcp-server/rpki-cache-tcp-server-name

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<tcp-server-ip><rpki-tcp-server-ip>%inet:ipv4-address%</rpki-tcp-server-ip><rpki-tcp-server-port>%uint32%</rpki-tcp-server-port></tcp-server-ip>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/rpki/rpki-priority=%priority-num%/server/rpki-tcp-server/rpki-cache-tcp-server-ip

curl -v -X POST -H "Content-Type: application/yang-data+xml" -k -d "<tcp-server-ipv6><rpki-tcp-server-ipv6>%inet:ipv6-address%</rpki-tcp-server-ipv6><rpki-tcp-server-port>%uint32%</rpki-tcp-server-port></tcp-server-ipv6>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/router/brocade-bgp:router-bgp/rpki/rpki-priority=%priority-num%/server/rpki-tcp-server/rpki-cache-tcp-server-ipv6

