EngDev

Junos automation content using ncclient with Jupyter notebook 

09-27-2021 13:13

This repo has several Jupyter notebook files (.ipynb files). These files have Junos automation content using ncclient
This repo also shows how to use NETCONF inside an SSH connection (file NETCONF_session.md)

Examples include:
  • Getting interface Configuration
  • Setting Routing Policies
  • etc

Open a NetConf session inside an SSH connection

In order to open a NetConf session inside an SSH connection, there are two options defined in the RFC (6242):

  • we can establish an SSH connection to a NetConf server, and then run the command netconf.
  • we can invoke the NetConf subsystem using the following command (the -s option causes the command netconf to be invoked): ssh device -s netconf -p 830

Statistics
0 Favorited
4 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.