Skip to content

Instantly share code, notes, and snippets.

View sydasif's full-sized avatar
:octocat:

Syed Asif sydasif

:octocat:
View GitHub Profile
@twr14152
twr14152 / host_config_file.py
Last active August 22, 2021 12:47
Using Python to script the configuration of Cisco devices
#
#
# add your configurations in a list format
#
host_conf = ['config t', 'interface lo10', 'description TEST-CONFIG-SCRIPT-3', 'end', 'show run int loop 10']