diff --git a/README.md b/README.md index 12c6b1b..1693fba 100644 --- a/README.md +++ b/README.md @@ -15,17 +15,24 @@ Edit the python file's infile and outfile variable to what you'd prefer The infile's structure should look like: r1,127.0.0.1,10025,default,cisco-ios-xr + r2,127.0.0.1,10026,default,cisco-ios-xr + r3,127.0.0.1,10027,default,cisco-ios-xr + r4,127.0.0.1,10028,default,cisco-ios-xr + r5,127.0.0.1,10029,default,cisco-ios-xr + r6,127.0.0.1,10030,default,cisco-ios-xr name (displayed in nso), device address, ssh port, authgroup (should already be setup in NSO), ned id. Then call like: python3 devtplbuild.py + and import into NSO like: + ncs_load -lm outfile (requires NSO to be sourced)