04-22-2020 11:08 AM
Once logged into the CLI of a vEdge, how do you ssh to another device like you would in traditional IOS?
Example in IOS:
ssh -l username 10.x.x.x
Solved! Go to Solution.
04-22-2020 11:26 AM
Hello,
from the Viptela CLI you can execute the command as shown below in a certain vpn.
If you want to connect via vpn 0, you can specify that vpn 0. Or if you have some device reachable on your vpn 512 or any other vpn you can change the vpn number in the command below.
Regards.
Danny.
bspcl-vManage-1# request execute vpn 0 ssh -l admin 5.5.5.6 //////////////////////////////////////////////////////////////////////////////////////////////////// !!!!!! THIS DEVICE IS PART OF A PRIVATE NETWORK AND ALL ATTEMPTS TO LOGIN ARE BEING MONITORED !!!!!! !!!!!! UNAUTHORIZED USE IS PROHIBITED THEREFORE DISCONNECT NOW IF YOUR ARE NOT AUTHORIZED !!!!!! //////////////////////////////////////////////////////////////////////////////////////////////////// admin@5.5.5.6's password: Last login: Wed Apr 22 18:17:40 2020 from 5.5.5.1 Welcome to Viptela CLI admin connected from 5.5.5.1 using ssh on bspcl-vEdge-1 bspcl-vEdge-1# exit Connection to 5.5.5.6 closed. bspcl-vManage-1#
04-22-2020 11:26 AM
Hello,
from the Viptela CLI you can execute the command as shown below in a certain vpn.
If you want to connect via vpn 0, you can specify that vpn 0. Or if you have some device reachable on your vpn 512 or any other vpn you can change the vpn number in the command below.
Regards.
Danny.
bspcl-vManage-1# request execute vpn 0 ssh -l admin 5.5.5.6 //////////////////////////////////////////////////////////////////////////////////////////////////// !!!!!! THIS DEVICE IS PART OF A PRIVATE NETWORK AND ALL ATTEMPTS TO LOGIN ARE BEING MONITORED !!!!!! !!!!!! UNAUTHORIZED USE IS PROHIBITED THEREFORE DISCONNECT NOW IF YOUR ARE NOT AUTHORIZED !!!!!! //////////////////////////////////////////////////////////////////////////////////////////////////// admin@5.5.5.6's password: Last login: Wed Apr 22 18:17:40 2020 from 5.5.5.1 Welcome to Viptela CLI admin connected from 5.5.5.1 using ssh on bspcl-vEdge-1 bspcl-vEdge-1# exit Connection to 5.5.5.6 closed. bspcl-vManage-1#
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide