Skip to content

Instantly share code, notes, and snippets.

View aicarmic's full-sized avatar
:shipit:

Tony Carmichael aicarmic

:shipit:
  • HashiCorp
  • Denver, CO
View GitHub Profile
""" Init Switch ports to use mgmt vlan as native and allowed-vlan trunks """
import argparse # Parse arguments: Switch_Serial
import os # Gets API and USER from environment
import inspect # Gets current calling file
import meraki # Meraki REST API
def parent_caller():
"""