Page 2 of 2
Re: router / switch wizard SNMPv3
Posted: Fri May 16, 2014 10:27 am
by b2m
I believe we are talking about different things.
The result of the interface state checks looks like that with the new version:
It would be great if you could change the check_ifoperstatnag so that it shows:
Code: Select all
OK - Interface Gig0/24 (index 10124) is up.
With Gig0/24 is the port-identifier given by snmpget IF-MIB::ifDescr.ifindex.
We already had that in the wizard of 2012 version. Could you add this one or two lines to the script, please? I would do it by myself but it's hard for me to understand the bash syntax.
Thanks a lot.
Re: router / switch wizard SNMPv3
Posted: Fri May 16, 2014 10:51 am
by jomann
I'm sorry I didn't understand the first time. Checking with v2c it worked and showed:
Code: Select all
OK - Interface eth1 (index 2) is up.
However, when trying with v3 you are right. Our plugin for version 3 does not grab the interface name. I've made a couple small changes to the plugin to grab the interface name.
I've attached a v2.0.5 of the switch wizard for you to use.
Re: router / switch wizard SNMPv3
Posted: Fri May 16, 2014 10:52 am
by costanza2k1
jomann wrote:I'm sorry I didn't understand the first time. Checking with v2c it worked and showed:
Code: Select all
OK - Interface eth1 (index 2) is up.
However, when trying with v3 you are right. Our plugin for version 3 does not grab the interface name. I've made a couple small changes to the plugin to grab the interface name.
I've attached a v2.0.5 of the switch wizard for you to use.
Trying this update myself, will report back.
Re: router / switch wizard SNMPv3
Posted: Fri May 16, 2014 11:02 am
by costanza2k1
costanza2k1 wrote:jomann wrote:I'm sorry I didn't understand the first time. Checking with v2c it worked and showed:
Code: Select all
OK - Interface eth1 (index 2) is up.
However, when trying with v3 you are right. Our plugin for version 3 does not grab the interface name. I've made a couple small changes to the plugin to grab the interface name.
I've attached a v2.0.5 of the switch wizard for you to use.
Trying this update myself, will report back.
pow! back in action! Thank you so much!
Re: router / switch wizard SNMPv3
Posted: Fri May 16, 2014 11:07 am
by tmcdonald
costanza2k1 wrote:pow! back in action! Thank you so much!
Bam! Waiting for b2m to apply the fix now before we close this up. Thank you jomann for the fix.

Re: router / switch wizard SNMPv3
Posted: Fri May 16, 2014 11:12 am
by b2m
costanza2k1 wrote:costanza2k1 wrote:jomann wrote:I'm sorry I didn't understand the first time. Checking with v2c it worked and showed:
Code: Select all
OK - Interface eth1 (index 2) is up.
However, when trying with v3 you are right. Our plugin for version 3 does not grab the interface name. I've made a couple small changes to the plugin to grab the interface name.
I've attached a v2.0.5 of the switch wizard for you to use.
Trying this update myself, will report back.
pow! back in action! Thank you so much!
Thanks you from me, as well. I'll test your new version as soon as possible.
Re: router / switch wizard SNMPv3
Posted: Fri May 16, 2014 11:13 am
by costanza2k1
tmcdonald wrote:costanza2k1 wrote:pow! back in action! Thank you so much!
Bam! Waiting for b2m to apply the fix now before we close this up. Thank you jomann for the fix.

Thanks again all!

Re: router / switch wizard SNMPv3
Posted: Fri May 16, 2014 11:42 am
by dfmco
That fixed it for me as well! Wizard works fine again.