Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions NC-get-config/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# NETCONF get-config

This is an example Python script that literally just grabs the entiere config of a network element.
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".
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
Expand All @@ -11,4 +11,4 @@ You'll get everything. From all known open-models, and the native-model (which i
-- IOS-XE running >/= 16.3.1 also enabled for NETCONF

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