
********************************************************************************
* 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+json" -k -d "{\"area\": {\"normal\": {}}}"  -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+json" -k -d "{\"metric\": {\"nssa-area-metric\": \"%uint32%\"}}"  -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+json" -k -d "{\"area-default-information-originate\": {\"area-default-information-originate-metric\": \"%uint32%\"}}"  -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+json" -k -d "{\"area-default-information-originate\": {\"area-default-information-originate-metric-type\": \"%ospf:metric-type%\"}}"  -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+json" -k -d "{\"nssa\": {\"no-redistribution\": {}}}"  -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+json" -k -d "{\"nssa\": {\"nssa-area-no-summary\": {}}}"  -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+json" -k -d "{\"nssa\": {\"translator-always\": {}}}"  -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+json" -k -d "{\"nssa\": {\"translator-interval\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"stub\": {\"stub-area-no-summary\": {}}}"  -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+json" -k -d "{\"stub\": {\"stub-area-metric\": \"%uint32%\"}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"ah\": \"%algorithm-type-ah%\"}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"ah-no-encrypt\": {}}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"ah-key\": \"%ipsec-authentication-hexkey-string%\"}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"esp\": \"%algorithm-type-esp%\"}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"esp-no-encrypt\": {}}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"esp-key\": \"%ipsec-authentication-hexkey-string%\"}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"esp-auth\": \"%algorithm-type-ah%\"}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"esp-auth-no-encrypt\": {}}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"esp-auth-key\": \"%ipsec-authentication-hexkey-string%\"}}"  -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+json" -k -d "{\"link-interval-properties\": {\"hello-interval\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"link-interval-properties\": {\"dead-interval\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"link-interval-properties\": {\"hello-jitter\": \"%uint32%\"}}"  -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+json" -k -d "{\"link-interval-properties\": {\"retransmit-interval\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"link-interval-properties\": {\"transmit-delay\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"authentication\": {\"key-chain\": \"%string%\"}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"ah\": \"%algorithm-type-ah%\"}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"ah-no-encrypt\": {}}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"ah-key\": \"%ipsec-authentication-hexkey-string%\"}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"esp\": \"%algorithm-type-esp%\"}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"esp-no-encrypt\": {}}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"esp-key\": \"%ipsec-authentication-hexkey-string%\"}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"esp-auth\": \"%algorithm-type-ah%\"}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"esp-auth-no-encrypt\": {}}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"esp-auth-key\": \"%ipsec-authentication-hexkey-string%\"}}"  -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+json" -k -d "{\"area-range\": {\"range-effect\": \"%enumeration%\"}}"  -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+json" -k -d "{\"area-range\": {\"range-cost\": \"%ospf:range-metric%\"}}"  -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+json" -k -d "{\"auto-cost\": {\"reference-bandwidth\": \"%ospf:band-width%\"}}"  -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+json" -k -d "{\"ospf\": {\"database-overflow-interval\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"global-default-information-originate\": {\"global-default-information-originate-always\": {}}}"  -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+json" -k -d "{\"global-default-information-originate\": {\"global-default-information-originate-metric\": \"%uint32%\"}}"  -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+json" -k -d "{\"global-default-information-originate\": {\"global-default-information-originate-metric-type\": \"%ospf:metric-type%\"}}"  -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+json" -k -d "{\"ospf\": {\"default-metric\": \"%uint32%\"}}"  -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+json" -k -d "{\"ospf\": {\"default-passive-interface\": {}}}"  -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+json" -k -d "{\"distance\": {\"distance-value\": \"%uint32%\"}}"  -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+json" -k -d "{\"route-map\": {\"distribute-list-route-map-name\": \"%common-def:name-string63%\", \"distribute-list-route-map-in\": {}}}"  -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+json" -k -d "{\"prefix-list\": {\"distribute-list-prefix-list-name\": \"%common-def:name-string63%\", \"distribute-list-prefix-list-in\": {}}}"  -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+json" -k -d "{\"ospf\": {\"external-lsdb-limit\": \"%uint32%\"}}"  -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+json" -k -d "{\"helper\": {\"graceful-restart-helper-disable\": {}}}"  -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+json" -k -d "{\"helper\": {\"graceful-restart-helper-strict-lsa-checking\": {}}}"  -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+json" -k -d "{\"graceful-restart\": {\"restart-time\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"ospf\": {\"key-add-remove-interval\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"ospf\": {\"key-rollover-interval\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"log-adjacency\": {\"log-adjacency-dr-only\": {}}}"  -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+json" -k -d "{\"log\": {\"log-all\": {}}}"  -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+json" -k -d "{\"log-bad-packet\": {\"log-bad-packet-checksum\": {}}}"  -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+json" -k -d "{\"log\": {\"log-database\": {}}}"  -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+json" -k -d "{\"log\": {\"log-retransmit\": {}}}"  -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+json" -k -d "{\"ospf\": {\"global-metric-type\": \"%ospf:metric-type%\"}}"  -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+json" -k -d "{\"redistribute-connected\": {\"connected-route-map\": \"%common-def:name-string63%\"}}"  -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+json" -k -d "{\"redistribute-connected\": {\"redistribute-connected-metric\": \"%uint32%\"}}"  -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+json" -k -d "{\"redistribute-connected\": {\"redistribute-connected-metric-type\": \"%ospf:metric-type%\"}}"  -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+json" -k -d "{\"redistribute-static\": {\"static-route-map\": \"%common-def:name-string63%\"}}"  -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+json" -k -d "{\"redistribute-static\": {\"redistribute-static-metric\": \"%uint32%\"}}"  -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+json" -k -d "{\"redistribute-static\": {\"redistribute-static-metric-type\": \"%ospf:metric-type%\"}}"  -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+json" -k -d "{\"redistribute-isis\": {\"redistribute-isis-route-map\": \"%common-def:name-string63%\"}}"  -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+json" -k -d "{\"redistribute-isis\": {\"level-1\": {}}}"  -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+json" -k -d "{\"redistribute-isis\": {\"level-2\": {}}}"  -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+json" -k -d "{\"redistribute-isis\": {\"level-1-2\": {}}}"  -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+json" -k -d "{\"redistribute-isis\": {\"redistribute-isis-metric\": \"%uint32%\"}}"  -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+json" -k -d "{\"redistribute-isis\": {\"redistribute-isis-metric-type\": \"%ospf:metric-type%\"}}"  -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+json" -k -d "{\"redistribute-bgp\": {\"bgp-route-map\": \"%common-def:name-string63%\"}}"  -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+json" -k -d "{\"redistribute-bgp\": {\"redistribute-bgp-metric\": \"%uint32%\"}}"  -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+json" -k -d "{\"redistribute-bgp\": {\"redistribute-bgp-metric-type\": \"%ospf:metric-type%\"}}"  -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+json" -k -d "{\"redistribute-ospf\": {\"ospf-route-map\": \"%common-def:name-string63%\"}}"  -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+json" -k -d "{\"redistribute-ospf\": {\"redistribute-ospf-metric\": \"%uint32%\"}}"  -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+json" -k -d "{\"redistribute-ospf\": {\"redistribute-ospf-metric-type\": \"%ospf:metric-type%\"}}"  -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+json" -k -d "{\"timers\": {\"lsa-group-pacing\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"spf\": {\"spf-delay\": \"%common-def:time-interval-sec%\", \"spf-hold-time\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"ospf\": {\"nonstop-routing\": {}}}"  -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+json" -k -d "{\"ospf\": {\"maximum-paths\": \"%uint32%\"}}"  -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+json" -k -d "{\"router-lsa\": {\"all-lsas\": {}}}"  -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+json" -k -d "{\"external-lsa\": {\"external-lsa-value\": \"%uint32%\"}}"  -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+json" -k -d "{\"summary-lsa\": {\"summary-lsa-value\": \"%uint32%\"}}"  -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+json" -k -d "{\"router-lsa\": {\"include-stub\": {}}}"  -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+json" -k -d "{\"on-startup\": {\"on-startup-time\": \"%uint32%\"}}"  -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+json" -k -d "{\"on-startup\": {\"wait-for-bgp\": {}}}"  -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+json" -k -d "{\"bfd\": {\"bfd-enable\": {}}}"  -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+json" -k -d "{\"bfd\": {\"bfd-holdover-interval\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"ospf\": {\"vrf-lite-capability\": {}}}"  -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+json" -k -d "{\"ospf\": {\"auth-transition\": {}}}"  -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+json" -k -d "[DO NOT USE]{\"interface-ospfv3-conf\": {\"interface-area\": \"%ospf:ospf-area-id%\"}}"  -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+json" -k -d "[DO NOT USE]{\"interface-ospfv3-conf\": {\"active\": {}}}"  -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+json" -k -d "[DO NOT USE]{\"interface-ospfv3-conf\": {\"passive\": {}}}"  -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+json" -k -d "{\"bfd\": {\"bfd-enable\": {}}}"  -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+json" -k -d "[DO NOT USE]{\"interface-ospfv3-conf\": {\"cost\": \"%uint32%\"}}"  -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+json" -k -d "[DO NOT USE]{\"interface-ospfv3-conf\": {\"instance\": \"%uint32%\"}}"  -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+json" -k -d "[DO NOT USE]{\"interface-ospfv3-conf\": {\"mtu-ignore\": {}}}"  -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+json" -k -d "[DO NOT USE]{\"interface-ospfv3-conf\": {\"network\": \"%enumeration%\"}}"  -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+json" -k -d "[DO NOT USE]{\"interface-ospfv3-conf\": {\"priority\": \"%uint32%\"}}"  -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+json" -k -d "[DO NOT USE]{\"interface-ospfv3-conf\": {\"suppress-linklsa\": {}}}"  -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+json" -k -d "{\"authentication\": {\"key-chain\": \"%string%\"}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"ah\": \"%algorithm-type-ah%\", \"ipsec-authentication-disable\": {}}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"ah-no-encrypt\": {}, \"ipsec-authentication-disable\": {}}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"ah-key\": \"%ipsec-authentication-hexkey-string%\"}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"esp\": \"%algorithm-type-esp%\", \"ipsec-authentication-disable\": {}}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"esp-no-encrypt\": {}, \"ipsec-authentication-disable\": {}}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"esp-key\": \"%ipsec-authentication-hexkey-string%\", \"ipsec-authentication-disable\": {}}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"esp-auth\": \"%algorithm-type-ah%\", \"ipsec-authentication-disable\": {}}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"esp-auth-no-encrypt\": {}, \"ipsec-authentication-disable\": {}}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"esp-auth-key\": \"%ipsec-authentication-hexkey-string%\"}}"  -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+json" -k -d "{\"ipsec\": {\"ifc-key-add-remove-interval\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"link-interval-properties\": {\"hello-interval\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"link-interval-properties\": {\"dead-interval\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"link-interval-properties\": {\"hello-jitter\": \"%uint32%\"}}"  -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+json" -k -d "{\"link-interval-properties\": {\"retransmit-interval\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"link-interval-properties\": {\"transmit-delay\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "[DO NOT USE]{\"interface-ospfv3-conf\": {\"interface-area\": \"%ospf:ospf-area-id%\"}}"  -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+json" -k -d "[DO NOT USE]{\"interface-ospfv3-conf\": {\"active\": {}}}"  -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+json" -k -d "[DO NOT USE]{\"interface-ospfv3-conf\": {\"passive\": {}}}"  -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+json" -k -d "{\"bfd\": {\"bfd-enable\": {}}}"  -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+json" -k -d "[DO NOT USE]{\"interface-ospfv3-conf\": {\"cost\": \"%uint32%\"}}"  -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+json" -k -d "[DO NOT USE]{\"interface-ospfv3-conf\": {\"instance\": \"%uint32%\"}}"  -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+json" -k -d "[DO NOT USE]{\"interface-ospfv3-conf\": {\"mtu-ignore\": {}}}"  -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+json" -k -d "[DO NOT USE]{\"interface-ospfv3-conf\": {\"network\": \"%enumeration%\"}}"  -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+json" -k -d "[DO NOT USE]{\"interface-ospfv3-conf\": {\"priority\": \"%uint32%\"}}"  -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+json" -k -d "[DO NOT USE]{\"interface-ospfv3-conf\": {\"suppress-linklsa\": {}}}"  -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+json" -k -d "{\"authentication\": {\"key-chain\": \"%string%\"}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"ah\": \"%algorithm-type-ah%\", \"ipsec-authentication-disable\": {}}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"ah-no-encrypt\": {}, \"ipsec-authentication-disable\": {}}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"ah-key\": \"%ipsec-authentication-hexkey-string%\"}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"esp\": \"%algorithm-type-esp%\", \"ipsec-authentication-disable\": {}}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"esp-no-encrypt\": {}, \"ipsec-authentication-disable\": {}}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"esp-key\": \"%ipsec-authentication-hexkey-string%\", \"ipsec-authentication-disable\": {}}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"esp-auth\": \"%algorithm-type-ah%\", \"ipsec-authentication-disable\": {}}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"esp-auth-no-encrypt\": {}, \"ipsec-authentication-disable\": {}}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"esp-auth-key\": \"%ipsec-authentication-hexkey-string%\"}}"  -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+json" -k -d "{\"ipsec\": {\"ifc-key-add-remove-interval\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"link-interval-properties\": {\"hello-interval\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"link-interval-properties\": {\"dead-interval\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"link-interval-properties\": {\"hello-jitter\": \"%uint32%\"}}"  -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+json" -k -d "{\"link-interval-properties\": {\"retransmit-interval\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"link-interval-properties\": {\"transmit-delay\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "[DO NOT USE]{\"interface-ospfv3-conf\": {\"interface-area\": \"%ospf:ospf-area-id%\"}}"  -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+json" -k -d "[DO NOT USE]{\"interface-ospfv3-conf\": {\"active\": {}}}"  -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+json" -k -d "[DO NOT USE]{\"interface-ospfv3-conf\": {\"passive\": {}}}"  -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+json" -k -d "{\"bfd\": {\"bfd-enable\": {}}}"  -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+json" -k -d "[DO NOT USE]{\"interface-ospfv3-conf\": {\"cost\": \"%uint32%\"}}"  -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+json" -k -d "[DO NOT USE]{\"interface-ospfv3-conf\": {\"instance\": \"%uint32%\"}}"  -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+json" -k -d "[DO NOT USE]{\"interface-ospfv3-conf\": {\"mtu-ignore\": {}}}"  -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+json" -k -d "[DO NOT USE]{\"interface-ospfv3-conf\": {\"network\": \"%enumeration%\"}}"  -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+json" -k -d "[DO NOT USE]{\"interface-ospfv3-conf\": {\"priority\": \"%uint32%\"}}"  -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+json" -k -d "[DO NOT USE]{\"interface-ospfv3-conf\": {\"suppress-linklsa\": {}}}"  -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+json" -k -d "{\"authentication\": {\"key-chain\": \"%string%\"}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"ah\": \"%algorithm-type-ah%\", \"ipsec-authentication-disable\": {}}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"ah-no-encrypt\": {}, \"ipsec-authentication-disable\": {}}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"ah-key\": \"%ipsec-authentication-hexkey-string%\"}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"esp\": \"%algorithm-type-esp%\", \"ipsec-authentication-disable\": {}}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"esp-no-encrypt\": {}, \"ipsec-authentication-disable\": {}}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"esp-key\": \"%ipsec-authentication-hexkey-string%\", \"ipsec-authentication-disable\": {}}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"esp-auth\": \"%algorithm-type-ah%\", \"ipsec-authentication-disable\": {}}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"esp-auth-no-encrypt\": {}, \"ipsec-authentication-disable\": {}}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"esp-auth-key\": \"%ipsec-authentication-hexkey-string%\"}}"  -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+json" -k -d "{\"ipsec\": {\"ifc-key-add-remove-interval\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"link-interval-properties\": {\"hello-interval\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"link-interval-properties\": {\"dead-interval\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"link-interval-properties\": {\"hello-jitter\": \"%uint32%\"}}"  -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+json" -k -d "{\"link-interval-properties\": {\"retransmit-interval\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"link-interval-properties\": {\"transmit-delay\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "[DO NOT USE]{\"interface-ospfv3-conf\": {\"interface-area\": \"%ospf:ospf-area-id%\"}}"  -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+json" -k -d "[DO NOT USE]{\"interface-ospfv3-conf\": {\"active\": {}}}"  -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+json" -k -d "[DO NOT USE]{\"interface-ospfv3-conf\": {\"passive\": {}}}"  -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+json" -k -d "{\"bfd\": {\"bfd-enable\": {}}}"  -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+json" -k -d "[DO NOT USE]{\"interface-ospfv3-conf\": {\"cost\": \"%uint32%\"}}"  -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+json" -k -d "[DO NOT USE]{\"interface-ospfv3-conf\": {\"instance\": \"%uint32%\"}}"  -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+json" -k -d "[DO NOT USE]{\"interface-ospfv3-conf\": {\"mtu-ignore\": {}}}"  -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+json" -k -d "[DO NOT USE]{\"interface-ospfv3-conf\": {\"network\": \"%enumeration%\"}}"  -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+json" -k -d "[DO NOT USE]{\"interface-ospfv3-conf\": {\"priority\": \"%uint32%\"}}"  -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+json" -k -d "[DO NOT USE]{\"interface-ospfv3-conf\": {\"suppress-linklsa\": {}}}"  -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+json" -k -d "{\"authentication\": {\"key-chain\": \"%string%\"}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"ah\": \"%algorithm-type-ah%\", \"ipsec-authentication-disable\": {}}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"ah-no-encrypt\": {}, \"ipsec-authentication-disable\": {}}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"ah-key\": \"%ipsec-authentication-hexkey-string%\"}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"esp\": \"%algorithm-type-esp%\", \"ipsec-authentication-disable\": {}}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"esp-no-encrypt\": {}, \"ipsec-authentication-disable\": {}}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"esp-key\": \"%ipsec-authentication-hexkey-string%\", \"ipsec-authentication-disable\": {}}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"esp-auth\": \"%algorithm-type-ah%\", \"ipsec-authentication-disable\": {}}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"esp-auth-no-encrypt\": {}, \"ipsec-authentication-disable\": {}}}"  -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+json" -k -d "{\"ipsec-auth-key-config\": {\"spi\": \"%spi-value-type%\", \"esp-auth-key\": \"%ipsec-authentication-hexkey-string%\"}}"  -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+json" -k -d "{\"ipsec\": {\"ifc-key-add-remove-interval\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"link-interval-properties\": {\"hello-interval\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"link-interval-properties\": {\"dead-interval\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"link-interval-properties\": {\"hello-jitter\": \"%uint32%\"}}"  -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+json" -k -d "{\"link-interval-properties\": {\"retransmit-interval\": \"%common-def:time-interval-sec%\"}}"  -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+json" -k -d "{\"link-interval-properties\": {\"transmit-delay\": \"%common-def:time-interval-sec%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/link-interval-properties

