Huawei Port Monitoring with Nagios
Posted: Fri Jun 09, 2017 3:14 am
Hello, Im trying to do port monitoring of a Huawei s5700 switch.
same config works for cisco, juniper, ubiquiti, tp link, everything.
But not working for Huawei.
What am I doing wrong ?
what we want to do if we want to monitor port 3 of Huawei Switch which ifindex is 7 ?
we have added below config in nagios config file
SNMPWALK is fine
but we cannot monitor switchport status
might be some special config is required
same config works for cisco, juniper, ubiquiti, tp link, everything.
But not working for Huawei.
What am I doing wrong ?
what we want to do if we want to monitor port 3 of Huawei Switch which ifindex is 7 ?
we have added below config in nagios config file
define service{
use generic-service ; Inherit values from a template
host_name Huawei-Copper-NOC-Switch
service_description Port 3 Link Status
check_command check_snmp!-C jetpop@1 -o ifOperStatus.7 -r 1 -m RFC1213-MIB
notes "ok"
}
SNMPWALK is fine
but we cannot monitor switchport status
might be some special config is required