libcli icon indicating copy to clipboard operation
libcli copied to clipboard

Libcli provides a shared library for including a Cisco-like command-line interface into other software. It's a telnet interface which supports command-line editing, history, authentication and callba...

Results 33 libcli issues
Sort by recently updated
recently updated
newest added

Hi... How to change the number of telnet(client) connections to CLI server.

Hi, There are no version number defines in libcli.h This makes it hard for consumers to work out what version of the command callback prototype to use. The change between...

1. libcli version:1.10.7 2. platform:Centos As a reference version, 1.9.3 does not have this problem.

Hi there! stuck in the following situations... 1. How do I append a command after an argument? example: ``` cmd looks like: ip igmp snooping vlan mrouter interfaces - ip...

Hi, Any suggestion for SSH support? Is this outside libcli? Regards, Bandu

Hello , Hope you are doing well. I am looking at your libcli code in github and have a question. I see the codes and examples where both CLI commands...