Skip to content

Files

Latest commit

08bdf57 · Dec 2, 2020

History

History
This branch is 28 commits behind CiscoDevNet/python_code_samples_network:master.

NC-get-config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 2, 2020
Apr 12, 2018

README.md

NETCONF get-config

This is an example Python script that literally just grabs the entire config of a network element.

It's not just what you would see from the CLI exec command "show running-config". You'll get everything. From all known open-models, and the native-model (which is the translation of the running config a human is used to).

requirements

-- ncclient

-- IOS-XE running >/= 16.3.1 also enabled for NETCONF

running

-- Can run on-box or off-box.