Question: in python please LAB ACTIVITY 2.17.1: LAB: Network Automation (modules) 0 / 10 Current file: main.py Load default template... # TODO: Import VLANSetup from VLANSetup.
in python please

LAB ACTIVITY 2.17.1: LAB: Network Automation (modules) 0 / 10 Current file: main.py Load default template... # TODO: Import VLANSetup from VLANSetup. py and NetManage from NetManage . py QUID WN if name == " main_": devicelist = ['Switch1', 'Switch2', 'Switch3', 'switch4', 'switch5' ] user_VLAN_name = input( ) 7 user_VLAN_number = int(input( ) ) #10 -> 200 8 for d in devicelist: 9 user_device = VLANSetup(user_VLAN_name, user_VLAN_number) 10 new_config = NetManage(d, user_device) 11 new_config . print_info()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
