HP-ICF-SERVICE-TUNNEL-MIB: View SNMP OID List / Download MIB

VENDOR: HEWLETT-PACKARD


 Home MIB: HP-ICF-SERVICE-TUNNEL-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 hpicfServiceTunnel 1.3.6.1.4.1.11.2.14.11.5.1.100
This MIB module contains HP proprietary objects for managing service tunnels.
         hpicfServiceTunnelNotifications 1.3.6.1.4.1.11.2.14.11.5.1.100.0
             hpicfServiceTunnelIfUp 1.3.6.1.4.1.11.2.14.11.5.1.100.0.1
An hpicfServiceTunnelIfUp trap is sent when the the hpicfServiceTunnelInterfaceStatus object for a tunnel changes from DOWN to UP.
             hpicfServiceTunnelIfDown 1.3.6.1.4.1.11.2.14.11.5.1.100.0.2
An hpicfServiceTunnelIfDown trap is sent when the hpicfServiceTunnelInterfaceStatus object for a tunnel changes from UP to DOWN state.
         hpicfServiceTunnelConfigurationObjects 1.3.6.1.4.1.11.2.14.11.5.1.100.1
             hpicfServiceTunnelScalars 1.3.6.1.4.1.11.2.14.11.5.1.100.1.1
                 hpicfMaxIPv4ServiceTunnels 1.3.6.1.4.1.11.2.14.11.5.1.100.1.1.1 unsigned32 read-only
Maximum number of IPv4 service tunnels supported on the device which is a sum of maximum Inspect and Tap tunnels.
                 hpicfTotalIPv4ServiceTunnels 1.3.6.1.4.1.11.2.14.11.5.1.100.1.1.2 unsigned32 read-only
Total number of IPv4 service tunnels configured on the device.This includes both Inspect and Tap tunnels
                 hpicfMaxInterceptServiceTunnels 1.3.6.1.4.1.11.2.14.11.5.1.100.1.1.3 unsigned32 read-only
Maximum number of Inspect service tunnels supported on the device.
                 hpicfTotalIPv4InterceptServiceTunnels 1.3.6.1.4.1.11.2.14.11.5.1.100.1.1.4 unsigned32 read-only
Total number of IPv4 service tunnels of type Inspect configured on the device.
                 hpicfMaxIPv4TapServiceTunnels 1.3.6.1.4.1.11.2.14.11.5.1.100.1.1.5 unsigned32 read-only
Maximum number of IPv4 service tunnels of type Tap supported on the device.
                 hpicfTotalIPv4TapServiceTunnels 1.3.6.1.4.1.11.2.14.11.5.1.100.1.1.6 unsigned32 read-only
Total number of IPv4 service tunnels of type Tap configured on the device.
             hpicfServiceTunnelTable 1.3.6.1.4.1.11.2.14.11.5.1.100.1.2 no-access
Table containing information on service tunnels. These are class of IP tunnels that can be used to encapsulate Ethernet frames along with the MAC and VLAN headers.
                 hpicfServiceTunnelEntry 1.3.6.1.4.1.11.2.14.11.5.1.100.1.2.1 no-access
An entry containing the information on a particular service tunnel.
                     hpicfServiceTunnelType 1.3.6.1.4.1.11.2.14.11.5.1.100.1.2.1.1 integer read-only
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. Enumeration: 'none': 0, 'intercept': 1, 'tap': 2.
                     hpicfServiceTunnelName 1.3.6.1.4.1.11.2.14.11.5.1.100.1.2.1.2 snmpadminstring read-only
This object is used to assign a textual name to the tunnel interface.
             hpicfServiceTunnelIfTable 1.3.6.1.4.1.11.2.14.11.5.1.100.1.3 no-access
Table containing information on service tunnels. These are IP tunnels that can be used to encapsulate Ethernet frames along with the MAC and VLAN headers.
                 hpicfServiceTunnelIfEntry 1.3.6.1.4.1.11.2.14.11.5.1.100.1.3.1 no-access
An entry containing the information on a particular service tunnel.
                     hpicfServiceTunnelIfMTU 1.3.6.1.4.1.11.2.14.11.5.1.100.1.3.1.1 unsigned32 read-only
The size of the largest packet which can be sent or received on the interface, specified in octets. For interfaces that are used for transmitting network datagrams, this is the size of the largest network datagram that can be sent on the interface.
                     hpicfServiceTunnelInterfaceStatus 1.3.6.1.4.1.11.2.14.11.5.1.100.1.3.1.2 integer read-only
This object indicates the operational state of the tunnel interface. Enumeration: 'down': 2, 'up': 1.
                     hpicfServiceTunnelInterfaceDownReason 1.3.6.1.4.1.11.2.14.11.5.1.100.1.3.1.3 integer read-only
If the tunnelinterface state is DOWN, this object indicates the reason for which it is down. Enumeration: 'notApplicable': 0, 'ifAdminDown': 3, 'noRouteToDestination': 2, 'resourceUnavailable': 1.
                     hpicfServiceTunnelInterfaceTruncate 1.3.6.1.4.1.11.2.14.11.5.1.100.1.3.1.4 integer read-write
Enables partial payloads to be sent on the Tap tunnels in case of MTU violations. Enumeration: 'disabled': 2, 'enabled': 1.
         hpicfServiceTunnelStatisticsObjects 1.3.6.1.4.1.11.2.14.11.5.1.100.2
             hpicfServiceTunnelScalarStats 1.3.6.1.4.1.11.2.14.11.5.1.100.2.1
                 hpicfServiceTunnelStatsRxInvalidKey 1.3.6.1.4.1.11.2.14.11.5.1.100.2.1.1 counter64 read-only
Number of encapsulated packets to un-configured tunnel interfaces of type Intercept. This is not applicable to Tap tunnels.
                 hpicfServiceTunnelStatsRxFragmentDrops 1.3.6.1.4.1.11.2.14.11.5.1.100.2.1.2 counter64 read-only
Number of fragmented packets received and dropped on tunnel interface. This is not applicable to Tap tunnels.
                 hpicfServiceTunnelStatsTxMTUViolationDrop 1.3.6.1.4.1.11.2.14.11.5.1.100.2.1.3 counter64 read-only
Number of packets not transmitted on the tunnel interface for MTU violation reasons. This is common to all service tunnel types.
                 hpicfServiceTunnelStatsUnknownSrcMac 1.3.6.1.4.1.11.2.14.11.5.1.100.2.1.4 counter64 read-only
Number of packets received on tunnel interfaces but dropped because the source MAC address of the frame is not present in the FDB. This is not applicable to Tap tunnels.
                 hpicfServiceTunnelStatsScalarClear 1.3.6.1.4.1.11.2.14.11.5.1.100.2.1.5 truthvalue read-write
This object clears tunnel statistics when set to TRUE. A GET request for this object always returns FALSE.
             hpicfServiceTunnelStatsIfTable 1.3.6.1.4.1.11.2.14.11.5.1.100.2.2 no-access
Table containing statistics information on service tunnels. Service Tap tunnels are uni-directional and will not receive packets. Hence the MIB objects for Rx Statistics are not applicable for Tap tunnels and will always be 0.
                 hpicfServiceTunnelStatsIfEntry 1.3.6.1.4.1.11.2.14.11.5.1.100.2.2.1 no-access
An entry containing statistics information on a particular service tunnel.
                     hpicfServiceTunnelStatsRxPackets 1.3.6.1.4.1.11.2.14.11.5.1.100.2.2.1.1 counter64 read-only
Number of packets received on the tunnel interface.
                     hpicfServiceTunnelStatsTxPackets 1.3.6.1.4.1.11.2.14.11.5.1.100.2.2.1.2 counter64 read-only
Number of packets transmitted out of the tunnel interface.
                     hpicfServiceTunnelStatsRxHeartbeat 1.3.6.1.4.1.11.2.14.11.5.1.100.2.2.1.3 counter64 read-only
Number of heartbeat packets received on the tunnel interface.
                     hpicfServiceTunnelStatsTxHeartbeat 1.3.6.1.4.1.11.2.14.11.5.1.100.2.2.1.4 counter64 read-only
Number of heartbeat packets transmitted out of the tunnel interface.
                     hpicfServiceTunnelLastHeartbeatPacketTimestamp 1.3.6.1.4.1.11.2.14.11.5.1.100.2.2.1.5 timeticks read-only
The value of 'SysUpTime' correspondign to last heartbeat packet that was received on this tunnel.
                     hpicfServiceTunnelStatsClear 1.3.6.1.4.1.11.2.14.11.5.1.100.2.2.1.6 truthvalue read-only
This object clears tunnel interface statistics when set to TRUE. A GET request for this object always returns FALSE.
         hpicfServiceTunnelConformance 1.3.6.1.4.1.11.2.14.11.5.1.100.3
             hpicfServiceTunnelCompliances 1.3.6.1.4.1.11.2.14.11.5.1.100.3.1
                 hpicfServiceTunnelCompliance 1.3.6.1.4.1.11.2.14.11.5.1.100.3.1.1
The compliance statement for the service tunnel MIB.
             hpicfServiceTunnelGroups 1.3.6.1.4.1.11.2.14.11.5.1.100.3.2
                 hpicfServiceScalarsGroup 1.3.6.1.4.1.11.2.14.11.5.1.100.3.2.1
The collection of objects providing information about the service tunnel.
                 hpicfServiceScalarsStatsGroup 1.3.6.1.4.1.11.2.14.11.5.1.100.3.2.2
The collection of objects providing information about the service tunnel statistics.
                 hpicfServiceTunnelGroup 1.3.6.1.4.1.11.2.14.11.5.1.100.3.2.3
The collection of objects providing information about the service tunnel.
                 hpicfServiceTunnelStatsGroup 1.3.6.1.4.1.11.2.14.11.5.1.100.3.2.4
The collection of objects providing information about the service tunnel statistics.
                 hpicfServiceTunnelNotificationGroup 1.3.6.1.4.1.11.2.14.11.5.1.100.3.2.5
Group of notifications.
                 hpicfServiceScalarsGroup1 1.3.6.1.4.1.11.2.14.11.5.1.100.3.2.6
The collection of objects providing information about the service tunnel.
                 hpicfServiceTunnelGroup1 1.3.6.1.4.1.11.2.14.11.5.1.100.3.2.7
The collection of objects providing information about the service tunnel.