connect commands
Connect commands are used to connect via SSH to network elements in the Digital Sandbox deployment.
The following CLI connect commands are available:
dsctl
— connect
dsctl connect
Synopsis |
|
|||||||||||||||||||||||||||||||
Description |
The dsctl connect command is used to connect to a network element in a Digital Sandbox deployment. By default, the system uses kubectl exec to connect to the network element. If that fails, the system tries to connect using SSH. |
|||||||||||||||||||||||||||||||
Options |
The following are dsctl connect parameters:
|
|||||||||||||||||||||||||||||||
Examples |
To connect to a Digital Sandbox network element with a deployment ID of ‟star” and a network element name of ‟networkelement1”:
To connect to a Digital Sandbox network element with a deployment ID of ‟star” and a unique shortened version of the network element name ‟dut2":
To connect to a Digital Sandbox network element with a deployment ID of ‟star”, a unique shortened version of the network element name ‟dut1", and a connection timeout value option of ‟10" (passed to an ssh command):
|