VMware Networking Community
newbie4
Contributor
Contributor

telnetting out of AVI

Hello,

we're migrating from the F5s to the AVIs and were wondering if there was a way to telnet from the AVI CLI - we've tried from both, the Controller and the SE, but could not find a way.

Thanks.

0 Kudos
5 Replies
Sreec
VMware Employee
VMware Employee

You can execute curl commands to check connectivity status

Cheers,
Sree | VCIX-5X| VCAP-5X| VExpert 7x|Cisco Certified Specialist
Please KUDO helpful posts and mark the thread as solved if answered
0 Kudos
sulaimanl
Enthusiast
Enthusiast

Hi

You can do it from both.

For Controller it will be done from bash. For the Service Engine, you will need to be in the correct namespace and use netcat as telnet not available.

Thanx

0 Kudos
newbie4
Contributor
Contributor

Thanks for your response.

We need to interrogate the specific ports the back-end servers are listening on from the AVI, and I do not believe this could be done using curl..

Thanks.

0 Kudos
newbie4
Contributor
Contributor

Thanks for your response. Unless I am missing smth here, I've tried telnetting from the controller's bash, but to no avail:

admin@ADFRT-RTRT-02:~$ telnet 8.8.8.8
bash: telnet: command not found

Thanks.

0 Kudos
sulaimanl
Enthusiast
Enthusiast

Telnet is not available on the system.

Need to use netcat, example below:
echo "" | nc 1.1.1.1 1001

Sulaiman

0 Kudos