Configuring an IPv6 Unicast Address Family Under an OSPFv3 Instance

Configuring an IPv6 Unicast Address Family

 Configuring an IPv6 Unicast Address Family
POST http://<mgmt0_IP>/api/mo/sys/ospfv3.json
{
  "ospfv3Entity": {
    "children": [
      {
        "ospfv3Inst": {
          "attributes": {
            "name": "Test_1"
          },
          "children": [
            {
              "ospfv3Dom": {
                "attributes": {
                  "name": "default"
                },
                "children": [
                  {
                    "ospfv3DomAf": {
                      "attributes": {
                        "type": "ipv6-ucast"
}}}]}}]}}]}}
{
    imdata:[]
}
<System>
  <ospfv3-items>
    <inst-items>
      <Inst-list>
        <name>Test_1</name>
        <dom-items>
          <Dom-list>
            <name>default</name>
            <af-items>
              <DomAf-list>
                <type>ipv6-ucast</type>
              </DomAf-list>
            </af-items>
          </Dom-list>
        </dom-items>
      </Inst-list>
    </inst-items>
  </ospfv3-items>
</System>

Note: This example was added in Release 9.3(1).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

router ospfv3 Test_1
  address-family ipv6 unicast


Verifying a DME Configuration

The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
ospfv3Entity sys/ospfv3
ospfv3Inst sys/ospfv3/inst-Test_1
ospfv3Dom sys/ospfv3/inst-Test_1/dom-default
ospfv3DomAf sys/ospfv3/inst-Test_1/dom-default/af-ipv6-ucast


ospfv3Inst Properties

The following table contains information about the ospfv3Inst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3Dom Properties

The following table contains information about the ospfv3Dom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3DomAf Properties

The following table contains information about the ospfv3DomAf properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
typeospfv3:AfT
(scalar:Enum8)
IPv6 unicast address family typeSELECTION:
1 - ipv6-ucast
DEFAULT: ipv6-ucast


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Deleting an IPv6 Unicast Address Family

 Deleting an IPv6 Unicast Address Family
POST http://<mgmt0_IP>/api/mo/sys/ospfv3.json
{
  "ospfv3Entity": {
    "children": [
      {
        "ospfv3Inst": {
          "attributes": {
            "name": "Test_1"
          },
          "children": [
            {
              "ospfv3Dom": {
                "attributes": {
                  "name": "default"
                },
                "children": [
                  {
                    "ospfv3DomAf": {
                      "attributes": {
                        "status": "deleted",
                        "type": "ipv6-ucast"
}}}]}}]}}]}}
{
    imdata:[]
}
<System>
  <ospfv3-items>
    <inst-items>
      <Inst-list>
        <name>Test_1</name>
        <dom-items>
          <Dom-list>
            <name>default</name>
            <af-items>
              <DomAf-list nc:operation="delete">
                <type>ipv6-ucast</type>
              </DomAf-list>
            </af-items>
          </Dom-list>
        </dom-items>
      </Inst-list>
    </inst-items>
  </ospfv3-items>
</System>

Note: This example was added in Release 9.3(1).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

router ospfv3 Test_1
  no address-family ipv6 unicast


Verifying a DME Configuration

The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
ospfv3Entity sys/ospfv3
ospfv3Inst sys/ospfv3/inst-Test_1
ospfv3Dom sys/ospfv3/inst-Test_1/dom-default
ospfv3DomAf sys/ospfv3/inst-Test_1/dom-default/af-ipv6-ucast


ospfv3Inst Properties

The following table contains information about the ospfv3Inst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3Dom Properties

The following table contains information about the ospfv3Dom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3DomAf Properties

The following table contains information about the ospfv3DomAf properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
statusmo:ModificationStatus
(scalar:Bitmask32)
Modification statusSELECTION:
2 - created
4 - modified
8 - deleted
16 - replaced
typeospfv3:AfT
(scalar:Enum8)
IPv6 unicast address family typeSELECTION:
1 - ipv6-ucast
DEFAULT: ipv6-ucast


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Configuring a Default Route Distribution

Configuring a Default Route Distribution
POST http://<mgmt0_IP>/api/mo/sys/ospfv3.json
{
  "ospfv3Entity": {
    "children": [
      {
        "ospfv3Inst": {
          "attributes": {
            "name": "Test_1"
          },
          "children": [
            {
              "ospfv3Dom": {
                "attributes": {
                  "name": "default"
                },
                "children": [
                  {
                    "ospfv3DomAf": {
                      "attributes": {
                        "type": "ipv6-ucast"
                      },
                      "children": [
                        {
                          "ospfv3DefRtLeakP": {
                            "attributes": {
                              "always": "no",
                              "rtMap": ""
}}}]}}]}}]}}]}}
{
    imdata:[]
}
<System>
  <ospfv3-items>
    <inst-items>
      <Inst-list>
        <name>Test_1</name>
        <dom-items>
          <Dom-list>
            <name>default</name>
            <af-items>
              <DomAf-list>
                <type>ipv6-ucast</type>
                <defrtleak-items>
                  <always>false</always>
                  <rtMap></rtMap>
                </defrtleak-items>
              </DomAf-list>
            </af-items>
          </Dom-list>
        </dom-items>
      </Inst-list>
    </inst-items>
  </ospfv3-items>
</System>

Note: This example was added in Release 9.3(1).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

router ospfv3 Test_1
 address-family ipv6 unicast
  default-information originate


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
ospfv3DefRtLeakP sys/ospfv3/inst-default/dom-default/af-ipv6-ucast/defrtleak
ospfv3Dom sys/ospfv3/inst-default/dom-default
ospfv3DomAf sys/ospfv3/inst-default/dom-default/af-ipv6-ucast
ospfv3Inst sys/ospfv3/inst-default


ospfv3DefRtLeakP Properties

The following table contains information about the ospfv3DefRtLeakP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
alwaysscalar:Bool
Always advertise default leakSELECTION: true or false
rtMapstring:Basic
The name of the default route leak policy route map. This route map name is used to control distribution.A sequence of characters


ospfv3Dom Properties

The following table contains information about the ospfv3Dom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3DomAf Properties

The following table contains information about the ospfv3DomAf properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
typeospfv3:AfT
(scalar:Enum8)
IPv6 unicast address family typeSELECTION:
1 - ipv6-ucast
DEFAULT: ipv6-ucast


ospfv3Inst Properties

The following table contains information about the ospfv3Inst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Deleting a Default Route Distribution

Deleting a Default Route Distribution
POST http://<mgmt0_IP>/api/mo/sys/ospfv3.json
{
  "ospfv3Entity": {
    "children": [
      {
        "ospfv3Inst": {
          "attributes": {
            "name": "Test_1"
          },
          "children": [
            {
              "ospfv3Dom": {
                "attributes": {
                  "name": "default"
                },
                "children": [
                  {
                    "ospfv3DomAf": {
                      "attributes": {
                        "type": "ipv6-ucast"
                      },
                      "children": [
                        {
                          "ospfv3DefRtLeakP": {
                            "attributes": {
                              "status": "deleted"
}}}]}}]}}]}}]}}
{
    imdata:[]
}
<System>
  <ospfv3-items>
    <inst-items>
      <Inst-list>
        <name>Test_1</name>
        <dom-items>
          <Dom-list>
            <name>default</name>
            <af-items>
              <DomAf-list>
                <type>ipv6-ucast</type>
                <defrtleak-items xc:operation="delete">
                </defrtleak-items>
              </DomAf-list>
            </af-items>
          </Dom-list>
        </dom-items>
      </Inst-list>
    </inst-items>
  </ospfv3-items>
</System>

Note: This example was added in Release 9.3(1).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

router ospfv3 Test_1
 address-family ipv6 unicast
  no default-information originate


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
ospfv3DefRtLeakP sys/ospfv3/inst-default/dom-default/af-ipv6-ucast/defrtleak
ospfv3Dom sys/ospfv3/inst-default/dom-default
ospfv3DomAf sys/ospfv3/inst-default/dom-default/af-ipv6-ucast
ospfv3Inst sys/ospfv3/inst-default


ospfv3DefRtLeakP Properties

The following table contains information about the ospfv3DefRtLeakP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
statusmo:ModificationStatus
(scalar:Bitmask32)
Modification statusSELECTION:
2 - created
4 - modified
8 - deleted
16 - replaced


ospfv3Dom Properties

The following table contains information about the ospfv3Dom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3DomAf Properties

The following table contains information about the ospfv3DomAf properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
typeospfv3:AfT
(scalar:Enum8)
IPv6 unicast address family typeSELECTION:
1 - ipv6-ucast
DEFAULT: ipv6-ucast


ospfv3Inst Properties

The following table contains information about the ospfv3Inst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Configuring a Route Map Applied to Redistributed Routes (AMT Anycast Prefix)

Configuring a Route Map Applied to Redistributed Routes (AMT Anycast Prefix)
POST http://<mgmt0_IP>/api/mo/sys/ospfv3.json
{
  "ospfv3Entity": {
    "children": [
      {
        "ospfv3Inst": {
          "attributes": {
            "name": "Test_1"
          },
          "children": [
            {
              "ospfv3Dom": {
                "attributes": {
                  "name": "default"
                },
                "children": [
                  {
                    "ospfv3DomAf": {
                      "attributes": {
                        "type": "ipv6-ucast"
                      },
                      "children": [
                        {
                          "ospfv3InterLeakP": {
                            "attributes": {
                              "asn": "none",
                              "inst": "none",
                              "proto": "amt",
                              "rtMap": "SampleString_123"
}}}]}}]}}]}}]}}
{
    imdata:[]
}
<System>
  <ospfv3-items>
    <inst-items>
      <Inst-list>
        <name>Test_1</name>
        <dom-items>
          <Dom-list>
            <name>default</name>
            <af-items>
              <DomAf-list>
                <type>ipv6-ucast</type>
                <interleak-items>
                  <InterLeakP-list>
                    <proto>amt</proto>
                    <inst>none</inst>
                    <asn>none</asn>
                    <rtMap>SampleString_123</rtMap>
                  </InterLeakP-list>
                </interleak-items>
              </DomAf-list>
            </af-items>
          </Dom-list>
        </dom-items>
      </Inst-list>
    </inst-items>
  </ospfv3-items>
</System>

Note: This example was added in Release 9.3(1).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

router ospfv3 Test_1
 address-family ipv6 unicast
  redistribute amt route-map SampleString_123


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
ospfv3Dom sys/ospfv3/inst-default/dom-default
ospfv3DomAf sys/ospfv3/inst-default/dom-default/af-ipv6-ucast
ospfv3Inst sys/ospfv3/inst-default
ospfv3InterLeakP sys/ospfv3/inst-default/dom-default/af-ipv6-ucast/interleak-{proto}-{inst}-none


ospfv3Dom Properties

The following table contains information about the ospfv3Dom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3DomAf Properties

The following table contains information about the ospfv3DomAf properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
typeospfv3:AfT
(scalar:Enum8)
IPv6 unicast address family typeSELECTION:
1 - ipv6-ucast
DEFAULT: ipv6-ucast


ospfv3Inst Properties

The following table contains information about the ospfv3Inst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3InterLeakP Properties

The following table contains information about the ospfv3InterLeakP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
asnrtleak:Asn
(string:Basic)
The autonomous system number.A sequence of characters
DEFAULT: none
instrtleak:Inst
(string:Basic)
The inter protocol route leak policy instance.
MAX SIZE: 19
protortleak:Proto
(scalar:Enum8)
The list of protocols to match.SELECTION:
0 - unspecified
1 - static
2 - direct
3 - bgp
4 - isis
5 - ospf
6 - ospfv3
7 - eigrp
8 - host
9 - rip
10 - amt
11 - lisp
12 - hmm
13 - am
DEFAULT: unspecified
rtMapstring:Basic
The name of the default route leak policy route map. This route map name is used to control distribution.A sequence of characters


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Deleting a Route Map Applied to Redistributed Routes (AMT Anycast Prefix)

Deleting a Route Map Applied to Redistributed Routes (AMT Anycast Prefix)
POST http://<mgmt0_IP>/api/mo/sys/ospfv3.json
{
  "ospfv3Entity": {
    "children": [
      {
        "ospfv3Inst": {
          "attributes": {
            "name": "Test_1"
          },
          "children": [
            {
              "ospfv3Dom": {
                "attributes": {
                  "name": "default"
                },
                "children": [
                  {
                    "ospfv3DomAf": {
                      "attributes": {
                        "type": "ipv6-ucast"
                      },
                      "children": [
                        {
                          "ospfv3InterLeakP": {
                            "attributes": {
                              "asn": "none",
                              "inst": "none",
                              "proto": "amt",
                              "status": "deleted"
}}}]}}]}}]}}]}}
{
    imdata:[]
}
<System>
  <ospfv3-items>
    <inst-items>
      <Inst-list>
        <name>Test_1</name>
        <dom-items>
          <Dom-list>
            <name>default</name>
            <af-items>
              <DomAf-list>
                <type>ipv6-ucast</type>
                <interleak-items>
                  <InterLeakP-list xc:operation="delete">
                    <proto>amt</proto>
                    <inst>none</inst>
                    <asn>none</asn>
                  </InterLeakP-list>
                </interleak-items>
              </DomAf-list>
            </af-items>
          </Dom-list>
        </dom-items>
      </Inst-list>
    </inst-items>
  </ospfv3-items>
</System>

Note: This example was added in Release 9.3(1).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

router ospfv3 Test_1
 address-family ipv6 unicast
  no redistribute amt route-map SampleString_123


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
ospfv3Dom sys/ospfv3/inst-default/dom-default
ospfv3DomAf sys/ospfv3/inst-default/dom-default/af-ipv6-ucast
ospfv3Inst sys/ospfv3/inst-default
ospfv3InterLeakP sys/ospfv3/inst-default/dom-default/af-ipv6-ucast/interleak-{proto}-{inst}-none


ospfv3Dom Properties

The following table contains information about the ospfv3Dom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3DomAf Properties

The following table contains information about the ospfv3DomAf properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
typeospfv3:AfT
(scalar:Enum8)
IPv6 unicast address family typeSELECTION:
1 - ipv6-ucast
DEFAULT: ipv6-ucast


ospfv3Inst Properties

The following table contains information about the ospfv3Inst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3InterLeakP Properties

The following table contains information about the ospfv3InterLeakP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
asnrtleak:Asn
(string:Basic)
The autonomous system number.A sequence of characters
DEFAULT: none
instrtleak:Inst
(string:Basic)
The inter protocol route leak policy instance.
MAX SIZE: 19
protortleak:Proto
(scalar:Enum8)
The list of protocols to match.SELECTION:
0 - unspecified
1 - static
2 - direct
3 - bgp
4 - isis
5 - ospf
6 - ospfv3
7 - eigrp
8 - host
9 - rip
10 - amt
11 - lisp
12 - hmm
13 - am
DEFAULT: unspecified
statusmo:ModificationStatus
(scalar:Bitmask32)
Modification statusSELECTION:
2 - created
4 - modified
8 - deleted
16 - replaced


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Configuring a Route Map Applied to Redistributed Routes (BGP)

Configuring a Route Map Applied to Redistributed Routes (BGP)
POST http://<mgmt0_IP>/api/mo/sys/ospfv3.json
{
  "ospfv3Entity": {
    "children": [
      {
        "ospfv3Inst": {
          "attributes": {
            "name": "Test_1"
          },
          "children": [
            {
              "ospfv3Dom": {
                "attributes": {
                  "name": "default"
                },
                "children": [
                  {
                    "ospfv3DomAf": {
                      "attributes": {
                        "type": "ipv6-ucast"
                      },
                      "children": [
                        {
                          "ospfv3InterLeakP": {
                            "attributes": {
                              "asn": "123",
                              "inst": "none",
                              "proto": "bgp",
                              "rtMap": "SampleString_123"
}}}]}}]}}]}}]}}
{
    imdata:[]
}
<System>
  <ospfv3-items>
    <inst-items>
      <Inst-list>
        <name>Test_1</name>
        <dom-items>
          <Dom-list>
            <name>default</name>
            <af-items>
              <DomAf-list>
                <type>ipv6-ucast</type>
                <interleak-items>
                  <InterLeakP-list>
                    <proto>bgp</proto>
                    <inst>none</inst>
                    <asn>123</asn>
                    <rtMap>SampleString_123</rtMap>
                  </InterLeakP-list>
                </interleak-items>
              </DomAf-list>
            </af-items>
          </Dom-list>
        </dom-items>
      </Inst-list>
    </inst-items>
  </ospfv3-items>
</System>

Note: This example was added in Release 9.3(1).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

router ospfv3 Test_1
 address-family ipv6 unicast
  redistribute bgp 123 route-map SampleString_123


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
ospfv3Dom sys/ospfv3/inst-default/dom-default
ospfv3DomAf sys/ospfv3/inst-default/dom-default/af-ipv6-ucast
ospfv3Inst sys/ospfv3/inst-default
ospfv3InterLeakP sys/ospfv3/inst-default/dom-default/af-ipv6-ucast/interleak-{proto}-{inst}-123


ospfv3Dom Properties

The following table contains information about the ospfv3Dom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3DomAf Properties

The following table contains information about the ospfv3DomAf properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
typeospfv3:AfT
(scalar:Enum8)
IPv6 unicast address family typeSELECTION:
1 - ipv6-ucast
DEFAULT: ipv6-ucast


ospfv3Inst Properties

The following table contains information about the ospfv3Inst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3InterLeakP Properties

The following table contains information about the ospfv3InterLeakP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
asnrtleak:Asn
(string:Basic)
The autonomous system number.A sequence of characters
DEFAULT: none
instrtleak:Inst
(string:Basic)
The inter protocol route leak policy instance.
MAX SIZE: 19
protortleak:Proto
(scalar:Enum8)
The list of protocols to match.SELECTION:
0 - unspecified
1 - static
2 - direct
3 - bgp
4 - isis
5 - ospf
6 - ospfv3
7 - eigrp
8 - host
9 - rip
10 - amt
11 - lisp
12 - hmm
13 - am
DEFAULT: unspecified
rtMapstring:Basic
The name of the default route leak policy route map. This route map name is used to control distribution.A sequence of characters


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Deleting a Route Map Applied to Redistributed Routes (BGP)

Deleting a Route Map Applied to Redistributed Routes (BGP)
POST http://<mgmt0_IP>/api/mo/sys/ospfv3.json
{
  "ospfv3Entity": {
    "children": [
      {
        "ospfv3Inst": {
          "attributes": {
            "name": "Test_1"
          },
          "children": [
            {
              "ospfv3Dom": {
                "attributes": {
                  "name": "default"
                },
                "children": [
                  {
                    "ospfv3DomAf": {
                      "attributes": {
                        "type": "ipv6-ucast"
                      },
                      "children": [
                        {
                          "ospfv3InterLeakP": {
                            "attributes": {
                              "asn": "123",
                              "inst": "none",
                              "proto": "bgp",
                              "status": "deleted"
}}}]}}]}}]}}]}}
{
    imdata:[]
}
<System>
  <ospfv3-items>
    <inst-items>
      <Inst-list>
        <name>Test_1</name>
        <dom-items>
          <Dom-list>
            <name>default</name>
            <af-items>
              <DomAf-list>
                <type>ipv6-ucast</type>
                <interleak-items>
                  <InterLeakP-list xc:operation="delete">
                    <proto>bgp</proto>
                    <inst>none</inst>
                    <asn>123</asn>
                  </InterLeakP-list>
                </interleak-items>
              </DomAf-list>
            </af-items>
          </Dom-list>
        </dom-items>
      </Inst-list>
    </inst-items>
  </ospfv3-items>
</System>

Note: This example was added in Release 9.3(1).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

router ospfv3 Test_1
 address-family ipv6 unicast
  no redistribute bgp 123 route-map SampleString_123


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
ospfv3Dom sys/ospfv3/inst-default/dom-default
ospfv3DomAf sys/ospfv3/inst-default/dom-default/af-ipv6-ucast
ospfv3Inst sys/ospfv3/inst-default
ospfv3InterLeakP sys/ospfv3/inst-default/dom-default/af-ipv6-ucast/interleak-{proto}-{inst}-123


ospfv3Dom Properties

The following table contains information about the ospfv3Dom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3DomAf Properties

The following table contains information about the ospfv3DomAf properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
typeospfv3:AfT
(scalar:Enum8)
IPv6 unicast address family typeSELECTION:
1 - ipv6-ucast
DEFAULT: ipv6-ucast


ospfv3Inst Properties

The following table contains information about the ospfv3Inst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3InterLeakP Properties

The following table contains information about the ospfv3InterLeakP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
asnrtleak:Asn
(string:Basic)
The autonomous system number.A sequence of characters
DEFAULT: none
instrtleak:Inst
(string:Basic)
The inter protocol route leak policy instance.
MAX SIZE: 19
protortleak:Proto
(scalar:Enum8)
The list of protocols to match.SELECTION:
0 - unspecified
1 - static
2 - direct
3 - bgp
4 - isis
5 - ospf
6 - ospfv3
7 - eigrp
8 - host
9 - rip
10 - amt
11 - lisp
12 - hmm
13 - am
DEFAULT: unspecified
statusmo:ModificationStatus
(scalar:Bitmask32)
Modification statusSELECTION:
2 - created
4 - modified
8 - deleted
16 - replaced


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Configuring a Route Map Applied to Redistributed Routes (Directly Connected)

Configuring a Route Map Applied to Redistributed Routes (Directly Connected)
POST http://<mgmt0_IP>/api/mo/sys/ospfv3.json
{
  "ospfv3Entity": {
    "children": [
      {
        "ospfv3Inst": {
          "attributes": {
            "name": "Test_1"
          },
          "children": [
            {
              "ospfv3Dom": {
                "attributes": {
                  "name": "default"
                },
                "children": [
                  {
                    "ospfv3DomAf": {
                      "attributes": {
                        "type": "ipv6-ucast"
                      },
                      "children": [
                        {
                          "ospfv3InterLeakP": {
                            "attributes": {
                              "asn": "none",
                              "inst": "none",
                              "proto": "direct",
                              "rtMap": "SampleString_123"
}}}]}}]}}]}}]}}
{
    imdata:[]
}
<System>
  <ospfv3-items>
    <inst-items>
      <Inst-list>
        <name>Test_1</name>
        <dom-items>
          <Dom-list>
            <name>default</name>
            <af-items>
              <DomAf-list>
                <type>ipv6-ucast</type>
                <interleak-items>
                  <InterLeakP-list>
                    <proto>direct</proto>
                    <inst>none</inst>
                    <asn>none</asn>
                    <rtMap>SampleString_123</rtMap>
                  </InterLeakP-list>
                </interleak-items>
              </DomAf-list>
            </af-items>
          </Dom-list>
        </dom-items>
      </Inst-list>
    </inst-items>
  </ospfv3-items>
</System>

Note: This example was added in Release 9.3(1).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

router ospfv3 Test_1
 address-family ipv6 unicast
  redistribute direct route-map SampleString_123


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
ospfv3Dom sys/ospfv3/inst-default/dom-default
ospfv3DomAf sys/ospfv3/inst-default/dom-default/af-ipv6-ucast
ospfv3Inst sys/ospfv3/inst-default
ospfv3InterLeakP sys/ospfv3/inst-default/dom-default/af-ipv6-ucast/interleak-{proto}-{inst}-none


ospfv3Dom Properties

The following table contains information about the ospfv3Dom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3DomAf Properties

The following table contains information about the ospfv3DomAf properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
typeospfv3:AfT
(scalar:Enum8)
IPv6 unicast address family typeSELECTION:
1 - ipv6-ucast
DEFAULT: ipv6-ucast


ospfv3Inst Properties

The following table contains information about the ospfv3Inst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3InterLeakP Properties

The following table contains information about the ospfv3InterLeakP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
asnrtleak:Asn
(string:Basic)
The autonomous system number.A sequence of characters
DEFAULT: none
instrtleak:Inst
(string:Basic)
The inter protocol route leak policy instance.
MAX SIZE: 19
protortleak:Proto
(scalar:Enum8)
The list of protocols to match.SELECTION:
0 - unspecified
1 - static
2 - direct
3 - bgp
4 - isis
5 - ospf
6 - ospfv3
7 - eigrp
8 - host
9 - rip
10 - amt
11 - lisp
12 - hmm
13 - am
DEFAULT: unspecified
rtMapstring:Basic
The name of the default route leak policy route map. This route map name is used to control distribution.A sequence of characters


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Deleting a Route Map Applied to Redistributed Routes (Directly Connected)

Deleting a Route Map Applied to Redistributed Routes (Directly Connected)
POST http://<mgmt0_IP>/api/mo/sys/ospfv3.json
{
  "ospfv3Entity": {
    "children": [
      {
        "ospfv3Inst": {
          "attributes": {
            "name": "Test_1"
          },
          "children": [
            {
              "ospfv3Dom": {
                "attributes": {
                  "name": "default"
                },
                "children": [
                  {
                    "ospfv3DomAf": {
                      "attributes": {
                        "type": "ipv6-ucast"
                      },
                      "children": [
                        {
                          "ospfv3InterLeakP": {
                            "attributes": {
                              "asn": "none",
                              "inst": "none",
                              "proto": "direct",
                              "status": "deleted"
}}}]}}]}}]}}]}}
{
    imdata:[]
}
<System>
  <ospfv3-items>
    <inst-items>
      <Inst-list>
        <name>Test_1</name>
        <dom-items>
          <Dom-list>
            <name>default</name>
            <af-items>
              <DomAf-list>
                <type>ipv6-ucast</type>
                <interleak-items>
                  <InterLeakP-list xc:operation="delete">
                    <proto>direct</proto>
                    <inst>none</inst>
                    <asn>none</asn>
                  </InterLeakP-list>
                </interleak-items>
              </DomAf-list>
            </af-items>
          </Dom-list>
        </dom-items>
      </Inst-list>
    </inst-items>
  </ospfv3-items>
</System>

Note: This example was added in Release 9.3(1).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

router ospfv3 Test_1
 address-family ipv6 unicast
  no redistribute direct route-map SampleString_123


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
ospfv3Dom sys/ospfv3/inst-default/dom-default
ospfv3DomAf sys/ospfv3/inst-default/dom-default/af-ipv6-ucast
ospfv3Inst sys/ospfv3/inst-default
ospfv3InterLeakP sys/ospfv3/inst-default/dom-default/af-ipv6-ucast/interleak-{proto}-{inst}-none


ospfv3Dom Properties

The following table contains information about the ospfv3Dom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3DomAf Properties

The following table contains information about the ospfv3DomAf properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
typeospfv3:AfT
(scalar:Enum8)
IPv6 unicast address family typeSELECTION:
1 - ipv6-ucast
DEFAULT: ipv6-ucast


ospfv3Inst Properties

The following table contains information about the ospfv3Inst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3InterLeakP Properties

The following table contains information about the ospfv3InterLeakP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
asnrtleak:Asn
(string:Basic)
The autonomous system number.A sequence of characters
DEFAULT: none
instrtleak:Inst
(string:Basic)
The inter protocol route leak policy instance.
MAX SIZE: 19
protortleak:Proto
(scalar:Enum8)
The list of protocols to match.SELECTION:
0 - unspecified
1 - static
2 - direct
3 - bgp
4 - isis
5 - ospf
6 - ospfv3
7 - eigrp
8 - host
9 - rip
10 - amt
11 - lisp
12 - hmm
13 - am
DEFAULT: unspecified
statusmo:ModificationStatus
(scalar:Bitmask32)
Modification statusSELECTION:
2 - created
4 - modified
8 - deleted
16 - replaced


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Configuring a Route Map Applied to Redistributed Routes (EIGRP)

Configuring a Route Map Applied to Redistributed Routes (EIGRP)
POST http://<mgmt0_IP>/api/mo/sys/ospfv3.json
{
  "ospfv3Entity": {
    "children": [
      {
        "ospfv3Inst": {
          "attributes": {
            "name": "Test_1"
          },
          "children": [
            {
              "ospfv3Dom": {
                "attributes": {
                  "name": "default"
                },
                "children": [
                  {
                    "ospfv3DomAf": {
                      "attributes": {
                        "type": "ipv6-ucast"
                      },
                      "children": [
                        {
                          "ospfv3InterLeakP": {
                            "attributes": {
                              "asn": "none",
                              "inst": "SampleString_123",
                              "proto": "eigrp",
                              "rtMap": "SampleString_123"
}}}]}}]}}]}}]}}
{
    imdata:[]
}
<System>
  <ospfv3-items>
    <inst-items>
      <Inst-list>
        <name>Test_1</name>
        <dom-items>
          <Dom-list>
            <name>default</name>
            <af-items>
              <DomAf-list>
                <type>ipv6-ucast</type>
                <interleak-items>
                  <InterLeakP-list>
                    <proto>eigrp</proto>
                    <inst>SampleString_123</inst>
                    <asn>none</asn>
                    <rtMap>SampleString_123</rtMap>
                  </InterLeakP-list>
                </interleak-items>
              </DomAf-list>
            </af-items>
          </Dom-list>
        </dom-items>
      </Inst-list>
    </inst-items>
  </ospfv3-items>
</System>

Note: This example was added in Release 9.3(1).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

router ospfv3 Test_1
 address-family ipv6 unicast
  redistribute eigrp SampleString_123 route-map SampleString_123


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
ospfv3Dom sys/ospfv3/inst-default/dom-default
ospfv3DomAf sys/ospfv3/inst-default/dom-default/af-ipv6-ucast
ospfv3Inst sys/ospfv3/inst-default
ospfv3InterLeakP sys/ospfv3/inst-default/dom-default/af-ipv6-ucast/interleak-{proto}-{inst}-none


ospfv3Dom Properties

The following table contains information about the ospfv3Dom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3DomAf Properties

The following table contains information about the ospfv3DomAf properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
typeospfv3:AfT
(scalar:Enum8)
IPv6 unicast address family typeSELECTION:
1 - ipv6-ucast
DEFAULT: ipv6-ucast


ospfv3Inst Properties

The following table contains information about the ospfv3Inst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3InterLeakP Properties

The following table contains information about the ospfv3InterLeakP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
asnrtleak:Asn
(string:Basic)
The autonomous system number.A sequence of characters
DEFAULT: none
instrtleak:Inst
(string:Basic)
The inter protocol route leak policy instance.
MAX SIZE: 19
protortleak:Proto
(scalar:Enum8)
The list of protocols to match.SELECTION:
0 - unspecified
1 - static
2 - direct
3 - bgp
4 - isis
5 - ospf
6 - ospfv3
7 - eigrp
8 - host
9 - rip
10 - amt
11 - lisp
12 - hmm
13 - am
DEFAULT: unspecified
rtMapstring:Basic
The name of the default route leak policy route map. This route map name is used to control distribution.A sequence of characters


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Deleting a Route Map Applied to Redistributed Routes (EIGRP)

Deleting a Route Map Applied to Redistributed Routes (EIGRP)
POST http://<mgmt0_IP>/api/mo/sys/ospfv3.json
{
  "ospfv3Entity": {
    "children": [
      {
        "ospfv3Inst": {
          "attributes": {
            "name": "Test_1"
          },
          "children": [
            {
              "ospfv3Dom": {
                "attributes": {
                  "name": "default"
                },
                "children": [
                  {
                    "ospfv3DomAf": {
                      "attributes": {
                        "type": "ipv6-ucast"
                      },
                      "children": [
                        {
                          "ospfv3InterLeakP": {
                            "attributes": {
                              "asn": "none",
                              "inst": "SampleString_123",
                              "proto": "eigrp",
                              "status": "deleted"
}}}]}}]}}]}}]}}
{
    imdata:[]
}
<System>
  <ospfv3-items>
    <inst-items>
      <Inst-list>
        <name>Test_1</name>
        <dom-items>
          <Dom-list>
            <name>default</name>
            <af-items>
              <DomAf-list>
                <type>ipv6-ucast</type>
                <interleak-items>
                  <InterLeakP-list xc:operation="delete">
                    <proto>eigrp</proto>
                    <inst>SampleString_123</inst>
                    <asn>none</asn>
                  </InterLeakP-list>
                </interleak-items>
              </DomAf-list>
            </af-items>
          </Dom-list>
        </dom-items>
      </Inst-list>
    </inst-items>
  </ospfv3-items>
</System>

Note: This example was added in Release 9.3(1).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

router ospfv3 Test_1
 address-family ipv6 unicast
  no redistribute eigrp SampleString_123 route-map SampleString_123


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
ospfv3Dom sys/ospfv3/inst-default/dom-default
ospfv3DomAf sys/ospfv3/inst-default/dom-default/af-ipv6-ucast
ospfv3Inst sys/ospfv3/inst-default
ospfv3InterLeakP sys/ospfv3/inst-default/dom-default/af-ipv6-ucast/interleak-{proto}-{inst}-none


ospfv3Dom Properties

The following table contains information about the ospfv3Dom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3DomAf Properties

The following table contains information about the ospfv3DomAf properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
typeospfv3:AfT
(scalar:Enum8)
IPv6 unicast address family typeSELECTION:
1 - ipv6-ucast
DEFAULT: ipv6-ucast


ospfv3Inst Properties

The following table contains information about the ospfv3Inst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3InterLeakP Properties

The following table contains information about the ospfv3InterLeakP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
asnrtleak:Asn
(string:Basic)
The autonomous system number.A sequence of characters
DEFAULT: none
instrtleak:Inst
(string:Basic)
The inter protocol route leak policy instance.
MAX SIZE: 19
protortleak:Proto
(scalar:Enum8)
The list of protocols to match.SELECTION:
0 - unspecified
1 - static
2 - direct
3 - bgp
4 - isis
5 - ospf
6 - ospfv3
7 - eigrp
8 - host
9 - rip
10 - amt
11 - lisp
12 - hmm
13 - am
DEFAULT: unspecified
statusmo:ModificationStatus
(scalar:Bitmask32)
Modification statusSELECTION:
2 - created
4 - modified
8 - deleted
16 - replaced


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Configuring a Route Map Applied to Redistributed Routes (ISIS)

Configuring a Route Map Applied to Redistributed Routes (ISIS)
POST http://<mgmt0_IP>/api/mo/sys/ospfv3.json
{
  "ospfv3Entity": {
    "children": [
      {
        "ospfv3Inst": {
          "attributes": {
            "name": "Test_1"
          },
          "children": [
            {
              "ospfv3Dom": {
                "attributes": {
                  "name": "default"
                },
                "children": [
                  {
                    "ospfv3DomAf": {
                      "attributes": {
                        "type": "ipv6-ucast"
                      },
                      "children": [
                        {
                          "ospfv3InterLeakP": {
                            "attributes": {
                              "asn": "none",
                              "inst": "SampleString_123",
                              "proto": "isis",
                              "rtMap": "SampleString_123"
}}}]}}]}}]}}]}}
{
    imdata:[]
}
<System>
  <ospfv3-items>
    <inst-items>
      <Inst-list>
        <name>Test_1</name>
        <dom-items>
          <Dom-list>
            <name>default</name>
            <af-items>
              <DomAf-list>
                <type>ipv6-ucast</type>
                <interleak-items>
                  <InterLeakP-list>
                    <proto>isis</proto>
                    <inst>SampleString_123</inst>
                    <asn>none</asn>
                    <rtMap>SampleString_123</rtMap>
                  </InterLeakP-list>
                </interleak-items>
              </DomAf-list>
            </af-items>
          </Dom-list>
        </dom-items>
      </Inst-list>
    </inst-items>
  </ospfv3-items>
</System>

Note: This example was added in Release 9.3(1).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

router ospfv3 Test_1
 address-family ipv6 unicast
  redistribute isis SampleString_123 route-map SampleString_123


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
ospfv3Dom sys/ospfv3/inst-default/dom-default
ospfv3DomAf sys/ospfv3/inst-default/dom-default/af-ipv6-ucast
ospfv3Inst sys/ospfv3/inst-default
ospfv3InterLeakP sys/ospfv3/inst-default/dom-default/af-ipv6-ucast/interleak-{proto}-{inst}-none


ospfv3Dom Properties

The following table contains information about the ospfv3Dom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3DomAf Properties

The following table contains information about the ospfv3DomAf properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
typeospfv3:AfT
(scalar:Enum8)
IPv6 unicast address family typeSELECTION:
1 - ipv6-ucast
DEFAULT: ipv6-ucast


ospfv3Inst Properties

The following table contains information about the ospfv3Inst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3InterLeakP Properties

The following table contains information about the ospfv3InterLeakP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
asnrtleak:Asn
(string:Basic)
The autonomous system number.A sequence of characters
DEFAULT: none
instrtleak:Inst
(string:Basic)
The inter protocol route leak policy instance.
MAX SIZE: 19
protortleak:Proto
(scalar:Enum8)
The list of protocols to match.SELECTION:
0 - unspecified
1 - static
2 - direct
3 - bgp
4 - isis
5 - ospf
6 - ospfv3
7 - eigrp
8 - host
9 - rip
10 - amt
11 - lisp
12 - hmm
13 - am
DEFAULT: unspecified
rtMapstring:Basic
The name of the default route leak policy route map. This route map name is used to control distribution.A sequence of characters


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Deleting a Route Map Applied to Redistributed Routes (ISIS)

Deleting a Route Map Applied to Redistributed Routes (ISIS)
POST http://<mgmt0_IP>/api/mo/sys/ospfv3.json
{
  "ospfv3Entity": {
    "children": [
      {
        "ospfv3Inst": {
          "attributes": {
            "name": "Test_1"
          },
          "children": [
            {
              "ospfv3Dom": {
                "attributes": {
                  "name": "default"
                },
                "children": [
                  {
                    "ospfv3DomAf": {
                      "attributes": {
                        "type": "ipv6-ucast"
                      },
                      "children": [
                        {
                          "ospfv3InterLeakP": {
                            "attributes": {
                              "asn": "none",
                              "inst": "SampleString_123",
                              "proto": "isis",
                              "status": "deleted"
}}}]}}]}}]}}]}}
{
    imdata:[]
}
<System>
  <ospfv3-items>
    <inst-items>
      <Inst-list>
        <name>Test_1</name>
        <dom-items>
          <Dom-list>
            <name>default</name>
            <af-items>
              <DomAf-list>
                <type>ipv6-ucast</type>
                <interleak-items>
                  <InterLeakP-list xc:operation="delete">
                    <proto>isis</proto>
                    <inst>SampleString_123</inst>
                    <asn>none</asn>
                  </InterLeakP-list>
                </interleak-items>
              </DomAf-list>
            </af-items>
          </Dom-list>
        </dom-items>
      </Inst-list>
    </inst-items>
  </ospfv3-items>
</System>

Note: This example was added in Release 9.3(1).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

router ospfv3 Test_1
 address-family ipv6 unicast
  no redistribute isis SampleString_123 route-map SampleString_123


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
ospfv3Dom sys/ospfv3/inst-default/dom-default
ospfv3DomAf sys/ospfv3/inst-default/dom-default/af-ipv6-ucast
ospfv3Inst sys/ospfv3/inst-default
ospfv3InterLeakP sys/ospfv3/inst-default/dom-default/af-ipv6-ucast/interleak-{proto}-{inst}-none


ospfv3Dom Properties

The following table contains information about the ospfv3Dom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3DomAf Properties

The following table contains information about the ospfv3DomAf properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
typeospfv3:AfT
(scalar:Enum8)
IPv6 unicast address family typeSELECTION:
1 - ipv6-ucast
DEFAULT: ipv6-ucast


ospfv3Inst Properties

The following table contains information about the ospfv3Inst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3InterLeakP Properties

The following table contains information about the ospfv3InterLeakP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
asnrtleak:Asn
(string:Basic)
The autonomous system number.A sequence of characters
DEFAULT: none
instrtleak:Inst
(string:Basic)
The inter protocol route leak policy instance.
MAX SIZE: 19
protortleak:Proto
(scalar:Enum8)
The list of protocols to match.SELECTION:
0 - unspecified
1 - static
2 - direct
3 - bgp
4 - isis
5 - ospf
6 - ospfv3
7 - eigrp
8 - host
9 - rip
10 - amt
11 - lisp
12 - hmm
13 - am
DEFAULT: unspecified
statusmo:ModificationStatus
(scalar:Bitmask32)
Modification statusSELECTION:
2 - created
4 - modified
8 - deleted
16 - replaced


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Configuring a Route Map Applied to Redistributed Routes (LISP EID-Prefixes in the Non-Default VRF)

Configuring a Route Map Applied to Redistributed Routes (LISP EID-Prefixes in the Non-Default VRF)
POST http://<mgmt0_IP>/api/mo/sys/ospfv3.json
{
  "ospfv3Entity": {
    "children": [
      {
        "ospfv3Inst": {
          "attributes": {
            "name": "Test_1"
          },
          "children": [
            {
              "ospfv3Dom": {
                "attributes": {
                  "name": "default"
                },
                "children": [
                  {
                    "ospfv3DomAf": {
                      "attributes": {
                        "type": "ipv6-ucast"
                      },
                      "children": [
                        {
                          "ospfv3InterLeakP": {
                            "attributes": {
                              "asn": "none",
                              "inst": "none",
                              "proto": "lisp",
                              "rtMap": "SampleString_123"
}}}]}}]}}]}}]}}
{
    imdata:[]
}
<System>
  <ospfv3-items>
    <inst-items>
      <Inst-list>
        <name>Test_1</name>
        <dom-items>
          <Dom-list>
            <name>default</name>
            <af-items>
              <DomAf-list>
                <type>ipv6-ucast</type>
                <interleak-items>
                  <InterLeakP-list>
                    <proto>lisp</proto>
                    <inst>none</inst>
                    <asn>none</asn>
                    <rtMap>SampleString_123</rtMap>
                  </InterLeakP-list>
                </interleak-items>
              </DomAf-list>
            </af-items>
          </Dom-list>
        </dom-items>
      </Inst-list>
    </inst-items>
  </ospfv3-items>
</System>

Note: This example was added in Release 9.3(1).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

router ospfv3 Test_1
 address-family ipv6 unicast
  redistribute lisp route-map SampleString_123


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
ospfv3Dom sys/ospfv3/inst-default/dom-default
ospfv3DomAf sys/ospfv3/inst-default/dom-default/af-ipv6-ucast
ospfv3Inst sys/ospfv3/inst-default
ospfv3InterLeakP sys/ospfv3/inst-default/dom-default/af-ipv6-ucast/interleak-{proto}-{inst}-none


ospfv3Dom Properties

The following table contains information about the ospfv3Dom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3DomAf Properties

The following table contains information about the ospfv3DomAf properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
typeospfv3:AfT
(scalar:Enum8)
IPv6 unicast address family typeSELECTION:
1 - ipv6-ucast
DEFAULT: ipv6-ucast


ospfv3Inst Properties

The following table contains information about the ospfv3Inst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3InterLeakP Properties

The following table contains information about the ospfv3InterLeakP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
asnrtleak:Asn
(string:Basic)
The autonomous system number.A sequence of characters
DEFAULT: none
instrtleak:Inst
(string:Basic)
The inter protocol route leak policy instance.
MAX SIZE: 19
protortleak:Proto
(scalar:Enum8)
The list of protocols to match.SELECTION:
0 - unspecified
1 - static
2 - direct
3 - bgp
4 - isis
5 - ospf
6 - ospfv3
7 - eigrp
8 - host
9 - rip
10 - amt
11 - lisp
12 - hmm
13 - am
DEFAULT: unspecified
rtMapstring:Basic
The name of the default route leak policy route map. This route map name is used to control distribution.A sequence of characters


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Deleting a Route Map Applied to Redistributed Routes (LISP EID-Prefixes in the Non-Default VRF)

Deleting a Route Map Applied to Redistributed Routes (LISP EID-Prefixes in the Non-Default VRF)
POST http://<mgmt0_IP>/api/mo/sys/ospfv3.json
{
  "ospfv3Entity": {
    "children": [
      {
        "ospfv3Inst": {
          "attributes": {
            "name": "Test_1"
          },
          "children": [
            {
              "ospfv3Dom": {
                "attributes": {
                  "name": "default"
                },
                "children": [
                  {
                    "ospfv3DomAf": {
                      "attributes": {
                        "type": "ipv6-ucast"
                      },
                      "children": [
                        {
                          "ospfv3InterLeakP": {
                            "attributes": {
                              "asn": "none",
                              "inst": "none",
                              "proto": "lisp",
                              "status": "deleted"
}}}]}}]}}]}}]}}
{
    imdata:[]
}
<System>
  <ospfv3-items>
    <inst-items>
      <Inst-list>
        <name>Test_1</name>
        <dom-items>
          <Dom-list>
            <name>default</name>
            <af-items>
              <DomAf-list>
                <type>ipv6-ucast</type>
                <interleak-items>
                  <InterLeakP-list xc:operation="delete">
                    <proto>lisp</proto>
                    <inst>none</inst>
                    <asn>none</asn>
                  </InterLeakP-list>
                </interleak-items>
              </DomAf-list>
            </af-items>
          </Dom-list>
        </dom-items>
      </Inst-list>
    </inst-items>
  </ospfv3-items>
</System>

Note: This example was added in Release 9.3(1).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

router ospfv3 Test_1
 address-family ipv6 unicast
  no redistribute lisp route-map SampleString_123


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
ospfv3Dom sys/ospfv3/inst-default/dom-default
ospfv3DomAf sys/ospfv3/inst-default/dom-default/af-ipv6-ucast
ospfv3Inst sys/ospfv3/inst-default
ospfv3InterLeakP sys/ospfv3/inst-default/dom-default/af-ipv6-ucast/interleak-{proto}-{inst}-none


ospfv3Dom Properties

The following table contains information about the ospfv3Dom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3DomAf Properties

The following table contains information about the ospfv3DomAf properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
typeospfv3:AfT
(scalar:Enum8)
IPv6 unicast address family typeSELECTION:
1 - ipv6-ucast
DEFAULT: ipv6-ucast


ospfv3Inst Properties

The following table contains information about the ospfv3Inst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3InterLeakP Properties

The following table contains information about the ospfv3InterLeakP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
asnrtleak:Asn
(string:Basic)
The autonomous system number.A sequence of characters
DEFAULT: none
instrtleak:Inst
(string:Basic)
The inter protocol route leak policy instance.
MAX SIZE: 19
protortleak:Proto
(scalar:Enum8)
The list of protocols to match.SELECTION:
0 - unspecified
1 - static
2 - direct
3 - bgp
4 - isis
5 - ospf
6 - ospfv3
7 - eigrp
8 - host
9 - rip
10 - amt
11 - lisp
12 - hmm
13 - am
DEFAULT: unspecified
statusmo:ModificationStatus
(scalar:Bitmask32)
Modification statusSELECTION:
2 - created
4 - modified
8 - deleted
16 - replaced


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Configuring a Route Map Applied to Redistributed Routes (OSPF)

Configuring a Route Map Applied to Redistributed Routes (OSPF)
POST http://<mgmt0_IP>/api/mo/sys/ospfv3.json
{
  "ospfv3Entity": {
    "children": [
      {
        "ospfv3Inst": {
          "attributes": {
            "name": "Test_1"
          },
          "children": [
            {
              "ospfv3Dom": {
                "attributes": {
                  "name": "default"
                },
                "children": [
                  {
                    "ospfv3DomAf": {
                      "attributes": {
                        "type": "ipv6-ucast"
                      },
                      "children": [
                        {
                          "ospfv3InterLeakP": {
                            "attributes": {
                              "asn": "none",
                              "inst": "SampleString_123",
                              "proto": "ospfv3",
                              "rtMap": "SampleString_123"
}}}]}}]}}]}}]}}
{
    imdata:[]
}
<System>
  <ospfv3-items>
    <inst-items>
      <Inst-list>
        <name>Test_1</name>
        <dom-items>
          <Dom-list>
            <name>default</name>
            <af-items>
              <DomAf-list>
                <type>ipv6-ucast</type>
                <interleak-items>
                  <InterLeakP-list>
                    <proto>ospfv3</proto>
                    <inst>SampleString_123</inst>
                    <asn>none</asn>
                    <rtMap>SampleString_123</rtMap>
                  </InterLeakP-list>
                </interleak-items>
              </DomAf-list>
            </af-items>
          </Dom-list>
        </dom-items>
      </Inst-list>
    </inst-items>
  </ospfv3-items>
</System>

Note: This example was added in Release 9.3(1).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

router ospfv3 Test_1
 address-family ipv6 unicast
  redistribute ospfv3 SampleString_123 route-map SampleString_123


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
ospfv3Dom sys/ospfv3/inst-default/dom-default
ospfv3DomAf sys/ospfv3/inst-default/dom-default/af-ipv6-ucast
ospfv3Inst sys/ospfv3/inst-default
ospfv3InterLeakP sys/ospfv3/inst-default/dom-default/af-ipv6-ucast/interleak-{proto}-{inst}-none


ospfv3Dom Properties

The following table contains information about the ospfv3Dom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3DomAf Properties

The following table contains information about the ospfv3DomAf properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
typeospfv3:AfT
(scalar:Enum8)
IPv6 unicast address family typeSELECTION:
1 - ipv6-ucast
DEFAULT: ipv6-ucast


ospfv3Inst Properties

The following table contains information about the ospfv3Inst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3InterLeakP Properties

The following table contains information about the ospfv3InterLeakP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
asnrtleak:Asn
(string:Basic)
The autonomous system number.A sequence of characters
DEFAULT: none
instrtleak:Inst
(string:Basic)
The inter protocol route leak policy instance.
MAX SIZE: 19
protortleak:Proto
(scalar:Enum8)
The list of protocols to match.SELECTION:
0 - unspecified
1 - static
2 - direct
3 - bgp
4 - isis
5 - ospf
6 - ospfv3
7 - eigrp
8 - host
9 - rip
10 - amt
11 - lisp
12 - hmm
13 - am
DEFAULT: unspecified
rtMapstring:Basic
The name of the default route leak policy route map. This route map name is used to control distribution.A sequence of characters


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Deleting a Route Map Applied to Redistributed Routes (OSPF)

Deleting a Route Map Applied to Redistributed Routes (OSPF)
POST http://<mgmt0_IP>/api/mo/sys/ospfv3.json
{
  "ospfv3Entity": {
    "children": [
      {
        "ospfv3Inst": {
          "attributes": {
            "name": "Test_1"
          },
          "children": [
            {
              "ospfv3Dom": {
                "attributes": {
                  "name": "default"
                },
                "children": [
                  {
                    "ospfv3DomAf": {
                      "attributes": {
                        "type": "ipv6-ucast"
                      },
                      "children": [
                        {
                          "ospfv3InterLeakP": {
                            "attributes": {
                              "asn": "none",
                              "inst": "SampleString_123",
                              "proto": "ospfv3",
                              "status": "deleted"
}}}]}}]}}]}}]}}
{
    imdata:[]
}
<System>
  <ospfv3-items>
    <inst-items>
      <Inst-list>
        <name>Test_1</name>
        <dom-items>
          <Dom-list>
            <name>default</name>
            <af-items>
              <DomAf-list>
                <type>ipv6-ucast</type>
                <interleak-items>
                  <InterLeakP-list xc:operation="delete">
                    <proto>ospfv3</proto>
                    <inst>SampleString_123</inst>
                    <asn>none</asn>
                  </InterLeakP-list>
                </interleak-items>
              </DomAf-list>
            </af-items>
          </Dom-list>
        </dom-items>
      </Inst-list>
    </inst-items>
  </ospfv3-items>
</System>

Note: This example was added in Release 9.3(1).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

router ospfv3 Test_1
 address-family ipv6 unicast
  no redistribute ospfv3 SampleString_123 route-map SampleString_123


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
ospfv3Dom sys/ospfv3/inst-default/dom-default
ospfv3DomAf sys/ospfv3/inst-default/dom-default/af-ipv6-ucast
ospfv3Inst sys/ospfv3/inst-default
ospfv3InterLeakP sys/ospfv3/inst-default/dom-default/af-ipv6-ucast/interleak-{proto}-{inst}-none


ospfv3Dom Properties

The following table contains information about the ospfv3Dom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3DomAf Properties

The following table contains information about the ospfv3DomAf properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
typeospfv3:AfT
(scalar:Enum8)
IPv6 unicast address family typeSELECTION:
1 - ipv6-ucast
DEFAULT: ipv6-ucast


ospfv3Inst Properties

The following table contains information about the ospfv3Inst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3InterLeakP Properties

The following table contains information about the ospfv3InterLeakP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
asnrtleak:Asn
(string:Basic)
The autonomous system number.A sequence of characters
DEFAULT: none
instrtleak:Inst
(string:Basic)
The inter protocol route leak policy instance.
MAX SIZE: 19
protortleak:Proto
(scalar:Enum8)
The list of protocols to match.SELECTION:
0 - unspecified
1 - static
2 - direct
3 - bgp
4 - isis
5 - ospf
6 - ospfv3
7 - eigrp
8 - host
9 - rip
10 - amt
11 - lisp
12 - hmm
13 - am
DEFAULT: unspecified
statusmo:ModificationStatus
(scalar:Bitmask32)
Modification statusSELECTION:
2 - created
4 - modified
8 - deleted
16 - replaced


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Configuring a Route Map Applied to Redistributed Routes (RIP)

Configuring a Route Map Applied to Redistributed Routes (RIP)
POST http://<mgmt0_IP>/api/mo/sys/ospfv3.json
{
  "ospfv3Entity": {
    "children": [
      {
        "ospfv3Inst": {
          "attributes": {
            "name": "Test_1"
          },
          "children": [
            {
              "ospfv3Dom": {
                "attributes": {
                  "name": "default"
                },
                "children": [
                  {
                    "ospfv3DomAf": {
                      "attributes": {
                        "type": "ipv6-ucast"
                      },
                      "children": [
                        {
                          "ospfv3InterLeakP": {
                            "attributes": {
                              "asn": "none",
                              "inst": "SampleString_123",
                              "proto": "rip",
                              "rtMap": "SampleString_123"
}}}]}}]}}]}}]}}
{
    imdata:[]
}
<System>
  <ospfv3-items>
    <inst-items>
      <Inst-list>
        <name>Test_1</name>
        <dom-items>
          <Dom-list>
            <name>default</name>
            <af-items>
              <DomAf-list>
                <type>ipv6-ucast</type>
                <interleak-items>
                  <InterLeakP-list>
                    <proto>rip</proto>
                    <inst>SampleString_123</inst>
                    <asn>none</asn>
                    <rtMap>SampleString_123</rtMap>
                  </InterLeakP-list>
                </interleak-items>
              </DomAf-list>
            </af-items>
          </Dom-list>
        </dom-items>
      </Inst-list>
    </inst-items>
  </ospfv3-items>
</System>

Note: This example was added in Release 9.3(1).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

router ospfv3 Test_1
 address-family ipv6 unicast
  redistribute rip SampleString_123 route-map SampleString_123


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
ospfv3Dom sys/ospfv3/inst-default/dom-default
ospfv3DomAf sys/ospfv3/inst-default/dom-default/af-ipv6-ucast
ospfv3Inst sys/ospfv3/inst-default
ospfv3InterLeakP sys/ospfv3/inst-default/dom-default/af-ipv6-ucast/interleak-{proto}-{inst}-none


ospfv3Dom Properties

The following table contains information about the ospfv3Dom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3DomAf Properties

The following table contains information about the ospfv3DomAf properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
typeospfv3:AfT
(scalar:Enum8)
IPv6 unicast address family typeSELECTION:
1 - ipv6-ucast
DEFAULT: ipv6-ucast


ospfv3Inst Properties

The following table contains information about the ospfv3Inst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3InterLeakP Properties

The following table contains information about the ospfv3InterLeakP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
asnrtleak:Asn
(string:Basic)
The autonomous system number.A sequence of characters
DEFAULT: none
instrtleak:Inst
(string:Basic)
The inter protocol route leak policy instance.
MAX SIZE: 19
protortleak:Proto
(scalar:Enum8)
The list of protocols to match.SELECTION:
0 - unspecified
1 - static
2 - direct
3 - bgp
4 - isis
5 - ospf
6 - ospfv3
7 - eigrp
8 - host
9 - rip
10 - amt
11 - lisp
12 - hmm
13 - am
DEFAULT: unspecified
rtMapstring:Basic
The name of the default route leak policy route map. This route map name is used to control distribution.A sequence of characters


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Deleting a Route Map Applied to Redistributed Routes (RIP)

Deleting a Route Map Applied to Redistributed Routes (RIP)
POST http://<mgmt0_IP>/api/mo/sys/ospfv3.json
{
  "ospfv3Entity": {
    "children": [
      {
        "ospfv3Inst": {
          "attributes": {
            "name": "Test_1"
          },
          "children": [
            {
              "ospfv3Dom": {
                "attributes": {
                  "name": "default"
                },
                "children": [
                  {
                    "ospfv3DomAf": {
                      "attributes": {
                        "type": "ipv6-ucast"
                      },
                      "children": [
                        {
                          "ospfv3InterLeakP": {
                            "attributes": {
                              "asn": "none",
                              "inst": "SampleString_123",
                              "proto": "rip",
                              "status": "deleted"
}}}]}}]}}]}}]}}
{
    imdata:[]
}
<System>
  <ospfv3-items>
    <inst-items>
      <Inst-list>
        <name>Test_1</name>
        <dom-items>
          <Dom-list>
            <name>default</name>
            <af-items>
              <DomAf-list>
                <type>ipv6-ucast</type>
                <interleak-items>
                  <InterLeakP-list xc:operation="delete">
                    <proto>rip</proto>
                    <inst>SampleString_123</inst>
                    <asn>none</asn>
                  </InterLeakP-list>
                </interleak-items>
              </DomAf-list>
            </af-items>
          </Dom-list>
        </dom-items>
      </Inst-list>
    </inst-items>
  </ospfv3-items>
</System>

Note: This example was added in Release 9.3(1).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

router ospfv3 Test_1
 address-family ipv6 unicast
  no redistribute rip SampleString_123 route-map SampleString_123


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
ospfv3Dom sys/ospfv3/inst-default/dom-default
ospfv3DomAf sys/ospfv3/inst-default/dom-default/af-ipv6-ucast
ospfv3Inst sys/ospfv3/inst-default
ospfv3InterLeakP sys/ospfv3/inst-default/dom-default/af-ipv6-ucast/interleak-{proto}-{inst}-none


ospfv3Dom Properties

The following table contains information about the ospfv3Dom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3DomAf Properties

The following table contains information about the ospfv3DomAf properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
typeospfv3:AfT
(scalar:Enum8)
IPv6 unicast address family typeSELECTION:
1 - ipv6-ucast
DEFAULT: ipv6-ucast


ospfv3Inst Properties

The following table contains information about the ospfv3Inst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3InterLeakP Properties

The following table contains information about the ospfv3InterLeakP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
asnrtleak:Asn
(string:Basic)
The autonomous system number.A sequence of characters
DEFAULT: none
instrtleak:Inst
(string:Basic)
The inter protocol route leak policy instance.
MAX SIZE: 19
protortleak:Proto
(scalar:Enum8)
The list of protocols to match.SELECTION:
0 - unspecified
1 - static
2 - direct
3 - bgp
4 - isis
5 - ospf
6 - ospfv3
7 - eigrp
8 - host
9 - rip
10 - amt
11 - lisp
12 - hmm
13 - am
DEFAULT: unspecified
statusmo:ModificationStatus
(scalar:Bitmask32)
Modification statusSELECTION:
2 - created
4 - modified
8 - deleted
16 - replaced


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Configuring a Route Map Applied to Redistributed Routes (Static Routes)

Configuring a Route Map Applied to Redistributed Routes (Static Routes)
POST http://<mgmt0_IP>/api/mo/sys/ospfv3.json
{
  "ospfv3Entity": {
    "children": [
      {
        "ospfv3Inst": {
          "attributes": {
            "name": "Test_1"
          },
          "children": [
            {
              "ospfv3Dom": {
                "attributes": {
                  "name": "default"
                },
                "children": [
                  {
                    "ospfv3DomAf": {
                      "attributes": {
                        "type": "ipv6-ucast"
                      },
                      "children": [
                        {
                          "ospfv3InterLeakP": {
                            "attributes": {
                              "asn": "none",
                              "inst": "none",
                              "proto": "static",
                              "rtMap": "SampleString_123"
}}}]}}]}}]}}]}}
{
    imdata:[]
}
<System>
  <ospfv3-items>
    <inst-items>
      <Inst-list>
        <name>Test_1</name>
        <dom-items>
          <Dom-list>
            <name>default</name>
            <af-items>
              <DomAf-list>
                <type>ipv6-ucast</type>
                <interleak-items>
                  <InterLeakP-list>
                    <proto>static</proto>
                    <inst>none</inst>
                    <asn>none</asn>
                    <rtMap>SampleString_123</rtMap>
                  </InterLeakP-list>
                </interleak-items>
              </DomAf-list>
            </af-items>
          </Dom-list>
        </dom-items>
      </Inst-list>
    </inst-items>
  </ospfv3-items>
</System>

Note: This example was added in Release 9.3(1).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

router ospfv3 Test_1
 address-family ipv6 unicast
  redistribute static route-map SampleString_123


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
ospfv3Dom sys/ospfv3/inst-default/dom-default
ospfv3DomAf sys/ospfv3/inst-default/dom-default/af-ipv6-ucast
ospfv3Inst sys/ospfv3/inst-default
ospfv3InterLeakP sys/ospfv3/inst-default/dom-default/af-ipv6-ucast/interleak-{proto}-{inst}-none


ospfv3Dom Properties

The following table contains information about the ospfv3Dom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3DomAf Properties

The following table contains information about the ospfv3DomAf properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
typeospfv3:AfT
(scalar:Enum8)
IPv6 unicast address family typeSELECTION:
1 - ipv6-ucast
DEFAULT: ipv6-ucast


ospfv3Inst Properties

The following table contains information about the ospfv3Inst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3InterLeakP Properties

The following table contains information about the ospfv3InterLeakP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
asnrtleak:Asn
(string:Basic)
The autonomous system number.A sequence of characters
DEFAULT: none
instrtleak:Inst
(string:Basic)
The inter protocol route leak policy instance.
MAX SIZE: 19
protortleak:Proto
(scalar:Enum8)
The list of protocols to match.SELECTION:
0 - unspecified
1 - static
2 - direct
3 - bgp
4 - isis
5 - ospf
6 - ospfv3
7 - eigrp
8 - host
9 - rip
10 - amt
11 - lisp
12 - hmm
13 - am
DEFAULT: unspecified
rtMapstring:Basic
The name of the default route leak policy route map. This route map name is used to control distribution.A sequence of characters


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Deleting a Route Map Applied to Redistributed Routes (Static Routes)

Deleting a Route Map Applied to Redistributed Routes (Static Routes)
POST http://<mgmt0_IP>/api/mo/sys/ospfv3.json
{
  "ospfv3Entity": {
    "children": [
      {
        "ospfv3Inst": {
          "attributes": {
            "name": "Test_1"
          },
          "children": [
            {
              "ospfv3Dom": {
                "attributes": {
                  "name": "default"
                },
                "children": [
                  {
                    "ospfv3DomAf": {
                      "attributes": {
                        "type": "ipv6-ucast"
                      },
                      "children": [
                        {
                          "ospfv3InterLeakP": {
                            "attributes": {
                              "asn": "none",
                              "inst": "none",
                              "proto": "static",
                              "status": "deleted"
}}}]}}]}}]}}]}}
{
    imdata:[]
}
<System>
  <ospfv3-items>
    <inst-items>
      <Inst-list>
        <name>Test_1</name>
        <dom-items>
          <Dom-list>
            <name>default</name>
            <af-items>
              <DomAf-list>
                <type>ipv6-ucast</type>
                <interleak-items>
                  <InterLeakP-list xc:operation="delete">
                    <proto>static</proto>
                    <inst>none</inst>
                    <asn>none</asn>
                  </InterLeakP-list>
                </interleak-items>
              </DomAf-list>
            </af-items>
          </Dom-list>
        </dom-items>
      </Inst-list>
    </inst-items>
  </ospfv3-items>
</System>

Note: This example was added in Release 9.3(1).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

router ospfv3 Test_1
 address-family ipv6 unicast
  no redistribute static route-map SampleString_123


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
ospfv3Dom sys/ospfv3/inst-default/dom-default
ospfv3DomAf sys/ospfv3/inst-default/dom-default/af-ipv6-ucast
ospfv3Inst sys/ospfv3/inst-default
ospfv3InterLeakP sys/ospfv3/inst-default/dom-default/af-ipv6-ucast/interleak-{proto}-{inst}-none


ospfv3Dom Properties

The following table contains information about the ospfv3Dom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3DomAf Properties

The following table contains information about the ospfv3DomAf properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
typeospfv3:AfT
(scalar:Enum8)
IPv6 unicast address family typeSELECTION:
1 - ipv6-ucast
DEFAULT: ipv6-ucast


ospfv3Inst Properties

The following table contains information about the ospfv3Inst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
name
naming:Name256
string:Basic
The name of the object.


ospfv3InterLeakP Properties

The following table contains information about the ospfv3InterLeakP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
asnrtleak:Asn
(string:Basic)
The autonomous system number.A sequence of characters
DEFAULT: none
instrtleak:Inst
(string:Basic)
The inter protocol route leak policy instance.
MAX SIZE: 19
protortleak:Proto
(scalar:Enum8)
The list of protocols to match.SELECTION:
0 - unspecified
1 - static
2 - direct
3 - bgp
4 - isis
5 - ospf
6 - ospfv3
7 - eigrp
8 - host
9 - rip
10 - amt
11 - lisp
12 - hmm
13 - am
DEFAULT: unspecified
statusmo:ModificationStatus
(scalar:Bitmask32)
Modification statusSELECTION:
2 - created
4 - modified
8 - deleted
16 - replaced


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Configuring the Default Metric for Redistributed Routes

Configuring the Default Metric for Redistributed Routes
POST http://<mgmt0_IP>/api/mo/sys/ospfv3.json
{
  "ospfv3Entity": {
    "children": [
      {
        "ospfv3Inst": {
          "attributes": {
            "name": "Test_1"
          },
          "children": [
            {
              "ospfv3Dom": {
                "attributes": {
                  "name": "default"
                },
                "children": [
                  {
                    "ospfv3DomAf": {
                      "attributes": {
                        "defaultMetric": "1",
                        "type": "ipv6-ucast"
}}}]}}]}}]}}
{
    imdata:[]
}
<System>
  <ospfv3-items>
    <inst-items>
      <Inst-list>
        <name>Test_1</name>
        <dom-items>
          <Dom-list>
            <name>default</name>
            <af-items>
              <DomAf-list>
                <type>ipv6-ucast</type>
                <defaultMetric>1</defaultMetric>
              </DomAf-list>
            </af-items>
          </Dom-list>
        </dom-items>
      </Inst-list>
    </inst-items>
  </ospfv3-items>
</System>

Note: This example was added in Release 9.3(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

router ospfv3 Test_1
  address-family ipv6 unicast
   default-metric 1


Verifying a DME Configuration

The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
ospfv3Entity sys/ospfv3
ospfv3Inst sys/ospfv3/inst-Test_1
ospfv3Dom sys/ospfv3/inst-Test_1/dom-default
ospfv3DomAf sys/ospfv3/inst-Test_1/dom-default/af-ipv6-ucast


ospfv3Inst Properties

The following table contains information about the ospfv3Inst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
namenaming:Name256
(string:Basic)
The name of the object.
MAX SIZE: 128


ospfv3Dom Properties

The following table contains information about the ospfv3Dom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
namenaming:Name256
(string:Basic)
The name of the object.
MAX SIZE: 63


ospfv3DomAf Properties

The following table contains information about the ospfv3DomAf properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
defaultMetricospfv3:DefMetric
(scalar:Uint32)
Specify default metric for redistributed routes
RANGE: [0 , 16777214]
DEFAULT: unspecified
typeospfv3:AfT
(scalar:Enum8)
IPv6 unicast address family typeSELECTION:
1 - ipv6-ucast
DEFAULT: ipv6-ucast


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Deleting the Default Metric for Redistributed Routes

Deleting the Default Metric for Redistributed Routes
POST http://<mgmt0_IP>/api/mo/sys/ospfv3.json
{
  "ospfv3Entity": {
    "children": [
      {
        "ospfv3Inst": {
          "attributes": {
            "name": "Test_1"
          },
          "children": [
            {
              "ospfv3Dom": {
                "attributes": {
                  "name": "default"
                },
                "children": [
                  {
                    "ospfv3DomAf": {
                      "attributes": {
                        "defaultMetric": "unspecified",
                        "type": "ipv6-ucast"
}}}]}}]}}]}}
{
    imdata:[]
}
<System>
  <ospfv3-items>
    <inst-items>
      <Inst-list>
        <name>Test_1</name>
        <dom-items>
          <Dom-list>
            <name>default</name>
            <af-items>
              <DomAf-list>
                <type>ipv6-ucast</type>
                <defaultMetric>0</defaultMetric>
              </DomAf-list>
            </af-items>
          </Dom-list>
        </dom-items>
      </Inst-list>
    </inst-items>
  </ospfv3-items>
</System>

Note: This example was added in Release 9.3(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

router ospfv3 Test_1
  address-family ipv6 unicast
   no default-metric 1


Verifying a DME Configuration

The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
ospfv3Entity sys/ospfv3
ospfv3Inst sys/ospfv3/inst-Test_1
ospfv3Dom sys/ospfv3/inst-Test_1/dom-default
ospfv3DomAf sys/ospfv3/inst-Test_1/dom-default/af-ipv6-ucast


ospfv3Inst Properties

The following table contains information about the ospfv3Inst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
namenaming:Name256
(string:Basic)
The name of the object.
MAX SIZE: 128


ospfv3Dom Properties

The following table contains information about the ospfv3Dom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
namenaming:Name256
(string:Basic)
The name of the object.
MAX SIZE: 63


ospfv3DomAf Properties

The following table contains information about the ospfv3DomAf properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
defaultMetricospfv3:DefMetric
(scalar:Uint32)
Specify default metric for redistributed routes
RANGE: [0 , 16777214]
DEFAULT: unspecified
typeospfv3:AfT
(scalar:Enum8)
IPv6 unicast address family typeSELECTION:
1 - ipv6-ucast
DEFAULT: ipv6-ucast


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Configuring the Default Metric for Redistributed Routes

Configuring the Default Metric for Redistributed Routes
POST http://<mgmt0_IP>/api/mo/sys/ospfv3.json
{
  "ospfv3Entity": {
    "children": [
      {
        "ospfv3Inst": {
          "attributes": {
            "name": "Test_1"
          },
          "children": [
            {
              "ospfv3Dom": {
                "attributes": {
                  "name": "default"
                },
                "children": [
                  {
                    "ospfv3DomAf": {
                      "attributes": {
                        "defaultMetric": "13164395",
                        "type": "ipv6-ucast"
}}}]}}]}}]}}
{
    imdata:[]
}
<System>
  <ospfv3-items>
    <inst-items>
      <Inst-list>
        <name>Test_1</name>
        <dom-items>
          <Dom-list>
            <name>default</name>
            <af-items>
              <DomAf-list>
                <type>ipv6-ucast</type>
                <defaultMetric>13164395</defaultMetric>
              </DomAf-list>
            </af-items>
          </Dom-list>
        </dom-items>
      </Inst-list>
    </inst-items>
  </ospfv3-items>
</System>

Note: This example was added in Release 9.3(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

router ospfv3 Test_1
  address-family ipv6 unicast
   default-metric 13164395


Verifying a DME Configuration

The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
ospfv3Entity sys/ospfv3
ospfv3Inst sys/ospfv3/inst-Test_1
ospfv3Dom sys/ospfv3/inst-Test_1/dom-default
ospfv3DomAf sys/ospfv3/inst-Test_1/dom-default/af-ipv6-ucast


ospfv3Inst Properties

The following table contains information about the ospfv3Inst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
namenaming:Name256
(string:Basic)
The name of the object.
MAX SIZE: 128


ospfv3Dom Properties

The following table contains information about the ospfv3Dom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
namenaming:Name256
(string:Basic)
The name of the object.
MAX SIZE: 63


ospfv3DomAf Properties

The following table contains information about the ospfv3DomAf properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
defaultMetricospfv3:DefMetric
(scalar:Uint32)
Specify default metric for redistributed routes
RANGE: [0 , 16777214]
DEFAULT: unspecified
typeospfv3:AfT
(scalar:Enum8)
IPv6 unicast address family typeSELECTION:
1 - ipv6-ucast
DEFAULT: ipv6-ucast


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Deleting the Default Metric for Redistributed Routes

Deleting the Default Metric for Redistributed Routes
POST http://<mgmt0_IP>/api/mo/sys/ospfv3.json
{
  "ospfv3Entity": {
    "children": [
      {
        "ospfv3Inst": {
          "attributes": {
            "name": "Test_1"
          },
          "children": [
            {
              "ospfv3Dom": {
                "attributes": {
                  "name": "default"
                },
                "children": [
                  {
                    "ospfv3DomAf": {
                      "attributes": {
                        "defaultMetric": "unspecified",
                        "type": "ipv6-ucast"
}}}]}}]}}]}}
{
    imdata:[]
}
<System>
  <ospfv3-items>
    <inst-items>
      <Inst-list>
        <name>Test_1</name>
        <dom-items>
          <Dom-list>
            <name>default</name>
            <af-items>
              <DomAf-list>
                <type>ipv6-ucast</type>
                <defaultMetric>0</defaultMetric>
              </DomAf-list>
            </af-items>
          </Dom-list>
        </dom-items>
      </Inst-list>
    </inst-items>
  </ospfv3-items>
</System>

Note: This example was added in Release 9.3(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

router ospfv3 Test_1
  address-family ipv6 unicast
   no default-metric 13164395


Verifying a DME Configuration

The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
ospfv3Entity sys/ospfv3
ospfv3Inst sys/ospfv3/inst-Test_1
ospfv3Dom sys/ospfv3/inst-Test_1/dom-default
ospfv3DomAf sys/ospfv3/inst-Test_1/dom-default/af-ipv6-ucast


ospfv3Inst Properties

The following table contains information about the ospfv3Inst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
namenaming:Name256
(string:Basic)
The name of the object.
MAX SIZE: 128


ospfv3Dom Properties

The following table contains information about the ospfv3Dom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
namenaming:Name256
(string:Basic)
The name of the object.
MAX SIZE: 63


ospfv3DomAf Properties

The following table contains information about the ospfv3DomAf properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
defaultMetricospfv3:DefMetric
(scalar:Uint32)
Specify default metric for redistributed routes
RANGE: [0 , 16777214]
DEFAULT: unspecified
typeospfv3:AfT
(scalar:Enum8)
IPv6 unicast address family typeSELECTION:
1 - ipv6-ucast
DEFAULT: ipv6-ucast


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Configuring the OSPFv3 Administrative Distance

Configuring the OSPFv3 Administrative Distance
POST http://<mgmt0_IP>/api/mo/sys/ospfv3.json
{
  "ospfv3Entity": {
    "children": [
      {
        "ospfv3Inst": {
          "attributes": {
            "name": "Test_1"
          },
          "children": [
            {
              "ospfv3Dom": {
                "attributes": {
                  "name": "default"
                },
                "children": [
                  {
                    "ospfv3DomAf": {
                      "attributes": {
                        "adminDistance": "100",
                        "type": "ipv6-ucast"
}}}]}}]}}]}}
{
    imdata:[]
}
<System>
  <ospfv3-items>
    <inst-items>
      <Inst-list>
        <name>Test_1</name>
        <dom-items>
          <Dom-list>
            <name>default</name>
            <af-items>
              <DomAf-list>
                <type>ipv6-ucast</type>
                <adminDistance>100</adminDistance>
              </DomAf-list>
            </af-items>
          </Dom-list>
        </dom-items>
      </Inst-list>
    </inst-items>
  </ospfv3-items>
</System>

Note: This example was added in Release 9.3(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

router ospfv3 Test_1
  address-family ipv6 unicast
   distance 100


Verifying a DME Configuration

The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
ospfv3Entity sys/ospfv3
ospfv3Inst sys/ospfv3/inst-Test_1
ospfv3Dom sys/ospfv3/inst-Test_1/dom-default
ospfv3DomAf sys/ospfv3/inst-Test_1/dom-default/af-ipv6-ucast


ospfv3Inst Properties

The following table contains information about the ospfv3Inst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
namenaming:Name256
(string:Basic)
The name of the object.
MAX SIZE: 128


ospfv3Dom Properties

The following table contains information about the ospfv3Dom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
namenaming:Name256
(string:Basic)
The name of the object.
MAX SIZE: 63


ospfv3DomAf Properties

The following table contains information about the ospfv3DomAf properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
adminDistanceospfv3:AdminDist
(scalar:UByte)
Adminitrative distance value
RANGE: [1 , 255]
DEFAULT: unspecified
typeospfv3:AfT
(scalar:Enum8)
IPv6 unicast address family typeSELECTION:
1 - ipv6-ucast
DEFAULT: ipv6-ucast


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Deleting the OSPFv3 Administrative Distance

Deleting the OSPFv3 Administrative Distance
POST http://<mgmt0_IP>/api/mo/sys/ospfv3.json
{
  "ospfv3Entity": {
    "children": [
      {
        "ospfv3Inst": {
          "attributes": {
            "name": "Test_1"
          },
          "children": [
            {
              "ospfv3Dom": {
                "attributes": {
                  "name": "default"
                },
                "children": [
                  {
                    "ospfv3DomAf": {
                      "attributes": {
                        "adminDistance": "unspecified",
                        "type": "ipv6-ucast"
}}}]}}]}}]}}
{
    imdata:[]
}
<System>
  <ospfv3-items>
    <inst-items>
      <Inst-list>
        <name>Test_1</name>
        <dom-items>
          <Dom-list>
            <name>default</name>
            <af-items>
              <DomAf-list>
                <type>ipv6-ucast</type>
                <adminDistance>110</adminDistance>
              </DomAf-list>
            </af-items>
          </Dom-list>
        </dom-items>
      </Inst-list>
    </inst-items>
  </ospfv3-items>
</System>

Note: This example was added in Release 9.3(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

router ospfv3 Test_1
  address-family ipv6 unicast
   no distance 100


Verifying a DME Configuration

The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
ospfv3Entity sys/ospfv3
ospfv3Inst sys/ospfv3/inst-Test_1
ospfv3Dom sys/ospfv3/inst-Test_1/dom-default
ospfv3DomAf sys/ospfv3/inst-Test_1/dom-default/af-ipv6-ucast


ospfv3Inst Properties

The following table contains information about the ospfv3Inst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
namenaming:Name256
(string:Basic)
The name of the object.
MAX SIZE: 128


ospfv3Dom Properties

The following table contains information about the ospfv3Dom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
namenaming:Name256
(string:Basic)
The name of the object.
MAX SIZE: 63


ospfv3DomAf Properties

The following table contains information about the ospfv3DomAf properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
adminDistanceospfv3:AdminDist
(scalar:UByte)
Adminitrative distance value
RANGE: [1 , 255]
DEFAULT: unspecified
typeospfv3:AfT
(scalar:Enum8)
IPv6 unicast address family typeSELECTION:
1 - ipv6-ucast
DEFAULT: ipv6-ucast


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html