Volume Metering

The Volume Metering feature allows you to configure the interval at which an access point (AP) updates client accounting statistics to the controller and in turn to the RADIUS server. Currently, the report is sent from an AP to the controller every 90 seconds. With this feature, you can configure the time from 5 to 90 seconds. This helps reduce the delay in accounting data usage by a device.

Configuring Volume Metering

Follow the procedure given below to configure volume metering:

Procedure

  Command or Action Purpose

Step 1

configure terminal

Example:

Device# configure terminal

Enters global configuration mode.

Step 2

ap profile profile-name

Example:

Device(config)# ap profile yy-ap-profile 

Configures an AP profile and enters ap profile configuration mode.

Step 3

dot11 24ghz reporting-interval reporting-interval

Example:

Device(config-ap-profile)# dot11 24ghz reporting-interval 60

Configures the dot11 parameters.

Step 4

dot11 5ghz reporting-interval reporting-interval

Example:

Device(config-ap-profile)# dot11 5ghz reporting-interval 60

Configures the dot11 parameters.

Step 5

exit

Example:

Device(config-ap-profile)# exit

Returns to global configuration mode.

Step 6

aaa accounting update periodic interval-in-minutes

Example:

Device(config)# aaa accounting update periodic 75

Sets the time interval (in minutes) at which the controller sends interim accounting updates of the client to the RADIUS server.

Step 7

exit

Example:

Device(config)# exit

Exits configuration mode and returns to privileged EXEC mode.