Skip to content

Commit 5f64b11

Browse files
committed
Add a prompt string and specify this is an off-box Python script.
1 parent 094a93a commit 5f64b11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netconf_entity/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# NETCONF: Print the ENTITY-MIB tree from a device
22

3-
This is a Python script that uses ncclient to get the ENTITY-MIB
3+
This is an off-box Python script that uses ncclient to get the ENTITY-MIB
44
tree from a device and print it as "pretty" XML.
55

66
For example:
77

88
```
9-
nc_entity.py -a 10.1.1.1 -u admin -p admin --port 830
9+
$ nc_entity.py -a 10.1.1.1 -u admin -p admin --port 830
1010
<?xml version="1.0" ?>
1111
<data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0">
1212
<ENTITY-MIB xmlns="urn:ietf:params:xml:ns:yang:smiv2:ENTITY-MIB">

0 commit comments

Comments
 (0)