zxAnMulticastIfTestFailedReason
ZTE-AN-MULTICAST-TEST-MIB ·
.1.3.6.1.4.1.3902.1015.28.2.1.2.1.21
Object
column Enumeration
The failed reason of test.
none(1) - No error.
pvcNotExist(2) - Specified PVC does not exist.
mvlanNotExist(3) - Specified MVLAN does not exist.
groupNotExist(4) - Specified multicast group does not exist.
groupInvalid(5) - Specified multicast group is invalid.
parameterError(6) - parameters is invalid.
noTrafficDetected(7) - No multicast traffic is detected.
joinFailed(8) - Port join group failed.
leaveFailed(9) - Port leave group failed.
setAclFailed(10) - Fail to set acl.
setLoopbackFailed(11) - Fail to set loopback.
getStatsFailed(12) - Fail to get muticast statistics.
hardwareNotSupport(13) - Hardware does not support.
unknown(255) - Unknown error.
Context
- MIB
- ZTE-AN-MULTICAST-TEST-MIB
- OID
.1.3.6.1.4.1.3902.1015.28.2.1.2.1.21- Type
- column
- Access
- readonly
- Status
- current
- Parent
- zxAnMulticastIfTestEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ZTE-AN-MULTICAST-TEST-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-MULTICAST-TEST-MIB::zxAnMulticastIfTestFailedReason'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZTE-AN-MULTICAST-TEST-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-MULTICAST-TEST-MIB::zxAnMulticastIfTestFailedReason.<zxAnMulticastIfTestRack>.<zxAnMulticastIfTestShelf>.<zxAnMulticastIfTestSlot>.<zxAnMulticastIfTestPort>.<zxAnMulticastIfTestOnu>.<zxAnMulticastIfTestIfType>.<zxAnMulticastIfTestLogicalId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZTE-AN-MULTICAST-TEST-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZTE-AN-MULTICAST-TEST-MIB::zxAnMulticastIfTestFailedReason'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | pvcNotExist |
3 | mvlanNotExist |
4 | groupNotExist |
5 | groupInvalid |
6 | parameterError |
7 | noTrafficDetected |
8 | joinFailed |
9 | leaveFailed |
10 | setAclFailed |
11 | setLoopbackFailed |
12 | getStatsFailed |
13 | hardwareNotSupport |
255 | unknown |