Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,I've added the CSR1000v node simulation to CML2-PE and learning the RESTCONF via Python requests package.The current target is to change one of the configured ACL port action from permit to deny.The RESTCONF GETheaders = {'Content-Type': 'applicat...
Hi,Several years ago, I've developed a C++ process (running on Linux RedHAT 7) that connects via SSH to Cisco routers (IOS 12.2).The process's task is to monitor (retrieve&update) some preconfigured ACL and it uses the libshh 0.7.0 version (https://w...
Hi,If I'll convince my project manager to change the implementation from the libssh based method to the SNMP based one,would you mind to guide me in the SNMP first steps? ThanksZeev
Hi,Thanks for the replies There are two reasons for not using the SNMP protocol, except for the customer requests:The existing and well-functioning (on IOS 12.2) capability is implemented using the Client-Server SSH communication. Implementing a com...
Hi.According to the customer requirements, I must perform SSH connect to the Cisco router (IOS version 15.1) and constantly retrieve and report the ACL details.As I wrote in the description, there are no problems with the Cisco router (IOS version 12...
Hi,Several years ago, I've developed a C++ process (running on Linux RedHAT 7) that connects via SSH to Cisco routers (IOS 12.2).The process's task is to monitor (retrieve&update) some preconfigured ACL and it uses the libshh 0.7.0 version (https://w...