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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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()