hpnicfAclLinkL2LabelRangeOp
HPN-ICF-ACL-MIB ·
.1.3.6.1.4.1.11.2.14.11.15.2.8.1.7.1.25
Object
column r/w
Enumeration
Operation symbol of the MPLS label.
If the symbol is range(5), the objects hpnicfAclLinkL2LabelRangeBegin and
hpnicfAclLinkL2LabelRangeEnd should have different values indicating a range.
Otherwise, only hpnicfAclLinkL2LabelRangeBegin counts,
object hpnicfAclLinkL2LabelRangeEnd is ignored.
invalid(0) -- unavailable
lt(1) -- less than
eq(2) -- equal
gt(3) -- great than
neq(4) -- not equal
range(5) -- a range with two ends included
Context
- MIB
- HPN-ICF-ACL-MIB
- OID
.1.3.6.1.4.1.11.2.14.11.15.2.8.1.7.1.25- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hpnicfAclLinkEntry
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 'HPN-ICF-ACL-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPN-ICF-ACL-MIB::hpnicfAclLinkL2LabelRangeOp'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HPN-ICF-ACL-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPN-ICF-ACL-MIB::hpnicfAclLinkL2LabelRangeOp.<hpnicfAclLinkAclNum>.<hpnicfAclLinkSubitem>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HPN-ICF-ACL-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HPN-ICF-ACL-MIB::hpnicfAclLinkL2LabelRangeOp'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | invalid |
1 | lt |
2 | eq |
3 | gt |
4 | neq |
5 | range |