Command Line (CLI) Reference > CLI Commands > Virtual Circuits

CLI: Virtual Circuits

You can use the circuit ... vcircuit command to configure virtual circuits within an existing circuit.

Configuring virtual circuits

circuit <circuit_name> vcircuit <vcircuit_name> {app-group|app-name|bandwidth|connection-limit|direction|dynamic|network-object|order|schedule|vlan}
no circuit <circuit_name> vcircuit <vcircuit_name>

To set the virtual circuit ordering number:

circuit <circuit-name> vcircuit <name> order <num>

To set the bandwidth for this virtual circuit:

circuit <circuit-name> vcircuit <name> bandwidth <amount> {kbps|%}

To set the filter settings for matching traffic:

circuit <circuit-name> vcircuit <name> {{app-group|app-name}|connection-limit|network-object|schedule|vlan}

To set dynamic virtual circuit settings:

circuit <circuit-name> vcircuit <name> dynamic {bandwidth|enable|external|host-limit|internal}

E X A M P L E

Create a virtual circuit that captures all traffic in both directions and assign it 200kbps.

circuit circuit_1 vcircuit VC1 order 1
circuit circuit_1 vcircuit VC1 bandwidth 200 kbps
circuit circuit_1 vcircuit VC1 direction both
circuit circuit_1 vcircuit VC1 network-object ALL

To delete a virtual circuit:

no circuit <circuit_name> vcircuit <vcircuit_name>