This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" 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(): | |
""" |