There was an error while loading. Please reload this page.
1 parent 094a93a commit 5f64b11Copy full SHA for 5f64b11
netconf_entity/README.md
@@ -1,12 +1,12 @@
1
# NETCONF: Print the ENTITY-MIB tree from a device
2
3
-This is a Python script that uses ncclient to get the ENTITY-MIB
+This is an off-box Python script that uses ncclient to get the ENTITY-MIB
4
tree from a device and print it as "pretty" XML.
5
6
For example:
7
8
```
9
- nc_entity.py -a 10.1.1.1 -u admin -p admin --port 830
+ $ nc_entity.py -a 10.1.1.1 -u admin -p admin --port 830
10
<?xml version="1.0" ?>
11
<data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0">
12
<ENTITY-MIB xmlns="urn:ietf:params:xml:ns:yang:smiv2:ENTITY-MIB">
0 commit comments