Clearing Statistics
Clearing IPv6 ICMP ND Local-Proxy Statistics
Clearing IPv6 ICMP ND Local-Proxy Statistics
POST http://<mgmt0_IP>/api/mo/sys/action/lsubj-[sys].json
{ "actionLSubj": {
"attributes": {
"dn": "sys/action/lsubj-[sys]"
}
"children" : [{
"ndInstClearLocalProxyStatsLTask": {
"attributes": {
"adminSt": "start"
"dn": "sys/action/lsubj-[sys]/ndInstClearLocalProxyStatsLTask",
"interface": "vlan20",
"physInterface": "po1",
"freq": "one-shot"
}
}
}]
}
}
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 |
---|---|
actionLSubj | sys/action/lsubj-{[oDn]} |
ndInstClearLocalProxyStatsLTask | sys/action/lsubj-{[oDn]}/ndInstClearLocalProxyStatsLTask |
actionLSubj Properties
The following table contains information about the actionLSubj 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 |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. |
ndInstClearLocalProxyStatsLTask Properties
The following table contains information about the ndInstClearLocalProxyStatsLTask 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 | action:AdminSt scalar:Enum8 | The administrative state of the object or policy. | SELECTION:
|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. | |
interface | nw:IfId base:IfIndex | NO COMMENTS | |
physInterface | nw:IfId base:IfIndex | NO COMMENTS | |
freq | action:Freq scalar:Time | Frequency at which tasks are executed | SELECTION:
|
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:
Clearing IPv6 ND L2 Local-Proxy Statistics
Clearing IPv6 ND L2 Local-Proxy Statistics
POST http://<mgmt0_IP>/api/mo/sys/action/lsubj-[sys].json
{ "actionLSubj": {
"attributes": {
"dn": "sys/action/lsubj-[sys]"
}
"children" : [{
"ndInstClearL2StatsLTask": {
"attributes": {
"adminSt": "start"
"dn": "sys/action/lsubj-[sys]/ndInstClearL2StatsLTask",
"interface": "eth1/3",
"freq": "one-shot"
}
}
}]
}
}
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 |
---|---|
actionLSubj | sys/action/lsubj-{[oDn]} |
ndInstClearL2StatsLTask | sys/action/lsubj-{[oDn]}/ndInstClearL2StatsLTask |
actionLSubj Properties
The following table contains information about the actionLSubj 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 |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. |
ndInstClearL2StatsLTask Properties
The following table contains information about the ndInstClearL2StatsLTask 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 | action:AdminSt scalar:Enum8 | The administrative state of the object or policy. | SELECTION:
|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. | |
interface | nw:IfId base:IfIndex | NO COMMENTS | |
freq | action:Freq scalar:Time | Frequency at which tasks are executed | SELECTION:
|
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: