Owners manual

83 | Initial Configuration Tasks Aruba Instant 6.4.0.2-4.1 | User Guide
In the CLI
To disable local routing:
(Instant AP)(config)# deny-local-routing
(Instant AP)(config)# end
(Instant AP)# commit apply
To deny local routing for the WLAN SSID clients:
(Instant AP)(config)# wlan ssid-profile <ssid-profile>
(Instant AP) (SSID Profile <ssid-profile>)# deny-local-routing
(Instant AP) (SSID Profile <ssid-profile>)# end
(Instant AP)# commit apply
Enabling Dynamic CPU Management
IAPs perform various functions such as wireless client connectivity and traffic flows, wired client connectivity and
traffic flows, wireless security, network management, and location tracking. Like with any network element, an IAP
can be subject to heavy loads. In such a scenario, it is important to prioritize the platform resources across different
functions. Typically, the IAPs manage resources automatically in real-time. However, under special circumstances,
if dynamic resource management needs to be enforced or disabled altogether, the dynamic CPU management
feature settings can be modified.
You can configure the dynamic CPU management feature by using the Instant UI or CLI.
In the Instant UI
To enable or disable the management plane protection:
1. Click System > General>Show Advanced Options.
2. Select any of the following options from the Dynamic CPU Management drop-down list.
n Automatic When selected, the CPU management is enabled or disabled automatically during run-time. This
decision is based on real-time load calculations taking into account all different functions that the CPU needs
to perform. This is the default and recommended option.
n Always disabled on all APs When selected, this setting manually disables CPU management on all APs,
typically for small networks. This setting protects user experience.
n Always enabled on APs When selected, the client and network management functions are protected. This
setting helps in large networks with high client density.
3. Click OK.
In the CLI
(Instant AP)(config)# dynamic-cpu-mgmt {auto| enable| disable}