Networking Knowledge Base

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

“Join

 
Labels

Knowledge Base Articles

import netmikofrom netmiko import ConnectHandlerdevice = ConnectHandler(device_type="cisco_ios", ip="DEVICE IP", username="USERNAME", password="PASSWORD")output1 = device.send_command("show running-config")save_file = open("Switch_running.txt","w")sa...

Kt43387 by Level 1
  • 9417 Views
  • 3 comments
  • 7 Helpful votes
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Top Contributors
Featured Article