Hello,
I need to monitor a dozen of IPSEC VPNs managed by a Watchguard appliance. I've successfully added SNMP (v3) configuration and imported MIBs for Watchguard, so I can test SNMP with commands like this:
snmpwalk -v 3 -l authPriv -u xxxx -a MD5 -A yyyy -x DES -X zzzz -c public xxx.xxx.xxx.xxx 1.3.6.1.4.1.3097.6.5.1.2.1.20.1
and it works, I used these links for reference
What should I do to implement monitoring of these VPNs? Any experience?
I need to monitor a dozen of IPSEC VPNs managed by a Watchguard appliance. I've successfully added SNMP (v3) configuration and imported MIBs for Watchguard, so I can test SNMP with commands like this:
snmpwalk -v 3 -l authPriv -u xxxx -a MD5 -A yyyy -x DES -X zzzz -c public xxx.xxx.xxx.xxx 1.3.6.1.4.1.3097.6.5.1.2.1.20.1
and it works, I used these links for reference
What should I do to implement monitoring of these VPNs? Any experience?
Comment