Controller Based WLANs

 View Only
last person joined: one year ago 

APs, Controllers, VIA

What are the set of threshold values and how to configure them? 

Dec 25, 2017 11:35 PM

Requirement:

These threshold values will send alert when the Aruba Controller is loaded excessively.


Solution:
We can configure the threshold values for below parameters so that when the controller reaches the configured threshold value it will send an SNMP trap message to the SNMP receiver.
  • controlpath-cpu
  • controlpath-memory
  • datapath-cpu           
  • no-of-APs
  • no-of-locals
  • total-tunnel-capacity
  • user-capacity


Configuration:
Below are the sample configuration to set the threshold values.
(ArubaMaster) #
(ArubaMaster) #configure terminal
Enter Configuration commands, one per line. End with CNTL/Z

(ArubaMaster) (config) #threshold no-of-locals 70
(ArubaMaster) (config) #threshold no-of-aPs 70
(ArubaMaster) (config) #exit
(ArubaMaster) #


Verification
We can verify the configured threshold values using below command.
(ArubaMaster) #show threshold all   

Capacity Threshold Values
-------------------------
RESOURCE            THRESHOLD(%)
--------            ------------
Datapath CPU        30 %
Controlpath CPU     45 %
Controlpath Memory  85 %
Total Tunnels       80 %
Total Users         80 %
Total APs           70 %
Total Locals        70 %

(ArubaMaster) #
We can verify the default values by executing below command for specific parameter.
(ArubaMaster) #show threshold-limits user-capacity

Threshold Values For No of Users
---------------------------------
Default(%)  Current(%)  MAX Users  Current Users
----------  ----------  ---------  -------------
80          80          16384      0

(ArubaMaster) #show threshold-limits no-of-locals

Threshold Values For No Of Locals
----------------------------------
Default(%)  Current(%)  Max Locals   No of Locals connected
----------  ----------  -----------  ----------------------
80          70          256          2

(ArubaMaster) #

Statistics
0 Favorited
2 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.