connPvcTrfResult
NEC-MIB ·
.1.3.6.1.4.1.119.2.3.14.9.4.1.2.1.14
Object
column mandatory
Enumeration
Indicate the processing result after Traffic control. If the path does not exist, noSuchName. The result of the registration EntrySucceed (2) --- Normal end of the registration AlreadyEntry (3) --- Double registration tableOverflow (4) --- The number of registration is over the limit. The result of the deletion RemoveSucceed (5) --- Normal end of the deletion notEntry (6) --- Non-registration Normally, other (1) is indicated. It is the current status just after the traffic control. Once, the traffic control is got, then it returns to other (1).
Context
- MIB
- NEC-MIB
- OID
.1.3.6.1.4.1.119.2.3.14.9.4.1.2.1.14- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- connPvcEntry
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 'NEC-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NEC-MIB::connPvcTrfResult'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NEC-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NEC-MIB::connPvcTrfResult.<connPvcPort>.<connPvcVpi>.<connPvcVci>.<connPvcDirection>.<connPvcIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NEC-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NEC-MIB::connPvcTrfResult'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | entrySucceed |
3 | alreadyEntry |
4 | tableOverflow |
5 | removeSucceed |
6 | notEntry |