Skip to content

Commit 15d4d56

Browse files
committed
Mention that SNMP is required for this script.
1 parent 24a174c commit 15d4d56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

netconf_entity/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ For example:
2727
This script has been tested with Python 2.7, and requires the following non-default module(s):
2828

2929
* ncclient (pip install ncclient)
30+
31+
This script also requires SNMP to be enabled on the target device. Use the configuration command
32+
`netconf-yang cisco-ia snmp-community-string COMMUNITY` to set the NETCONF community string to
33+
be the same as the read-only string you use on your device. Note: SNMPv3 is not supported.

0 commit comments

Comments
 (0)