Overview
This article provides information regarding the Exinda CLI command adaptive
which is used for configuring and viewing the adaptive response settings.
You can use the adaptive
command to specify rules based on data transfer which dynamically populate Network Objects. These Dynamic Network Objects may then be used when configuring Optimizer Policies.
This functionality allows the system administrator to create policies which automatically restrict a user’s bandwidth once a set transfer limit has been exceeded within a specified period of time. Users are identified by IP address.
Information
- {}: Options are enclosed in braces and are separated by '|'.
- []: Optional keywords are enclosed in brackets.
- <>: User input is required where variables are enclosed in greater-than and less-than symbols
The following table describes the commands used for performing common actions related to Adaptive Response settings:
Action Description |
Command | Parameter Description |
To reset Adaptive Response network objects and clear all IPs from destination network objects | adaptive clear |
NA (Not Applicable) |
To specify the frequency in which the adaptive response evaluates the rules | adaptive update-time <seconds> |
update-time <seconds> - The duration in seconds between rule evaluation processing. By default, Adaptive Response evaluates rules every 5 minutes and adds or deletes IP addresses to dynamic network objects according to the defined rules. |
To show the adaptive response service status | show service adaptive |
NA (Not Applicable) |
To specify the transfer limit for the adaptive response rules | adaptive limit <name> {alert|amount|direction|duration|enable|except|network-object|time-allotment} |
|
Example
Consider a situation where you have to monitor traffic in the Shoppers network object. Once they have used 40 MB or 2 hours, whichever is first, then they are moved to the Shoppers-Over-Quota network object. Consider this a daily limit. That is, they can come back tomorrow and use the network again.
adaptive limit shopper-wifi-access amount 40
adaptive limit shopper-wifi-access time-allotment 120
adaptive limit shopper-wifi-access duration daily
adaptive limit shopper-wifi-access network-object source Shoppers destination Shoppers-Over-Quota
adaptive limit shopper-wifi-access direction both
adaptive limit shopper-wifi-access enable
Find more CLI commands.