Hiya all,
I want to check a SNMP table for multiple values.
The SNMP table contains IP addresses, and I want to check for the presence of multiple IP addresses...
Can that be achieved?
Thanks!
Kris
check multiple values in SNMP table
You may use Optional status processing, e.g. "Use Warning status if ('10.10.0.5' in '%SNMPTable%') or ('10.10.0.8' in '%SNMPTable%')
http://ks-soft.net/hostmon.eng/mframe.h ... processing
Regards
Alex
http://ks-soft.net/hostmon.eng/mframe.h ... processing
Regards
Alex
Maybe elaborating on the challenge at hand could help a bit.
Here's the sutuation:
I'm querying a Motorola RFS6000 WLAN management switch for a SNMP table of the IP addresses of all WLAN connected devices.
There's a DHCP server vending out IP addresses from 192.168.2.11 to 192.168.2.254
What I need to detect is if there are any IP addresses below 192.168.2.11 in the SNMP table.
HTH......
Here's the sutuation:
I'm querying a Motorola RFS6000 WLAN management switch for a SNMP table of the IP addresses of all WLAN connected devices.
There's a DHCP server vending out IP addresses from 192.168.2.11 to 192.168.2.254
What I need to detect is if there are any IP addresses below 192.168.2.11 in the SNMP table.
HTH......