from netmiko import ConnectHandler
device = ConnectHandler(device_type='', ip='10.10.10.10', username='test', password='test')
output = device.send_command("~~")
print(output)
device.disconnect()
'Language > python' 카테고리의 다른 글
| python paramiko (0) | 2019.09.12 |
|---|---|
| pip local storage (0) | 2019.09.10 |
| python code test (0) | 2019.09.04 |
| python 데이터 분석툴 (0) | 2019.06.21 |
| grpc with python (0) | 2019.05.09 |