IBM6611-DLS-MIB

File: IBM6611-DLS-MIB.mib (33157 bytes)

Imported modules

RFC1155-SMI SNMPv2-TC RFC-1212

Imported symbols

enterprises Counter IpAddress
DisplayString OBJECT-TYPE

Defined Types

MacAddress  
OCTET STRING Size(6)    

FilterType  
INTEGER deny(1), permit(2)    

IbmdlsRouterEntry  
SEQUENCE    
  ibmdlsRouterAddress IpAddress
  ibmdlsRouterStatus INTEGER
  ibmdlsRouterDefinedBy INTEGER

IbmdlsLocalFrameFilterEntry  
SEQUENCE    
  ibmdlsLocalFrameFilterID INTEGER
  ibmdlsLocalFrameFilterSrcAddress MacAddress
  ibmdlsLocalFrameFilterSrcMask MacAddress
  ibmdlsLocalFrameFilterDestAddress MacAddress
  ibmdlsLocalFrameFilterDestMask MacAddress

IbmdlsRemoteFrameFilterEntry  
SEQUENCE    
  ibmdlsRemoteFrameFilterID INTEGER
  ibmdlsRemoteFrameFilterSrcAddress MacAddress
  ibmdlsRemoteFrameFilterSrcMask MacAddress
  ibmdlsRemoteFrameFilterDestAddress MacAddress
  ibmdlsRemoteFrameFilterDestMask MacAddress

IbmdlsLocalNameFilterEntry  
SEQUENCE    
  ibmdlsLocalNameFilterID INTEGER
  ibmdlsLocalNameFilterSrcAddress DisplayString
  ibmdlsLocalNameFilterDestAddress DisplayString

IbmdlsRemoteNameFilterEntry  
SEQUENCE    
  ibmdlsRemoteNameFilterID INTEGER
  ibmdlsRemoteNameFilterSrcAddress DisplayString
  ibmdlsRemoteNameFilterDestAddress DisplayString

IbmdlsDefaultDestEntry  
SEQUENCE    
  ibmdlsDefaultDestAddress MacAddress
  ibmdlsDefaultRouterAddress IpAddress

IbmdlsDefaultNBDestEntry  
SEQUENCE    
  ibmdlsDefaultNBDestName DisplayString
  ibmdlsDefaultNBRouterAddress IpAddress

IbmdlsStationEntry  
SEQUENCE    
  ibmdlsStationIfIndex INTEGER
  ibmdlsStationAddress INTEGER
  ibmdlsStationTransmitWindowCount INTEGER
  ibmdlsStationRetransmitCount INTEGER
  ibmdlsStationRetransmitThreshold INTEGER
  ibmdlsStationForceDisconnectTimeout INTEGER
  ibmdlsStationMaxIfieldSize INTEGER
  ibmdlsStationPrimaryRepollTimeout INTEGER
  ibmdlsStationPrimaryRepollCount INTEGER
  ibmdlsStationPrimaryRepollThreshold INTEGER
  ibmdlsStationPrimarySlowListTimeout INTEGER
  ibmdlsStationSrcAddress MacAddress
  ibmdlsStationDestAddress MacAddress

IbmdlsCirEntry  
SEQUENCE    
  ibmdlsCirIfIndex INTEGER
  ibmdlsCirSrcAddress MacAddress
  ibmdlsCirSrcSap INTEGER
  ibmdlsCirDestAddress MacAddress
  ibmdlsCirDestSap INTEGER
  ibmdlsCirPartnerRouterAddress IpAddress
  ibmdlsCirLocalLinkState INTEGER
  ibmdlsCirLocalLinkSubState INTEGER
  ibmdlsCirLocalLinkRouting OCTET STRING
  ibmdlsCirLocalLinkTestCmdsSent Counter
  ibmdlsCirLocalLinkTestCmdsFail Counter
  ibmdlsCirLocalLinkTestCmdsRcv Counter
  ibmdlsCirLocalLinkDataPktSent Counter
  ibmdlsCirLocalLinkDataPktResent Counter
  ibmdlsCirLocalLinkMaxContResent Counter
  ibmdlsCirLocalLinkDataPktRcv Counter
  ibmdlsCirLocalLinkInvalidPktRcv Counter
  ibmdlsCirLocalLinkAdpRcvErr Counter
  ibmdlsCirLocalLinkAdpSendErr Counter
  ibmdlsCirLocalLinkRcvInactiveTimeouts Counter
  ibmdlsCirLocalLinkCmdPollsSent Counter
  ibmdlsCirLocalLinkCmdRepollsSent Counter
  ibmdlsCirLocalLinkCmdContRepolls Counter

Defined Values

ibm 1.3.6.1.4.1.2
OBJECT IDENTIFIER    

ibmProd 1.3.6.1.4.1.2.6
OBJECT IDENTIFIER    

ibm6611 1.3.6.1.4.1.2.6.2
OBJECT IDENTIFIER    

ibmappn 1.3.6.1.4.1.2.6.2.13
OBJECT IDENTIFIER    

ibmdls 1.3.6.1.4.1.2.6.2.9
OBJECT IDENTIFIER    

ibmdlsVirtualRingSegmentNumber 1.3.6.1.4.1.2.6.2.9.1
The token ring segment number used in all frames passed to or from the IBM 6611 Data Link Switching function.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..4095  

ibmdlsFrameFilterType 1.3.6.1.4.1.2.6.2.9.2
The type of SNA filtering applied using the ibmdlsLocalFrameFilterTable and ibmdlsRemoteFrameFilterTable. If this field = permit(2), then all filters defined for SNA use the action of permitting frames to be forwarded if they meet the criteria given by the source and destination address values. If this field = deny(1), then all filters defined for SNA use the action of denying frames to be forwarded if they meet the criteria given by the source and destination address values.
Status: mandatory Access: read-only
OBJECT-TYPE    
  FilterType  

ibmdlsNameFilterType 1.3.6.1.4.1.2.6.2.9.3
The type of NetBIOS filtering applied using the ibmdlsLocalNameFilterTable and ibmdlsRemoteNameFilterTable. If this field = permit(2), then all filters defined for NetBIOS use the action of permitting frames to be forwarded if they meet the criteria given by the source and destination address values. If this field = deny(1), then all filters defined for NetBIOS use the action of denying frames to be forwarded if they meet the criteria given by the source and destination address values.
Status: mandatory Access: read-only
OBJECT-TYPE    
  FilterType  

ibmdlsRouterTable 1.3.6.1.4.1.2.6.2.9.4
A table of information regarding all routers participating in Data Link Switching.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IbmdlsRouterEntry

ibmdlsRouterEntry 1.3.6.1.4.1.2.6.2.9.4.1
Information for a single participating router.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IbmdlsRouterEntry  

ibmdlsRouterAddress 1.3.6.1.4.1.2.6.2.9.4.1.1
The IP address of the router participating in Data Link Switching.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ibmdlsRouterStatus 1.3.6.1.4.1.2.6.2.9.4.1.2
The current state of the remote connection
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER notActive(1), active(2)  

ibmdlsRouterDefinedBy 1.3.6.1.4.1.2.6.2.9.4.1.3
The origin of this entry. user(1) indicates that this router is defined via the Configuration Program. system(2) indicates that this router was defined automatically as a result of a connection request from another router.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER user(1), system(2)  

ibmdlsLocalFrameFilterTable 1.3.6.1.4.1.2.6.2.9.5
The SNA local frame filter table. This table contains information regarding the filtering of SNA frames received from local LAN segments.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IbmdlsLocalFrameFilterEntry

ibmdlsLocalFrameFilterEntry 1.3.6.1.4.1.2.6.2.9.5.1
Filter information for a MAC address source-destination pair.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IbmdlsLocalFrameFilterEntry  

ibmdlsLocalFrameFilterID 1.3.6.1.4.1.2.6.2.9.5.1.1
A unique identifier for this filter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..100  

ibmdlsLocalFrameFilterSrcAddress 1.3.6.1.4.1.2.6.2.9.5.1.2
The source MAC address that this filter is applied to.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

ibmdlsLocalFrameFilterSrcMask 1.3.6.1.4.1.2.6.2.9.5.1.3
A mask indicating the bits of the source address considered significant when using the filter. For every bit equal to one in the mask, the same bit in the source address is considered significant.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

ibmdlsLocalFrameFilterDestAddress 1.3.6.1.4.1.2.6.2.9.5.1.4
The destination MAC address that this filter is applied to.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

ibmdlsLocalFrameFilterDestMask 1.3.6.1.4.1.2.6.2.9.5.1.5
A mask indicating the bits of the destination address considered significant when using the filter. For every bit equal to one in the mask, the same bit in the destination address is considered significant.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

ibmdlsRemoteFrameFilterTable 1.3.6.1.4.1.2.6.2.9.6
The SNA remote frame filter table. This table contains information regarding the filtering of SNA frames received from other participating DLS routers.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IbmdlsRemoteFrameFilterEntry

ibmdlsRemoteFrameFilterEntry 1.3.6.1.4.1.2.6.2.9.6.1
Filter information for a MAC address source-destination pair.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IbmdlsRemoteFrameFilterEntry  

ibmdlsRemoteFrameFilterID 1.3.6.1.4.1.2.6.2.9.6.1.1
A unique identifier for this filter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..100  

ibmdlsRemoteFrameFilterSrcAddress 1.3.6.1.4.1.2.6.2.9.6.1.2
The source MAC address that this filter is applied to.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

ibmdlsRemoteFrameFilterSrcMask 1.3.6.1.4.1.2.6.2.9.6.1.3
A mask indicating the bits of the source address considered significant when using the filter. For every bit equal to one in the mask, the same bit in the source address is considered significant.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

ibmdlsRemoteFrameFilterDestAddress 1.3.6.1.4.1.2.6.2.9.6.1.4
The destination MAC address that this filter is applied to.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

ibmdlsRemoteFrameFilterDestMask 1.3.6.1.4.1.2.6.2.9.6.1.5
A mask indicating the bits of the destination address considered significant when using the filter. For every bit equal to one in the mask, the same bit in the destination address is considered significant.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

ibmdlsLocalNameFilterTable 1.3.6.1.4.1.2.6.2.9.7
The NetBIOS local name filter table. This table contains information regarding the filtering of NetBIOS frames received from local LAN segments.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IbmdlsLocalNameFilterEntry

ibmdlsLocalNameFilterEntry 1.3.6.1.4.1.2.6.2.9.7.1
Filter information for a NetBIOS source-destination name pair.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IbmdlsLocalNameFilterEntry  

ibmdlsLocalNameFilterID 1.3.6.1.4.1.2.6.2.9.7.1.1
A unique identifier for this filter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..100  

ibmdlsLocalNameFilterSrcAddress 1.3.6.1.4.1.2.6.2.9.7.1.2
The source NetBIOS name that this filter is applied to.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..16)  

ibmdlsLocalNameFilterDestAddress 1.3.6.1.4.1.2.6.2.9.7.1.3
The destination NetBIOS name that this filter is applied to.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..16)  

ibmdlsRemoteNameFilterTable 1.3.6.1.4.1.2.6.2.9.8
The NetBIOS name filter table. This table contains information regarding the filtering of NetBIOS frames received from other participating DLS routers.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IbmdlsRemoteNameFilterEntry

ibmdlsRemoteNameFilterEntry 1.3.6.1.4.1.2.6.2.9.8.1
Filter information for a NetBIOS source-destination name pair.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IbmdlsRemoteNameFilterEntry  

ibmdlsRemoteNameFilterID 1.3.6.1.4.1.2.6.2.9.8.1.1
A unique identifier for this filter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..100  

ibmdlsRemoteNameFilterSrcAddress 1.3.6.1.4.1.2.6.2.9.8.1.2
The source NetBIOS name that this filter is applied to.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..16)  

ibmdlsRemoteNameFilterDestAddress 1.3.6.1.4.1.2.6.2.9.8.1.3
The destination NetBIOS name that this filter is applied to.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..16)  

ibmdlsDefaultDestTable 1.3.6.1.4.1.2.6.2.9.9
Table of default routers for MAC addresses.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IbmdlsDefaultDestEntry

ibmdlsDefaultDestEntry 1.3.6.1.4.1.2.6.2.9.9.1
Mapping of a MAC address to a default router.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IbmdlsDefaultDestEntry  

ibmdlsDefaultDestAddress 1.3.6.1.4.1.2.6.2.9.9.1.1
The destination address that this table entry applies to.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

ibmdlsDefaultRouterAddress 1.3.6.1.4.1.2.6.2.9.9.1.2
The default router used for reaching the destination address in ibmdlsDefaultDestAddress.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ibmdlsDefaultNBDestTable 1.3.6.1.4.1.2.6.2.9.10
Table of default routers for NetBIOS names.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IbmdlsDefaultNBDestEntry

ibmdlsDefaultNBDestEntry 1.3.6.1.4.1.2.6.2.9.10.1
Mapping of a NetBIOS name to a default router.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IbmdlsDefaultNBDestEntry  

ibmdlsDefaultNBDestName 1.3.6.1.4.1.2.6.2.9.10.1.1
The destination NetBIOS name that this table entry applies to.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..16)  

ibmdlsDefaultNBRouterAddress 1.3.6.1.4.1.2.6.2.9.10.1.2
The default router used for reaching the destination name in ibmdlsDefaultNBDestName.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ibmdlsStationTable 1.3.6.1.4.1.2.6.2.9.11
Table of configuration information on SNA stations attached to this router.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IbmdlsStationEntry

ibmdlsStationEntry 1.3.6.1.4.1.2.6.2.9.11.1
Information on a single SNA station attached to this router.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IbmdlsStationEntry  

ibmdlsStationIfIndex 1.3.6.1.4.1.2.6.2.9.11.1.1
The value of IfIndex for the port to which this station is attached.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ibmdlsStationAddress 1.3.6.1.4.1.2.6.2.9.11.1.2
The SDLC address of this station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

ibmdlsStationTransmitWindowCount 1.3.6.1.4.1.2.6.2.9.11.1.3
The number of SDLC information frames to send to this station before turning the line around to get a response.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..7  

ibmdlsStationRetransmitCount 1.3.6.1.4.1.2.6.2.9.11.1.4
The number of contiguous information frame bursts that will be transmitted to this station before declaring a permanent transmission error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..50  

ibmdlsStationRetransmitThreshold 1.3.6.1.4.1.2.6.2.9.11.1.5
The number of information frame transmissions allowed as a percentage of total information frame transmissions. The specified rate is the maximum rate of retransmissions allowed above which an error log entry will be make.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..100  

ibmdlsStationForceDisconnectTimeout 1.3.6.1.4.1.2.6.2.9.11.1.6
The number of seconds that the IBM 6611 will wait after requesting a disconnect from the link (DISC) before forcing a disconnect.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..600  

ibmdlsStationMaxIfieldSize 1.3.6.1.4.1.2.6.2.9.11.1.7
The value in bytes of the maximum I-field size (a multiple of 256 plus 9).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 265..30729  

ibmdlsStationPrimaryRepollTimeout 1.3.6.1.4.1.2.6.2.9.11.1.8
The length of time (in tenths of seconds) that the primary station will wait for a response from the secondary station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..250  

ibmdlsStationPrimaryRepollCount 1.3.6.1.4.1.2.6.2.9.11.1.9
The number of times that the primary station will poll the secondary station unsuccessfully before marking the station as not working.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 3..50  

ibmdlsStationPrimaryRepollThreshold 1.3.6.1.4.1.2.6.2.9.11.1.10
The number of repolls as a percentage of the total polls sent to the secondary station. The specified percentage equals the maximum rate of repolls allowed, above which the IBM 6611 declares that a temporary error has occurred and logs an entry in the system error log.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..100  

ibmdlsStationPrimarySlowListTimeout 1.3.6.1.4.1.2.6.2.9.11.1.11
The number of seconds that the primary station will wait between polls to stations on the slow list.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..60  

ibmdlsStationSrcAddress 1.3.6.1.4.1.2.6.2.9.11.1.12
The token ring physical address used for this station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

ibmdlsStationDestAddress 1.3.6.1.4.1.2.6.2.9.11.1.13
The token ring physical address to which this station should be connected. If this information is not available the IBM 6611 Network Processor will return a length of zero for this object.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

ibmdlsCirTable 1.3.6.1.4.1.2.6.2.9.12
Table of information on DLS circuits active on this router.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IbmdlsCirEntry

ibmdlsCirEntry 1.3.6.1.4.1.2.6.2.9.12.1
Information on a DLS circuit.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IbmdlsCirEntry  

ibmdlsCirIfIndex 1.3.6.1.4.1.2.6.2.9.12.1.1
The value of IfIndex for the interface supporting this circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ibmdlsCirSrcAddress 1.3.6.1.4.1.2.6.2.9.12.1.2
The MAC address of the source of this circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

ibmdlsCirSrcSap 1.3.6.1.4.1.2.6.2.9.12.1.3
The SAP identifier of the source of this circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ibmdlsCirDestAddress 1.3.6.1.4.1.2.6.2.9.12.1.4
The MAC address of the destination of this circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

ibmdlsCirDestSap 1.3.6.1.4.1.2.6.2.9.12.1.5
The SAP identifier of the destination of this circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ibmdlsCirPartnerRouterAddress 1.3.6.1.4.1.2.6.2.9.12.1.6
The IP address of the partner router used by this circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ibmdlsCirLocalLinkState 1.3.6.1.4.1.2.6.2.9.12.1.7
The state of the local link station used by this circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER opening(1), opened(2), closing(3), inactive(4)  

ibmdlsCirLocalLinkSubState 1.3.6.1.4.1.2.6.2.9.12.1.8
The sub-state of the local link station used by this circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER calling(1), listening(2), contacted(3), localBusy(4), remoteBusy(5)  

ibmdlsCirLocalLinkRouting 1.3.6.1.4.1.2.6.2.9.12.1.9
The routing information field used by the local link portion of this circuit. The routing information field consists of a 2-byte routing control field and up to eight 2-byte route designators.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4..18)  

ibmdlsCirLocalLinkTestCmdsSent 1.3.6.1.4.1.2.6.2.9.12.1.10
The number of test commands sent by the local link station used by this circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ibmdlsCirLocalLinkTestCmdsFail 1.3.6.1.4.1.2.6.2.9.12.1.11
The number of test commands failed by the local link station used by this circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ibmdlsCirLocalLinkTestCmdsRcv 1.3.6.1.4.1.2.6.2.9.12.1.12
The number of test commands received by the local link station used by this circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ibmdlsCirLocalLinkDataPktSent 1.3.6.1.4.1.2.6.2.9.12.1.13
The number of sequenced data packets sent by the local link station used by this circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ibmdlsCirLocalLinkDataPktResent 1.3.6.1.4.1.2.6.2.9.12.1.14
The number of sequenced data packets resent by the local link station used by this circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ibmdlsCirLocalLinkMaxContResent 1.3.6.1.4.1.2.6.2.9.12.1.15
The maximum number of contiguous resendings by the local link station used by this circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ibmdlsCirLocalLinkDataPktRcv 1.3.6.1.4.1.2.6.2.9.12.1.16
The number of sequenced data packets received by the local link station used by this circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ibmdlsCirLocalLinkInvalidPktRcv 1.3.6.1.4.1.2.6.2.9.12.1.17
The number of invalid packets received by the local link station used by this circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ibmdlsCirLocalLinkAdpRcvErr 1.3.6.1.4.1.2.6.2.9.12.1.18
The number of data-detected receive errors by the local link station used by this circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ibmdlsCirLocalLinkAdpSendErr 1.3.6.1.4.1.2.6.2.9.12.1.19
The number of data-detected transmit errors by the local link station used by this circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ibmdlsCirLocalLinkRcvInactiveTimeouts 1.3.6.1.4.1.2.6.2.9.12.1.20
The number of inactivity timeouts received by the local link station used by this circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ibmdlsCirLocalLinkCmdPollsSent 1.3.6.1.4.1.2.6.2.9.12.1.21
The number of command polls sent by the local link station used by this circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ibmdlsCirLocalLinkCmdRepollsSent 1.3.6.1.4.1.2.6.2.9.12.1.22
The number of command repolls sent by the local link station used by this circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ibmdlsCirLocalLinkCmdContRepolls 1.3.6.1.4.1.2.6.2.9.12.1.23
The number of continuous repolls sent by the local link station used by this circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter