Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
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...