![Exinda EXNV-10063 Administration Manual Download Page 169](http://html.mh-extra.com/html/exinda/exnv-10063/exnv-10063_administration-manual_2450760169.webp)
Exinda Network Orchestrator
3 Using
|
169
When does the quota reset?
The Duration setting indicates the frequency at which the quota is reset.
Daily Duration resets at midnight
Weekly Duration resets at midnight Saturday night/Sunday morning
Monthly Duration resets at the 1st of the month.
If the quota is not reached for a given day, then the quota is reset. For example, consider Daily Duration, where the quota
is reset at midnight. If the time limit was set to 90 minutes and the user started using the network at 11:30pm, then the
system would allow 2 hours of continuous use, which includes 30 minutes until midnight, then another 90 minutes
when the new day started at midnight.
Creating adaptive response rules with CLI
Adaptive Response rules can be created using the CLI (in configure terminal mode):
adaptive limit <limit-name> network-object source <src> destination <dst>
adaptive limit <limit-name> amount <N (mb)>
adaptive limit <limit-name> duration <daily|weekly|monthly>
adaptive limit <limit-name> direction <inbound|outbound|both>
adaptive limit <limit-name> enable
EXAMPLE
Create an Adaptive Response rule which adds IP addresses from the static Students Network Object to the Dynamic
Network Object Students-Over-Quota, once 200 MB has been downloaded per day.
adaptive limit Students-AR network-object source Students destination Students-
Over-Quota
adaptive limit Students-AR amount 200
adaptive limit Students-AR duration daily
adaptive limit Students-AR direction inbound
adaptive limit Students-AR enable
See the following topics for more information:
Adding a dynamic network object to Optimizer with CLI
The aim of this step is create a virtual circuit which references a dynamic network object created above.
Assuming we have created a Virtual Circuit named "Wan Inbound Choke" with reduced bandwidth, we can now
reference the Dynamic Network Object created above using the following CLI command.
(config) # circuit default vcircuit "WAN Inbound Choke" destination Students-Over-
Quota
Disabling an adaptive response rule
To disable an adaptive response rule, run the following command. No IPs will belong to the destination network object,
so any Optimizer virtual circuits or policies using the destination network object will effectively do nothing.
(config) # no adaptive limit Students-AR enable
Summary of Contents for EXNV-10063
Page 369: ...Exinda Network Orchestrator 4 Settings 369 ...
Page 411: ...Exinda Network Orchestrator 4 Settings 411 Screenshot 168 P2P OverflowVirtualCircuit ...
Page 420: ...Exinda Network Orchestrator 4 Settings 420 Screenshot 175 Students OverflowVirtualCircuit ...