hellt / netdevops.me_gitment_comments

0 stars 0 forks source link

NETCONF console in a docker container #31

Open hellt opened 4 years ago

hellt commented 4 years ago

https://netdevops.me/2020/netconf-console-in-a-docker-container/

Its an engineers core ability to decompose a complex task in a set of a smaller, easy to understand and perform sub-tasks. Be it a feature-rich program that is decomposed to classes, functions and APIs or a huge business operation captured in steps in a Methods Of Procedure document.

In a network automation field where the configuration protocols such as NETCONF or gRPC are emerging, it is always needed to have a quick way to validate an RPC or Notification feature before implementing this in a code or a workflow.

This blog post is about a handy tool called netconf-console which allows you to interface with your network device using NETCONF quick and easy. And, of course, I packed it in a smallish container so you can enjoy it hassle-free on every docker-enabled host.

netwrkr95 commented 4 years ago

This is awesome!!! Very well done and just what I was looking for, and don't have to deal with local dependencies.