
********************************************************************************
* 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 PATCH -d "<ospf><database-overflow-interval>%common-def:time-interval-sec%</database-overflow-interval></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%


curl -v -X PATCH -d "<default-information-originate><always>true</always></default-information-originate>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/default-information-originate


curl -v -X PATCH -d "<default-information-originate><metric>%uint32%</metric></default-information-originate>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/default-information-originate


curl -v -X PATCH -d "<default-information-originate><metric-type>%metric-type%</metric-type></default-information-originate>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/default-information-originate


curl -v -X PATCH -d "<default-information-originate><route-map>%string%</route-map></default-information-originate>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/default-information-originate


curl -v -X PATCH -d "<ospf><default-passive-interface>true</default-passive-interface></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%


curl -v -X PATCH -d "<ospf><default-metric>%uint32%</default-metric></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%


curl -v -X PATCH -d "<ldp-sync><hold-down>%uint32%</hold-down></ldp-sync>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/ldp-sync


curl -v -X PATCH -d "<ospf><external-lsdb-limit>%uint32%</external-lsdb-limit></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%


curl -v -X PATCH -d "<adjacency><dr-only>true</dr-only></adjacency>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/log/adjacency


curl -v -X PATCH -d "<log><all>true</all></log>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/log


curl -v -X PATCH -d "<bad-packet><checksum>true</checksum></bad-packet>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/log/bad-packet


curl -v -X PATCH -d "<log><database>true</database></log>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/log


curl -v -X PATCH -d "<log><retransmit>true</retransmit></log>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/log


curl -v -X PATCH -d "<ospf><metric-type>%metric-type%</metric-type></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%


curl -v -X PATCH -d "<connected><route-map>%common-def:name-string63%</route-map></connected>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/redistribute/connected


curl -v -X PATCH -d "<static><route-map>%common-def:name-string63%</route-map></static>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/redistribute/static


curl -v -X PATCH -d "<bgp><route-map>%common-def:name-string63%</route-map></bgp>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/redistribute/bgp


curl -v -X PATCH -d "<ospf><route-map>%common-def:name-string63%</route-map></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/redistribute/ospf


curl -v -X PATCH -d "<isis><level-1>true</level-1></isis>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/redistribute/isis


curl -v -X PATCH -d "<isis><level-2>true</level-2></isis>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/redistribute/isis


curl -v -X PATCH -d "<isis><level-1-2>true</level-1-2></isis>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/redistribute/isis


curl -v -X PATCH -d "<isis><route-map>%common-def:name-string63%</route-map></isis>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/redistribute/isis


curl -v -X PATCH -d "<rfc1583-compatibility><rfc1583-compatibility-flag>true</rfc1583-compatibility-flag></rfc1583-compatibility>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/rfc1583-compatibility


curl -v -X PATCH -d "<area><normal>true</normal></area>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/area/%area-id%


curl -v -X PATCH -d "<nssa><nssa-value>%big-metric%</nssa-value></nssa>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/area/%area-id%/nssa


curl -v -X PATCH -d "<nssa><no-summary>true</no-summary></nssa>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/area/%area-id%/nssa


curl -v -X PATCH -d "<nssa><default-information-originate>true</default-information-originate></nssa>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/area/%area-id%/nssa


curl -v -X PATCH -d "<stub><stub-value>%big-metric%</stub-value></stub>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/area/%area-id%/stub


curl -v -X PATCH -d "<stub><no-summary>true</no-summary></stub>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/area/%area-id%/stub


curl -v -X PATCH -d "<range><range-effect>%enumeration%</range-effect></range>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/area/%area-id%/range/%range-address%/%range-mask%


curl -v -X PATCH -d "<range><cost>%range-metric%</cost></range>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/area/%area-id%/range/%range-address%/%range-mask%


curl -v -X PATCH -d "<prefix-list><prefix-list>%ipv4-prefix-name-t%</prefix-list><in>true</in></prefix-list>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/area/%area-id%/prefix-list


curl -v -X PATCH -d "<prefix-list><prefix-list>%ipv4-prefix-name-t%</prefix-list><out>true</out></prefix-list>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/area/%area-id%/prefix-list


curl -v -X PATCH -d "<authentication-key><no-encrypt-auth-key>%ospf-auth-psswd-string%</no-encrypt-auth-key></authentication-key>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/area/%area-id%/virtual-link/%virt-link-neighbor%/authentication-key


curl -v -X PATCH -d "<authentication><key-chain>%ospf-keychain-string%</key-chain></authentication>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/area/%area-id%/virtual-link/%virt-link-neighbor%/authentication


curl -v -X PATCH -d "<virtual-link><hello-interval>%common-def:time-interval-sec%</hello-interval></virtual-link>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/area/%area-id%/virtual-link/%virt-link-neighbor%


curl -v -X PATCH -d "<virtual-link><dead-interval>%common-def:time-interval-sec%</dead-interval></virtual-link>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/area/%area-id%/virtual-link/%virt-link-neighbor%


curl -v -X PATCH -d "<virtual-link><retransmit-interval>%common-def:time-interval-sec%</retransmit-interval></virtual-link>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/area/%area-id%/virtual-link/%virt-link-neighbor%


curl -v -X PATCH -d "<virtual-link><transmit-delay>%common-def:time-interval-sec%</transmit-delay></virtual-link>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/area/%area-id%/virtual-link/%virt-link-neighbor%


curl -v -X PATCH -d "<md5-authentication><key-activation-wait-time>%common-def:time-interval-sec%</key-activation-wait-time></md5-authentication>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/area/%area-id%/virtual-link/%virt-link-neighbor%/md5-authentication


curl -v -X PATCH -d "<key-id><key-id>%uint32%</key-id><key>%ospf-auth-psswd-string%</key></key-id>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/area/%area-id%/virtual-link/%virt-link-neighbor%/md5-authentication/key-id


curl -v -X PATCH -d "<reference-bandwidth><ref-bandwidth>%band-width%</ref-bandwidth></reference-bandwidth>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/auto-cost/reference-bandwidth


curl -v -X PATCH -d "<reference-bandwidth><use-active-ports>true</use-active-ports></reference-bandwidth>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/auto-cost/reference-bandwidth


curl -v -X PATCH -d "<distance><dist-value>%uint32%</dist-value></distance>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/distance/%route-type%


curl -v -X PATCH -d "<route-map><route-map>%common-def:name-string63%</route-map><in>true</in></route-map>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/distribute-list/route-map


curl -v -X PATCH -d "<router-lsa><all-vrfs>true</all-vrfs></router-lsa>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/max-metric/router-lsa


curl -v -X PATCH -d "<router-lsa><all-lsas>true</all-lsas></router-lsa>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/max-metric/router-lsa


curl -v -X PATCH -d "<external-lsa><external-lsa-val>%uint32%</external-lsa-val></external-lsa>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/max-metric/router-lsa/external-lsa


curl -v -X PATCH -d "<summary-lsa><summary-lsa-val>%uint32%</summary-lsa-val></summary-lsa>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/max-metric/router-lsa/summary-lsa


curl -v -X PATCH -d "<link><all>true</all></link>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/max-metric/router-lsa/link


curl -v -X PATCH -d "<link><ptp>true</ptp></link>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/max-metric/router-lsa/link


curl -v -X PATCH -d "<link><stub>true</stub></link>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/max-metric/router-lsa/link


curl -v -X PATCH -d "<link><transit>true</transit></link>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/max-metric/router-lsa/link


curl -v -X PATCH -d "<on-startup><time>%uint32%</time></on-startup>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/max-metric/router-lsa/on-startup


curl -v -X PATCH -d "<on-startup><wait-for-bgp>true</wait-for-bgp></on-startup>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/max-metric/router-lsa/on-startup


curl -v -X PATCH -d "<on-startup><all-lsas>true</all-lsas></on-startup>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/max-metric/router-lsa/on-startup


curl -v -X PATCH -d "<external-lsa><external-lsa-val-onstartup>%uint32%</external-lsa-val-onstartup></external-lsa>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/max-metric/router-lsa/on-startup/external-lsa


curl -v -X PATCH -d "<summary-lsa><summary-lsa-val-onstartup>%uint32%</summary-lsa-val-onstartup></summary-lsa>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/max-metric/router-lsa/on-startup/summary-lsa


curl -v -X PATCH -d "<link><all>true</all></link>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/max-metric/router-lsa/on-startup/link


curl -v -X PATCH -d "<link><ptp>true</ptp></link>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/max-metric/router-lsa/on-startup/link


curl -v -X PATCH -d "<link><stub>true</stub></link>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/max-metric/router-lsa/on-startup/link


curl -v -X PATCH -d "<link><transit>true</transit></link>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/max-metric/router-lsa/on-startup/link


curl -v -X PATCH -d "<timers><lsa-group-pacing>%common-def:time-interval-sec%</lsa-group-pacing></timers>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/timers


curl -v -X PATCH -d "<spf><init-delay>%common-def:time-interval-msec%</init-delay><hold-time>%common-def:time-interval-msec%</hold-time><max-hold-time>%common-def:time-interval-msec%</max-hold-time></spf>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/timers/throttle/spf


curl -v -X PATCH -d "<ospf><vrf-lite-capability>true</vrf-lite-capability></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%


curl -v -X PATCH -d "<graceful-restart><graceful-restart-enable>true</graceful-restart-enable></graceful-restart>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/graceful-restart


curl -v -X PATCH -d "<graceful-restart><helper-disable>true</helper-disable></graceful-restart>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/graceful-restart


curl -v -X PATCH -d "<graceful-restart><restart-time>%common-def:time-interval-sec%</restart-time></graceful-restart>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/graceful-restart


curl -v -X PATCH -d "<ospf><nonstop-routing>true</nonstop-routing></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%


curl -v -X PATCH -d "<ospf><maximum-paths>%uint8%</maximum-paths></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%


curl -v -X PATCH -d "<bfd><bfd-enable>true</bfd-enable></bfd>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/bfd


curl -v -X PATCH -d "<bfd><holdover-interval>%uint8%</holdover-interval></bfd>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%/bfd


curl -v -X PATCH -d "<ospf><auth-transition>true</auth-transition></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/router/ospf/%vrf%


curl -v -X PATCH -d "[DO NOT USE]<ospf><area>%ospf-area-id%</area></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<ospf><auth-change-wait-time>%common-def:time-interval-sec%</auth-change-wait-time></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<authentication-key><no-encrypt-auth-key>%ospf-auth-psswd-string%</no-encrypt-auth-key></authentication-key>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ip/ospf/authentication-key


curl -v -X PATCH -d "[DO NOT USE]<authentication><key-chain>%ospf-keychain-string%</key-chain></authentication>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ip/ospf/authentication


curl -v -X PATCH -d "[DO NOT USE]<ospf><hello-interval>%common-def:time-interval-sec%</hello-interval></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<ospf><dead-interval>%common-def:time-interval-sec%</dead-interval></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<ospf><retransmit-interval>%common-def:time-interval-sec%</retransmit-interval></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<ospf><transmit-delay>%common-def:time-interval-sec%</transmit-delay></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ip/ospf


curl -v -X PATCH -d "<md5-authentication><key-activation-wait-time>%common-def:time-interval-sec%</key-activation-wait-time></md5-authentication>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ip/ospf/md5-authentication


curl -v -X PATCH -d "[DO NOT USE]<key-id><key-id>%uint32%</key-id><key>%ospf-auth-psswd-string%</key></key-id>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ip/ospf/md5-authentication/key-id


curl -v -X PATCH -d "[DO NOT USE]<ospf><cost>%uint32%</cost></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<ospf><network>%enumeration%</network></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<ospf><ldp-sync>%enumeration%</ldp-sync></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ip/ospf


curl -v -X PATCH -d "<database-filter><all-out>true</all-out></database-filter>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ip/ospf/database-filter


curl -v -X PATCH -d "<database-filter><all-external>%database-filter-options%</all-external></database-filter>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ip/ospf/database-filter


curl -v -X PATCH -d "<database-filter><all-summary-external>%database-filter-options%</all-summary-external></database-filter>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ip/ospf/database-filter


curl -v -X PATCH -d "[DO NOT USE]<ospf><mtu-ignore>true</mtu-ignore></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<ospf><active>true</active></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<ospf><passive>true</passive></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<ospf><priority>%uint32%</priority></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ip/ospf


curl -v -X PATCH -d "<bfd><intf-bfd-enable>true</intf-bfd-enable></bfd>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/ip/ospf/bfd


curl -v -X PATCH -d "[DO NOT USE]<ospf><area>%ospf-area-id%</area></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Loopback/%id%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<ospf><auth-change-wait-time>%common-def:time-interval-sec%</auth-change-wait-time></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Loopback/%id%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<authentication-key><no-encrypt-auth-key>%ospf-auth-psswd-string%</no-encrypt-auth-key></authentication-key>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Loopback/%id%/ip/ospf/authentication-key


curl -v -X PATCH -d "[DO NOT USE]<authentication><key-chain>%ospf-keychain-string%</key-chain></authentication>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Loopback/%id%/ip/ospf/authentication


curl -v -X PATCH -d "[DO NOT USE]<ospf><hello-interval>%common-def:time-interval-sec%</hello-interval></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Loopback/%id%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<ospf><dead-interval>%common-def:time-interval-sec%</dead-interval></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Loopback/%id%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<ospf><retransmit-interval>%common-def:time-interval-sec%</retransmit-interval></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Loopback/%id%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<ospf><transmit-delay>%common-def:time-interval-sec%</transmit-delay></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Loopback/%id%/ip/ospf


curl -v -X PATCH -d "<md5-authentication><key-activation-wait-time>%common-def:time-interval-sec%</key-activation-wait-time></md5-authentication>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Loopback/%id%/ip/ospf/md5-authentication


curl -v -X PATCH -d "[DO NOT USE]<key-id><key-id>%uint32%</key-id><key>%ospf-auth-psswd-string%</key></key-id>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Loopback/%id%/ip/ospf/md5-authentication/key-id


curl -v -X PATCH -d "[DO NOT USE]<ospf><cost>%uint32%</cost></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Loopback/%id%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<ospf><network>%enumeration%</network></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Loopback/%id%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<ospf><ldp-sync>%enumeration%</ldp-sync></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Loopback/%id%/ip/ospf


curl -v -X PATCH -d "<database-filter><all-out>true</all-out></database-filter>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Loopback/%id%/ip/ospf/database-filter


curl -v -X PATCH -d "<database-filter><all-external>%database-filter-options%</all-external></database-filter>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Loopback/%id%/ip/ospf/database-filter


curl -v -X PATCH -d "<database-filter><all-summary-external>%database-filter-options%</all-summary-external></database-filter>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Loopback/%id%/ip/ospf/database-filter


curl -v -X PATCH -d "[DO NOT USE]<ospf><mtu-ignore>true</mtu-ignore></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Loopback/%id%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<ospf><active>true</active></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Loopback/%id%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<ospf><passive>true</passive></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Loopback/%id%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<ospf><priority>%uint32%</priority></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Loopback/%id%/ip/ospf


curl -v -X PATCH -d "<bfd><intf-bfd-enable>true</intf-bfd-enable></bfd>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Loopback/%id%/ip/ospf/bfd


curl -v -X PATCH -d "[DO NOT USE]<ospf><area>%ospf-area-id%</area></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<ospf><auth-change-wait-time>%common-def:time-interval-sec%</auth-change-wait-time></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<authentication-key><no-encrypt-auth-key>%ospf-auth-psswd-string%</no-encrypt-auth-key></authentication-key>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ip/ospf/authentication-key


curl -v -X PATCH -d "[DO NOT USE]<authentication><key-chain>%ospf-keychain-string%</key-chain></authentication>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ip/ospf/authentication


curl -v -X PATCH -d "[DO NOT USE]<ospf><hello-interval>%common-def:time-interval-sec%</hello-interval></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<ospf><dead-interval>%common-def:time-interval-sec%</dead-interval></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<ospf><retransmit-interval>%common-def:time-interval-sec%</retransmit-interval></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<ospf><transmit-delay>%common-def:time-interval-sec%</transmit-delay></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ip/ospf


curl -v -X PATCH -d "<md5-authentication><key-activation-wait-time>%common-def:time-interval-sec%</key-activation-wait-time></md5-authentication>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ip/ospf/md5-authentication


curl -v -X PATCH -d "[DO NOT USE]<key-id><key-id>%uint32%</key-id><key>%ospf-auth-psswd-string%</key></key-id>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ip/ospf/md5-authentication/key-id


curl -v -X PATCH -d "[DO NOT USE]<ospf><cost>%uint32%</cost></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<ospf><network>%enumeration%</network></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<ospf><ldp-sync>%enumeration%</ldp-sync></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ip/ospf


curl -v -X PATCH -d "<database-filter><all-out>true</all-out></database-filter>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ip/ospf/database-filter


curl -v -X PATCH -d "<database-filter><all-external>%database-filter-options%</all-external></database-filter>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ip/ospf/database-filter


curl -v -X PATCH -d "<database-filter><all-summary-external>%database-filter-options%</all-summary-external></database-filter>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ip/ospf/database-filter


curl -v -X PATCH -d "[DO NOT USE]<ospf><mtu-ignore>true</mtu-ignore></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<ospf><active>true</active></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<ospf><passive>true</passive></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<ospf><priority>%uint32%</priority></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ip/ospf


curl -v -X PATCH -d "<bfd><intf-bfd-enable>true</intf-bfd-enable></bfd>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ip/ospf/bfd


curl -v -X PATCH -d "[DO NOT USE]<ospf><area>%ospf-area-id%</area></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<ospf><auth-change-wait-time>%common-def:time-interval-sec%</auth-change-wait-time></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<authentication-key><no-encrypt-auth-key>%ospf-auth-psswd-string%</no-encrypt-auth-key></authentication-key>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ip/ospf/authentication-key


curl -v -X PATCH -d "[DO NOT USE]<authentication><key-chain>%ospf-keychain-string%</key-chain></authentication>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ip/ospf/authentication


curl -v -X PATCH -d "[DO NOT USE]<ospf><hello-interval>%common-def:time-interval-sec%</hello-interval></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<ospf><dead-interval>%common-def:time-interval-sec%</dead-interval></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<ospf><retransmit-interval>%common-def:time-interval-sec%</retransmit-interval></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<ospf><transmit-delay>%common-def:time-interval-sec%</transmit-delay></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ip/ospf


curl -v -X PATCH -d "<md5-authentication><key-activation-wait-time>%common-def:time-interval-sec%</key-activation-wait-time></md5-authentication>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ip/ospf/md5-authentication


curl -v -X PATCH -d "[DO NOT USE]<key-id><key-id>%uint32%</key-id><key>%ospf-auth-psswd-string%</key></key-id>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ip/ospf/md5-authentication/key-id


curl -v -X PATCH -d "[DO NOT USE]<ospf><cost>%uint32%</cost></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<ospf><network>%enumeration%</network></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<ospf><ldp-sync>%enumeration%</ldp-sync></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ip/ospf


curl -v -X PATCH -d "<database-filter><all-out>true</all-out></database-filter>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ip/ospf/database-filter


curl -v -X PATCH -d "<database-filter><all-external>%database-filter-options%</all-external></database-filter>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ip/ospf/database-filter


curl -v -X PATCH -d "<database-filter><all-summary-external>%database-filter-options%</all-summary-external></database-filter>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ip/ospf/database-filter


curl -v -X PATCH -d "[DO NOT USE]<ospf><mtu-ignore>true</mtu-ignore></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<ospf><active>true</active></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<ospf><passive>true</passive></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ip/ospf


curl -v -X PATCH -d "[DO NOT USE]<ospf><priority>%uint32%</priority></ospf>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ip/ospf


curl -v -X PATCH -d "<bfd><intf-bfd-enable>true</intf-bfd-enable></bfd>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ip/ospf/bfd

