Collect Config Backup on Juniper using Python (Simple and Easy Script)

preview_player
Показать описание
"Want more expert insights and updates? Follow us on LinkedIn and explore our company page to connect with us directly. Don’t miss out - click the link and join the conversation!"


from napalm import get_network_driver
import json
from pprint import pprint
from datetime import datetime
from getpass import getpass
import os
import datetime
from time import time

junos_driver = get_network_driver("junos")
mx_router = junos_driver('192.168.0.132', 'lab',
'lab123')
hostname = facts['hostname']
Рекомендации по теме
join shbcf.ru