hpicfServiceTunnelType
HP-ICF-SERVICE-TUNNEL-MIB ·
.1.3.6.1.4.1.11.2.14.11.5.1.100.1.2.1.1
Object
column r/w
Enumeration
This object is used to configure the service tunnel type.
A value of none(0) indicates that this is not a service tunnel.
A value of intercept(1) indicates that the service tunnel type
is intercept. Intercept tunnels are to be used by applications
that want to intercept and inspect traffic flowing through a
device and re-insert traffic back to the device for
forwarding after inspection.
A value of tap(2) indicates that the service tunnel is of type
Tap. Tap tunnels are used by applications that want to mirror
traffic flowing through the device.
Context
- MIB
- HP-ICF-SERVICE-TUNNEL-MIB
- OID
.1.3.6.1.4.1.11.2.14.11.5.1.100.1.2.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hpicfServiceTunnelEntry
- Groups
- 2
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 'HP-ICF-SERVICE-TUNNEL-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-ICF-SERVICE-TUNNEL-MIB::hpicfServiceTunnelType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HP-ICF-SERVICE-TUNNEL-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-ICF-SERVICE-TUNNEL-MIB::hpicfServiceTunnelType.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HP-ICF-SERVICE-TUNNEL-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HP-ICF-SERVICE-TUNNEL-MIB::hpicfServiceTunnelType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | none |
1 | intercept |
2 | tap |