You can use the circuit command to create a new optimizer circuit.
circuit <circuit name> {bandwidth|bridge|order}
no circuit <circuit name> [bridge]
To set inbound and outbound bandwidth in kbps:
circuit <circuit name> bandwidth {inbound|outbound} <bandwidth_kbps>
To set which bridge to attach this circuit to:
circuit <circuit name> bridge {ALL|<name>}
To set the circuit ordering number:
circuit <circuit name> order <order_number>
To delete a circuit:
no circuit <circuit name>
To unbind the bridge from a circuit:
no circuit <circuit name> bridge
E X A M P L E Create a new circuit with 200kbps bandwidth in both directions. circuit circuit_1 order 1
|
|
|