
********************************************************************************
* 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 PATCH -H "Content-Type: application/yang-data+xml" -k -d "<area><normal /></area>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/area=%area-id%

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<metric><nssa-area-metric>%uint32%</nssa-area-metric></metric>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/area=%area-id%/nssa/metric

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<area-default-information-originate><area-default-information-originate-metric>%uint32%</area-default-information-originate-metric></area-default-information-originate>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/area=%area-id%/nssa/area-default-information-originate

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<area-default-information-originate><area-default-information-originate-metric-type>%ospf:metric-type%</area-default-information-originate-metric-type></area-default-information-originate>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/area=%area-id%/nssa/area-default-information-originate

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<nssa><no-redistribution /></nssa>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/area=%area-id%/nssa

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<nssa><nssa-area-no-summary /></nssa>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/area=%area-id%/nssa

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<nssa><translator-always /></nssa>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/area=%area-id%/nssa

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<nssa><translator-interval>%common-def:time-interval-sec%</translator-interval></nssa>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/area=%area-id%/nssa

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<stub><stub-area-no-summary /></stub>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/area=%area-id%/stub

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<stub><stub-area-metric>%uint32%</stub-area-metric></stub>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/area=%area-id%/stub

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><ah>%algorithm-type-ah%</ah></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/area=%area-id%/authentication/ipsec-auth-key-config/virtual-link

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><ah-no-encrypt /></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/area=%area-id%/authentication/ipsec-auth-key-config/virtual-link

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><ah-key>%ipsec-authentication-hexkey-string%</ah-key></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/area=%area-id%/authentication/ipsec-auth-key-config/virtual-link

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><esp>%algorithm-type-esp%</esp></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/area=%area-id%/authentication/ipsec-auth-key-config/virtual-link

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><esp-no-encrypt /></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/area=%area-id%/authentication/ipsec-auth-key-config/virtual-link

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><esp-key>%ipsec-authentication-hexkey-string%</esp-key></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/area=%area-id%/authentication/ipsec-auth-key-config/virtual-link

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><esp-auth>%algorithm-type-ah%</esp-auth></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/area=%area-id%/authentication/ipsec-auth-key-config/virtual-link

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><esp-auth-no-encrypt /></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/area=%area-id%/authentication/ipsec-auth-key-config/virtual-link

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><esp-auth-key>%ipsec-authentication-hexkey-string%</esp-auth-key></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/area=%area-id%/authentication/ipsec-auth-key-config/virtual-link

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<link-interval-properties><hello-interval>%common-def:time-interval-sec%</hello-interval></link-interval-properties>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/area=%area-id%/virtual-link=%virtual-link-neighbor%/link-properties/link-interval-properties

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<link-interval-properties><dead-interval>%common-def:time-interval-sec%</dead-interval></link-interval-properties>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/area=%area-id%/virtual-link=%virtual-link-neighbor%/link-properties/link-interval-properties

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<link-interval-properties><hello-jitter>%uint32%</hello-jitter></link-interval-properties>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/area=%area-id%/virtual-link=%virtual-link-neighbor%/link-properties/link-interval-properties

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<link-interval-properties><retransmit-interval>%common-def:time-interval-sec%</retransmit-interval></link-interval-properties>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/area=%area-id%/virtual-link=%virtual-link-neighbor%/link-properties/link-interval-properties

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<link-interval-properties><transmit-delay>%common-def:time-interval-sec%</transmit-delay></link-interval-properties>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/area=%area-id%/virtual-link=%virtual-link-neighbor%/link-properties/link-interval-properties

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<authentication><key-chain>%string%</key-chain></authentication>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/area=%area-id%/virtual-link=%virtual-link-neighbor%/link-properties/authentication

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><ah>%algorithm-type-ah%</ah></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/area=%area-id%/virtual-link=%virtual-link-neighbor%/link-properties/authentication/ipsec-auth-key-config/area-range

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><ah-no-encrypt /></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/area=%area-id%/virtual-link=%virtual-link-neighbor%/link-properties/authentication/ipsec-auth-key-config/area-range

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><ah-key>%ipsec-authentication-hexkey-string%</ah-key></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/area=%area-id%/virtual-link=%virtual-link-neighbor%/link-properties/authentication/ipsec-auth-key-config/area-range

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><esp>%algorithm-type-esp%</esp></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/area=%area-id%/virtual-link=%virtual-link-neighbor%/link-properties/authentication/ipsec-auth-key-config/area-range

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><esp-no-encrypt /></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/area=%area-id%/virtual-link=%virtual-link-neighbor%/link-properties/authentication/ipsec-auth-key-config/area-range

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><esp-key>%ipsec-authentication-hexkey-string%</esp-key></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/area=%area-id%/virtual-link=%virtual-link-neighbor%/link-properties/authentication/ipsec-auth-key-config/area-range

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><esp-auth>%algorithm-type-ah%</esp-auth></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/area=%area-id%/virtual-link=%virtual-link-neighbor%/link-properties/authentication/ipsec-auth-key-config/area-range

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><esp-auth-no-encrypt /></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/area=%area-id%/virtual-link=%virtual-link-neighbor%/link-properties/authentication/ipsec-auth-key-config/area-range

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><esp-auth-key>%ipsec-authentication-hexkey-string%</esp-auth-key></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/area=%area-id%/virtual-link=%virtual-link-neighbor%/link-properties/authentication/ipsec-auth-key-config/area-range

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<area-range><range-effect>%enumeration%</range-effect></area-range>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/area=%area-id%/area-range=%range-address%

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<area-range><range-cost>%ospf:range-metric%</range-cost></area-range>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/area=%area-id%/area-range=%range-address%

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<auto-cost><reference-bandwidth>%ospf:band-width%</reference-bandwidth></auto-cost>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/auto-cost

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ospf><database-overflow-interval>%common-def:time-interval-sec%</database-overflow-interval></ospf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<global-default-information-originate><global-default-information-originate-always /></global-default-information-originate>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/global-default-information-originate

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<global-default-information-originate><global-default-information-originate-metric>%uint32%</global-default-information-originate-metric></global-default-information-originate>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/global-default-information-originate

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<global-default-information-originate><global-default-information-originate-metric-type>%ospf:metric-type%</global-default-information-originate-metric-type></global-default-information-originate>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/global-default-information-originate

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ospf><default-metric>%uint32%</default-metric></ospf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ospf><default-passive-interface /></ospf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<distance><distance-value>%uint32%</distance-value></distance>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/distance=%route-type%

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<route-map><distribute-list-route-map-name>%common-def:name-string63%</distribute-list-route-map-name><distribute-list-route-map-in /></route-map>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/distribute-list/route-map

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<prefix-list><distribute-list-prefix-list-name>%common-def:name-string63%</distribute-list-prefix-list-name><distribute-list-prefix-list-in /></prefix-list>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/distribute-list/prefix-list

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ospf><external-lsdb-limit>%uint32%</external-lsdb-limit></ospf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<helper><graceful-restart-helper-disable /></helper>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/graceful-restart/helper

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<helper><graceful-restart-helper-strict-lsa-checking /></helper>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/graceful-restart/helper

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<graceful-restart><restart-time>%common-def:time-interval-sec%</restart-time></graceful-restart>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/graceful-restart

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ospf><key-add-remove-interval>%common-def:time-interval-sec%</key-add-remove-interval></ospf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ospf><key-rollover-interval>%common-def:time-interval-sec%</key-rollover-interval></ospf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<log-adjacency><log-adjacency-dr-only /></log-adjacency>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/log/log-adjacency

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<log><log-all /></log>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/log

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<log-bad-packet><log-bad-packet-checksum /></log-bad-packet>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/log/log-bad-packet

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<log><log-database /></log>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/log

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<log><log-retransmit /></log>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/log

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ospf><global-metric-type>%ospf:metric-type%</global-metric-type></ospf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<redistribute-connected><connected-route-map>%common-def:name-string63%</connected-route-map></redistribute-connected>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/redistribute/redistribute-connected

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<redistribute-connected><redistribute-connected-metric>%uint32%</redistribute-connected-metric></redistribute-connected>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/redistribute/redistribute-connected

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<redistribute-connected><redistribute-connected-metric-type>%ospf:metric-type%</redistribute-connected-metric-type></redistribute-connected>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/redistribute/redistribute-connected

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<redistribute-static><static-route-map>%common-def:name-string63%</static-route-map></redistribute-static>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/redistribute/redistribute-static

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<redistribute-static><redistribute-static-metric>%uint32%</redistribute-static-metric></redistribute-static>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/redistribute/redistribute-static

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<redistribute-static><redistribute-static-metric-type>%ospf:metric-type%</redistribute-static-metric-type></redistribute-static>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/redistribute/redistribute-static

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<redistribute-isis><redistribute-isis-route-map>%common-def:name-string63%</redistribute-isis-route-map></redistribute-isis>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/redistribute/redistribute-isis

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<redistribute-isis><level-1 /></redistribute-isis>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/redistribute/redistribute-isis

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<redistribute-isis><level-2 /></redistribute-isis>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/redistribute/redistribute-isis

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<redistribute-isis><level-1-2 /></redistribute-isis>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/redistribute/redistribute-isis

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<redistribute-isis><redistribute-isis-metric>%uint32%</redistribute-isis-metric></redistribute-isis>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/redistribute/redistribute-isis

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<redistribute-isis><redistribute-isis-metric-type>%ospf:metric-type%</redistribute-isis-metric-type></redistribute-isis>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/redistribute/redistribute-isis

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<redistribute-bgp><bgp-route-map>%common-def:name-string63%</bgp-route-map></redistribute-bgp>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/redistribute/redistribute-bgp

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<redistribute-bgp><redistribute-bgp-metric>%uint32%</redistribute-bgp-metric></redistribute-bgp>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/redistribute/redistribute-bgp

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<redistribute-bgp><redistribute-bgp-metric-type>%ospf:metric-type%</redistribute-bgp-metric-type></redistribute-bgp>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/redistribute/redistribute-bgp

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<redistribute-ospf><ospf-route-map>%common-def:name-string63%</ospf-route-map></redistribute-ospf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/redistribute/redistribute-ospf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<redistribute-ospf><redistribute-ospf-metric>%uint32%</redistribute-ospf-metric></redistribute-ospf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/redistribute/redistribute-ospf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<redistribute-ospf><redistribute-ospf-metric-type>%ospf:metric-type%</redistribute-ospf-metric-type></redistribute-ospf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/redistribute/redistribute-ospf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<timers><lsa-group-pacing>%common-def:time-interval-sec%</lsa-group-pacing></timers>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/timers

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<spf><spf-delay>%common-def:time-interval-sec%</spf-delay><spf-hold-time>%common-def:time-interval-sec%</spf-hold-time></spf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/timers/spf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ospf><nonstop-routing /></ospf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ospf><maximum-paths>%uint32%</maximum-paths></ospf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<router-lsa><all-lsas /></router-lsa>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/max-metric/router-lsa

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<external-lsa><external-lsa-value>%uint32%</external-lsa-value></external-lsa>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/max-metric/router-lsa/external-lsa

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<summary-lsa><summary-lsa-value>%uint32%</summary-lsa-value></summary-lsa>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/max-metric/router-lsa/summary-lsa

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<router-lsa><include-stub /></router-lsa>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/max-metric/router-lsa

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<on-startup><on-startup-time>%uint32%</on-startup-time></on-startup>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/max-metric/router-lsa/on-startup

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<on-startup><wait-for-bgp /></on-startup>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/max-metric/router-lsa/on-startup

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<bfd><bfd-enable /></bfd>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/bfd

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<bfd><bfd-holdover-interval>%common-def:time-interval-sec%</bfd-holdover-interval></bfd>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/bfd

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ospf><vrf-lite-capability /></ospf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ospf><auth-transition /></ospf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<interface-ospfv3-conf><interface-area>%ospf:ospf-area-id%</interface-area></interface-ospfv3-conf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<interface-ospfv3-conf><active /></interface-ospfv3-conf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<interface-ospfv3-conf><passive /></interface-ospfv3-conf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<bfd><bfd-enable /></bfd>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/bfd

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<interface-ospfv3-conf><cost>%uint32%</cost></interface-ospfv3-conf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<interface-ospfv3-conf><instance>%uint32%</instance></interface-ospfv3-conf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<interface-ospfv3-conf><mtu-ignore /></interface-ospfv3-conf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<interface-ospfv3-conf><network>%enumeration%</network></interface-ospfv3-conf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<interface-ospfv3-conf><priority>%uint32%</priority></interface-ospfv3-conf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<interface-ospfv3-conf><suppress-linklsa /></interface-ospfv3-conf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<authentication><key-chain>%string%</key-chain></authentication>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><ah>%algorithm-type-ah%</ah><ipsec-authentication-disable /></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><ah-no-encrypt /><ipsec-authentication-disable /></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><ah-key>%ipsec-authentication-hexkey-string%</ah-key></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><esp>%algorithm-type-esp%</esp><ipsec-authentication-disable /></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><esp-no-encrypt /><ipsec-authentication-disable /></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><esp-key>%ipsec-authentication-hexkey-string%</esp-key><ipsec-authentication-disable /></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><esp-auth>%algorithm-type-ah%</esp-auth><ipsec-authentication-disable /></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><esp-auth-no-encrypt /><ipsec-authentication-disable /></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><esp-auth-key>%ipsec-authentication-hexkey-string%</esp-auth-key></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec><ifc-key-add-remove-interval>%common-def:time-interval-sec%</ifc-key-add-remove-interval></ipsec>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<link-interval-properties><hello-interval>%common-def:time-interval-sec%</hello-interval></link-interval-properties>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/link-interval-properties

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<link-interval-properties><dead-interval>%common-def:time-interval-sec%</dead-interval></link-interval-properties>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/link-interval-properties

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<link-interval-properties><hello-jitter>%uint32%</hello-jitter></link-interval-properties>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/link-interval-properties

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<link-interval-properties><retransmit-interval>%common-def:time-interval-sec%</retransmit-interval></link-interval-properties>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/link-interval-properties

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<link-interval-properties><transmit-delay>%common-def:time-interval-sec%</transmit-delay></link-interval-properties>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/link-interval-properties

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<interface-ospfv3-conf><interface-area>%ospf:ospf-area-id%</interface-area></interface-ospfv3-conf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<interface-ospfv3-conf><active /></interface-ospfv3-conf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<interface-ospfv3-conf><passive /></interface-ospfv3-conf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<bfd><bfd-enable /></bfd>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf/bfd

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<interface-ospfv3-conf><cost>%uint32%</cost></interface-ospfv3-conf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<interface-ospfv3-conf><instance>%uint32%</instance></interface-ospfv3-conf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<interface-ospfv3-conf><mtu-ignore /></interface-ospfv3-conf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<interface-ospfv3-conf><network>%enumeration%</network></interface-ospfv3-conf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<interface-ospfv3-conf><priority>%uint32%</priority></interface-ospfv3-conf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<interface-ospfv3-conf><suppress-linklsa /></interface-ospfv3-conf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<authentication><key-chain>%string%</key-chain></authentication>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><ah>%algorithm-type-ah%</ah><ipsec-authentication-disable /></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><ah-no-encrypt /><ipsec-authentication-disable /></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><ah-key>%ipsec-authentication-hexkey-string%</ah-key></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><esp>%algorithm-type-esp%</esp><ipsec-authentication-disable /></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><esp-no-encrypt /><ipsec-authentication-disable /></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><esp-key>%ipsec-authentication-hexkey-string%</esp-key><ipsec-authentication-disable /></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><esp-auth>%algorithm-type-ah%</esp-auth><ipsec-authentication-disable /></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><esp-auth-no-encrypt /><ipsec-authentication-disable /></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><esp-auth-key>%ipsec-authentication-hexkey-string%</esp-auth-key></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec><ifc-key-add-remove-interval>%common-def:time-interval-sec%</ifc-key-add-remove-interval></ipsec>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<link-interval-properties><hello-interval>%common-def:time-interval-sec%</hello-interval></link-interval-properties>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf/link-interval-properties

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<link-interval-properties><dead-interval>%common-def:time-interval-sec%</dead-interval></link-interval-properties>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf/link-interval-properties

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<link-interval-properties><hello-jitter>%uint32%</hello-jitter></link-interval-properties>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf/link-interval-properties

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<link-interval-properties><retransmit-interval>%common-def:time-interval-sec%</retransmit-interval></link-interval-properties>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf/link-interval-properties

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<link-interval-properties><transmit-delay>%common-def:time-interval-sec%</transmit-delay></link-interval-properties>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf/link-interval-properties

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<interface-ospfv3-conf><interface-area>%ospf:ospf-area-id%</interface-area></interface-ospfv3-conf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/brocade-intf-loopback:loopback=%id%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<interface-ospfv3-conf><active /></interface-ospfv3-conf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/brocade-intf-loopback:loopback=%id%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<interface-ospfv3-conf><passive /></interface-ospfv3-conf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/brocade-intf-loopback:loopback=%id%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<bfd><bfd-enable /></bfd>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/brocade-intf-loopback:loopback=%id%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf/bfd

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<interface-ospfv3-conf><cost>%uint32%</cost></interface-ospfv3-conf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/brocade-intf-loopback:loopback=%id%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<interface-ospfv3-conf><instance>%uint32%</instance></interface-ospfv3-conf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/brocade-intf-loopback:loopback=%id%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<interface-ospfv3-conf><mtu-ignore /></interface-ospfv3-conf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/brocade-intf-loopback:loopback=%id%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<interface-ospfv3-conf><network>%enumeration%</network></interface-ospfv3-conf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/brocade-intf-loopback:loopback=%id%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<interface-ospfv3-conf><priority>%uint32%</priority></interface-ospfv3-conf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/brocade-intf-loopback:loopback=%id%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<interface-ospfv3-conf><suppress-linklsa /></interface-ospfv3-conf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/brocade-intf-loopback:loopback=%id%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<authentication><key-chain>%string%</key-chain></authentication>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/brocade-intf-loopback:loopback=%id%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><ah>%algorithm-type-ah%</ah><ipsec-authentication-disable /></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/brocade-intf-loopback:loopback=%id%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><ah-no-encrypt /><ipsec-authentication-disable /></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/brocade-intf-loopback:loopback=%id%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><ah-key>%ipsec-authentication-hexkey-string%</ah-key></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/brocade-intf-loopback:loopback=%id%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><esp>%algorithm-type-esp%</esp><ipsec-authentication-disable /></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/brocade-intf-loopback:loopback=%id%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><esp-no-encrypt /><ipsec-authentication-disable /></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/brocade-intf-loopback:loopback=%id%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><esp-key>%ipsec-authentication-hexkey-string%</esp-key><ipsec-authentication-disable /></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/brocade-intf-loopback:loopback=%id%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><esp-auth>%algorithm-type-ah%</esp-auth><ipsec-authentication-disable /></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/brocade-intf-loopback:loopback=%id%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><esp-auth-no-encrypt /><ipsec-authentication-disable /></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/brocade-intf-loopback:loopback=%id%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><esp-auth-key>%ipsec-authentication-hexkey-string%</esp-auth-key></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/brocade-intf-loopback:loopback=%id%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec><ifc-key-add-remove-interval>%common-def:time-interval-sec%</ifc-key-add-remove-interval></ipsec>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/brocade-intf-loopback:loopback=%id%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<link-interval-properties><hello-interval>%common-def:time-interval-sec%</hello-interval></link-interval-properties>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/brocade-intf-loopback:loopback=%id%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf/link-interval-properties

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<link-interval-properties><dead-interval>%common-def:time-interval-sec%</dead-interval></link-interval-properties>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/brocade-intf-loopback:loopback=%id%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf/link-interval-properties

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<link-interval-properties><hello-jitter>%uint32%</hello-jitter></link-interval-properties>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/brocade-intf-loopback:loopback=%id%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf/link-interval-properties

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<link-interval-properties><retransmit-interval>%common-def:time-interval-sec%</retransmit-interval></link-interval-properties>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/brocade-intf-loopback:loopback=%id%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf/link-interval-properties

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<link-interval-properties><transmit-delay>%common-def:time-interval-sec%</transmit-delay></link-interval-properties>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/brocade-intf-loopback:loopback=%id%/brocade-ipv6-config:ipv6/brocade-ospfv3:interface-ospfv3-conf/link-interval-properties

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<interface-ospfv3-conf><interface-area>%ospf:ospf-area-id%</interface-area></interface-ospfv3-conf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<interface-ospfv3-conf><active /></interface-ospfv3-conf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<interface-ospfv3-conf><passive /></interface-ospfv3-conf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<bfd><bfd-enable /></bfd>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/bfd

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<interface-ospfv3-conf><cost>%uint32%</cost></interface-ospfv3-conf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<interface-ospfv3-conf><instance>%uint32%</instance></interface-ospfv3-conf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<interface-ospfv3-conf><mtu-ignore /></interface-ospfv3-conf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<interface-ospfv3-conf><network>%enumeration%</network></interface-ospfv3-conf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<interface-ospfv3-conf><priority>%uint32%</priority></interface-ospfv3-conf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<interface-ospfv3-conf><suppress-linklsa /></interface-ospfv3-conf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<authentication><key-chain>%string%</key-chain></authentication>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><ah>%algorithm-type-ah%</ah><ipsec-authentication-disable /></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><ah-no-encrypt /><ipsec-authentication-disable /></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><ah-key>%ipsec-authentication-hexkey-string%</ah-key></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><esp>%algorithm-type-esp%</esp><ipsec-authentication-disable /></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><esp-no-encrypt /><ipsec-authentication-disable /></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><esp-key>%ipsec-authentication-hexkey-string%</esp-key><ipsec-authentication-disable /></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><esp-auth>%algorithm-type-ah%</esp-auth><ipsec-authentication-disable /></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><esp-auth-no-encrypt /><ipsec-authentication-disable /></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec-auth-key-config><spi>%spi-value-type%</spi><esp-auth-key>%ipsec-authentication-hexkey-string%</esp-auth-key></ipsec-auth-key-config>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<ipsec><ifc-key-add-remove-interval>%common-def:time-interval-sec%</ifc-key-add-remove-interval></ipsec>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/authentication/ipsec

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<link-interval-properties><hello-interval>%common-def:time-interval-sec%</hello-interval></link-interval-properties>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/link-interval-properties

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<link-interval-properties><dead-interval>%common-def:time-interval-sec%</dead-interval></link-interval-properties>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/link-interval-properties

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<link-interval-properties><hello-jitter>%uint32%</hello-jitter></link-interval-properties>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/link-interval-properties

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<link-interval-properties><retransmit-interval>%common-def:time-interval-sec%</retransmit-interval></link-interval-properties>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/link-interval-properties

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<link-interval-properties><transmit-delay>%common-def:time-interval-sec%</transmit-delay></link-interval-properties>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/link-interval-properties

