Skip to content

Instantly share code, notes, and snippets.

@twr14152
Created February 2, 2015 20:46
Show Gist options
  • Save twr14152/00b01453dd4db5f51f61 to your computer and use it in GitHub Desktop.
Save twr14152/00b01453dd4db5f51f61 to your computer and use it in GitHub Desktop.
Week 3 exercise 2
---
switches:
- {hostname: pynet_sw1, secret: test, access_vlan: 20, ip_addr: 1.1.1.10, default_gateway: 1.1.1.1, snmp_community: test123, SNMP: False}
- {hostname: pynet_sw2, secret: test, access_vlan: 20, ip_addr: 1.1.2.10, default_gateway: 1.1.2.1, snmp_community: test123, SNMP: False}
- {hostname: pynet_sw3, secret: test, access_vlan: 20, ip_addr: 1.1.3.10, default_gateway: 1.1.3.1, snmp_community: test123, SNMP: True}
- {hostname: pynet-sw4, secret: test, access_vlan: 20, ip_addr: 1.1.4.10, default_gateway: 1.1.4.1, snmp_community: test123, SNMP: True}
- {hostname: pynet-sw5, secret: test, access_vlan: 20, ip_addr: 1.1.5.10, default_gateway: 1.1.5.1, snmp_community: test123, SNMP: True}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment