01-14-2019 09:52 AM
I am using a script to poll through our switches for minimum switch compliance (code version, temp, etc..). Sometimes switches are put online without AAA configured and I would like to track when this happens. I would like to pull this information via SNMP instead of logging into the switch - is this possible?
I found some information for 'CISCO-AAA-SESSION-MIB' but it does not work for any of our models. However, I am not an expert by no means and thought I am probably leaving something out obvious.
01-14-2019 09:59 AM
what is the models here, and what code it running ?
01-14-2019 10:20 AM
Thanks for the reply. We have 3750[G|X] and 3850's as well. Here are our minimum standard code levels:
3750 | 12.2 55 SE 11 |
3750X |
150-2.SE7 and 150-2.SE10a |
3850 |
03.06.06E |
The switch could have a newer or older code level however as these switches are sometimes new out of the box or older ones from storage.
01-14-2019 10:09 AM
You may use RW community to direct switches to upload its configuration to a TFTP server, then check for that on TFTP server.
Or you may enable HTTP access to run something like `show run | section aaa`.
01-14-2019 10:26 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide