Hello, i'm building a Python Netmiko code to login to APIC, collect list of nodes, then attach to each node and run some commands that need to be done on the leaf itself (not from Apic via fabric command).
Now, it seems the code can login (attach) ...