add node on nodes feature

This commit is contained in:
2022-03-31 13:42:25 -03:00
parent 1a618ef8d1
commit 743b1a7ed7
2 changed files with 6 additions and 1 deletions
+2
View File
@@ -51,6 +51,8 @@ for i in result:
print("---" + i + "---")
print(result[i])
print()
# Or for one specific node
mynodes.router1.run(["term len 0". "show run"], folder = "/home/user/logs")
```
## Connection manager usage