I'm tasked to audit our SmartNet entitlement, and one challenge I'm facing is how to extract the serial numbers from multiple devices that are not the same platform.
I suppose I can manually do a "show inventory" or "show version | inc Serial", but we have hundreds if not thousands of network devices so that doesn't fly.
I found some sites that state we can do it via SNMP:
snmpget -v1 -c communitystring hostorIP mib-2.47.1.1.1.1.11.1
However, it only works on certain platforms.
Does anyone have any idea how I can do it across all platforms automatically?
thanks,
I suppose I can manually do a "show inventory" or "show version | inc Serial", but we have hundreds if not thousands of network devices so that doesn't fly.
I found some sites that state we can do it via SNMP:
snmpget -v1 -c communitystring hostorIP mib-2.47.1.1.1.1.11.1
However, it only works on certain platforms.
Does anyone have any idea how I can do it across all platforms automatically?
thanks,