
********************************************************************************
* Copyright (C) 2019-2024 by Extreme Networks , Inc.                           *
* This file is part of rBreeze Dump                                            *
*                                                                              *
* Author: Pradeep Raj.                                                         *
*                                                                              *
*                                                                              *
* Directions to Use:                                                           *
* 1. Replace all the values enclosed in the "%" with                           *
*    the values to be configured. The string present with in the braces        * 
*    indicates its type.                                                       *
* 2. To pass "" in the request replace the " with %22.                         *
* 3. To pass multiple keys in the URI enclose seperate them with %2c or        *
*    comma(",").                                                               *
* 4. Avoid using the requests with [DO NOT USE] tag in the payload. These could*
*    be defective because of the tailf extensions they have.                   *
*                                                                              *
* Disclaimer:                                                                  *
* 1. The queries mentioned here do not have a one-to-one correlation with CLI. *
* 2. The queries inferred here are based on an automated tool and are not      *
*    gauranteed to work. Its the functional teams responsibilty to ensure its  *
*    working.                                                                  *
* 3. In case if you find any discrepancy you can always contact the author to  *
*    get it fixed.                                                             *
* 4. Avoid using the requests with [DO NOT USE] tag in the payload. These could*
*    be defective because of the tailf extensions they have.                   *
********************************************************************************

curl -v -X PUT -d "<uda>%common-def:name-string63%</uda>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/uda


curl -v -X PUT -d "<vrf>%common-def:vrf-name%</vrf>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/vrf


curl -v -X PUT -d "<rpki-state-type>%enumeration%</rpki-state-type>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/rpki/rpki-state-type


curl -v -X PUT -d "<all>true</all>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/additional-paths/advertise-set/all


curl -v -X PUT -d "<best>%uint32%</best>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/additional-paths/advertise-set/best


curl -v -X PUT -d "<best-range><range-start>%uint32%</range-start><range-end>%uint32%</range-end></best-range>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/additional-paths/advertise-set/best-range


curl -v -X PUT -d "<group-best>true</group-best>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/additional-paths/advertise-set/group-best


curl -v -X PUT -d "<ethernet>%interface:interface-type%</ethernet>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/interface/ethernet


curl -v -X PUT -d "<port-channel>%interface:portchannel-type%</port-channel>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/interface/port-channel


curl -v -X PUT -d "<loopback>%loopback-intf:intf-loopback-port-type%</loopback>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/interface/loopback


curl -v -X PUT -d "<ve>%interface:ve-type%</ve>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/interface/ve


curl -v -X PUT -d "<prefix-list>%match-prefix-list-name-t%</prefix-list>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/ipv6/address/prefix-list


curl -v -X PUT -d "<acl>%ipv6-access-list:ipv6-l3-acl-policy-name%</acl>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/ipv6/address/acl


curl -v -X PUT -d "[DO NOT USE]<source-address>%inet:ipv6-prefix%</source-address>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/ipv6/source-address


curl -v -X PUT -d "[DO NOT USE]<destination-address>%inet:ipv6-prefix%</destination-address>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/ipv6/destination-address


curl -v -X PUT -d "[DO NOT USE]<max-value>%icmp-type-t%</max-value>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/ipv6/icmp-type/%compare-op%/%value%/max-value


curl -v -X PUT -d "[DO NOT USE]<icmp-type><neq>true</neq><neq-extra-values>%string%</neq-extra-values></icmp-type>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/ipv6/icmp-type/%compare-op%/%value%


curl -v -X PUT -d "<empty-leaf>true</empty-leaf>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/ipv6/icmp-type/%compare-op%/%value%/empty-leaf


curl -v -X PUT -d "[DO NOT USE]<max-value>%icmp-code-t%</max-value>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/ipv6/icmp-code/%compare-op%/%value%/max-value


curl -v -X PUT -d "[DO NOT USE]<icmp-code><neq>true</neq><neq-extra-values>%string%</neq-extra-values></icmp-code>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/ipv6/icmp-code/%compare-op%/%value%


curl -v -X PUT -d "<empty-leaf>true</empty-leaf>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/ipv6/icmp-code/%compare-op%/%value%/empty-leaf


curl -v -X PUT -d "[DO NOT USE]<max-value>%flow-label-t%</max-value>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/ipv6/flow-label/%compare-op%/%value%/max-value


curl -v -X PUT -d "[DO NOT USE]<flow-label><neq>true</neq><neq-extra-values>%string%</neq-extra-values></flow-label>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/ipv6/flow-label/%compare-op%/%value%


curl -v -X PUT -d "<empty-leaf>true</empty-leaf>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/ipv6/flow-label/%compare-op%/%value%/empty-leaf


curl -v -X PUT -d "<prefix-list>%match-prefix-list-name-t%</prefix-list>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/ipv6/next-hop/prefix-list


curl -v -X PUT -d "<prefix-list>%string%</prefix-list>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/ipv6/route-source/prefix-list


curl -v -X PUT -d "<prefix-list>%match-prefix-list-name-t%</prefix-list>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/ip/address/prefix-list


curl -v -X PUT -d "<acl>%ip-access-list:l3-acl-policy-name%</acl>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/ip/address/acl


curl -v -X PUT -d "[DO NOT USE]<source-address>%inet:ipv4-prefix%</source-address>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/ip/source-address


curl -v -X PUT -d "[DO NOT USE]<destination-address>%inet:ipv4-prefix%</destination-address>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/ip/destination-address


curl -v -X PUT -d "[DO NOT USE]<max-value>%icmp-type-t%</max-value>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/ip/icmp-type/%compare-op%/%value%/max-value


curl -v -X PUT -d "[DO NOT USE]<icmp-type><neq>true</neq><neq-extra-values>%string%</neq-extra-values></icmp-type>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/ip/icmp-type/%compare-op%/%value%


curl -v -X PUT -d "<empty-leaf>true</empty-leaf>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/ip/icmp-type/%compare-op%/%value%/empty-leaf


curl -v -X PUT -d "[DO NOT USE]<max-value>%icmp-code-t%</max-value>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/ip/icmp-code/%compare-op%/%value%/max-value


curl -v -X PUT -d "[DO NOT USE]<icmp-code><neq>true</neq><neq-extra-values>%string%</neq-extra-values></icmp-code>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/ip/icmp-code/%compare-op%/%value%


curl -v -X PUT -d "<empty-leaf>true</empty-leaf>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/ip/icmp-code/%compare-op%/%value%/empty-leaf


curl -v -X PUT -d "<prefix-list>%match-prefix-list-name-t%</prefix-list>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/ip/next-hop/prefix-list


curl -v -X PUT -d "<prefix-list>%string%</prefix-list>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/ip/route-source/prefix-list


curl -v -X PUT -d "<extcommunity-name>%match-extcommunity-list-name-t%</extcommunity-name>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/extcommunity/extcommunity-name


curl -v -X PUT -d "<metric-rmm>%metric-t%</metric-rmm>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/metric/metric-rmm


curl -v -X PUT -d "<route-type-rmm>%match-route-type-t%</route-type-rmm>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/route-type/route-type-rmm


curl -v -X PUT -d "<tag-rmm>%tag-t%</tag-rmm>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/tag/tag-rmm


curl -v -X PUT -d "<as-path-access-list-name>%ip-match-as-path-name-t%</as-path-access-list-name>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/as-path/as-path-access-list-name


curl -v -X PUT -d "<community-access-list-name>%match-community-list-name-t%</community-access-list-name>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/community/community-access-list-name


curl -v -X PUT -d "<large-community-access-list-name>%match-large-community-list-name-t%</large-community-access-list-name>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/large-community/large-community-access-list-name


curl -v -X PUT -d "[DO NOT USE]<max-value>%ip-access-list:proto-type%</max-value>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/protocol/protocol-match-list/%compare-op%/%value%/max-value


curl -v -X PUT -d "[DO NOT USE]<protocol-match-list><neq>true</neq><neq-extra-values>%string%</neq-extra-values></protocol-match-list>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/protocol/protocol-match-list/%compare-op%/%value%


curl -v -X PUT -d "<empty-leaf>true</empty-leaf>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/protocol/protocol-match-list/%compare-op%/%value%/empty-leaf


curl -v -X PUT -d "<static>true</static>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/protocol/static


curl -v -X PUT -d "<protocol><bgp>true</bgp><bgp-route-type>%enumeration%</bgp-route-type></protocol>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/protocol


curl -v -X PUT -d "<isis>true</isis>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/protocol/isis


curl -v -X PUT -d "<match-isis-level>%enumeration%</match-isis-level>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/protocol/match-isis-level


curl -v -X PUT -d "<ospf>true</ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/protocol/ospf


curl -v -X PUT -d "<ospf-route-type>%enumeration%</ospf-route-type>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/protocol/ospf-route-type


curl -v -X PUT -d "[DO NOT USE]<max-value>%ip-access-list:sport-number-eq-neq-tcp-udp%</max-value>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/port/%compare-op%/%value%/max-value


curl -v -X PUT -d "[DO NOT USE]<port><neq>true</neq><neq-extra-values>%string%</neq-extra-values></port>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/port/%compare-op%/%value%


curl -v -X PUT -d "<empty-leaf>true</empty-leaf>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/port/%compare-op%/%value%/empty-leaf


curl -v -X PUT -d "[DO NOT USE]<max-value>%ip-access-list:sport-number-eq-neq-tcp-udp%</max-value>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/source-port/%compare-op%/%value%/max-value


curl -v -X PUT -d "[DO NOT USE]<source-port><neq>true</neq><neq-extra-values>%string%</neq-extra-values></source-port>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/source-port/%compare-op%/%value%


curl -v -X PUT -d "<empty-leaf>true</empty-leaf>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/source-port/%compare-op%/%value%/empty-leaf


curl -v -X PUT -d "[DO NOT USE]<max-value>%ip-access-list:dport-number-eq-neq-tcp-udp%</max-value>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/destination-port/%compare-op%/%value%/max-value


curl -v -X PUT -d "[DO NOT USE]<destination-port><neq>true</neq><neq-extra-values>%string%</neq-extra-values></destination-port>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/destination-port/%compare-op%/%value%


curl -v -X PUT -d "<empty-leaf>true</empty-leaf>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/destination-port/%compare-op%/%value%/empty-leaf


curl -v -X PUT -d "[DO NOT USE]<max-value>%packet-length-t%</max-value>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/packet-length/%compare-op%/%value%/max-value


curl -v -X PUT -d "[DO NOT USE]<packet-length><neq>true</neq><neq-extra-values>%string%</neq-extra-values></packet-length>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/packet-length/%compare-op%/%value%


curl -v -X PUT -d "<empty-leaf>true</empty-leaf>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/packet-length/%compare-op%/%value%/empty-leaf


curl -v -X PUT -d "[DO NOT USE]<max-value>%dscp-precedence%</max-value>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/dscp/%compare-op%/%value%/max-value


curl -v -X PUT -d "[DO NOT USE]<dscp><neq>true</neq><neq-extra-values>%string%</neq-extra-values></dscp>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/dscp/%compare-op%/%value%


curl -v -X PUT -d "<empty-leaf>true</empty-leaf>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/dscp/%compare-op%/%value%/empty-leaf


curl -v -X PUT -d "<empty-leaf>true</empty-leaf>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/tcp-flags/%flags-op%/%flags-string%/empty-leaf


curl -v -X PUT -d "<empty-leaf>true</empty-leaf>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/match/fragment-type/%fragment-type-op%/%fragment-type-string%/empty-leaf


curl -v -X PUT -d "<rule-name>%rmap-rule-name%</rule-name>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/rule-name


curl -v -X PUT -d "<next-hop-recursion>true</next-hop-recursion>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/next-hop-recursion


curl -v -X PUT -d "<cir>%uint64%</cir>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/set/police/cir


curl -v -X PUT -d "<default-profile>true</default-profile>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/set/sflow/default-profile


curl -v -X PUT -d "<continue>true</continue>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/set/traffic-action/continue


curl -v -X PUT -d "<set-isis-level>%enumeration%</set-isis-level>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/set/level/set-isis-level


curl -v -X PUT -d "<dscp-rms>%dscp-precedence%</dscp-rms>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/set/ip/dscp/dscp-rms


curl -v -X PUT -d "<null0>true</null0>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/set/ip/interface/null0


curl -v -X PUT -d "<peer-address>true</peer-address>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/set/ip/next-hop/peer-address


curl -v -X PUT -d "<dscp-rms-ipv6>%dscp-precedence%</dscp-rms-ipv6>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/set/ipv6/dscp/dscp-rms-ipv6


curl -v -X PUT -d "<null0>true</null0>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/set/ipv6/interface/null0


curl -v -X PUT -d "<peer-address>true</peer-address>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/set/ipv6/next-hop/peer-address


curl -v -X PUT -d "<ASN-NN-rt>%ext-community-rt-expr-t%</ASN-NN-rt>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/set/extcommunity/rt/ASN-NN-rt


curl -v -X PUT -d "<ASN-NN-soo>%ext-community-soo-expr-t%</ASN-NN-soo>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/set/extcommunity/soo/ASN-NN-soo


curl -v -X PUT -d "<set-community-expr>%set-community-expr-t%</set-community-expr>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/set/community/set-community-expr


curl -v -X PUT -d "<set-large-community-expr>%set-large-community-expr-t%</set-large-community-expr>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/set/large-community/set-large-community-expr


curl -v -X PUT -d "<delta-rms>%enumeration%</delta-rms>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/set/metric/delta-rms


curl -v -X PUT -d "[DO NOT USE]<metric-rms>%metric-t%</metric-rms>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/set/metric/metric-rms


curl -v -X PUT -d "<dist-rms>%distance-t%</dist-rms>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/set/distance/dist-rms


curl -v -X PUT -d "<tag-rms>%tag-t%</tag-rms>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/set/tag/tag-rms


curl -v -X PUT -d "<weight-value>%uint32%</weight-value>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/set/weight/weight-value


curl -v -X PUT -d "<null0>true</null0>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/set/uda/interface/null0


curl -v -X PUT -d "<tag>true</tag>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/set/as-path/tag


curl -v -X PUT -d "<prepend>%string%</prepend>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/set/as-path/prepend


curl -v -X PUT -d "<tag-empty>true</tag-empty>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/set/automatic-tag/tag-empty


curl -v -X PUT -d "<comm-list><comm-list-name>%ip-community-list-name-t%</comm-list-name><delete>true</delete></comm-list>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/set/comm-list


curl -v -X PUT -d "<large-community-list><large-comm-list-name>%ip-large-community-list-name-t%</large-comm-list-name><delete>true</delete></large-community-list>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/set/large-community-list


curl -v -X PUT -d "<half-life>%uint32%</half-life>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/set/dampening/half-life


curl -v -X PUT -d "<dampening><reuse>%uint32%</reuse><suppress>%uint32%</suppress><max-suppress-time>%uint32%</max-suppress-time></dampening>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/set/dampening


curl -v -X PUT -d "<local-preference-value>%uint32%</local-preference-value>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/set/local-preference/local-preference-value


curl -v -X PUT -d "<igp>true</igp>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/set/origin/igp


curl -v -X PUT -d "<incomplete>true</incomplete>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/set/origin/incomplete


curl -v -X PUT -d "<internal>true</internal>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/set/metric-type/internal


curl -v -X PUT -d "<type-1>true</type-1>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/set/metric-type/type-1


curl -v -X PUT -d "<type-2>true</type-2>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/set/metric-type/type-2


curl -v -X PUT -d "<continue>true</continue>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/continue


curl -v -X PUT -d "<continue-val>%uint32%</continue-val>"  -u admin:password http://%ipaddress%:80/rest/config/running/route-map/%name%/%action-rm%/%instance%/continue-val


curl -v -X PUT -d "<ge>%ipv6-prefix-len-t%</ge>"  -u admin:password http://%ipaddress%:80/rest/config/running/ipv6/prefix-list/%name%/%seq-keyword%/%instance%/ge


curl -v -X PUT -d "<le>%ipv6-prefix-len-t%</le>"  -u admin:password http://%ipaddress%:80/rest/config/running/ipv6/prefix-list/%name%/%seq-keyword%/%instance%/le


curl -v -X PUT -d "<statistics>true</statistics>"  -u admin:password http://%ipaddress%:80/rest/config/running/ipv6/flowspec/rules/statistics


curl -v -X PUT -d "<ge>%prefix-len-t%</ge>"  -u admin:password http://%ipaddress%:80/rest/config/running/ip/prefix-list/%name%/%seq-keyword%/%instance%/ge


curl -v -X PUT -d "<le>%prefix-len-t%</le>"  -u admin:password http://%ipaddress%:80/rest/config/running/ip/prefix-list/%name%/%seq-keyword%/%instance%/le


curl -v -X PUT -d "<statistics>true</statistics>"  -u admin:password http://%ipaddress%:80/rest/config/running/ip/flowspec/rules/statistics


curl -v -X PUT -d "<ipv6-route-map-name>%common-def:name-string63%</ipv6-route-map-name>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ipv6/policy/route-map/ipv6-route-map-name


curl -v -X PUT -d "<ipv6-route-map-name>%common-def:name-string63%</ipv6-route-map-name>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ipv6/policy/route-map/ipv6-route-map-name


curl -v -X PUT -d "<route-map-name>%common-def:name-string63%</route-map-name>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ip/policy/route-map/route-map-name


curl -v -X PUT -d "<route-map-name>%common-def:name-string63%</route-map-name>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ip/policy/route-map/route-map-name


curl -v -X PUT -d "<ipv6-route-map-name>%common-def:name-string63%</ipv6-route-map-name>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ipv6/policy/route-map/ipv6-route-map-name


curl -v -X PUT -d "<route-map-name>%common-def:name-string63%</route-map-name>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ip/policy/route-map/route-map-name

