Configuring OSPFv3 on a Tunnel Interface
Configuring OSPF Shutdown on the Interface
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.
interface tunnel 123
tunnel mode gre ipv6
ospfv3 shutdown
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 |
topSystem |
sys |
ospfv3Entity |
sys/ospfv3 |
ospfv3If |
sys/ospfv3/if-[tunnel123] |
interfaceEntity |
sys/intf |
tunnelifIf |
sys/intf/tunnelif-[tunnel123] |
ospfv3If Properties
The following table contains information about the ospfv3If 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 |
adminSt | nw:IfAdminSt scalar:Enum8 | The administrative state of the object or policy. | SELECTION:
1 - enabled2 - disabled DEFAULT: enabled(1) |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
tunnelifIf Properties
The following table contains information about the tunnelifIf 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 |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
tunMode | tunnelif:TunnelMode (scalar:Enum8) | Tunnel Mode | SELECTION: 1 - gre/ip 6 - gre/ipv6 7 - ipip/ip 8 - ipip/ipv6 9 - ipip/dcapany/ip 10 - ipip/dcapany/ipv6 11 - ipv6ip 12 - ipv6ip/dcapany 13 - ipv6ipv6 14 - ipv6ipv6/dcapany DEFAULT: gre/ip |
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 OSPF Shutdown on this Interface
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.
interface tunnel 123
tunnel mode gre ipv6
no ospfv3 shutdown
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 |
topSystem |
sys |
ospfv3Entity |
sys/ospfv3 |
ospfv3If |
sys/ospfv3/if-[tunnel123] |
interfaceEntity |
sys/intf |
tunnelifIf |
sys/intf/tunnelif-[tunnel123] |
ospfv3If Properties
The following table contains information about the ospfv3If 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 |
adminSt | nw:IfAdminSt scalar:Enum8 | The administrative state of the object or policy. | SELECTION:
1 - enabled2 - disabled DEFAULT: enabled(1) |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
tunnelifIf Properties
The following table contains information about the tunnelifIf 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 |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
tunMode | tunnelif:TunnelMode (scalar:Enum8) | Tunnel Mode | SELECTION: 1 - gre/ip 6 - gre/ipv6 7 - ipip/ip 8 - ipip/ipv6 9 - ipip/dcapany/ip 10 - ipip/dcapany/ipv6 11 - ipv6ip 12 - ipv6ip/dcapany 13 - ipv6ipv6 14 - ipv6ipv6/dcapany DEFAULT: gre/ip |
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 Cost Associated with the Interface
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.
interface tunnel 123
tunnel mode gre ipv6
ospfv3 cost 43350
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 |
topSystem |
sys |
ospfv3Entity |
sys/ospfv3 |
ospfv3If |
sys/ospfv3/if-[tunnel123] |
interfaceEntity |
sys/intf |
tunnelifIf |
sys/intf/tunnelif-[tunnel123] |
ospfv3If Properties
The following table contains information about the ospfv3If 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 |
cost | ospfv3:IfCost (scalar:Uint16) | Cost associated with interface | RANGE: [0 , 65535] DEFAULT: unspecified |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
tunnelifIf Properties
The following table contains information about the tunnelifIf 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 |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
tunMode | tunnelif:TunnelMode (scalar:Enum8) | Tunnel Mode | SELECTION: 1 - gre/ip 6 - gre/ipv6 7 - ipip/ip 8 - ipip/ipv6 9 - ipip/dcapany/ip 10 - ipip/dcapany/ipv6 11 - ipv6ip 12 - ipv6ip/dcapany 13 - ipv6ipv6 14 - ipv6ipv6/dcapany DEFAULT: gre/ip |
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 Cost Associated with the Interface
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.
interface tunnel 123
tunnel mode gre ipv6
no ospfv3 cost 43350
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 |
topSystem |
sys |
ospfv3Entity |
sys/ospfv3 |
ospfv3If |
sys/ospfv3/if-[tunnel123] |
interfaceEntity |
sys/intf |
tunnelifIf |
sys/intf/tunnelif-[tunnel123] |
ospfv3If Properties
The following table contains information about the ospfv3If 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 |
cost | ospfv3:IfCost (scalar:Uint16) | Cost associated with interface | RANGE: [0 , 65535] DEFAULT: unspecified |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
tunnelifIf Properties
The following table contains information about the tunnelifIf 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 |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
tunMode | tunnelif:TunnelMode (scalar:Enum8) | Tunnel Mode | SELECTION: 1 - gre/ip 6 - gre/ipv6 7 - ipip/ip 8 - ipip/ipv6 9 - ipip/dcapany/ip 10 - ipip/dcapany/ipv6 11 - ipv6ip 12 - ipv6ip/dcapany 13 - ipv6ipv6 14 - ipv6ipv6/dcapany DEFAULT: gre/ip |
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 to Not Include Secondary IPv6 Addresses
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.
interface tunnel 123
tunnel mode gre ipv6
ipv6 router ospfv3 SampleString_123 area 1 secondaries none
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 |
topSystem |
sys |
ospfv3Entity |
sys/ospfv3 |
ospfv3If |
sys/ospfv3/if-[tunnel123] |
interfaceEntity |
sys/intf |
tunnelifIf |
sys/intf/tunnelif-[tunnel123] |
ospfv3If Properties
The following table contains information about the ospfv3If 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 |
advSecondary | scalar:Bool
| Advertise secondary IPv6 addresses | SELECTION: true or false DEFAULT: true |
area | ospfv3:AreaId (string:Basic) | Area associated with interface | A sequence of characters |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
instance | ospfv3:InstanceName (naming:Name) | OSPFv3 instance name used with area command | MAX SIZE: 20 |
tunnelifIf Properties
The following table contains information about the tunnelifIf 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 |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
tunMode | tunnelif:TunnelMode (scalar:Enum8) | Tunnel Mode | SELECTION: 1 - gre/ip 6 - gre/ipv6 7 - ipip/ip 8 - ipip/ipv6 9 - ipip/dcapany/ip 10 - ipip/dcapany/ipv6 11 - ipv6ip 12 - ipv6ip/dcapany 13 - ipv6ipv6 14 - ipv6ipv6/dcapany DEFAULT: gre/ip |
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 to Not Include Secondary IPv6 Addresses
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.
interface tunnel 123
tunnel mode gre ipv6
no ipv6 router ospfv3 SampleString_123 area 1 secondaries none
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 |
topSystem |
sys |
ospfv3Entity |
sys/ospfv3 |
ospfv3If |
sys/ospfv3/if-[tunnel123] |
interfaceEntity |
sys/intf |
tunnelifIf |
sys/intf/tunnelif-[tunnel123] |
ospfv3If Properties
The following table contains information about the ospfv3If 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 |
advSecondary | scalar:Bool
| Advertise secondary IPv6 addresses | SELECTION: true or false DEFAULT: true |
area | ospfv3:AreaId (string:Basic) | Area associated with interface | A sequence of characters |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
instance | ospfv3:InstanceName (naming:Name) | OSPFv3 instance name used with area command | MAX SIZE: 20 |
tunnelifIf Properties
The following table contains information about the tunnelifIf 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 |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
tunMode | tunnelif:TunnelMode (scalar:Enum8) | Tunnel Mode | SELECTION: 1 - gre/ip 6 - gre/ipv6 7 - ipip/ip 8 - ipip/ipv6 9 - ipip/dcapany/ip 10 - ipip/dcapany/ipv6 11 - ipv6ip 12 - ipv6ip/dcapany 13 - ipv6ipv6 14 - ipv6ipv6/dcapany DEFAULT: gre/ip |
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 to Not Include Secondary IPv6 Addresses
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.
interface tunnel 123
tunnel mode gre ipv6
ipv6 router ospfv3 SampleString_123 area 1.2.3.4 secondaries none
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 |
topSystem |
sys |
ospfv3Entity |
sys/ospfv3 |
ospfv3If |
sys/ospfv3/if-[tunnel123] |
interfaceEntity |
sys/intf |
tunnelifIf |
sys/intf/tunnelif-[tunnel123] |
ospfv3If Properties
The following table contains information about the ospfv3If 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 |
advSecondary | scalar:Bool
| Advertise secondary IPv6 addresses | SELECTION: true or false DEFAULT: true |
area | ospfv3:AreaId (string:Basic) | Area associated with interface | A sequence of characters |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
instance | ospfv3:InstanceName (naming:Name) | OSPFv3 instance name used with area command | MAX SIZE: 20 |
tunnelifIf Properties
The following table contains information about the tunnelifIf 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 |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
tunMode | tunnelif:TunnelMode (scalar:Enum8) | Tunnel Mode | SELECTION: 1 - gre/ip 6 - gre/ipv6 7 - ipip/ip 8 - ipip/ipv6 9 - ipip/dcapany/ip 10 - ipip/dcapany/ipv6 11 - ipv6ip 12 - ipv6ip/dcapany 13 - ipv6ipv6 14 - ipv6ipv6/dcapany DEFAULT: gre/ip |
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 to Not Include Secondary IPv6 Addresses
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.
interface tunnel 123
tunnel mode gre ipv6
no ipv6 router ospfv3 SampleString_123 area 1.2.3.4 secondaries none
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 |
topSystem |
sys |
ospfv3Entity |
sys/ospfv3 |
ospfv3If |
sys/ospfv3/if-[tunnel123] |
interfaceEntity |
sys/intf |
tunnelifIf |
sys/intf/tunnelif-[tunnel123] |
ospfv3If Properties
The following table contains information about the ospfv3If 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 |
advSecondary | scalar:Bool
| Advertise secondary IPv6 addresses | SELECTION: true or false DEFAULT: true |
area | ospfv3:AreaId (string:Basic) | Area associated with interface | A sequence of characters |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
instance | ospfv3:InstanceName (naming:Name) | OSPFv3 instance name used with area command | MAX SIZE: 20 |
tunnelifIf Properties
The following table contains information about the tunnelifIf 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 |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
tunMode | tunnelif:TunnelMode (scalar:Enum8) | Tunnel Mode | SELECTION: 1 - gre/ip 6 - gre/ipv6 7 - ipip/ip 8 - ipip/ipv6 9 - ipip/dcapany/ip 10 - ipip/dcapany/ipv6 11 - ipv6ip 12 - ipv6ip/dcapany 13 - ipv6ipv6 14 - ipv6ipv6/dcapany DEFAULT: gre/ip |
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 to Disable OSPF MTU Mismatch Detection
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.
interface tunnel 123
tunnel mode gre ipv6
ospfv3 mtu-ignore
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 |
topSystem |
sys |
ospfv3Entity |
sys/ospfv3 |
ospfv3If |
sys/ospfv3/if-[tunnel123] |
interfaceEntity |
sys/intf |
tunnelifIf |
sys/intf/tunnelif-[tunnel123] |
ospfv3If Properties
The following table contains information about the ospfv3If 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 |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
mtuIgnore | scalar:Bool
| Disable OSPF MTU mismatch detection | SELECTION: true or false |
tunnelifIf Properties
The following table contains information about the tunnelifIf 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 |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
tunMode | tunnelif:TunnelMode (scalar:Enum8) | Tunnel Mode | SELECTION: 1 - gre/ip 6 - gre/ipv6 7 - ipip/ip 8 - ipip/ipv6 9 - ipip/dcapany/ip 10 - ipip/dcapany/ipv6 11 - ipv6ip 12 - ipv6ip/dcapany 13 - ipv6ipv6 14 - ipv6ipv6/dcapany DEFAULT: gre/ip |
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 to Disable OSPF MTU Mismatch Detection
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.
interface tunnel 123
tunnel mode gre ipv6
no ospfv3 mtu-ignore
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 |
topSystem |
sys |
ospfv3Entity |
sys/ospfv3 |
ospfv3If |
sys/ospfv3/if-[tunnel123] |
interfaceEntity |
sys/intf |
tunnelifIf |
sys/intf/tunnelif-[tunnel123] |
ospfv3If Properties
The following table contains information about the ospfv3If 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 |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
mtuIgnore | scalar:Bool
| Disable OSPF MTU mismatch detection | SELECTION: true or false |
tunnelifIf Properties
The following table contains information about the tunnelifIf 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 |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
tunMode | tunnelif:TunnelMode (scalar:Enum8) | Tunnel Mode | SELECTION: 1 - gre/ip 6 - gre/ipv6 7 - ipip/ip 8 - ipip/ipv6 9 - ipip/dcapany/ip 10 - ipip/dcapany/ipv6 11 - ipv6ip 12 - ipv6ip/dcapany 13 - ipv6ipv6 14 - ipv6ipv6/dcapany DEFAULT: gre/ip |
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
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 Router Priority
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.
interface tunnel 123
tunnel mode gre ipv6
ospfv3 priority 3
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 |
topSystem |
sys |
ospfv3Entity |
sys/ospfv3 |
ospfv3If |
sys/ospfv3/if-[tunnel123] |
interfaceEntity |
sys/intf |
tunnelifIf |
sys/intf/tunnelif-[tunnel123] |
ospfv3If Properties
The following table contains information about the ospfv3If 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 |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
prio | ospfv3:DesigPrio (scalar:UByte) | Router priority, used in determining the designated router on this network | RANGE: [0 , 255] DEFAULT: 1 |
tunnelifIf Properties
The following table contains information about the tunnelifIf 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 |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
tunMode | tunnelif:TunnelMode (scalar:Enum8) | Tunnel Mode | SELECTION: 1 - gre/ip 6 - gre/ipv6 7 - ipip/ip 8 - ipip/ipv6 9 - ipip/dcapany/ip 10 - ipip/dcapany/ipv6 11 - ipv6ip 12 - ipv6ip/dcapany 13 - ipv6ipv6 14 - ipv6ipv6/dcapany DEFAULT: gre/ip |
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 Router Priority
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.
interface tunnel 123
tunnel mode gre ipv6
no ospfv3 priority 3
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 |
topSystem |
sys |
ospfv3Entity |
sys/ospfv3 |
ospfv3If |
sys/ospfv3/if-[tunnel123] |
interfaceEntity |
sys/intf |
tunnelifIf |
sys/intf/tunnelif-[tunnel123] |
ospfv3If Properties
The following table contains information about the ospfv3If 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 |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
prio | ospfv3:DesigPrio (scalar:UByte) | Router priority, used in determining the designated router on this network | RANGE: [0 , 255] DEFAULT: 1 |
tunnelifIf Properties
The following table contains information about the tunnelifIf 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 |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
tunMode | tunnelif:TunnelMode (scalar:Enum8) | Tunnel Mode | SELECTION: 1 - gre/ip 6 - gre/ipv6 7 - ipip/ip 8 - ipip/ipv6 9 - ipip/dcapany/ip 10 - ipip/dcapany/ipv6 11 - ipv6ip 12 - ipv6ip/dcapany 13 - ipv6ipv6 14 - ipv6ipv6/dcapany DEFAULT: gre/ip |
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 Packet Transmission Delay
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.
interface tunnel 123
tunnel mode gre ipv6
ospfv3 transmit-delay 293
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 |
topSystem |
sys |
ospfv3Entity |
sys/ospfv3 |
ospfv3If |
sys/ospfv3/if-[tunnel123] |
interfaceEntity |
sys/intf |
tunnelifIf |
sys/intf/tunnelif-[tunnel123] |
ospfv3If Properties
The following table contains information about the ospfv3If 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 |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
txDelay | ospfv3:TxDelay (scalar:Uint16) | Transmit delay, estimated time needed to send an LSA update packet | RANGE: [1 , 450] DEFAULT: 1 |
tunnelifIf Properties
The following table contains information about the tunnelifIf 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 |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
tunMode | tunnelif:TunnelMode (scalar:Enum8) | Tunnel Mode | SELECTION: 1 - gre/ip 6 - gre/ipv6 7 - ipip/ip 8 - ipip/ipv6 9 - ipip/dcapany/ip 10 - ipip/dcapany/ipv6 11 - ipv6ip 12 - ipv6ip/dcapany 13 - ipv6ipv6 14 - ipv6ipv6/dcapany DEFAULT: gre/ip |
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 Packet Transmission Delay
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.
interface tunnel 123
tunnel mode gre ipv6
no ospfv3 transmit-delay 293
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 |
topSystem |
sys |
ospfv3Entity |
sys/ospfv3 |
ospfv3If |
sys/ospfv3/if-[tunnel123] |
interfaceEntity |
sys/intf |
tunnelifIf |
sys/intf/tunnelif-[tunnel123] |
ospfv3If Properties
The following table contains information about the ospfv3If 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 |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
txDelay | ospfv3:TxDelay (scalar:Uint16) | Transmit delay, estimated time needed to send an LSA update packet | RANGE: [1 , 450] DEFAULT: 1 |
tunnelifIf Properties
The following table contains information about the tunnelifIf 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 |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
tunMode | tunnelif:TunnelMode (scalar:Enum8) | Tunnel Mode | SELECTION: 1 - gre/ip 6 - gre/ipv6 7 - ipip/ip 8 - ipip/ipv6 9 - ipip/dcapany/ip 10 - ipip/dcapany/ipv6 11 - ipv6ip 12 - ipv6ip/dcapany 13 - ipv6ipv6 14 - ipv6ipv6/dcapany DEFAULT: gre/ip |
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 Instance Id
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.
interface tunnel 123
tunnel mode gre ipv6
ospfv3 instance 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 |
topSystem |
sys |
ospfv3Entity |
sys/ospfv3 |
ospfv3If |
sys/ospfv3/if-[tunnel123] |
interfaceEntity |
sys/intf |
tunnelifIf |
sys/intf/tunnelif-[tunnel123] |
ospfv3If Properties
The following table contains information about the ospfv3If 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 |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
instanceId | ospfv3:InstanceID (scalar:UByte) | OSPFv3 instance identifier under interface | RANGE: [0 , 255] DEFAULT: 0 |
tunnelifIf Properties
The following table contains information about the tunnelifIf 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 |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
tunMode | tunnelif:TunnelMode (scalar:Enum8) | Tunnel Mode | SELECTION: 1 - gre/ip 6 - gre/ipv6 7 - ipip/ip 8 - ipip/ipv6 9 - ipip/dcapany/ip 10 - ipip/dcapany/ipv6 11 - ipv6ip 12 - ipv6ip/dcapany 13 - ipv6ipv6 14 - ipv6ipv6/dcapany DEFAULT: gre/ip |
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 Instance Id
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.
interface tunnel 123
tunnel mode gre ipv6
no ospfv3 instance 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 |
topSystem |
sys |
ospfv3Entity |
sys/ospfv3 |
ospfv3If |
sys/ospfv3/if-[tunnel123] |
interfaceEntity |
sys/intf |
tunnelifIf |
sys/intf/tunnelif-[tunnel123] |
ospfv3If Properties
The following table contains information about the ospfv3If 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 |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
instanceId | ospfv3:InstanceID (scalar:UByte) | OSPFv3 instance identifier under interface | RANGE: [0 , 255] DEFAULT: 0 |
tunnelifIf Properties
The following table contains information about the tunnelifIf 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 |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
tunMode | tunnelif:TunnelMode (scalar:Enum8) | Tunnel Mode | SELECTION: 1 - gre/ip 6 - gre/ipv6 7 - ipip/ip 8 - ipip/ipv6 9 - ipip/dcapany/ip 10 - ipip/dcapany/ipv6 11 - ipv6ip 12 - ipv6ip/dcapany 13 - ipv6ipv6 14 - ipv6ipv6/dcapany DEFAULT: gre/ip |
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