Skip to content

Instantly share code, notes, and snippets.

@natenka
natenka / todo-python-talks.md
Last active September 2, 2019 05:31
Выступления, которые я хочу посмотреть
#!/usr/bin/env python
# https://github.com/ktbyers/netmiko/issues/322
from netmiko import ConnectHandler
from getpass import getpass
ip_addr = input("Enter IP Address: ")
device = {
'device_type': 'cisco_ios',
# Based on http://matthiaseisen.com/articles/graphviz/
import graphviz as gv
styles = {
'graph': {
'label': 'Network Map',
'fontsize': '16',
'fontcolor': 'white',