Intelligent Power Management

The Intelligent Power Management (IPM Intelligent Power Monitoring. IPM is a feature supported on certain APs that actively measures the power utilization of an AP and dynamically adapts to the power resources.) feature actively measures the power utilization of the AP and dynamically adapts to the power resources. IPM Intelligent Power Monitoring. IPM is a feature supported on certain APs that actively measures the power utilization of an AP and dynamically adapts to the power resources. dynamically limits the power requirement of the AP as per the available power resources. This is in contrast to the existing static power management method where the power profiles such as POE-AF, POE-AT, POE-DC, or LLDP Link Layer Discovery Protocol. LLDP is a vendor-neutral link layer protocol in the Internet Protocol suite used by network devices for advertising their identity, capabilities, and neighbors on an IEEE 802 local area network, which is principally a wired Ethernet. are hard-coded for each AP. The reduction steps and the associated priority values are configured to control the AP power consumption within the power budget.

The following procedure configures IPM Intelligent Power Monitoring. IPM is a feature supported on certain APs that actively measures the power utilization of an AP and dynamically adapts to the power resources.:

  1. In the Managed Network node hierarchy, navigate to Configuration > System > Profiles tab.
  2. In the All Profiles list, expand the AP menu, then select AP system.
  3. Select the AP system profile that you want to edit, or click + to create a new profile.
  4. Expand IPM Intelligent Power Monitoring. IPM is a feature supported on certain APs that actively measures the power utilization of an AP and dynamically adapts to the power resources. Configuration, and configure the following parameters:
  5. Click OK.
  6. Click Submit.
  7. Click Pending Changes.
  8. In the Pending Changes window, select the check box and click Deploy Changes.

The following CLI Command-Line Interface. A console interface with a command line shell that allows users to execute text input as commands and convert these commands to appropriate functions. command enables IPM Intelligent Power Monitoring. IPM is a feature supported on certain APs that actively measures the power utilization of an AP and dynamically adapts to the power resources..

(host)[mynode] (config)# ap system-profile default

(host)[mynode](AP system profile "default")# ipm-enable

Configuring Reduction Steps

The reduction steps and their order are configured using either the IPM Intelligent Power Monitoring. IPM is a feature supported on certain APs that actively measures the power utilization of an AP and dynamically adapts to the power resources. power reduction steps with priorities parameter in the WebUI, or the ipm-power-reduction-step-prio ipm-step <reduction step> priority <priority> parameter in the ap system-profile command. The reduction steps are associated with priority values, and the priority settings are defined by integer values, where the lower values have the highest priority and are implemented first. When triggered, the reduction steps are applied sequentially starting with the reduction step that is assigned the highest priority value. The reduction steps are applied only when the AP exceeds the power budget or threshold temperature.

The following table describes the reduction steps and their corresponding WebUI and CLI Command-Line Interface. A console interface with a command line shell that allows users to execute text input as commands and convert these commands to appropriate functions. parameters.

Table 1: IPM Reduction Step Parameters

Reduction Step

WebUI/CLI Parameter

Reduce the CPU Central Processing Unit. A CPU is an electronic circuitry in a computer for processing instructions. frequency to 25%

cpu_throttle_25

Reduce the CPU Central Processing Unit. A CPU is an electronic circuitry in a computer for processing instructions. frequency to 50%

cpu_throttle_50

Reduce the CPU Central Processing Unit. A CPU is an electronic circuitry in a computer for processing instructions. frequency to 75%

cpu_throttle_75

Disable the second Ethernet Ethernet is a network protocol for data transmission over LAN. port

disable_alt_eth

Disable the first PSE port

disable_pse1

Disable the second PSE port

disable_pse2

Disable the USB Universal Serial Bus. USB is a connection standard that offers a common interface for communication between the external devices and a computer. USB is the most common port used in the client devices. port

disable_usb

Reduce radio 0 chains to 1x1

radio_0_chain_1x1

Reduce radio 0 chains to 2x2

radio_0_chain_2x2

Reduce radio 0 chains to 3x3

radio_0_chain_3x3

Reduce radio 0 chains to 4x4

radio_0_chain_4x4

Reduce radio 0 chains to 5x5

radio_0_chain_5x5

Reduce radio 0 chains to 6x6

radio_0_chain_6x6

Reduce radio 0 chains to 7x7

radio_0_chain_7x7

Disable radio 0

radio_0_disable

Reduce radio 0 power by 3 dB Decibel. Unit of measure for sound or noise and is the difference or ratio between two signal levels. from the maximum value

radio_0_power_3dB

Reduce radio 0 power by 6 dB Decibel. Unit of measure for sound or noise and is the difference or ratio between two signal levels. from the maximum value

radio_0_power_6dB

Reduce radio 1 chains to 1x1

radio_1_chain_1x1

Reduce radio 1 chains to 2x2

radio_1_chain_2x2

Reduce radio 1 chains to 3x3

radio_1_chain_3x3

Disable radio 1

radio_1_disable

Reduce radio 1 power by 3 dB Decibel. Unit of measure for sound or noise and is the difference or ratio between two signal levels. from the maximum value

radio_1_power_3dB

Reduce radio 1 power by 6 dB Decibel. Unit of measure for sound or noise and is the difference or ratio between two signal levels. from the maximum value

radio_1_power_6dB

Reduce radio 2 chains to 1x1

radio_2_chain_1x1

Reduce radio 2 chains to 2x2

radio_2_chain_2x2

Reduce radio 2 chains to 3x3

radio_2_chain_3x3

Disable radio 2

radio_2_disable

Reduce radio 2 power by 3 dB Decibel. Unit of measure for sound or noise and is the difference or ratio between two signal levels. from the maximum value

radio_2_power_3dB

Reduce radio 2 power by 6 dB Decibel. Unit of measure for sound or noise and is the difference or ratio between two signal levels. from the maximum value

radio_2_power_6dB

The following commands configure the reduction steps and their priority.

(host)[mynode] (config)# ap system-profile default

(host)[mynode](AP system profile "default")# ipm-power-reduction-step-prio ipm-step radio_2_disable priority 1

(host)[mynode](AP system profile "default")# ipm-power-reduction-step-prio ipm-step radio_0_chain_3x3 priority 2

(host)[mynode](AP system profile "default")# ipm-power-reduction-step-prio ipm-step radio_1_power_3dB priority 3

(host)[mynode](AP system profile "default")# ipm-power-reduction-step-prio ipm-step cpu_throttle_75 priority 4

The following command verifies the IPM Intelligent Power Monitoring. IPM is a feature supported on certain APs that actively measures the power utilization of an AP and dynamically adapts to the power resources. configuration.

(host)[mynode] (config)# show running-config

Building Configuration...

ipm-enable

ipm-power-reduction-step-prio ipm-step radio_2_disable priority 1

ipm-power-reduction-step-prio ipm-step radio_0_chain_3x3 priority 2

ipm-power-reduction-step-prio ipm-step radio_1_power_3dB priority 3

ipm-power-reduction-step-prio ipm-step cpu Central Processing Unit. A CPU is an electronic circuitry in a computer for processing instructions._throttle_75 priority 4