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