Configuring Power Modes
Configuring Power Supply Redundancy Mode As Combined (Forced)
Configuring Power Supply Redundancy Mode As Combined (Forced)
POST http://<mgmt0_IP>/api/mo/sys/ops.json
{
"eqptEntity": {
"children": [
{
"eqptPsgP": {
"attributes": {
"adminRdnM": "comb-force"
}}}]}}
{
"imdata": []
}
<System>
<ops-items>
<psgp-items>
<adminRdnM>comb-force</adminRdnM>
</psgp-items>
</ops-items>
</System>
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.
power redundancy-mode combined force
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 |
---|---|
eqptEntity | sys/ops |
eqptPsgP | sys/ops/psgp |
eqptPsgP Properties
The following table contains information about the eqptPsgP properties in the DME 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 |
---|---|---|---|
adminRdnM | eqpt:PsRdnM (scalar:Enum8) | Admin redundancy mode | comb, comb-force, insrc-rdn, ps-rdn SELECTION: 0 - unknown 1 - not-supp 2 - rdn 3 - comb 4 - n-rdn 5 - ps-rdn 6 - insrc-rdn 7 - sinin-rdn 8 - comb-force DEFAULT: ps-rdn |
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 Power Supply Redundancy Mode As Combined (Forced)
Deleting Power Supply Redundancy Mode As Combined (Forced)
POST http://<mgmt0_IP>/api/mo/sys/ops.json
{
"eqptEntity": {
"children": [
{
"eqptPsgP": {
"attributes": {
"adminRdnM": "ps-rdn"
}}}]}}
{
"imdata": []
}
<System>
<ops-items>
<psgp-items>
<adminRdnM>ps-rdn</adminRdnM>
</psgp-items>
</ops-items>
</System>
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 power redundancy-mode combined force
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 |
---|---|
eqptEntity | sys/ops |
eqptPsgP | sys/ops/psgp |
eqptPsgP Properties
The following table contains information about the eqptPsgP properties in the DME 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 |
---|---|---|---|
adminRdnM | eqpt:PsRdnM (scalar:Enum8) | Admin redundancy mode | comb, comb-force, insrc-rdn, ps-rdn SELECTION: 0 - unknown 1 - not-supp 2 - rdn 3 - comb 4 - n-rdn 5 - ps-rdn 6 - insrc-rdn 7 - sinin-rdn 8 - comb-force DEFAULT: ps-rdn |
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 Power Supply Redundancy Mode As Combined
Configuring Power Supply Redundancy Mode As Combined
POST http://<mgmt0_IP>/api/mo/sys/ops.json
{
"eqptEntity": {
"children": [
{
"eqptPsgP": {
"attributes": {
"adminRdnM": "comb"
}}}]}}
{
"imdata": []
}
<System>
<ops-items>
<psgp-items>
<adminRdnM>comb</adminRdnM>
</psgp-items>
</ops-items>
</System>
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.
power redundancy-mode combined
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 |
---|---|
eqptEntity | sys/ops |
eqptPsgP | sys/ops/psgp |
eqptPsgP Properties
The following table contains information about the eqptPsgP properties in the DME 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 |
---|---|---|---|
adminRdnM | eqpt:PsRdnM (scalar:Enum8) | Admin redundancy mode | comb, comb-force, insrc-rdn, ps-rdn SELECTION: 0 - unknown 1 - not-supp 2 - rdn 3 - comb 4 - n-rdn 5 - ps-rdn 6 - insrc-rdn 7 - sinin-rdn 8 - comb-force DEFAULT: ps-rdn |
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 Power Supply Redundancy Mode As Combined
Deleting Power Supply Redundancy Mode As Combined
POST http://<mgmt0_IP>/api/mo/sys/ops.json
{
"eqptEntity": {
"children": [
{
"eqptPsgP": {
"attributes": {
"adminRdnM": "ps-rdn"
}}}]}}
{
"imdata": []
}
<System>
<ops-items>
<psgp-items>
<adminRdnM>ps-rdn</adminRdnM>
</psgp-items>
</ops-items>
</System>
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 power redundancy-mode combined
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 |
---|---|
eqptEntity | sys/ops |
eqptPsgP | sys/ops/psgp |
eqptPsgP Properties
The following table contains information about the eqptPsgP properties in the DME 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 |
---|---|---|---|
adminRdnM | eqpt:PsRdnM (scalar:Enum8) | Admin redundancy mode | comb, comb-force, insrc-rdn, ps-rdn SELECTION: 0 - unknown 1 - not-supp 2 - rdn 3 - comb 4 - n-rdn 5 - ps-rdn 6 - insrc-rdn 7 - sinin-rdn 8 - comb-force DEFAULT: ps-rdn |
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 Power Supply Redundancy Mode As Input Source Redundant
Configuring Power Supply Redundancy Mode As Input Source Redundant
POST http://<mgmt0_IP>/api/mo/sys/ops.json
{
"eqptEntity": {
"children": [
{
"eqptPsgP": {
"attributes": {
"adminRdnM": "insrc-rdn"
}}}]}}
{
"imdata": []
}
<System>
<ops-items>
<psgp-items>
<adminRdnM>insrc-rdn</adminRdnM>
</psgp-items>
</ops-items>
</System>
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.
power redundancy-mode insrc-redundant
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 |
---|---|
eqptEntity | sys/ops |
eqptPsgP | sys/ops/psgp |
eqptPsgP Properties
The following table contains information about the eqptPsgP properties in the DME 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 |
---|---|---|---|
adminRdnM | eqpt:PsRdnM (scalar:Enum8) | Admin redundancy mode | comb, comb-force, insrc-rdn, ps-rdn SELECTION: 0 - unknown 1 - not-supp 2 - rdn 3 - comb 4 - n-rdn 5 - ps-rdn 6 - insrc-rdn 7 - sinin-rdn 8 - comb-force DEFAULT: ps-rdn |
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 Power Supply Redundancy Mode Configured As Input Source Redundant
Deleting Power Supply Redundancy Mode Configured As Input Source Redundant
POST http://<mgmt0_IP>/api/mo/sys/ops.json
{
"eqptEntity": {
"children": [
{
"eqptPsgP": {
"attributes": {
"adminRdnM": "ps-rdn"
}}}]}}
{
"imdata": []
}
<System>
<ops-items>
<psgp-items>
<adminRdnM>ps-rdn</adminRdnM>
</psgp-items>
</ops-items>
</System>
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 power redundancy-mode insrc-redundant
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 |
---|---|
eqptEntity | sys/ops |
eqptPsgP | sys/ops/psgp |
eqptPsgP Properties
The following table contains information about the eqptPsgP properties in the DME 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 |
---|---|---|---|
adminRdnM | eqpt:PsRdnM (scalar:Enum8) | Admin redundancy mode | comb, comb-force, insrc-rdn, ps-rdn SELECTION: 0 - unknown 1 - not-supp 2 - rdn 3 - comb 4 - n-rdn 5 - ps-rdn 6 - insrc-rdn 7 - sinin-rdn 8 - comb-force DEFAULT: ps-rdn |
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 Power Supply Redundancy Mode As PS Redundant
Configuring Power Supply Redundancy Mode As PS Redundant
POST http://<mgmt0_IP>/api/mo/sys/ops.json
{
"eqptEntity": {
"children": [
{
"eqptPsgP": {
"attributes": {
"adminRdnM": "ps-rdn"
}}}]}}
{
"imdata": []
}
<System>
<ops-items>
<psgp-items>
<adminRdnM>ps-rdn</adminRdnM>
</psgp-items>
</ops-items>
</System>
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.
power redundancy-mode ps-redundant
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 |
---|---|
eqptEntity | sys/ops |
eqptPsgP | sys/ops/psgp |
eqptPsgP Properties
The following table contains information about the eqptPsgP properties in the DME 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 |
---|---|---|---|
adminRdnM | eqpt:PsRdnM (scalar:Enum8) | Admin redundancy mode | comb, comb-force, insrc-rdn, ps-rdn SELECTION: 0 - unknown 1 - not-supp 2 - rdn 3 - comb 4 - n-rdn 5 - ps-rdn 6 - insrc-rdn 7 - sinin-rdn 8 - comb-force DEFAULT: ps-rdn |
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 Power Supply Redundancy Mode As PS Redundant
Deleting Power Supply Redundancy Mode As PS Redundant
POST http://<mgmt0_IP>/api/mo/sys/ops.json
{
"eqptEntity": {
"children": [
{
"eqptPsgP": {
"attributes": {
"adminRdnM": "ps-rdn"
}}}]}}
{
"imdata": []
}
<System>
<ops-items>
<psgp-items>
<adminRdnM>ps-rdn</adminRdnM>
</psgp-items>
</ops-items>
</System>
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 power redundancy-mode ps-redundant
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 |
---|---|
eqptEntity | sys/ops |
eqptPsgP | sys/ops/psgp |
eqptPsgP Properties
The following table contains information about the eqptPsgP properties in the DME 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 |
---|---|---|---|
adminRdnM | eqpt:PsRdnM (scalar:Enum8) | Admin redundancy mode | comb, comb-force, insrc-rdn, ps-rdn SELECTION: 0 - unknown 1 - not-supp 2 - rdn 3 - comb 4 - n-rdn 5 - ps-rdn 6 - insrc-rdn 7 - sinin-rdn 8 - comb-force DEFAULT: ps-rdn |
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: