MIBs Depot

HP-ICF-SERVICE-TUNNEL-MIB

Registered at
1.3.6.1.4.1.11.2.14.11.5.1.100
Last updated
2014-06-17 00:00
Organization
HP Networking
Revisions
2014-06-17 00:00, 2013-06-13 00:00
Namespace
hp
Source file
HP-ICF-SERVICE-TUNNEL-MIB
Digest
sha256:7c1f5e3ab2679f987712a2db7949f1798490d2ffc51a8fe4db791496d833d06f

Description

This MIB module contains HP proprietary objects for managing service tunnels.

Contact

Hewlett-Packard Company 8000 Foothills Blvd. Roseville, CA 95747

Imports

FromSymbols
HP-ICF-OIDhpSwitch
IF-MIBifAlias, ifIndex
SNMP-FRAMEWORK-MIBSnmpAdminString
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter64, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, Unsigned32, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION, TruthValue
TUNNEL-MIBtunnelIfEntry, tunnelInetConfigEntry

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

HP-ICF-OID
HP-ICF-SERVICE-TUNNEL-MIB
IANAifType-MIB
IF-MIB
INET-ADDRESS-MIB
IPV6-FLOW-LABEL-MIB
SNMP-FRAMEWORK-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC
TUNNEL-MIB

Objects

NameOIDSyntaxAccessStatus
hpicfServiceTunnelNotifications
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.5.1.100.0
hpicfServiceTunnelConfigurationObjects
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.5.1.100.1
hpicfServiceTunnelScalars
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.5.1.100.1.1
hpicfMaxIPv4ServiceTunnels
OBJECT-TYPE
Maximum number of IPv4 service tunnels supported on the device which is a sum of maximum Inspect and Tap tunnels.
1.3.6.1.4.1.11.2.14.11.5.1.100.1.1.1Unsigned32read-onlycurrent
hpicfTotalIPv4ServiceTunnels
OBJECT-TYPE
Total number of IPv4 service tunnels configured on the device.This includes both Inspect and Tap tunnels
1.3.6.1.4.1.11.2.14.11.5.1.100.1.1.2Unsigned32read-onlycurrent
hpicfMaxInterceptServiceTunnels
OBJECT-TYPE
Maximum number of Inspect service tunnels supported on the device.
1.3.6.1.4.1.11.2.14.11.5.1.100.1.1.3Unsigned32read-onlycurrent
hpicfTotalIPv4InterceptServiceTunnels
OBJECT-TYPE
Total number of IPv4 service tunnels of type Inspect configured on the device.
1.3.6.1.4.1.11.2.14.11.5.1.100.1.1.4Unsigned32read-onlycurrent
hpicfMaxIPv4TapServiceTunnels
OBJECT-TYPE
Maximum number of IPv4 service tunnels of type Tap supported on the device.
1.3.6.1.4.1.11.2.14.11.5.1.100.1.1.5Unsigned32read-onlycurrent
hpicfTotalIPv4TapServiceTunnels
OBJECT-TYPE
Total number of IPv4 service tunnels of type Tap configured on the device.
1.3.6.1.4.1.11.2.14.11.5.1.100.1.1.6Unsigned32read-onlycurrent
hpicfServiceTunnelTable
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.100.1.2not-accessiblecurrent
hpicfServiceTunnelEntry
OBJECT-TYPE
An entry containing the information on a particular service tunnel.
1.3.6.1.4.1.11.2.14.11.5.1.100.1.2.1not-accessiblecurrent
hpicfServiceTunnelType
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.100.1.2.1.1INTEGER {none(0), intercept(1), tap(2)}read-createcurrent
hpicfServiceTunnelName
OBJECT-TYPE
This object is used to assign a textual name to the tunnel interface.
1.3.6.1.4.1.11.2.14.11.5.1.100.1.2.1.2SnmpAdminStringread-createcurrent
hpicfServiceTunnelIfTable
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.100.1.3not-accessiblecurrent
hpicfServiceTunnelIfEntry
OBJECT-TYPE
An entry containing the information on a particular service tunnel.
1.3.6.1.4.1.11.2.14.11.5.1.100.1.3.1not-accessiblecurrent
hpicfServiceTunnelIfMTU
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.100.1.3.1.1Unsigned32read-createcurrent
hpicfServiceTunnelInterfaceStatus
OBJECT-TYPE
This object indicates the operational state of the tunnel interface.
1.3.6.1.4.1.11.2.14.11.5.1.100.1.3.1.2INTEGER {up(1), down(2)}read-onlycurrent
hpicfServiceTunnelInterfaceDownReason
OBJECT-TYPE
If the tunnelinterface state is DOWN, this object indicates the reason for which it is down.
1.3.6.1.4.1.11.2.14.11.5.1.100.1.3.1.3INTEGER {notApplicable(0), resourceUnavailable(1), noRouteToDestination(2), ifAdminDown(3)}read-onlycurrent
hpicfServiceTunnelInterfaceTruncate
OBJECT-TYPE
Enables partial payloads to be sent on the Tap tunnels in case of MTU violations.
1.3.6.1.4.1.11.2.14.11.5.1.100.1.3.1.4INTEGER {enabled(1), disabled(2)}read-writecurrent
hpicfServiceTunnelStatisticsObjects
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.5.1.100.2
hpicfServiceTunnelScalarStats
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.5.1.100.2.1
hpicfServiceTunnelStatsRxInvalidKey
OBJECT-TYPE
Number of encapsulated packets to un-configured tunnel interfaces of type Intercept. This is not applicable to Tap tunnels.
1.3.6.1.4.1.11.2.14.11.5.1.100.2.1.1Counter64read-onlycurrent
hpicfServiceTunnelStatsRxFragmentDrops
OBJECT-TYPE
Number of fragmented packets received and dropped on tunnel interface. This is not applicable to Tap tunnels.
1.3.6.1.4.1.11.2.14.11.5.1.100.2.1.2Counter64read-onlycurrent
hpicfServiceTunnelStatsTxMTUViolationDrop
OBJECT-TYPE
Number of packets not transmitted on the tunnel interface for MTU violation reasons. This is common to all service tunnel types.
1.3.6.1.4.1.11.2.14.11.5.1.100.2.1.3Counter64read-onlycurrent
hpicfServiceTunnelStatsUnknownSrcMac
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.100.2.1.4Counter64read-onlycurrent
hpicfServiceTunnelStatsScalarClear
OBJECT-TYPE
This object clears tunnel statistics when set to TRUE. A GET request for this object always returns FALSE.
1.3.6.1.4.1.11.2.14.11.5.1.100.2.1.5TruthValueread-writecurrent
hpicfServiceTunnelStatsIfTable
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.100.2.2not-accessiblecurrent
hpicfServiceTunnelStatsIfEntry
OBJECT-TYPE
An entry containing statistics information on a particular service tunnel.
1.3.6.1.4.1.11.2.14.11.5.1.100.2.2.1not-accessiblecurrent
hpicfServiceTunnelStatsRxPackets
OBJECT-TYPE
Number of packets received on the tunnel interface.
1.3.6.1.4.1.11.2.14.11.5.1.100.2.2.1.1Counter64read-onlycurrent
hpicfServiceTunnelStatsTxPackets
OBJECT-TYPE
Number of packets transmitted out of the tunnel interface.
1.3.6.1.4.1.11.2.14.11.5.1.100.2.2.1.2Counter64read-onlycurrent
hpicfServiceTunnelStatsRxHeartbeat
OBJECT-TYPE
Number of heartbeat packets received on the tunnel interface.
1.3.6.1.4.1.11.2.14.11.5.1.100.2.2.1.3Counter64read-onlycurrent
hpicfServiceTunnelStatsTxHeartbeat
OBJECT-TYPE
Number of heartbeat packets transmitted out of the tunnel interface.
1.3.6.1.4.1.11.2.14.11.5.1.100.2.2.1.4Counter64read-onlycurrent
hpicfServiceTunnelLastHeartbeatPacketTimestamp
OBJECT-TYPE
The value of 'SysUpTime' correspondign to last heartbeat packet that was received on this tunnel.
1.3.6.1.4.1.11.2.14.11.5.1.100.2.2.1.5TimeTicksread-onlycurrent
hpicfServiceTunnelStatsClear
OBJECT-TYPE
This object clears tunnel interface statistics when set to TRUE. A GET request for this object always returns FALSE.
1.3.6.1.4.1.11.2.14.11.5.1.100.2.2.1.6TruthValueread-createcurrent
hpicfServiceTunnelConformance
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.5.1.100.3
hpicfServiceTunnelCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.5.1.100.3.1
hpicfServiceTunnelGroups
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.5.1.100.3.2

Notifications

NameOIDStatus
hpicfServiceTunnelIfUp
NOTIFICATION-TYPE
An hpicfServiceTunnelIfUp trap is sent when the the hpicfServiceTunnelInterfaceStatus object for a tunnel changes from DOWN to UP.
1.3.6.1.4.1.11.2.14.11.5.1.100.0.1current
hpicfServiceTunnelIfDown
NOTIFICATION-TYPE
An hpicfServiceTunnelIfDown trap is sent when the hpicfServiceTunnelInterfaceStatus object for a tunnel changes from UP to DOWN state.
1.3.6.1.4.1.11.2.14.11.5.1.100.0.2current

Conformance

NameOIDStatus
hpicfServiceTunnelCompliance
MODULE-COMPLIANCE
The compliance statement for the service tunnel MIB.
1.3.6.1.4.1.11.2.14.11.5.1.100.3.1.1current
hpicfServiceScalarsGroup
OBJECT-GROUP
The collection of objects providing information about the service tunnel.
1.3.6.1.4.1.11.2.14.11.5.1.100.3.2.1current
hpicfServiceScalarsStatsGroup
OBJECT-GROUP
The collection of objects providing information about the service tunnel statistics.
1.3.6.1.4.1.11.2.14.11.5.1.100.3.2.2current
hpicfServiceTunnelGroup
OBJECT-GROUP
The collection of objects providing information about the service tunnel.
1.3.6.1.4.1.11.2.14.11.5.1.100.3.2.3current
hpicfServiceTunnelStatsGroup
OBJECT-GROUP
The collection of objects providing information about the service tunnel statistics.
1.3.6.1.4.1.11.2.14.11.5.1.100.3.2.4current
hpicfServiceTunnelNotificationGroup
NOTIFICATION-GROUP
Group of notifications.
1.3.6.1.4.1.11.2.14.11.5.1.100.3.2.5current
hpicfServiceScalarsGroup1
OBJECT-GROUP
The collection of objects providing information about the service tunnel.
1.3.6.1.4.1.11.2.14.11.5.1.100.3.2.6current
hpicfServiceTunnelGroup1
OBJECT-GROUP
The collection of objects providing information about the service tunnel.
1.3.6.1.4.1.11.2.14.11.5.1.100.3.2.7current