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

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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 PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/nssa-area-metric

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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 PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/area-default-information-originate-metric

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/area-default-information-originate-metric-type

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/no-redistribution

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/nssa-area-no-summary

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/translator-always

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/translator-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/stub-area-no-summary

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/stub-area-metric

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"spi\": {\"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 PUT -H "Content-Type: application/yang-data+json" -k -d "{\"spi\": {\"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 PUT -H "Content-Type: application/yang-data+json" -k -d "{\"spi\": {\"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 PUT -H "Content-Type: application/yang-data+json" -k -d "{\"spi\": {\"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 PUT -H "Content-Type: application/yang-data+json" -k -d "{\"spi\": {\"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 PUT -H "Content-Type: application/yang-data+json" -k -d "{\"spi\": {\"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 PUT -H "Content-Type: application/yang-data+json" -k -d "{\"spi\": {\"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 PUT -H "Content-Type: application/yang-data+json" -k -d "{\"spi\": {\"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 PUT -H "Content-Type: application/yang-data+json" -k -d "{\"spi\": {\"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 PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/hello-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/dead-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/hello-jitter

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/retransmit-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/transmit-delay

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/key-chain

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"spi\": {\"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 PUT -H "Content-Type: application/yang-data+json" -k -d "{\"spi\": {\"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 PUT -H "Content-Type: application/yang-data+json" -k -d "{\"spi\": {\"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 PUT -H "Content-Type: application/yang-data+json" -k -d "{\"spi\": {\"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 PUT -H "Content-Type: application/yang-data+json" -k -d "{\"spi\": {\"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 PUT -H "Content-Type: application/yang-data+json" -k -d "{\"spi\": {\"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 PUT -H "Content-Type: application/yang-data+json" -k -d "{\"spi\": {\"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 PUT -H "Content-Type: application/yang-data+json" -k -d "{\"spi\": {\"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 PUT -H "Content-Type: application/yang-data+json" -k -d "{\"spi\": {\"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 PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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%/range-effect

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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%/range-cost

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/reference-bandwidth

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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%/database-overflow-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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 PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/global-default-information-originate-always

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/global-default-information-originate-metric

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/global-default-information-originate-metric-type

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

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

curl -v -X PUT -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 PUT -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 PUT -H "Content-Type: application/yang-data+json" -k -d "{\"external-lsdb-limit\": \"%uint32%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/external-lsdb-limit

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/graceful-restart-helper-disable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/graceful-restart-helper-strict-lsa-checking

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/restart-time

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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%/key-add-remove-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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%/key-rollover-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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 PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/log-adjacency-dr-only

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

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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 PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/log-bad-packet-checksum

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

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

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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%/global-metric-type

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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 PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/connected-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/redistribute-connected-metric

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/redistribute-connected-metric-type

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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 PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/static-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/redistribute-static-metric

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/redistribute-static-metric-type

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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 PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/redistribute-isis-route-map

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

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

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/level-1-2

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/redistribute-isis-metric

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/redistribute-isis-metric-type

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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 PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/bgp-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/redistribute-bgp-metric

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/redistribute-bgp-metric-type

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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 PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/ospf-route-map

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/redistribute-ospf-metric

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/redistribute-ospf-metric-type

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/lsa-group-pacing

curl -v -X PUT -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 PUT -H "Content-Type: application/yang-data+json" -k -d "{\"nonstop-routing\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/ipv6/router/brocade-ospfv3:ospf=%vrf%/nonstop-routing

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

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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 PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/all-lsas

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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 PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/external-lsa-value

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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 PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/summary-lsa-value

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/include-stub

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/on-startup-time

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/wait-for-bgp

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

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/bfd-holdover-interval

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

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

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/interface-area

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"active\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/active

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"passive\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/passive

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"bfd-enable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/bfd/bfd-enable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"cost\": \"%uint32%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/cost

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"instance\": \"%uint32%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/instance

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"mtu-ignore\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/mtu-ignore

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"network\": \"%enumeration%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/network

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"priority\": \"%uint32%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/priority

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"suppress-linklsa\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/suppress-linklsa

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

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/ifc-key-add-remove-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/hello-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/dead-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/hello-jitter

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/retransmit-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/transmit-delay

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/interface-area

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/active

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/passive

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/bfd-enable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/cost

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/instance

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/mtu-ignore

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/network

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/priority

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/suppress-linklsa

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/key-chain

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/ifc-key-add-remove-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/hello-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/dead-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/hello-jitter

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/retransmit-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/transmit-delay

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/interface-area

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/active

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/passive

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/bfd-enable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/cost

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/instance

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/mtu-ignore

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/network

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/priority

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/suppress-linklsa

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/key-chain

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/ifc-key-add-remove-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/hello-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/dead-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/hello-jitter

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/retransmit-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/transmit-delay

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/interface-area

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"active\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/active

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"passive\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/passive

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"bfd-enable\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/bfd/bfd-enable

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"cost\": \"%uint32%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/cost

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"instance\": \"%uint32%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/instance

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"mtu-ignore\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/mtu-ignore

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"network\": \"%enumeration%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/network

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"priority\": \"%uint32%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/priority

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"suppress-linklsa\": {}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6/brocade-ospfv3:interface-ospfv3-conf/suppress-linklsa

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

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/ifc-key-add-remove-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/hello-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/dead-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/hello-jitter

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/retransmit-interval

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"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/transmit-delay

