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.
Good morning or what ever time someone reads this. is it possible to use features and technologies to deploy a custom macro that looks something like this? macro name addpsswitchport mode accessswitchport port-security maximum 3 vlan accessswitchport...
here is code that I have working to export 1 switch at a time. I am looking to export the lldp neighbor for over 60 switches to one excel file with multiple sheets with. I am wanting the sheet names to match the switch names. Is this possible and ...
hello I am new to programming and would like to use python to connect to my ios devices and export the MAC table to and excel spread sheet. I have about 60 devices that I would like to get the data from. I was wondering if anyone had anything like ...
can anyone help me out on making a template or for setting up Radius Auth into my switches.
I have one template that is working for my 3750's - 4510's but cant seem to figure out my older 2900- 2924- 2950- 3560's
here is what my template looks li...
Good morning everyone I am fighting a problem where our Wyse z90's are randomly loosing network connectivity some time through out the night. We are running the z90's with windows embedded. and our network is 6509 core with 3750g stacks and 4507 cha...
I had a typo missing a T int show mac address-table. Also some times with difrent ios versions you have to change some of the entry's that you are looking for. Hope that helps
thank you for your reply so I got this from another post but when I run it I get some errors import pandas as pdfrom netmiko import Netmikofrom getpass import getpasspassword = getpass()net_connect = Netmiko(host='192.168.1.1', username='username', ...