admin@Controller-IP:~$ shell
Login: admin
Password:
Please verify that the CLI shell server is enabled
[Errno 110] Connection timed out
You can launch /opt/avi/python/bin/cli/bin/shell.py to enable remote CLI shell
The connection failure occurs due to timing and synchronization issues between the CLI shell client and server. There are two primary scenarios that cause this error:
Scenario 1: Service Restart Timing Issue
Scenario 2: Interrupted Data Transmission (Primary Cause)
Workaround:
Restart the CLI shell server service to reset the connection state and allow proper client-server synchronization.
sudo -i
systemctl restart clishell_server.service
systemctl status clishell_server.service
Alternative Method (Manual Launch):
admin@Controller-IP:~$ sudo -i
root@Controller-IP:~# python3 /opt/avi/python/bin/cli/bin/shell.py
Login: admin
Password:
[admin:Controller-IP]: >
Notes: