Start a conversation

Exinda CLI: Circuits

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

circuit <circuit name> bandwidth {inbound|outbound} <bandwidth_kbps>

NA (Not Applicable) 
To set which bridge to attach this circuit to

circuit <circuit name> bridge {ALL|<name>}

NA (Not Applicable) 
To set the circuit ordering number

circuit <circuit name> order <order_number>

NA (Not Applicable) 
To delete a circuit

no circuit <circuit name>

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.

Back to Top

Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted
  3. Updated

Comments