Overview
This article provides information regarding the Exinda CLI command circuit
which is used to create a new optimizer circuit.
Information
NOTE: The following syntax convention is used:
- {}: 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 circuits:
Action Description | Command |
Parameter Description |
To set inbound and outbound bandwidth in kbps |
|
NA (Not Applicable) |
To set which bridge to attach this circuit to |
|
NA (Not Applicable) |
To set the circuit ordering number |
|
NA (Not Applicable) |
To delete a circuit |
|
NA (Not Applicable) |
To unbind the bridge from a circuit | no circuit <circuit name> bridge [<bridge_name>] |
[<bridge_name>] is an optional parameter |
Example
Create a new circuit with 200kbps bandwidth in both directions.
circuit circuit_1 order 1
circuit circuit_1 bandwidth inbound 200
circuit circuit_1 bandwidth outbound 200
circuit circuit_1 bridge ALL
Find more CLI commands.