Specify when multi-queue is activated
The Exinda Appliance enables greater system throughput, up to 10GB, by using multiple queues to handle the traffic. Configure the appliance to switch from using a single-queue to using multiple queues when the specified bandwidth is reached.
- On your browser, open the Exinda Web UI (
https://Exinda_IPInternet protocol_address
). - Key-in the User and Password.
- Click Login.
- Click Configuration > System > Tools > Console.
- Type the appliance username and password at the prompts. Do one of the following:
- To enter privileged EXEC (enable) mode, at the prompt run the command:
hostname > enable
The hostname #
prompt appears.
- To enter configuration (config) mode, at the prompt run the commands:
hostname # configure terminal
The hostname (config)#
prompt appears.
- Ensure the bridge and policy-based routing interfaces use auto-license mode. Auto-license is the default mode.
(config)# bridge <bridge-name> mq mode auto-license
(config)# pbr interface <interface-name> mq mode auto-license
- Specify at what bandwidth usage the auto-license switches from single-queue to multi-queue.
(config)# bridge <bridge-name> mq switch-bandwidth <bandwidth>
(config)# pbr interface <interface-name> mq switch-bandwidth <bandwidth>