Hi msdaniluk, This doesn't provide what we need. This lists the mac addresses for an interface in separate rows. What we are looking for is to write mac addresses against an interface in a single cell. Thank you.
Hi, apologies for the delay. Following is current code. from netmiko import ConnectHandler,ssh_exceptionfrom getpass import getpassimport openpyxlfrom datetime import datetimefrom time import gmtime, strftimeimport osimport pprint #Load the Switch in...