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

in python please LAB ACTIVITY 2.17.1: LAB: Network Automation (modules) 0 /

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!