HH3C-LI-MIB

File: HH3C-LI-MIB.mib (27524 bytes)

Imported modules

HH3C-OID-MIB SNMPv2-SMI SNMPv2-TC
INET-ADDRESS-MIB IF-MIB SNMP-FRAMEWORK-MIB

Imported symbols

hh3cCommon Counter64 Counter32
Integer32 Unsigned32 OBJECT-TYPE
MODULE-IDENTITY NOTIFICATION-TYPE RowStatus
TruthValue MacAddress DateAndTime
InetAddress InetAddressType InetAddressPrefixLength
InetPortNumber InterfaceIndexOrZero SnmpAdminString

Defined Types

Hh3cLIMediationEntry  
SEQUENCE    
  hh3cLIMediationIndex Integer32
  hh3cLIMediationDestAddrType InetAddressType
  hh3cLIMediationDestAddr InetAddress
  hh3cLIMediationDestPort InetPortNumber
  hh3cLIMediationSrcInterface InterfaceIndexOrZero
  hh3cLIMediationDscp Integer32
  hh3cLIMediationTimeOut DateAndTime
  hh3cLIMediationTransport INTEGER
  hh3cLIMediationNotificationEnable TruthValue
  hh3cLIMediationRowStatus RowStatus

Hh3cLIStreamEntry  
SEQUENCE    
  hh3cLIStreamIndex Integer32
  hh3cLIStreamtype INTEGER
  hh3cLIStreamEnable TruthValue
  hh3cLIStreamPackets Counter32
  hh3cLIStreamDrops Counter32
  hh3cLIStreamHPackets Counter64
  hh3cLIStreamHDrops Counter64
  hh3cLIStreamRowStatus RowStatus

Hh3cLIIPStreamEntry  
SEQUENCE    
  hh3cLIIPStreamInterface InterfaceIndexOrZero
  hh3cLIIPStreamAddrType InetAddressType
  hh3cLIIPStreamDestAddr InetAddress
  hh3cLIIPStreamDestAddrLength InetAddressPrefixLength
  hh3cLIIPStreamSrcAddr InetAddress
  hh3cLIIPStreamSrcAddrLength InetAddressPrefixLength
  hh3cLIIPStreamTosByte Integer32
  hh3cLIIPStreamTosByteMask Integer32
  hh3cLIIPStreamFlowId Integer32
  hh3cLIIPStreamProtocol Integer32
  hh3cLIIPStreamDestL4PortMin InetPortNumber
  hh3cLIIPStreamDestL4PortMax InetPortNumber
  hh3cLIIPStreamSrcL4PortMin InetPortNumber
  hh3cLIIPStreamSrcL4PortMax InetPortNumber
  hh3cLIIPStreamVRF SnmpAdminString
  hh3cLIIPStreamRowStatus RowStatus

Hh3cLIMACStreamEntry  
SEQUENCE    
  hh3cLIMACStreamFields BITS
  hh3cLIMACStreamInterface InterfaceIndexOrZero
  hh3cLIMACStreamDestAddr MacAddress
  hh3cLIMACStreamSrcAddr MacAddress
  hh3cLIMACStreamEthPid Unsigned32
  hh3cLIMACStreamDSap Unsigned32
  hh3cLIMACStreamSSap Unsigned32
  hh3cLIMACStreamRowStatus RowStatus

Hh3cLIUserStreamEntry  
SEQUENCE    
  hh3cLIUserStreamAcctSessID OCTET STRING
  hh3cLIUserStreamRowStatus RowStatus

Defined Values

hh3cLI 1.3.6.1.4.1.25506.2.111
Lawful Interception MIB
MODULE-IDENTITY    

hh3cLICommon 1.3.6.1.4.1.25506.2.111.1
OBJECT IDENTIFIER    

hh3cLITrapBindObjects 1.3.6.1.4.1.25506.2.111.1.1
OBJECT IDENTIFIER    

hh3cLIBoardInformation 1.3.6.1.4.1.25506.2.111.1.1.1
It is a slot number.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32  

hh3cLINotifications 1.3.6.1.4.1.25506.2.111.1.2
OBJECT IDENTIFIER    

hh3cLINotificationsPrefix 1.3.6.1.4.1.25506.2.111.1.2.0
OBJECT IDENTIFIER    

hh3cLIActive 1.3.6.1.4.1.25506.2.111.1.2.0.1
This Notification is sent when a type of intercepting configuration is changed from inactive to active. The value of the hh3cLIStreamtype which identify the actual intercept stream is included in this notification.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

hh3cLITimeOut 1.3.6.1.4.1.25506.2.111.1.2.0.2
When the time specified in hh3cLIMediationTimeout arrives, the device notifies the manager corresponding intercept is removed.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

hh3cLIFailureInformation 1.3.6.1.4.1.25506.2.111.1.2.0.3
When interception is configured on distributed device, the configuration perhaps failed on some board. If this happened, this notification will occur.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

hh3cLIObjects 1.3.6.1.4.1.25506.2.111.1.3
OBJECT IDENTIFIER    

hh3cLINewIndex 1.3.6.1.4.1.25506.2.111.1.3.1
This object will be used as an index value for a new hh3cLIMediationEntry. Whenever read, the agent will give a non-used value. This is to reduce the probability of conflict during creation of new hh3cLIMediationTable entries.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

hh3cLIMediationTable 1.3.6.1.4.1.25506.2.111.1.3.2
This table describes interception gateway information with which interception device communicates.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cLIMediationEntry

hh3cLIMediationEntry 1.3.6.1.4.1.25506.2.111.1.3.2.1
An entry of configuring mediation device.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cLIMediationEntry  

hh3cLIMediationIndex 1.3.6.1.4.1.25506.2.111.1.3.2.1.1
hh3cLIMediationIndex is a entry identifier. The Mediation Device should be responsible for making sure these are unique. Before creating a new entry, a value for this variable may be obtained by reading hh3cLINewIndex to reduce the probability of a value collision.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

hh3cLIMediationDestAddrType 1.3.6.1.4.1.25506.2.111.1.3.2.1.2
The type of hh3cLIMediationDestAddr.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

hh3cLIMediationDestAddr 1.3.6.1.4.1.25506.2.111.1.3.2.1.3
The IP Address of the Mediation Device to receive intercepted traffic.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

hh3cLIMediationDestPort 1.3.6.1.4.1.25506.2.111.1.3.2.1.4
The L4-port number on the Mediation Device to receive intercepted traffic.
Status: current Access: read-write
OBJECT-TYPE    
  InetPortNumber  

hh3cLIMediationSrcInterface 1.3.6.1.4.1.25506.2.111.1.3.2.1.5
The interface on the intercepting device from which to transmit intercepted data. If zero, intercepting device will select an outbound interface according to hh3cLIMediationDestAddr.
Status: current Access: read-write
OBJECT-TYPE    
  InterfaceIndexOrZero  

hh3cLIMediationDscp 1.3.6.1.4.1.25506.2.111.1.3.2.1.6
The Differentiated Services Code Point the intercepting device applies to the IP packets encapsulating the intercepted traffic.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hh3cLIMediationTimeOut 1.3.6.1.4.1.25506.2.111.1.3.2.1.7
The time at which this row and all related Stream Table rows should be automatically removed, and the intercept function expire.
Status: current Access: read-write
OBJECT-TYPE    
  DateAndTime  

hh3cLIMediationTransport 1.3.6.1.4.1.25506.2.111.1.3.2.1.8
The protocol used in transferring intercepted data to the Mediation Device.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER udp(1)  

hh3cLIMediationNotificationEnable 1.3.6.1.4.1.25506.2.111.1.3.2.1.9
This variable controls the generation of any notifications or informs by the MIB agent for this table entry.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hh3cLIMediationRowStatus 1.3.6.1.4.1.25506.2.111.1.3.2.1.10
Operation status of this table entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cLIStreamTable 1.3.6.1.4.1.25506.2.111.1.3.3
This table lists the traffic stream's type to be intercepted. The specified filter is defined in hh3cLIIPStreamTable, hh3cLIMACStreamTable or hh3cLIUserStreamTable, according to hh3cLIStreamtype. Also it contains counters for packets to be intercepted and dropped by attached type of filter.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cLIStreamEntry

hh3cLIStreamEntry 1.3.6.1.4.1.25506.2.111.1.3.3.1
A single type of data stream to be intercepted.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cLIStreamEntry  

hh3cLIStreamIndex 1.3.6.1.4.1.25506.2.111.1.3.3.1.1
The index of the stream entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

hh3cLIStreamtype 1.3.6.1.4.1.25506.2.111.1.3.3.1.2
Identifies the type of stream, and according to it uses filter table. It can not be changed after a filter table is attached to it. The following types of streams are supported: ip: IP filter. The exact definition is a row in hh3cLIIPStreamTable. mac: MAC filter. The exact definition is a row in hh3cLIMACStreamTable. userConnecton: User connection filter. The exact definition is a row in hh3cLIUserStreamTable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ip(1), mac(2), userConnection(3)  

hh3cLIStreamEnable 1.3.6.1.4.1.25506.2.111.1.3.3.1.3
If 'true', the interception is active. And it is set to 'true' only after an additional filter specification has been attached to this stream.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hh3cLIStreamPackets 1.3.6.1.4.1.25506.2.111.1.3.3.1.4
The numbers of packets that have been intercepted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cLIStreamDrops 1.3.6.1.4.1.25506.2.111.1.3.3.1.5
The numbers of packets were dropped in the lawful intercept process.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cLIStreamHPackets 1.3.6.1.4.1.25506.2.111.1.3.3.1.6
The numbers of packets have been intercepted. This object is a 64-bit version of hh3cLIStreamPackets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hh3cLIStreamHDrops 1.3.6.1.4.1.25506.2.111.1.3.3.1.7
The numbers of packets were dropped in the lawful intercept process. This object is a 64-bit version of hh3cLIStreamDrops.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hh3cLIStreamRowStatus 1.3.6.1.4.1.25506.2.111.1.3.3.1.8
Operation status of this table entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cLIIPStream 1.3.6.1.4.1.25506.2.111.2
OBJECT IDENTIFIER    

hh3cLIIPStreamObjects 1.3.6.1.4.1.25506.2.111.2.1
OBJECT IDENTIFIER    

hh3cLIIPStreamTable 1.3.6.1.4.1.25506.2.111.2.1.1
This table lists the IPv4 and IPv6 streams to be intercepted. It is associated with hh3cLIMediationTable and hh3cLIStreamTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cLIIPStreamEntry

hh3cLIIPStreamEntry 1.3.6.1.4.1.25506.2.111.2.1.1.1
A single stream to be intercepted. The first index indicates the Mediation Device. The second index is that of the stream's counter entry in the hh3cLIStreamTable. The second index permits multiple classifiers to be used together, such as having an IP address as source or destination.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cLIIPStreamEntry  

hh3cLIIPStreamInterface 1.3.6.1.4.1.25506.2.111.2.1.1.1.1
Traffic received or transmitted over this interface will be intercepted. This value must be set when creating a stream entry, either zero, or a valid interface index. If the value is zero, interception accepts any interface. Then at least one additional parameter must be selected, and not be default value.
Status: current Access: read-write
OBJECT-TYPE    
  InterfaceIndexOrZero  

hh3cLIIPStreamAddrType 1.3.6.1.4.1.25506.2.111.2.1.1.1.2
The type of address, used in packet selection.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

hh3cLIIPStreamDestAddr 1.3.6.1.4.1.25506.2.111.2.1.1.1.3
The Destination address used in packet selection. This address will be consistent with the type specified in hh3cLIIPStreamAddrType.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

hh3cLIIPStreamDestAddrLength 1.3.6.1.4.1.25506.2.111.2.1.1.1.4
The length of the Destination Prefix. A value of zero means all addresses to match. This prefix length will be consistent with the type specified in hh3cLIIPStreamAddrType.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressPrefixLength  

hh3cLIIPStreamSrcAddr 1.3.6.1.4.1.25506.2.111.2.1.1.1.5
The Source Address used in packet selection. This address will be consistent with the type specified in hh3cLIIPStreamAddrType.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

hh3cLIIPStreamSrcAddrLength 1.3.6.1.4.1.25506.2.111.2.1.1.1.6
The length of the Source Prefix. A value of zero means all addresses to match. This prefix length will be consistent with the type specified in hh3cLIIPStreamAddrType.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressPrefixLength  

hh3cLIIPStreamTosByte 1.3.6.1.4.1.25506.2.111.2.1.1.1.7
The value of the TOS byte. If hh3cLIIPStreamTosByte&(~hh3cLIIPStreamTosByteMask)!=0, configuration is rejected.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..255  

hh3cLIIPStreamTosByteMask 1.3.6.1.4.1.25506.2.111.2.1.1.1.8
This value is ANDed with the value of the TOS byte in a packet and compared with hh3cLIIPStreamTosByte. If the values are equal, the comparison is equal. If both the mask and the TosByte value are zero, the result is to always accept.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..255  

hh3cLIIPStreamFlowId 1.3.6.1.4.1.25506.2.111.2.1.1.1.9
The flow identifier in an IPv6 header. -1 indicates that the Flow Id is unused.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1 | 0..1048575  

hh3cLIIPStreamProtocol 1.3.6.1.4.1.25506.2.111.2.1.1.1.10
The IP protocol to match against the IPv4 protocol number or the IPv6 Next- Header number in the packet.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1 | 0..255  

hh3cLIIPStreamDestL4PortMin 1.3.6.1.4.1.25506.2.111.2.1.1.1.11
The minimum value that the layer-4 destination port number in the packet must have in order to match. This value must be equal to or less than the value specified for this entry in hh3cLIIPStreamDestL4PortMax. If both hh3cLIIPStreamDestL4PortMin and hh3cLIIPStreamDestL4PortMax are at their default values, the port number is effectively unused. If hh3cLIIPStreamDestL4PortMin is equal to hh3cLIIPStreamDestL4PortMax, only one port number to be intercepted.
Status: current Access: read-write
OBJECT-TYPE    
  InetPortNumber  

hh3cLIIPStreamDestL4PortMax 1.3.6.1.4.1.25506.2.111.2.1.1.1.12
The maximum value that the layer-4 destination port number in the packet must have in order to match this classifier entry. This value must be equal to or greater than the value specified for this entry in hh3cLIIPStreamDestL4PortMin. If both hh3cLIIPStreamDestL4PortMin and hh3cLIIPStreamDestL4PortMax are at their default values, the port number is effectively unused. If hh3cLIIPStreamDestL4PortMin is equal to hh3cLIIPStreamDestL4PortMax, only one port number to be intercepted.
Status: current Access: read-write
OBJECT-TYPE    
  InetPortNumber  

hh3cLIIPStreamSrcL4PortMin 1.3.6.1.4.1.25506.2.111.2.1.1.1.13
The minimum value that the layer-4 destination port number in the packet must have in order to match. This value must be equal to or less than the value specified for this entry in hh3cLIIPStreamSrcL4PortMax. If both hh3cLIIPStreamSrcL4PortMin and hh3cLIIPStreamSrcL4PortMax are at their default values, the port number is effectively unused. If hh3cLIIPStreamSrcL4PortMin is equal to hh3cLIIPStreamSrcL4PortMax, only one port number to be intercepted.
Status: current Access: read-write
OBJECT-TYPE    
  InetPortNumber  

hh3cLIIPStreamSrcL4PortMax 1.3.6.1.4.1.25506.2.111.2.1.1.1.14
The maximum value that the layer-4 destination port number in the packet must have in order to match this classifier entry. This value must be equal to or greater than the value specified for this entry in hh3cLIIPStreamSrcL4PortMin. If both hh3cLIIPStreamSrcL4PortMin and hh3cLIIPStreamSrcL4PortMax are at their default values, the port number is effectively unused. If hh3cLIIPStreamSrcL4PortMin is equal to hh3cLIIPStreamSrcL4PortMax, only one port number to be intercepted.
Status: current Access: read-write
OBJECT-TYPE    
  InetPortNumber  

hh3cLIIPStreamVRF 1.3.6.1.4.1.25506.2.111.2.1.1.1.15
It is the name of a Virtual Routing and Forwarding (VRF) of a VPN.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString  

hh3cLIIPStreamRowStatus 1.3.6.1.4.1.25506.2.111.2.1.1.1.18
Operation status of this table entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cLIMACStream 1.3.6.1.4.1.25506.2.111.3
OBJECT IDENTIFIER    

hh3cLIMACStreamObjects 1.3.6.1.4.1.25506.2.111.3.1
OBJECT IDENTIFIER    

hh3cLIMACStreamTable 1.3.6.1.4.1.25506.2.111.3.1.1
This table lists the IEEE 802 streams to be intercepted. It is associated with hh3cLIMediationTable and hh3cLIStreamTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cLIMACStreamEntry

hh3cLIMACStreamEntry 1.3.6.1.4.1.25506.2.111.3.1.1.1
A single stream to be intercepted. The first index indicates the Mediation Device. The second index is that of the stream's counter entry in the hh3cLIStreamTable. The second index permits multiple classifiers to be used together, such as having an MAC address as source or destination.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cLIMACStreamEntry  

hh3cLIMACStreamFields 1.3.6.1.4.1.25506.2.111.3.1.1.1.1
This object displays what attributes will be compared to identify traffic. interface: indicates that traffic on the stated interface is to be intercepted dstMacAddress: indicates that traffic destined to a given address should be intercepted srcMacAddress: indicates that traffic sourced from a given address should be intercepted ethernetPid: indicates that traffic with a stated Ethernet Protocol Identifier should be intercepted dSap: indicates that traffic with an certain 802.2 LLC Destination SAP should be intercepted sSap: indicates that traffic with an certain 802.2 LLC Source SAP should be intercepted At least one of the bits has to be set in order to activate an entry. If multiple bits are set, traffic to be intercepted must be satisfied with all set attributes.
Status: current Access: read-write
OBJECT-TYPE    
  BITS interface(0), dstMacAddress(1), srcMacAddress(2), ethernetPid(3), dSap(4), sSap(5)  

hh3cLIMACStreamInterface 1.3.6.1.4.1.25506.2.111.3.1.1.1.2
Traffic received or transmitted over this interface will be intercepted. This value must be set when creating a stream entry, either zero, or a valid interface index. If the value is zero, interception accepts any interface. Additional parameter must be selected together.
Status: current Access: read-write
OBJECT-TYPE    
  InterfaceIndexOrZero  

hh3cLIMACStreamDestAddr 1.3.6.1.4.1.25506.2.111.3.1.1.1.3
The Destination address used in packet selection.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

hh3cLIMACStreamSrcAddr 1.3.6.1.4.1.25506.2.111.3.1.1.1.4
The Source Address used in packet selection.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

hh3cLIMACStreamEthPid 1.3.6.1.4.1.25506.2.111.3.1.1.1.5
The value of the Ethernet Protocol Identifier in the Ethernet traffic or IEEE 802.2 SNAP traffic.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

hh3cLIMACStreamDSap 1.3.6.1.4.1.25506.2.111.3.1.1.1.6
The value of the IEEE 802.2 Destination SAP.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

hh3cLIMACStreamSSap 1.3.6.1.4.1.25506.2.111.3.1.1.1.7
The value of the IEEE 802.2 Source SAP.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

hh3cLIMACStreamRowStatus 1.3.6.1.4.1.25506.2.111.3.1.1.1.8
Operation status of this table entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cLIUserStream 1.3.6.1.4.1.25506.2.111.4
OBJECT IDENTIFIER    

hh3cLIUserStreamObjects 1.3.6.1.4.1.25506.2.111.4.1
OBJECT IDENTIFIER    

hh3cLIUserStreamTable 1.3.6.1.4.1.25506.2.111.4.1.1
This table lists the user connection streams to be intercepted. It is associated with hh3cLIMediationTable and hh3cLIStreamTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cLIUserStreamEntry

hh3cLIUserStreamEntry 1.3.6.1.4.1.25506.2.111.4.1.1.1
A single stream to be intercepted. The first index indicates the Mediation Device. The second index is that of the stream's counter entry in the hh3cLIStreamTable. This permits multiple classifiers to be used together.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cLIUserStreamEntry  

hh3cLIUserStreamAcctSessID 1.3.6.1.4.1.25506.2.111.4.1.1.1.1
This is the RADIUS attribute 44 acct-session-ID. The string must be set, and the length not be zero.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..253)  

hh3cLIUserStreamRowStatus 1.3.6.1.4.1.25506.2.111.4.1.1.1.2
Operation status of this table entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus