Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-08-2019 06:41 PM
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
.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
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-09-2019 07:03 AM
Try this....
extremeImageToUseOnReboot=1.3.6.1.4.1.1916.1.1.1.15
DESCRIPTION: Controls which image will be used on next reboot.
-Ron
extremeImageToUseOnReboot=1.3.6.1.4.1.1916.1.1.1.15
DESCRIPTION: Controls which image will be used on next reboot.
-Ron
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-09-2019 04:09 PM
Correct.
The XMC MIB browser does a great job providing all details in case you are looking for a specific MIB OID and the integer values....
The XMC MIB browser does a great job providing all details in case you are looking for a specific MIB OID and the integer values....
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-09-2019 03:56 PM
Thanks! I tried that before and it was giving me only integer 1 or 2. After testing, 1 means primary and 2 means secondary. ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-09-2019 07:03 AM
Try this....
extremeImageToUseOnReboot=1.3.6.1.4.1.1916.1.1.1.15
DESCRIPTION: Controls which image will be used on next reboot.
-Ron
extremeImageToUseOnReboot=1.3.6.1.4.1.1916.1.1.1.15
DESCRIPTION: Controls which image will be used on next reboot.
-Ron
