Skip to content

Commit

Permalink
Fix README spacing one more time.
Browse files Browse the repository at this point in the history
Signed-off-by: Maxwell Schmitt <[email protected]>
  • Loading branch information
maxwschm committed Oct 24, 2018
1 parent 702528a commit 44433fb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit 44433fb

Please sign in to comment.