Configuring Ipv6 Routing Information
Configuring the M6RIB Notification Interval
Configuring the M6RIB Notification Interval
POST http://<mgmt0_IP>/api/mo/sys/m6rib/inst.json
{
"m6ribInst": {
"children": [
{
"m6ribDom": {
"attributes": {
"name": "default"
},
"children": [
{
"m6ribNotify": {
"attributes": {
"interval": "12"
}}}]}}]}}
{
imdata:[]
}
<System>
<m6rib-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<notify-items>
<interval>12</interval>
</notify-items>
</Dom-list>
</dom-items>
</inst-items>
</m6rib-items>
</System>
Note: This example was added in Release 9.2(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.
ipv6 multicast notify-interval 12
Note: The property information for this example was added in Release 9.3(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 |
---|---|
m6ribInst | sys/m6rib/inst |
m6ribDom | sys/m6rib/inst/dom-{name} |
m6ribNotify | sys/m6rib/inst/dom-{name}/notify |
m6ribDom Properties
The following table contains information about the m6ribDom 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 |
m6ribNotify Properties
The following table contains information about the m6ribNotify 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 |
---|---|---|---|
interval | m6rib:Interval (scalar:Uint16) | Notify Interval | RANGE: [1 , 1000] DEFAULT: 1000 |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
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:
Deleting M6RIB Notification Interval
Deleting M6RIB Notification Interval
POST http://<mgmt0_IP>/api/mo/sys/m6rib/inst.json
{
"m6ribInst": {
"children": [
{
"m6ribDom": {
"attributes": {
"name": "default"
},
"children": [
{
"m6ribNotify": {
"attributes": {
"status": "deleted"
}}}]}}]}}
{
imdata:[]
}
<System>
<m6rib-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<notify-items xc:operation="delete">
</notify-items>
</Dom-list>
</dom-items>
</inst-items>
</m6rib-items>
</System>
Note: This example was added in Release 9.2(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.
no ipv6 multicast notify-interval 12
Note: The property information for this example was added in Release 9.3(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 |
---|---|
m6ribInst | sys/m6rib/inst |
m6ribDom | sys/m6rib/inst/dom-{name} |
m6ribNotify | sys/m6rib/inst/dom-{name}/notify |
m6ribDom Properties
The following table contains information about the m6ribDom 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 |
m6ribNotify Properties
The following table contains information about the m6ribNotify 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) | The upgrade status. This property is for internal use only. | 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:
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:
Configuring to Drop all RPF-failed Packets in Hardware
Configuring to Drop all RPF-failed Packets in Hardware
POST http://<mgmt0_IP>/api/mo/sys/m6rib/inst.json
{
"m6ribInst": {
"children": [
{
"m6ribDom": {
"attributes": {
"name": "default"
},
"children": [
{
"m6ribRpfMeter": {
"attributes": {
"hwDropAll": "yes"
}}}]}}]}}
{
imdata:[]
}
<System>
<m6rib-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<rpfmeter-items>
<hwDropAll>true</hwDropAll>
</rpfmeter-items>
</Dom-list>
</dom-items>
</inst-items>
</m6rib-items>
</System>
Note: This example was added in Release 9.2(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.
ipv6 multicast rpf-meter hardware-drop-all
Note: The property information for this example was added in Release 9.3(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 |
---|---|
m6ribInst | sys/m6rib/inst |
m6ribDom | sys/m6rib/inst/dom-{name} |
m6ribRpfMeter | sys/m6rib/inst/dom-{name}/rpfmeter |
m6ribDom Properties
The following table contains information about the m6ribDom 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 |
m6ribRpfMeter Properties
The following table contains information about the m6ribRpfMeter 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 |
---|---|---|---|
hwDropAll | scalar:Bool | hardware drop all configuration | SELECTION: true or false |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
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:
Deleting the Configuration to Drop all RPF-failed Packets in Hardware
Deleting the Configuration to Drop all RPF-failed Packets in Hardware
POST http://<mgmt0_IP>/api/mo/sys/m6rib/inst.json
{
"m6ribInst": {
"children": [
{
"m6ribDom": {
"attributes": {
"name": "default"
},
"children": [
{
"m6ribRpfMeter": {
"attributes": {
"status": "deleted"
}}}]}}]}}
{
imdata:[]
}
<System>
<m6rib-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<rpfmeter-items xc:operation="delete">
</rpfmeter-items>
</Dom-list>
</dom-items>
</inst-items>
</m6rib-items>
</System>
Note: This example was added in Release 9.2(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.
no ipv6 multicast rpf-meter hardware-drop-all
Note: The property information for this example was added in Release 9.3(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 |
---|---|
m6ribInst | sys/m6rib/inst |
m6ribDom | sys/m6rib/inst/dom-{name} |
m6ribRpfMeter | sys/m6rib/inst/dom-{name}/rpfmeter |
m6ribDom Properties
The following table contains information about the m6ribDom 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 |
m6ribRpfMeter Properties
The following table contains information about the m6ribRpfMeter 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) | The upgrade status. This property is for internal use only. | 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:
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:
Configuring the Initial Holddown Period
Configuring the Initial Holddown Period
POST http://<mgmt0_IP>/api/mo/sys/m6rib/inst.json
{
"m6ribInst": {
"children": [
{
"m6ribDom": {
"attributes": {
"name": "default"
},
"children": [
{
"m6ribConfig": {
"attributes": {
"holdEnable": "enabled",
"holddown": "123"
}}}]}}]}}
{
imdata:[]
}
<System>
<m6rib-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<config-items>
<holdEnable>enabled</holdEnable>
<holddown>123</holddown>
</config-items>
</Dom-list>
</dom-items>
</inst-items>
</m6rib-items>
</System>
Note: This example was added in Release 9.2(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.
ipv6 routing multicast holddown 123
Note: The property information for this example was added in Release 9.3(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 |
---|---|
m6ribInst | sys/m6rib/inst |
m6ribDom | sys/m6rib/inst/dom-{name} |
m6ribConfig | sys/m6rib/inst/dom-{name}/config |
m6ribDom Properties
The following table contains information about the m6ribDom 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 |
m6ribConfig Properties
The following table contains information about the m6ribConfig 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 |
---|---|---|---|
holdEnable | m6rib:HoldAdminSt (scalar:Enum8) | Holddown Enable | SELECTION: 1 - enabled 2 - disabled DEFAULT: enabled |
holddown | m6rib:HoldDownType (scalar:Uint16) | holddown second | RANGE: [0 , 270] DEFAULT: 270 |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
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:
Deleting the Initial Holddown Period
Deleting the Initial Holddown Period
POST http://<mgmt0_IP>/api/mo/sys/m6rib/inst.json
{
"m6ribInst": {
"children": [
{
"m6ribDom": {
"attributes": {
"name": "default"
},
"children": [
{
"m6ribConfig": {
"attributes": {
"holdEnable": "enabled",
"holddown": "210"
}}}]}}]}}
{
imdata:[]
}
<System>
<m6rib-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<config-items>
<holdEnable>enabled</holdEnable>
<holddown>210</holddown>
</config-items>
</Dom-list>
</dom-items>
</inst-items>
</m6rib-items>
</System>
Note: This example was added in Release 9.2(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.
no ipv6 routing multicast holddown 123
Note: The property information for this example was added in Release 9.3(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 |
---|---|
m6ribInst | sys/m6rib/inst |
m6ribDom | sys/m6rib/inst/dom-{name} |
m6ribConfig | sys/m6rib/inst/dom-{name}/config |
m6ribDom Properties
The following table contains information about the m6ribDom 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 |
m6ribConfig Properties
The following table contains information about the m6ribConfig 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 |
---|---|---|---|
holdEnable | m6rib:HoldAdminSt (scalar:Enum8) | Holddown Enable | SELECTION: 1 - enabled 2 - disabled DEFAULT: enabled |
holddown | m6rib:HoldDownType (scalar:Uint16) | holddown second | RANGE: [0 , 270] DEFAULT: 270 |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
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:
Configuring the Initial Holddown Period
Configuring the Initial Holddown Period
POST http://<mgmt0_IP>/api/mo/sys/m6rib/inst.json
{
"m6ribInst": {
"children": [
{
"m6ribDom": {
"attributes": {
"name": "default"
},
"children": [
{
"m6ribConfig": {
"attributes": {
"holdEnable": "disabled"
}}}]}}]}}
{
imdata:[]
}
<System>
<m6rib-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<config-items>
<holdEnable>disabled</holdEnable>
</config-items>
</Dom-list>
</dom-items>
</inst-items>
</m6rib-items>
</System>
Note: This example was added in Release 9.2(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.
ipv6 routing multicast holddown 0
Note: The property information for this example was added in Release 9.3(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 |
---|---|
m6ribInst | sys/m6rib/inst |
m6ribDom | sys/m6rib/inst/dom-{name} |
m6ribConfig | sys/m6rib/inst/dom-{name}/config |
m6ribDom Properties
The following table contains information about the m6ribDom 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 |
m6ribConfig Properties
The following table contains information about the m6ribConfig 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 |
---|---|---|---|
holdEnable | m6rib:HoldAdminSt (scalar:Enum8) | Holddown Enable | SELECTION: 1 - enabled 2 - disabled DEFAULT: enabled |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
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:
Deleting the Initial Holddown Period
Deleting the Initial Holddown Period
POST http://<mgmt0_IP>/api/mo/sys/m6rib/inst.json
{
"m6ribInst": {
"children": [
{
"m6ribDom": {
"attributes": {
"name": "default"
},
"children": [
{
"m6ribConfig": {
"attributes": {
"holdEnable": "enabled",
"holddown": "210"
}}}]}}]}}
{
imdata:[]
}
<System>
<m6rib-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<config-items>
<holdEnable>enabled</holdEnable>
<holddown>210</holddown>
</config-items>
</Dom-list>
</dom-items>
</inst-items>
</m6rib-items>
</System>
Note: This example was added in Release 9.2(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.
no ipv6 routing multicast holddown 0
Note: The property information for this example was added in Release 9.3(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 |
---|---|
m6ribInst | sys/m6rib/inst |
m6ribDom | sys/m6rib/inst/dom-{name} |
m6ribConfig | sys/m6rib/inst/dom-{name}/config |
m6ribDom Properties
The following table contains information about the m6ribDom 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 |
m6ribConfig Properties
The following table contains information about the m6ribConfig 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 |
---|---|---|---|
holdEnable | m6rib:HoldAdminSt (scalar:Enum8) | Holddown Enable | SELECTION: 1 - enabled 2 - disabled DEFAULT: enabled |
holddown | m6rib:HoldDownType (scalar:Uint16) | holddown second | RANGE: [0 , 270] DEFAULT: 270 |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
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: