Configuring an IPv6 Unicast Address Family Under an OSPFv3 Instance
Configuring an IPv6 Unicast Address Family
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.
MO | DN |
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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
type | ospfv3:AfT (scalar:Enum8) | IPv6 unicast address family type | SELECTION: 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
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.
MO | DN |
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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
status | mo:ModificationStatus (scalar:Bitmask32) | Modification status | SELECTION: 2 - created 4 - modified 8 - deleted 16 - replaced |
type | ospfv3:AfT (scalar:Enum8) | IPv6 unicast address family type | SELECTION: 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
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.
MO | DN |
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 Name | Data Type | Description | Values |
always | scalar:Bool
| Always advertise default leak | SELECTION: true or false |
rtMap | string: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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
type | ospfv3:AfT (scalar:Enum8) | IPv6 unicast address family type | SELECTION: 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 Name | Data Type | Description | Values |
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
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.
MO | DN |
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 Name | Data Type | Description | Values |
status | mo:ModificationStatus (scalar:Bitmask32) | Modification status | SELECTION: 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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
type | ospfv3:AfT (scalar:Enum8) | IPv6 unicast address family type | SELECTION: 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 Name | Data Type | Description | Values |
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)
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.
MO | DN |
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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
type | ospfv3:AfT (scalar:Enum8) | IPv6 unicast address family type | SELECTION: 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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
asn | rtleak:Asn (string:Basic) | The autonomous system number. | A sequence of characters DEFAULT: none |
inst | rtleak:Inst (string:Basic) | The inter protocol route leak policy instance. | MAX SIZE: 19 |
proto | rtleak: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 |
rtMap | string: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)
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.
MO | DN |
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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
type | ospfv3:AfT (scalar:Enum8) | IPv6 unicast address family type | SELECTION: 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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
asn | rtleak:Asn (string:Basic) | The autonomous system number. | A sequence of characters DEFAULT: none |
inst | rtleak:Inst (string:Basic) | The inter protocol route leak policy instance. | MAX SIZE: 19 |
proto | rtleak: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 |
status | mo:ModificationStatus (scalar:Bitmask32) | Modification status | SELECTION: 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)
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.
MO | DN |
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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
type | ospfv3:AfT (scalar:Enum8) | IPv6 unicast address family type | SELECTION: 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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
asn | rtleak:Asn (string:Basic) | The autonomous system number. | A sequence of characters DEFAULT: none |
inst | rtleak:Inst (string:Basic) | The inter protocol route leak policy instance. | MAX SIZE: 19 |
proto | rtleak: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 |
rtMap | string: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)
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.
MO | DN |
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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
type | ospfv3:AfT (scalar:Enum8) | IPv6 unicast address family type | SELECTION: 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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
asn | rtleak:Asn (string:Basic) | The autonomous system number. | A sequence of characters DEFAULT: none |
inst | rtleak:Inst (string:Basic) | The inter protocol route leak policy instance. | MAX SIZE: 19 |
proto | rtleak: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 |
status | mo:ModificationStatus (scalar:Bitmask32) | Modification status | SELECTION: 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)
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.
MO | DN |
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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
type | ospfv3:AfT (scalar:Enum8) | IPv6 unicast address family type | SELECTION: 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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
asn | rtleak:Asn (string:Basic) | The autonomous system number. | A sequence of characters DEFAULT: none |
inst | rtleak:Inst (string:Basic) | The inter protocol route leak policy instance. | MAX SIZE: 19 |
proto | rtleak: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 |
rtMap | string: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)
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.
MO | DN |
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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
type | ospfv3:AfT (scalar:Enum8) | IPv6 unicast address family type | SELECTION: 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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
asn | rtleak:Asn (string:Basic) | The autonomous system number. | A sequence of characters DEFAULT: none |
inst | rtleak:Inst (string:Basic) | The inter protocol route leak policy instance. | MAX SIZE: 19 |
proto | rtleak: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 |
status | mo:ModificationStatus (scalar:Bitmask32) | Modification status | SELECTION: 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)
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.
MO | DN |
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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
type | ospfv3:AfT (scalar:Enum8) | IPv6 unicast address family type | SELECTION: 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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
asn | rtleak:Asn (string:Basic) | The autonomous system number. | A sequence of characters DEFAULT: none |
inst | rtleak:Inst (string:Basic) | The inter protocol route leak policy instance. | MAX SIZE: 19 |
proto | rtleak: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 |
rtMap | string: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)
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.
MO | DN |
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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
type | ospfv3:AfT (scalar:Enum8) | IPv6 unicast address family type | SELECTION: 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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
asn | rtleak:Asn (string:Basic) | The autonomous system number. | A sequence of characters DEFAULT: none |
inst | rtleak:Inst (string:Basic) | The inter protocol route leak policy instance. | MAX SIZE: 19 |
proto | rtleak: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 |
status | mo:ModificationStatus (scalar:Bitmask32) | Modification status | SELECTION: 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)
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.
MO | DN |
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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
type | ospfv3:AfT (scalar:Enum8) | IPv6 unicast address family type | SELECTION: 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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
asn | rtleak:Asn (string:Basic) | The autonomous system number. | A sequence of characters DEFAULT: none |
inst | rtleak:Inst (string:Basic) | The inter protocol route leak policy instance. | MAX SIZE: 19 |
proto | rtleak: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 |
rtMap | string: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)
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.
MO | DN |
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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
type | ospfv3:AfT (scalar:Enum8) | IPv6 unicast address family type | SELECTION: 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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
asn | rtleak:Asn (string:Basic) | The autonomous system number. | A sequence of characters DEFAULT: none |
inst | rtleak:Inst (string:Basic) | The inter protocol route leak policy instance. | MAX SIZE: 19 |
proto | rtleak: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 |
status | mo:ModificationStatus (scalar:Bitmask32) | Modification status | SELECTION: 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)
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.
MO | DN |
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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
type | ospfv3:AfT (scalar:Enum8) | IPv6 unicast address family type | SELECTION: 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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
asn | rtleak:Asn (string:Basic) | The autonomous system number. | A sequence of characters DEFAULT: none |
inst | rtleak:Inst (string:Basic) | The inter protocol route leak policy instance. | MAX SIZE: 19 |
proto | rtleak: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 |
rtMap | string: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)
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.
MO | DN |
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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
type | ospfv3:AfT (scalar:Enum8) | IPv6 unicast address family type | SELECTION: 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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
asn | rtleak:Asn (string:Basic) | The autonomous system number. | A sequence of characters DEFAULT: none |
inst | rtleak:Inst (string:Basic) | The inter protocol route leak policy instance. | MAX SIZE: 19 |
proto | rtleak: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 |
status | mo:ModificationStatus (scalar:Bitmask32) | Modification status | SELECTION: 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)
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.
MO | DN |
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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
type | ospfv3:AfT (scalar:Enum8) | IPv6 unicast address family type | SELECTION: 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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
asn | rtleak:Asn (string:Basic) | The autonomous system number. | A sequence of characters DEFAULT: none |
inst | rtleak:Inst (string:Basic) | The inter protocol route leak policy instance. | MAX SIZE: 19 |
proto | rtleak: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 |
rtMap | string: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)
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.
MO | DN |
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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
type | ospfv3:AfT (scalar:Enum8) | IPv6 unicast address family type | SELECTION: 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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
asn | rtleak:Asn (string:Basic) | The autonomous system number. | A sequence of characters DEFAULT: none |
inst | rtleak:Inst (string:Basic) | The inter protocol route leak policy instance. | MAX SIZE: 19 |
proto | rtleak: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 |
status | mo:ModificationStatus (scalar:Bitmask32) | Modification status | SELECTION: 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)
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.
MO | DN |
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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
type | ospfv3:AfT (scalar:Enum8) | IPv6 unicast address family type | SELECTION: 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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
asn | rtleak:Asn (string:Basic) | The autonomous system number. | A sequence of characters DEFAULT: none |
inst | rtleak:Inst (string:Basic) | The inter protocol route leak policy instance. | MAX SIZE: 19 |
proto | rtleak: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 |
rtMap | string: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)
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.
MO | DN |
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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
type | ospfv3:AfT (scalar:Enum8) | IPv6 unicast address family type | SELECTION: 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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
asn | rtleak:Asn (string:Basic) | The autonomous system number. | A sequence of characters DEFAULT: none |
inst | rtleak:Inst (string:Basic) | The inter protocol route leak policy instance. | MAX SIZE: 19 |
proto | rtleak: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 |
status | mo:ModificationStatus (scalar:Bitmask32) | Modification status | SELECTION: 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)
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.
MO | DN |
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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
type | ospfv3:AfT (scalar:Enum8) | IPv6 unicast address family type | SELECTION: 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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
asn | rtleak:Asn (string:Basic) | The autonomous system number. | A sequence of characters DEFAULT: none |
inst | rtleak:Inst (string:Basic) | The inter protocol route leak policy instance. | MAX SIZE: 19 |
proto | rtleak: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 |
rtMap | string: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)
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.
MO | DN |
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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
type | ospfv3:AfT (scalar:Enum8) | IPv6 unicast address family type | SELECTION: 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 Name | Data Type | Description | Values |
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 Name | Data Type | Description | Values |
asn | rtleak:Asn (string:Basic) | The autonomous system number. | A sequence of characters DEFAULT: none |
inst | rtleak:Inst (string:Basic) | The inter protocol route leak policy instance. | MAX SIZE: 19 |
proto | rtleak: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 |
status | mo:ModificationStatus (scalar:Bitmask32) | Modification status | SELECTION: 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
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.
MO | DN |
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 Name | Data Type | Description | Values |
name | naming: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 Name | Data Type | Description | Values |
name | naming: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 Name | Data Type | Description | Values |
defaultMetric | ospfv3:DefMetric (scalar:Uint32) | Specify default metric for redistributed routes | RANGE: [0 , 16777214] DEFAULT: unspecified |
type | ospfv3:AfT (scalar:Enum8) | IPv6 unicast address family type | SELECTION: 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
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.
MO | DN |
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 Name | Data Type | Description | Values |
name | naming: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 Name | Data Type | Description | Values |
name | naming: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 Name | Data Type | Description | Values |
defaultMetric | ospfv3:DefMetric (scalar:Uint32) | Specify default metric for redistributed routes | RANGE: [0 , 16777214] DEFAULT: unspecified |
type | ospfv3:AfT (scalar:Enum8) | IPv6 unicast address family type | SELECTION: 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
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.
MO | DN |
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 Name | Data Type | Description | Values |
name | naming: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 Name | Data Type | Description | Values |
name | naming: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 Name | Data Type | Description | Values |
defaultMetric | ospfv3:DefMetric (scalar:Uint32) | Specify default metric for redistributed routes | RANGE: [0 , 16777214] DEFAULT: unspecified |
type | ospfv3:AfT (scalar:Enum8) | IPv6 unicast address family type | SELECTION: 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
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.
MO | DN |
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 Name | Data Type | Description | Values |
name | naming: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 Name | Data Type | Description | Values |
name | naming: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 Name | Data Type | Description | Values |
defaultMetric | ospfv3:DefMetric (scalar:Uint32) | Specify default metric for redistributed routes | RANGE: [0 , 16777214] DEFAULT: unspecified |
type | ospfv3:AfT (scalar:Enum8) | IPv6 unicast address family type | SELECTION: 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
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.
MO | DN |
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 Name | Data Type | Description | Values |
name | naming: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 Name | Data Type | Description | Values |
name | naming: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 Name | Data Type | Description | Values |
adminDistance | ospfv3:AdminDist (scalar:UByte) | Adminitrative distance value | RANGE: [1 , 255] DEFAULT: unspecified |
type | ospfv3:AfT (scalar:Enum8) | IPv6 unicast address family type | SELECTION: 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
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.
MO | DN |
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 Name | Data Type | Description | Values |
name | naming: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 Name | Data Type | Description | Values |
name | naming: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 Name | Data Type | Description | Values |
adminDistance | ospfv3:AdminDist (scalar:UByte) | Adminitrative distance value | RANGE: [1 , 255] DEFAULT: unspecified |
type | ospfv3:AfT (scalar:Enum8) | IPv6 unicast address family type | SELECTION: 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