I have a script to do a snmp walk to get information on which image is installed in active and which is installed in secondary partition. I am able to get this data via below 2 oids:
.1.3.6.1.4.1.1916.1.1.1.13
.1.3.6.1.4.1.1916.1.1.1.14
Now, I can also get details on which one is currently in use (booted) but I am no able to see which partition is set to boot upon next reboot. The command to change it is "Use image . I s there any SNMP OID to get get this info. This is how it looks if I run "show switch":
Image Selected: secondary
Image Booted: primary
I need to get "Image Selected" via SNMP. Please advice. I am running OS below 21 so JSONRPC is not an option.
Thanks