HP-ICF-SERVICE-TUNNEL-MIB

File: HP-ICF-SERVICE-TUNNEL-MIB.mib (15776 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
IF-MIB SNMP-FRAMEWORK-MIB TUNNEL-MIB
HP-ICF-OID

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
Counter64 NOTIFICATION-TYPE TimeTicks
OBJECT-GROUP MODULE-COMPLIANCE NOTIFICATION-GROUP
TruthValue ifIndex ifAlias
SnmpAdminString tunnelIfEntry tunnelInetConfigEntry
hpSwitch

Defined Types

HpicfServiceTunnelEntry  
SEQUENCE    
  hpicfServiceTunnelType INTEGER
  hpicfServiceTunnelName SnmpAdminString

HpicfServiceTunnelIfEntry  
SEQUENCE    
  hpicfServiceTunnelIfMTU Unsigned32
  hpicfServiceTunnelInterfaceStatus INTEGER
  hpicfServiceTunnelInterfaceDownReason INTEGER

HpicfServiceTunnelStatsIfEntry  
SEQUENCE    
  hpicfServiceTunnelStatsRxPackets Counter64
  hpicfServiceTunnelStatsTxPackets Counter64
  hpicfServiceTunnelStatsRxHeartbeat Counter64
  hpicfServiceTunnelStatsTxHeartbeat Counter64
  hpicfServiceTunnelLastHeartbeatPacketTimestamp TimeTicks
  hpicfServiceTunnelStatsClear TruthValue

Defined Values

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.
MODULE-IDENTITY    

hpicfServiceTunnelNotifications 1.3.6.1.4.1.11.2.14.11.5.1.100.0
OBJECT IDENTIFIER    

hpicfServiceTunnelConfigurationObjects 1.3.6.1.4.1.11.2.14.11.5.1.100.1
OBJECT IDENTIFIER    

hpicfServiceTunnelStatisticsObjects 1.3.6.1.4.1.11.2.14.11.5.1.100.2
OBJECT IDENTIFIER    

hpicfServiceTunnelConformance 1.3.6.1.4.1.11.2.14.11.5.1.100.3
OBJECT IDENTIFIER    

hpicfServiceTunnelScalars 1.3.6.1.4.1.11.2.14.11.5.1.100.1.1
OBJECT IDENTIFIER    

hpicfServiceTunnelScalarStats 1.3.6.1.4.1.11.2.14.11.5.1.100.2.1
OBJECT IDENTIFIER    

hpicfMaxIPv4ServiceTunnels 1.3.6.1.4.1.11.2.14.11.5.1.100.1.1.1
Maximum number of IPv4 service tunnels supported on the device.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpicfTotalIPv4ServiceTunnels 1.3.6.1.4.1.11.2.14.11.5.1.100.1.1.2
Total number of IPv4 service tunnels configured on the device.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpicfServiceTunnelTable 1.3.6.1.4.1.11.2.14.11.5.1.100.1.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfServiceTunnelEntry

hpicfServiceTunnelEntry 1.3.6.1.4.1.11.2.14.11.5.1.100.1.2.1
An entry containing the information on a particular service tunnel.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfServiceTunnelEntry  

hpicfServiceTunnelType 1.3.6.1.4.1.11.2.14.11.5.1.100.1.2.1.1
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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(0), intercept(1)  

hpicfServiceTunnelName 1.3.6.1.4.1.11.2.14.11.5.1.100.1.2.1.2
This object is used to assign a textual name to the tunnel interface.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

hpicfServiceTunnelIfTable 1.3.6.1.4.1.11.2.14.11.5.1.100.1.3
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfServiceTunnelIfEntry

hpicfServiceTunnelIfEntry 1.3.6.1.4.1.11.2.14.11.5.1.100.1.3.1
An entry containing the information on a particular service tunnel.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfServiceTunnelIfEntry  

hpicfServiceTunnelIfMTU 1.3.6.1.4.1.11.2.14.11.5.1.100.1.3.1.1
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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

hpicfServiceTunnelInterfaceStatus 1.3.6.1.4.1.11.2.14.11.5.1.100.1.3.1.2
This object indicates the operational state of the tunnel interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

hpicfServiceTunnelInterfaceDownReason 1.3.6.1.4.1.11.2.14.11.5.1.100.1.3.1.3
If the tunnelinterface state is DOWN, this object indicates the reason for which it is down.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notApplicable(0), resourceUnavailable(1), noRouteToDestination(2)  

hpicfServiceTunnelStatsRxInvalidKey 1.3.6.1.4.1.11.2.14.11.5.1.100.2.1.1
Number of encapsulated packets to non-existent tunnel interfaces.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpicfServiceTunnelStatsRxFragmentDrops 1.3.6.1.4.1.11.2.14.11.5.1.100.2.1.2
Number of fragmented packets received and dropped on tunnel interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpicfServiceTunnelStatsTxMTUViolationDrop 1.3.6.1.4.1.11.2.14.11.5.1.100.2.1.3
Number of packets not transmitted on the tunnel interface for MTU violation reasons.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpicfServiceTunnelStatsUnknownSrcMac 1.3.6.1.4.1.11.2.14.11.5.1.100.2.1.4
Number of packets received on tunnel interfaces but dropped because the source MAC address of the frame is not present in the FDB
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpicfServiceTunnelStatsScalarClear 1.3.6.1.4.1.11.2.14.11.5.1.100.2.1.5
This object clears tunnel statistics when set to TRUE. A GET request for this object always returns FALSE.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpicfServiceTunnelStatsIfTable 1.3.6.1.4.1.11.2.14.11.5.1.100.2.2
Table containing statistics information on service tunnels.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfServiceTunnelStatsIfEntry

hpicfServiceTunnelStatsIfEntry 1.3.6.1.4.1.11.2.14.11.5.1.100.2.2.1
An entry containing statistics information on a particular service tunnel.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfServiceTunnelStatsIfEntry  

hpicfServiceTunnelStatsRxPackets 1.3.6.1.4.1.11.2.14.11.5.1.100.2.2.1.1
Number of packets received on the tunnel interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpicfServiceTunnelStatsTxPackets 1.3.6.1.4.1.11.2.14.11.5.1.100.2.2.1.2
Number of packets transmitted out of the tunnel interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpicfServiceTunnelStatsRxHeartbeat 1.3.6.1.4.1.11.2.14.11.5.1.100.2.2.1.3
Number of heartbeat packets received on the tunnel interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpicfServiceTunnelStatsTxHeartbeat 1.3.6.1.4.1.11.2.14.11.5.1.100.2.2.1.4
Number of heartbeat packets transmitted out of the tunnel interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpicfServiceTunnelLastHeartbeatPacketTimestamp 1.3.6.1.4.1.11.2.14.11.5.1.100.2.2.1.5
The value of 'SysUpTime' correspondign to last heartbeat packet that was received on this tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

hpicfServiceTunnelStatsClear 1.3.6.1.4.1.11.2.14.11.5.1.100.2.2.1.6
This object clears tunnel interface statistics when set to TRUE. A GET request for this object always returns FALSE.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

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.
Status: current Access: read-create
NOTIFICATION-TYPE    

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.
Status: current Access: read-create
NOTIFICATION-TYPE    

hpicfServiceTunnelCompliances 1.3.6.1.4.1.11.2.14.11.5.1.100.3.1
OBJECT IDENTIFIER    

hpicfServiceTunnelGroups 1.3.6.1.4.1.11.2.14.11.5.1.100.3.2
OBJECT IDENTIFIER    

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.
Status: current Access: read-create
MODULE-COMPLIANCE    

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.
Status: current Access: read-create
OBJECT-GROUP    

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.
Status: current Access: read-create
OBJECT-GROUP    

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.
Status: current Access: read-create
OBJECT-GROUP    

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.
Status: current Access: read-create
OBJECT-GROUP    

hpicfServiceTunnelNotificationGroup 1.3.6.1.4.1.11.2.14.11.5.1.100.3.2.5
Group of notifications.
Status: current Access: read-create
NOTIFICATION-GROUP