updating IP and passwd

This commit is contained in:
muassif
2021-08-21 17:12:36 +04:00
committed by GitHub
parent 56499dc22c
commit f3fa9f5802
+1 -1
View File
@@ -4,7 +4,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', 'xxxxx')
try:
device.open()
device.load_merge_candidate(config='interface Lo0 \n description napalm added new desc \n end\n')