updating ip and passwd

This commit is contained in:
muassif
2021-08-21 17:12:06 +04:00
committed by GitHub
parent 1aa71d26af
commit 56499dc22c
+1 -1
View File
@@ -3,7 +3,7 @@ import json
def main():
driver = get_network_driver('iosxr')
device = driver('172.16.2.50', 'root', 'rootroot')
device = driver('172.16.2.34', 'root', 'xxxx')
try:
device.open()