CISCO-SNA-LLC-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-SNA-LLC-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
 ciscoSnaLlcMIB 1.3.6.1.4.1.9.10.8
This is the MIB module for objects used to manage LLC devices.
     ciscoSnaLlcMIBObjects 1.3.6.1.4.1.9.10.8.1
         llcPortGroup 1.3.6.1.4.1.9.10.8.1.1
             llcPortAdminTable 1.3.6.1.4.1.9.10.8.1.1.1 no-access
This table contains objects that can be changed to manage an LLC port. Changing one of these parameters may take effect in the operating port immediately or may wait until the interface is restarted depending on the details of the implementation.
                 llcPortAdminEntry 1.3.6.1.4.1.9.10.8.1.1.1.1 no-access
A list of configured values for an LLC port.
                     llcPortVirtualIndex 1.3.6.1.4.1.9.10.8.1.1.1.1.1 integer32 no-access
This value represents a virtual LLC port. It is assigned by the agent. This value is set to 0 by the agent for interfaces identified by the ifIndex value that do not support virtual interfaces.
                     llcPortAdminName 1.3.6.1.4.1.9.10.8.1.1.1.1.2 displaystring read-write
An octet string that defines the virtual port to which this interface is assigned. Its value shall be unique within the administered system. It must contain only ASCII printable characters. A write operation shall not take effect until the port is cycled inactive.
                     llcPortAdminMaxSaps 1.3.6.1.4.1.9.10.8.1.1.1.1.3 gauge32 read-write
This parameter specifies the maximum number of SAPs that can be defined for this port.
                     llcPortAdminMaxCcs 1.3.6.1.4.1.9.10.8.1.1.1.1.4 gauge32 read-write
This parameter specifies the maximum number of connection components that can be administratively defined for this port.
                     llcPortAdminMaxPDUOctets 1.3.6.1.4.1.9.10.8.1.1.1.1.5 integer32 read-write
This object denotes the default maximum I PDU size, in octets, that LLCs on this port may send to their remote LLC partners. This count is referred to as 'N1' in the IEEE 802.2 specification [5]. This port default value may be overridden by a non-zero SAP default value in the llcSapAdminMaxIPDUOctetsSend object or by a non-zero value in the llcCcAdminMaxIPDUOctetsSend object. At connection setup, the remote LLC may send, using an XID frame, the maximum I PDU size which it is prepared to receive. If so, an implementation may choose to override the administered maximum PDU size with the dynamically learned value and should reflect this in the llcCcOperMaxIPDUOctetsSend object for the connection component. The I PDU size includes all octets in a frame, excluding framing characters, the MAC header and link header.
                     llcPortAdminMaxUnackedIPDUsSend 1.3.6.1.4.1.9.10.8.1.1.1.1.6 integer read-write
This object denotes the default maximum consecutive unacknowledged I PDU frames that LLCs on this port may send to their remote LLC partners. This count is referred to as 'k' in the IEEE 802.2 specification [5]. This port default value may be overridden by a non-zero SAP default value in the llcSapAdminMaxUnackedIPDUsSend object or by a non-zero value in the llcCcAdminMaxUnackedIPDUsSend object. At connection setup, the remote LLC may send, using an XID frame, the maximum number of unacknowledged I PDUs which it is prepared to receive. If so, an implementation may choose to override the administered maximum number of unacknowledged PDUs with the dynamically learned value and should reflect this in the llcCcOperMaxUnackedIPDUsSend object for the connection component.
                     llcPortAdminMaxUnackedIPDUsRcv 1.3.6.1.4.1.9.10.8.1.1.1.1.7 integer read-write
This object denotes the default maximum number of unacknowledged I PDUs that LLCs on this port can expect to receive from their remote LLC partners. This count is referred to as 'k' in the IEEE 802.2 specification [5]. This port default value may be overridden by a non-zero SAP default value in the llcSapAdminMaxUnackedIPDUsRcv object or by a non-zero value in the llcCcAdminMaxUnackedIPDUsRcvd object. At connection setup, an implementation may choose to send this value to the remote LLC, using an XID frame.
                     llcPortAdminMaxRetransmits 1.3.6.1.4.1.9.10.8.1.1.1.1.8 integer32 read-write
This object denotes the default value for the maximum number of times which LLCs on this port shall retry a PDU following the expiration of the acknowledgement timer, the P-bit timer or the reject timer. When these retries are exhausted, the link shall be declared inactive. This count is referred to as 'N2' in the IEEE 802.2 specification [5]. This port default value may be overridden by a non-zero SAP default value in the llcSapAdminMaxretransmits object or by a non-zero value in the llcCcAdminMaxRetransmits object.
                     llcPortAdminAckTimer 1.3.6.1.4.1.9.10.8.1.1.1.1.9 timeticks read-write
This object denotes the default value for the time interval during which the LLCs on this port shall expect to receive either: 1) an acknowledgement to one or more outstanding I PDUs. or 2) a response PDU to an unnumbered command PDU. The expiration of this timer shall cause the unacknowledged frames to be retransmitted (up to N2 times). For Implementations that only use a single 'T1' Value (ref. IBM Token-Ring Network technical reference Chapter 11). This object will be used to control/read the value. This port default value may be overridden by a non-zero value in the llcSapAdminAckTimer object or by a non-zero value in the llcCcAdminAckTimer object.
                     llcPortAdminPbitTimer 1.3.6.1.4.1.9.10.8.1.1.1.1.10 timeticks read-write
This object denotes the default value for the time interval during which the LLCs on this port shall expect to receive a PDU with the F bit set to '1' in response to a Type 2 command with the P bit set to '1'. The expiration of this timer shall cause the command with the poll bit to be retransmitted (up to N2 times). This port default value may be overridden by a non-zero SAP default value in the llcSapAdminPbitTimer object or by a non-zero value in the llcCcAdminPbitTimer object.
                     llcPortAdminRejTimer 1.3.6.1.4.1.9.10.8.1.1.1.1.11 timeticks read-write
This object denotes the default value for the time interval during which the LLCs on this port shall expect to receive a reply to a REJ PDU. The expiration of this timer shall cause the REJ PDU to be retransmitted (up to N2 times). This port default value may be overridden by a non-zero SAP default value in the llcSapAdminRejTimer object or by a non-zero value in the llcCcAdminRejTimer object.
                     llcPortAdminBusyTimer 1.3.6.1.4.1.9.10.8.1.1.1.1.12 timeticks read-write
This object denotes the default value for the time interval during which the LLCs on this port shall expect to receive an indication that a busy condition at the remote LLC has cleared. The expiration of this timer shall cause the link to be declared inactive. This port default value may be overridden by a non-zero SAP default value in the llcSapAdminBusyTimer object or by a non-zero value in the llcCcAdminBusyTimer object.
                     llcPortAdminInactTimer 1.3.6.1.4.1.9.10.8.1.1.1.1.13 timeticks read-write
This object denotes the default value for the time interval during which the LLCs on this port shall expect to receive any PDU from the remote LLC. This function is not described in the IEEE 802.2 specification [5]. It is listed in the IBM Token-Ring Network Architecture [6] Reference as the Ti parameter and is widely implemented. The expiration of this timer shall cause the local LLC to send a PDU to the remote LLC with the P bit set to '1'. The value for llcPortAdminInactTimer must be much greater than the value for llcPortAdminDelayAckTimer. This port default value may be overridden by a non-zero SAP default value in the llcSapAdminInactTimer object or by a non-zero value in the llcCcAdminInactTimer object. Any value for this object less than or equal to the acknowledgement timer shall mean that the timer is not used.
                     llcPortAdminDelayAckCount 1.3.6.1.4.1.9.10.8.1.1.1.1.14 integer32 read-write
This object denotes the default value for the maximum number of consecutive I PDUs which the LLCs on this port shall receive during the interval defined by llcCcOperDelayTimertime without sending an immediate acknowledgement. This must be less than or equal to the value of llcCcOperMaxUnackIPDURcv. This function is not described in the IEEE 802.2 specification [5]. It is listed in the IBM Token-Ring Network Architecture Reference [6] as the N3 parameter and is widely implemented. This port default value may be overridden by a non-zero SAP default value in the llcSapAdminDelayAckCount object or by a non-zero value in the llcCcAdminDelayCount object. A value of one indicates that acknowledgments will be sent immediately and that the value of llcPortAdminDelayAckTimer shall be ignored.
                     llcPortAdminDelayAckTimer 1.3.6.1.4.1.9.10.8.1.1.1.1.15 timeticks read-write
This object denotes the default value for the time interval during which the LLCs on this port shall delay acknowledgment of one or more I PDUs (up to the value of llcCcOperDelayAckCount). This function is not described in the IEEE 802.2 specification [5]. It is listed in the IBM Token-Ring Network Architecture Reference [6] as the T2 parameter and is widely implemented. The expiration of this timer shall cause the local LLC to acknowledge all unacknowledged I PDUs. This object is associated with the llcSapAdminDelayAckCount object and is only defined if that object has a value greater than one.
                     llcPortAdminNw 1.3.6.1.4.1.9.10.8.1.1.1.1.16 integer32 read-write
This object denotes the default value for the number of IPDUs that must be acknowledged before the working window size (Ww) can be incremented by 1 when the working window is not equal to the maximum transmit window size (TW). It controls the gradual incrementing of Ww in congestion situations. This function is not described in the IEEE 802.2 specification [5]. However, it is listed in the IBM Token-Ring Network Architecture Reference [6] as the Nw parameter and is widely implemented. This port default value may be overridden by a non-zero SAP default value in the llcSapAdminNw object.
             llcPortOperTable 1.3.6.1.4.1.9.10.8.1.1.2 no-access
This table contains current LLC port parameters. Many of these objects have corresponding objects in the llcPortAdminTable.
                 llcPortOperEntry 1.3.6.1.4.1.9.10.8.1.1.2.1 no-access
Currently set parameters for a specific LLC port.
                     llcPortOperMacAddress 1.3.6.1.4.1.9.10.8.1.1.2.1.1 macaddress read-only
This is the MAC Address for this local port.
                     llcPortOperNumSaps 1.3.6.1.4.1.9.10.8.1.1.2.1.2 gauge32 read-only
This object defines the number of SAPs on this port that are currently enabled. In other words, this object is a count of the number of instances of llcSapOperEntry that have a llcSapOperStatus value of 'active(2)'.
                     llcPortOperHiWaterNumSaps 1.3.6.1.4.1.9.10.8.1.1.2.1.3 gauge32 read-only
This object reflects the highest number of SAPs active on this Port simultaneously. In other words, this object is a count of the number of instances of llcSapOperEntry on this Port.
                     llcPortOperSimRim 1.3.6.1.4.1.9.10.8.1.1.2.1.4 integer read-only
This object reflects support for transmission and receipt of SIM and RIM control frames for this port. SIM and RIM are not defined in the ANSI/IEEE 802.2 specification [5] nor in the IBM Token Ring Architecture Reference [6]. These control frames are used for the remote program load of IBM communications processors. Enumeration: 'yes': 2, 'no': 1.
                     llcPortOperLastModifyTime 1.3.6.1.4.1.9.10.8.1.1.2.1.5 timestamp read-only
This object describes the value of sysUpTime when this port definition was last modified. If the port has not been modified, then this value shall be zero.
             llcPortStatsTable 1.3.6.1.4.1.9.10.8.1.1.3 no-access
Each entry in this table contains statistics for a specific LLC port.
                 llcPortStatsEntry 1.3.6.1.4.1.9.10.8.1.1.3.1 no-access
A list of statistics for an LLC port.
                     llcPortStatsPDUsIn 1.3.6.1.4.1.9.10.8.1.1.3.1.1 counter32 read-only
This object reflects the total number of PDUs that have been received on this port. This object is initialized to zero when the port is created.
                     llcPortStatsPDUsOut 1.3.6.1.4.1.9.10.8.1.1.3.1.2 counter32 read-only
This object reflects the total number of PDUs that have been transmitted on this port. This object is initialized to zero when the port is created.
                     llcPortStatsOctetsIn 1.3.6.1.4.1.9.10.8.1.1.3.1.3 counter32 read-only
This object reflects the total octets received on this port. This object is initialized to zero when the port is created.
                     llcPortStatsOctetsOut 1.3.6.1.4.1.9.10.8.1.1.3.1.4 counter32 read-only
This object reflects the total octets transmitted on this port. This object is initialized to zero when the port is created.
                     llcPortStatsTESTCommandsIn 1.3.6.1.4.1.9.10.8.1.1.3.1.5 counter32 read-only
This object reflects the total number of TEST commands received on this port.
                     llcPortStatsTESTResponsesOut 1.3.6.1.4.1.9.10.8.1.1.3.1.6 counter32 read-only
This object reflects the total number of TEST responses transmitted on this port in response to TEST commands received.
                     llcPortStatsLocalBusies 1.3.6.1.4.1.9.10.8.1.1.3.1.7 counter32 read-only
This object reflects the total number of times that the local connection components on this port have entered a busy state (RNR). This object is initialized to zero when the port is created.
                     llcPortStatsUnknownSaps 1.3.6.1.4.1.9.10.8.1.1.3.1.8 counter32 read-only
This object reflects the total number of times that a connection attempt, from a remote LLC station, for an unknown SAP was detected on this port.
         llcSapGroup 1.3.6.1.4.1.9.10.8.1.2
             llcSapAdminTable 1.3.6.1.4.1.9.10.8.1.2.1 no-access
This table contains objects that can be changed to manage a local SAP. Changing one of these parameters may take effect in the operating CC immediately or may wait until the interface is restarted depending on the details of the implementation.
                 llcSapAdminEntry 1.3.6.1.4.1.9.10.8.1.2.1.1 no-access
A list of configured values for a local SAP.
                     llcSapNumber 1.3.6.1.4.1.9.10.8.1.2.1.1.1 integer no-access
The address of this local SAP.
                     llcSapAdminMaxPDUOctets 1.3.6.1.4.1.9.10.8.1.2.1.1.2 integer32 read-write
This object denotes the default maximum I PDU size, in octets, that LLCs on this SAP may send to their remote connection component partners. This count is referred to as 'N1' in the IEEE 802.2 specification [5]. A zero value for this object indicates that the port default, llcPortAdminMaxIPDUOctetsSend, shall be used as the SAP default. This SAP default value may be overridden by a non-zero value in the llcCcAdminMaxIPDUOctetsSend object. At connection setup, the remote LLC may send, using an XID frame, the maximum I PDU size which it is prepared to receive. If so, an implementation may choose to override the administered maximum PDU size with the dynamically learned value and should reflect this in the llcCcOperMaxIPDUOctetsSend object for the connection component. The I PDU size includes all octets in a frame, excluding framing characters, the MAC header and link header.
                     llcSapAdminMaxUnackedIPDUsSend 1.3.6.1.4.1.9.10.8.1.2.1.1.3 integer read-write
This object denotes the default maximum consecutive unacknowledged I PDU frames that LLCs on this SAP may send to their remote LLC partners. This count is referred to as 'k' in the IEEE 802.2 specification [5]. A zero value for this object indicates that the port default, llcPortAdminMaxUnackedIPDUsSend, shall be used as the SAP default. This SAP default value may be overridden by a non-zero value in the llcCcAdminMaxUnackedIPDUsSend object. At connection setup, the remote LLC may send, using an XID frame, the maximum number of unacknowledged I PDUs which it is prepared to receive. If so, an implementation may choose to override the administered maximum number of unacknowledged PDUs with the dynamically learned value and should reflect this in the llcCcOperMaxUnackedIPDUsSend object for the connection component.
                     llcSapAdminMaxUnackedIPDUsRcv 1.3.6.1.4.1.9.10.8.1.2.1.1.4 integer read-write
This object denotes the default maximum number of unacknowledged I PDUs that LLCs on this SAP can expect to receive from their remote LLC partners. This count is referred to as 'k' in the IEEE 802.2 specification [5]. A zero value for this object indicates that the port default, llcPortAdminMaxUnackedIPDUsRcv, shall be used as the SAP default. This SAP default value may be overridden by a non-zero value in the llcCcAdminMaxUnackedIPDUsRcv object. At connection setup, an implementation may choose to send this value to the remote LLC, using an XID frame.
                     llcSapAdminMaxRetransmits 1.3.6.1.4.1.9.10.8.1.2.1.1.5 integer32 read-write
This object denotes the default value for the maximum number of times that LLCs on this SAP shall retry PDUs following the expiration of the acknowledgement timer, the P-bit timer or the reject timer. When these retries are exhausted, the link shall be declared inactive. This count is referred to as 'N2' in the IEEE 802.2 specification [5]. A zero value for this object indicates that the port default, llcPortAdminMaxRetransmits, shall be used as the SAP default. This SAP default value may be overridden by a non-zero value in the llcCcAdminMaxRetransmits.
                     llcSapAdminAckTimer 1.3.6.1.4.1.9.10.8.1.2.1.1.6 timeticks read-write
This object denotes the default value for the time interval during which the LLCs on this SAP shall expect to receive either: 1) an acknowledgement to one or more outstanding I PDUs. or 2) a response PDU to an unnumbered command PDU. The expiration of this timer shall cause the frame unacknowledged frames to be retransmitted (up to N2 times). A zero value for this object indicates that the port default, llcPortAdminAckTimer, shall be used as the SAP default. This SAP default value may be overridden by a non-zero value in the llcCcAdminAckTimer.
                     llcSapAdminPbitTimer 1.3.6.1.4.1.9.10.8.1.2.1.1.7 timeticks read-write
This object denotes the default value for the time interval during which the LLCs on this port shall expect to receive a PDU with the F bit set to '1' in response to a Type 2 command with the P bit set to '1'. The expiration of this timer shall cause the REJ PDU to be retransmitted (up to N2 times). A zero value for this object indicates that the port default, llcPortAdminPbitTimer, shall be used as the SAP default. This SAP default value may be overridden by a non-zero value in the llcCcAdminPbitTimer.
                     llcSapAdminRejTimer 1.3.6.1.4.1.9.10.8.1.2.1.1.8 timeticks read-write
This object denotes the default value for the time interval during which the LLCs on this SAP shall expect to receive a reply to a REJ PDU. The expiration of this timer shall cause the REJ PDU to be retransmitted (up to N2 times). A zero value for this object indicates that the port default, llcPortAdminRejTimer, shall be used as the SAP default. This SAP default value may be overridden by a non-zero value in the llcCcAdminRejTimer.
                     llcSapAdminBusyTimer 1.3.6.1.4.1.9.10.8.1.2.1.1.9 timeticks read-write
This object denotes the default value for the time interval during which the LLCs on this SAP shall expect to receive an indication that a busy condition at the remote LLC has cleared. The expiration of this timer shall cause the link to be declared inactive. A zero value for this object indicates that the port default, llcPortAdminBusyTimer, shall be used as the SAP default. This SAP default value may be overridden by a non-zero value in the llcCcAdminBusyTimer.
                     llcSapAdminInactTimer 1.3.6.1.4.1.9.10.8.1.2.1.1.10 timeticks read-write
This object denotes the default value for the time interval during which the LLCs on this SAP shall expect to receive any PDU from the remote LLC. This function is not described in the IEEE 802.2 specification [5] but is widely implemented. The expiration of this timer shall cause the local LLC to send a PDU to the remote LLC with the P bit set to '1'. A zero value for this object indicates that the port default, llcPortAdminInactTimer, shall be used as the SAP default. This SAP default value may be overridden by a non-zero value in the llcCcAdminInactTimer. Any value for this object less than or equal to the acknowledgement timer shall mean that the timer is not used.
                     llcSapAdminDelayAckCount 1.3.6.1.4.1.9.10.8.1.2.1.1.11 integer32 read-write
This object denotes the default value for the maximum number of consecutive I PDUs which the LLCs on this SAP shall receive during the interval defined by llcCcOperDelayTimer without sending an immediate acknowledgement. This must be less than or equal to the value of llcCcOperMaxUnackIPDURcv. This function is not described in the IEEE 802.2 specification [5] but is widely implemented. A zero value for this object indicates that the port default, llcPortAdminDelayAck, shall be used as the SAP default. This SAP default value may be overridden by a non-zero value in the llcCcAdminDelayAckCount. A value of one indicates that acknowledgments will be sent immediately and that the value of llcSapAdminDelayAckTimer shall be ignored.
                     llcSapAdminDelayAckTimer 1.3.6.1.4.1.9.10.8.1.2.1.1.12 timeticks read-write
This object denotes the default value for the time interval during which the LLCs on this SAP shall delay acknowledgment of one or more I PDUs (up to the value of llcCcOperDelayAckCount). This function is not described in the IEEE 802.2 specification [5]. It is listed in the IBM Token-Ring Network Architecture Reference [6] as the T2 parameter and is widely implemented. The expiration of this timer shall cause the local LLC to acknowledge all unacknowledged I PDUs. This object is associated with the llcSapAdminDelayAckCount object and is only defined if that object has a value greater than one.
                     llcSapAdminNw 1.3.6.1.4.1.9.10.8.1.2.1.1.13 integer32 read-write
This object denotes the default value for the number of IPDUs that must be acknowledged before the working window size (Ww) can be incremented by 1 when the working window is not equal to the maximum transmit window size (TW). It controls the gradual incrementing of Ww in congestion situations. This function is not described in the IEEE 802.2 specification [5]. However, it is listed in the IBM Token-Ring Network Architecture Reference [6] as the Nw parameter and is widely implemented. This SAP default value may be overridden by a non-zero Cc default value in the llcCcAdminNw object.
             llcSapOperTable 1.3.6.1.4.1.9.10.8.1.2.2 no-access
This table contains objects that reflect the current operational parameters of a local SAP.
                 llcSapOperEntry 1.3.6.1.4.1.9.10.8.1.2.2.1 no-access
A list of configured values for a local SAP.
                     llcSapOperStatus 1.3.6.1.4.1.9.10.8.1.2.2.1.1 integer read-only
This parameter describes the actual state of this local SAP. Enumeration: 'active': 2, 'inactive': 1.
                     llcSapOperNumCcs 1.3.6.1.4.1.9.10.8.1.2.2.1.2 integer32 read-only
This object defines the number of connection components on this SAP that are currently in one of the 'connected' states. In other words, this object is a count of the number of instances of llcCcOperEntry that have a llcCcOperState value greater than or equal to 'normal(3)'.
                     llcSapOperHiWaterNumCcs 1.3.6.1.4.1.9.10.8.1.2.2.1.3 gauge32 read-only
This object reflects the highest number of connection components on this SAP simultaneously in one of the 'connected' states. In other words, this object is a count of the number of instances of llcCcOperEntry that have a llcCcOperState value greater than or equal to 'normal(3)' concurrently on this SAP.
                     llcSapOperLlc2Support 1.3.6.1.4.1.9.10.8.1.2.2.1.4 integer read-only
This parameter describes whether or not the LLC implementation supports LLC2 connection components. Enumeration: 'yes': 2, 'no': 1.
             llcSapStatsTable 1.3.6.1.4.1.9.10.8.1.2.3 no-access
This table contains objects that reflect the current operational parameters of a local SAP.
                 llcSapStatsEntry 1.3.6.1.4.1.9.10.8.1.2.3.1 no-access
A list of configured values for a local SAP.
                     llcSapStatsLocalBusies 1.3.6.1.4.1.9.10.8.1.2.3.1.1 counter32 read-only
This object reflects the total number of times that the local connection components on this SAP have entered a busy state (RNR). This object is initialized to zero when the SAP is created.
                     llcSapStatsRemoteBusies 1.3.6.1.4.1.9.10.8.1.2.3.1.2 counter32 read-only
This object reflects the total number of times that the adjacent (i.e. remote) connection components on this SAP have entered a busy state (RNR). This object is initialized to zero when the SAP is created.
                     llcSapStatsIFramesIn 1.3.6.1.4.1.9.10.8.1.2.3.1.3 counter32 read-only
This object reflects the total number of I-Frames that have been received by connection components on this SAP. This object is initialized to zero when the SAP is created.
                     llcSapStatsIFramesOut 1.3.6.1.4.1.9.10.8.1.2.3.1.4 counter32 read-only
This object reflects the total number of I-Frames that have been transmitted by connection components on this SAP. This object is initialized to zero when the SAP is created.
                     llcSapStatsIOctetsIn 1.3.6.1.4.1.9.10.8.1.2.3.1.5 counter32 read-only
This object reflects the total octets received from adjacent connection components on this SAP. This object covers the address, control, and information field of I-Frames only. This object is initialized to zero when the SAP is created.
                     llcSapStatsIOctetsOut 1.3.6.1.4.1.9.10.8.1.2.3.1.6 counter32 read-only
This object reflects the total octets transmitted to adjacent connection components on this SAP. This object covers the address, control, and information field of I-Frames only. This object is initialized to zero when the SAP is created.
                     llcSapStatsSFramesIn 1.3.6.1.4.1.9.10.8.1.2.3.1.7 counter32 read-only
This object reflects the total number of S-Frames that have been received by connection components on this SAP. This object is initialized to zero when the SAP is created. Note - the ratio of the number of I-Frames to S-Frames might serve as a measure of link efficiency and, for instance, could be used to tune the acknowledgement timer.
                     llcSapStatsSFramesOut 1.3.6.1.4.1.9.10.8.1.2.3.1.8 counter32 read-only
This object reflects the total number of S-Frames that have been transmitted by connection components on this SAP. This object is initialized to zero when the SAP is created. Note - the ratio of the number of I-Frames to S-Frames might serve as a measure of link efficiency and, for instance, could be used to tune the acknowledgement timer.
                     llcSapStatsRetransmitsOut 1.3.6.1.4.1.9.10.8.1.2.3.1.9 counter32 read-only
This object reflects the total number of I-Frames retransmitted by all local connection components on this SAP. This object is initialized to zero when the SAP is created.
                     llcSapStatsREJsIn 1.3.6.1.4.1.9.10.8.1.2.3.1.10 counter32 read-only
This object reflects the total REJ frames received from all adjacent LLC connection components on this SAP since it was created.
                     llcSapStatsREJsOut 1.3.6.1.4.1.9.10.8.1.2.3.1.11 counter32 read-only
This object reflects the total REJ frames transmitted to an adjacent LLC connection components on this SAP since it was created.
                     llcSapStatsWwCount 1.3.6.1.4.1.9.10.8.1.2.3.1.12 counter32 read-only
This object reflects the total number of times, since this SAP was created, that the dynamic window algorithm has been invoked to reduce the value of Ww on any of the connection components of this SAP. This object is initialized to zero when the SAP is created. This function is not described in the IEEE 802.2 specification [5], but is widely implemented.
                     llcSapStatsTESTCommandsIn 1.3.6.1.4.1.9.10.8.1.2.3.1.13 counter32 read-only
This object denotes the number of TEST commands this SAP has received and is a measure of the number of stations in the network trying to connect up. This object is initialized to zero when the SAP is created.
                     llcSapStatsTESTCommandsOut 1.3.6.1.4.1.9.10.8.1.2.3.1.14 counter32 read-only
This object denotes the number of TEST commands this SAP has sent and is a measure of the number of other stations we are trying to connect to. This object is initialized to zero when the SAP is created.
                     llcSapStatsTESTResponsesIn 1.3.6.1.4.1.9.10.8.1.2.3.1.15 counter32 read-only
This object denotes the number of TEST responses this SAP has received and is a measure of the number of stations in the network responding to TEST commands this SAP has sent. This object is initialized to zero when the SAP is created.
                     llcSapStatsTESTResponsesOut 1.3.6.1.4.1.9.10.8.1.2.3.1.16 counter32 read-only
This object denotes the number of TEST responses this SAP has sent and is a measure of the number of other stations trying to connect to this SAP. This object is initialized to zero when the SAP is created.
                     llcSapStatsXIDCommandsIn 1.3.6.1.4.1.9.10.8.1.2.3.1.17 counter32 read-only
This object denotes the number of XID commands this SAP has received and is a measure of the number of stations in the network trying to connect to this SAP. This object is a count of all XIDs, including SNA XID, IEEE XID, null XID, and non-activation XIDs. This object is initialized to zero when the SAP is created.
                     llcSapStatsXIDCommandsOut 1.3.6.1.4.1.9.10.8.1.2.3.1.18 counter32 read-only
This object denotes the number of XID commands this SAP has sent and is a measure of the number of other stations this SAP is trying to connect to. This object is a count of all XIDs, including SNA XID, IEEE XID, null XID, and non-activation XIDs. This object is initialized to zero when the SAP is created.
                     llcSapStatsXIDResponsesIn 1.3.6.1.4.1.9.10.8.1.2.3.1.19 counter32 read-only
This object denotes the number of XID responses this SAP has received and is a measure of the number of stations in the network responding to TEST commands this SAP has sent. This object is a count of all XIDs, including SNA XID, IEEE XID, null XID, and non-activation XIDs. This object is initialized to zero when the SAP is created.
                     llcSapStatsXIDResponsesOut 1.3.6.1.4.1.9.10.8.1.2.3.1.20 counter32 read-only
This object denotes the number of XID responses this SAP has sent and is a measure of the number of other stations trying to connect to this SAP. This object is a count of all XIDs, including SNA XID, IEEE XID, null XID, and non-activation XIDs. This object is initialized to zero when the SAP is created.
                     llcSapStatsUIFramesIn 1.3.6.1.4.1.9.10.8.1.2.3.1.21 counter32 read-only
This object reflects the total number of unnumbered information (UI) frames received on a local SAP.
                     llcSapStatsUIFramesOut 1.3.6.1.4.1.9.10.8.1.2.3.1.22 counter32 read-only
This object reflects the total number of unnumbered information (UI) frames sent on a local SAP.
                     llcSapStatsUIOctetsIn 1.3.6.1.4.1.9.10.8.1.2.3.1.23 counter32 read-only
This object reflects the total octets received from adjacent connection components on this SAP. This object covers the address, control, and information field of UI-Frames only. This object is initialized to zero when the SAP is created.
                     llcSapStatsUIOctetsOut 1.3.6.1.4.1.9.10.8.1.2.3.1.24 counter32 read-only
This object reflects the total octets transmitted to adjacent connection components on this SAP. This object covers the address, control, and information field of UI-Frames only. This object is initialized to zero when the SAP is created.
                     llcSapStatsConnectOk 1.3.6.1.4.1.9.10.8.1.2.3.1.25 counter32 read-only
This object reflects the total number of successful connections that have been established on this SAP since the SAP was created. A successful connection is indicated by a successful SABME/UA exchange.
                     llcSapStatsConnectFail 1.3.6.1.4.1.9.10.8.1.2.3.1.26 counter32 read-only
This object reflects the total number of unsuccessful connections that have been attempted on this SAP since the SAP was created. An unsuccessful connection attempt is indicated by a SABME/DM exchange or a SABME/timeout.
                     llcSapStatsDisconnect 1.3.6.1.4.1.9.10.8.1.2.3.1.27 counter32 read-only
This object reflects the total number of normal disconnections that have been performed on this SAP since the SAP was created. A normal disconnection is indicated by a successful DISC/UA exchange or merely a DISC sent or received.
                     llcSapStatsDisconnectFRMRSend 1.3.6.1.4.1.9.10.8.1.2.3.1.28 counter32 read-only
This object reflects the total number of abnormal disconnections (resulting from a FRMR being sent) that have been performed on this SAP since the SAP was created.
                     llcSapStatsDisconnectFRMRRcv 1.3.6.1.4.1.9.10.8.1.2.3.1.29 counter32 read-only
This object reflects the total number of abnormal disconnections (resulting from a FRMR being received) that have been performed on this SAP since the SAP was created.
                     llcSapStatsDisconnectTimer 1.3.6.1.4.1.9.10.8.1.2.3.1.30 counter32 read-only
This object reflects the total number of abnormal disconnections (resulting from a timer expiration) that have been performed on this SAP since the SAP was created.
                     llcSapStatsDMsInABM 1.3.6.1.4.1.9.10.8.1.2.3.1.31 counter32 read-only
This object reflects the total number of Disconnect Mode responses that have been received for CCs in ABM mode on this SAP since the SAP was created.
                     llcSapStatsSABMEsInABM 1.3.6.1.4.1.9.10.8.1.2.3.1.32 counter32 read-only
This object reflects the total number of SABMEs that have been received for CCs in already in ABM mode on this SAP since the SAP was created.
         llcCcGroup 1.3.6.1.4.1.9.10.8.1.3
             llcCcAdminTable 1.3.6.1.4.1.9.10.8.1.3.1 no-access
This table contains objects that can be changed to manage an LLC connection component. Changing one of these parameters may take effect in the operating link immediately or may wait until the link is restarted depending on the details of the implementation. The entries in llcCcAdminTable can be created either by an agent or a management station. The management station can create an entry in llcCcAdminTable by setting the appropriate value in llcCcAdminRowStatus. Most of the objects in this read-create table have corresponding read-only objects in the llcCcOperTable that reflect the current operating value. The operating values may be different from these configured values if changed by XID negotiation or if a configured parameter was changed after the link was started.
                 llcCcAdminEntry 1.3.6.1.4.1.9.10.8.1.3.1.1 no-access
A list of configured values for an LLC connection component.
                     llcCcRMac 1.3.6.1.4.1.9.10.8.1.3.1.1.1 macaddress no-access
This value is the remote MAC address for this Connection Component. This value is provided by the SNMP agent.
                     llcCcRSap 1.3.6.1.4.1.9.10.8.1.3.1.1.2 integer no-access
This value is the address of the remote SAP for this Connection Component. This value is provided by the SNMP agent.
                     llcCcAdminBounce 1.3.6.1.4.1.9.10.8.1.3.1.1.3 integer read-only
This object controls the resetting of the connection component. Setting this value to yes(2) results in the connection component being reset, llcCcOperState transitioning to a value of aDm(1), and the value of llcCcAdminBounce being set back to no(1). Enumeration: 'yes': 2, 'no': 1.
                     llcCcAdminMaxPDUOctets 1.3.6.1.4.1.9.10.8.1.3.1.1.4 integer32 read-only
This object denotes the maximum I PDU size, in octets, that this LLC SAP may send to its remote connection component partner. This count is referred to as 'N1' in the IEEE 802.2 specification [5]. This object contains an administrative value which will be applied the next time this connection is established. A zero value for this object indicates that the SAP default, llcSapAdminMaxIPDUOctetsSend, shall be used. At connection setup, the remote LLC may send, using an XID frame, the maximum I PDU size which it is prepared to receive. If so, an implementation may choose to override the administered maximum PDU size with the dynamically learned value and should reflect this in the llcCcOperMaxIPDUOctetsSend object for the connection component. The I PDU size includes all octets in a frame, excluding framing characters, the MAC header and link header.
                     llcCcAdminMaxUnackedIPDUsSend 1.3.6.1.4.1.9.10.8.1.3.1.1.5 integer read-only
This object denotes the maximum consecutive unacknowledged I PDU frames that this LLC may send to its remote LLC partner. This count is referred to as 'k' in the IEEE 802.2 specification [5]. This object contains an administrative value which will be applied the next time this connection is established. A zero value for this object indicates that the SAP default, llcSapAdminMaxUnackedIPDUsSend, shall be used. At connection setup, the remote LLC may send, using an XID frame, the maximum number of unacknowledged I PDUs which it is prepared to receive. If so, an implementation may choose to override the administered maximum number of unacknowledged PDUs with the dynamically learned value and should reflect this in the llcCcOperMaxUnackedIPDUsSend object for the connection component.
                     llcCcAdminMaxUnackedIPDUsRcv 1.3.6.1.4.1.9.10.8.1.3.1.1.6 integer read-only
This object denotes the maximum number of unacknowledged I PDUs that this LLC can expect to receive from its remote LLC partner. This count is referred to as 'k' in the IEEE 802.2 specification [5]. This object contains an administrative value which will be applied the next time this connection is established. A zero value for this object indicates that the SAP default, llcSapAdminMaxUnackedIPDUsRcv, shall be used. At connection setup, an implementation may choose to send this value to the remote LLC, using an XID frame.
                     llcCcAdminMaxRetransmits 1.3.6.1.4.1.9.10.8.1.3.1.1.7 integer32 read-only
This object denotes the value for the maximum number of times that this LLC shall retry PDUs following the expiration of the acknowledgement timer, the P-bit timer or the reject timer. When these retries are exhausted, the link shall be declared inactive. This count is referred to as 'N2' in the IEEE 802.2 specification [5]. This object contains an administrative value which will be applied the next time this connection is established. A zero value for this object indicates that the SAP default, llcSapAdminMaxRetransmits, shall be used.
                     llcCcAdminAckTimer 1.3.6.1.4.1.9.10.8.1.3.1.1.8 timeticks read-only
This object denotes the value for the time interval during which this LLC shall expect to receive either: 1) an acknowledgement to one or more outstanding I PDUs. or 2) a response PDU to an unnumbered command PDU. The expiration of this timer shall cause the frame unacknowledged frames to be retransmitted (up to N2 times). This object contains an administrative value which will be applied the next time this connection is established. A zero value for this object indicates that the SAP default, llcSapAdminAckTimer, shall be used.
                     llcCcAdminPbitTimer 1.3.6.1.4.1.9.10.8.1.3.1.1.9 timeticks read-only
This object denotes the value for the time interval during which this LLC shall expect to receive a PDU with the F bit set to '1' in response to a Type 2 command with the P bit set to '1'. The expiration of this timer shall cause the REJ PDU to be retransmitted (up to N2 times). This object contains an administrative value which will be applied the next time this connection is established. A zero value for this object indicates that the SAP default, llcSapAdminPbitTimer, shall be used.
                     llcCcAdminRejTimer 1.3.6.1.4.1.9.10.8.1.3.1.1.10 timeticks read-only
This object denotes the value for the time interval during which this LLC shall expect to receive a reply to a REJ PDU. The expiration of this timer shall cause the REJ PDU to be retransmitted (up to N2 times). This object contains an administrative value which will be applied the next time this connection is established. A zero value for this object indicates that the SAP default, llcSapAdminRejTimer, shall be used.
                     llcCcAdminBusyTimer 1.3.6.1.4.1.9.10.8.1.3.1.1.11 timeticks read-only
This object denotes the value for the time interval during which this LLC shall expect to receive an indication that a busy condition at the remote LLC has cleared. The expiration of this timer shall cause the link to be declared inactive. This object contains an administrative value which will be applied the next time this connection is established. A zero value for this object indicates that the SAP default, llcSapAdminBusyTimer, shall be used.
                     llcCcAdminInactTimer 1.3.6.1.4.1.9.10.8.1.3.1.1.12 timeticks read-only
This object denotes the value for the time interval during which this LLC shall expect to receive any PDU from the remote LLC. This function is not described in the IEEE 802.2 specification [5] but is widely implemented. The expiration of this timer shall cause the local LLC to send a PDU to the remote LLC with the P bit set to '1'. This object contains an administrative value which will be applied the next time this connection is established. A zero value for this object indicates that the SAP default, llcSapAdminInactTimer, shall be used. Any value for this object less than or equal to the acknowledgement timer shall mean that the timer is not used.
                     llcCcAdminDelayAckCount 1.3.6.1.4.1.9.10.8.1.3.1.1.13 integer32 read-only
This object denotes the value for the maximum number of consecutive I PDUs which this LLC shall receive during the interval defined by llcCcOperDelayTimer without sending an immediate acknowledgement. This must be less than or equal to the value of llcCcOperMaxUnackIPDURcv. This function is not described in the IEEE 802.2 specification [5] but is widely implemented. This object contains an administrative value which will be applied the next time this connection is established. A zero value for this object indicates that the SAP default, llcSapAdminDelayAck, shall be used. A value of one indicates that acknowledgments will be sent immediately and that the value of llcCcAdminDelayAckTimer shall be ignored.
                     llcCcAdminDelayAckTimer 1.3.6.1.4.1.9.10.8.1.3.1.1.14 timeticks read-only
This object denotes the value for the time interval during which this LLC shall delay acknowledgment of one or more I PDUs (up to the value of llcCcOperDelayAckCount). This function is not described in the IEEE 802.2 specification [5]. It is listed in the IBM Token-Ring Network Architecture Reference [6] as the T2 parameter and is widely implemented. The expiration of this timer shall cause the local LLC to acknowledge all unacknowledged I PDUs. This object contains an administrative value which will be applied the next time this connection is established. This object is associated with the llcCcAdminDelayAckCount object and is only defined if that object has a value greater than one.
                     llcCcAdminNw 1.3.6.1.4.1.9.10.8.1.3.1.1.15 integer32 read-only
This object denotes the value for the number of IPDUs that must be acknowledged before the working window size (Ww) can be incremented by 1 when the working window is not equal to the maximum transmit window size (TW). It controls the gradual incrementing of Ww in congestion situations. This function is not described in the IEEE 802.2 specification [5]. However, it is listed in the IBM Token-Ring Network Architecture Reference [6] as the Nw parameter and is widely implemented.
                     llcCcAdminRowStatus 1.3.6.1.4.1.9.10.8.1.3.1.1.16 rowstatus read-only
This object is used by a management station to create or delete the row entry in llcCcAdminTable following the RowStatus textual convention. Upon successful creation of the row, an agent automatically creates a corresponding entry in the llcCcOperTable with llcCcOperState equal to 'aDM (1)'.
             llcCcOperTable 1.3.6.1.4.1.9.10.8.1.3.2 no-access
This table contains current LLC link parameters. Many of these objects have corresponding objects in the llcCcAdminTable.
                 llcCcOperEntry 1.3.6.1.4.1.9.10.8.1.3.2.1 no-access
A list of status and control values for an LLC connection component.
                     llcCcOperState 1.3.6.1.4.1.9.10.8.1.3.2.1.1 integer read-only
This object describes the operational state of the LLC connection. If the connection component is disabled, llcCcOperState will transition to aDM(1). If the connection component is enabled, llcCcOperState will transition to normal(3). Enumeration: 'reset': 10, 'resetCheck': 13, 'busy': 4, 'normal': 3, 'setup': 2, 'await': 6, 'awaitBusy': 7, 'awaitReject': 8, 'dConn': 9, 'error': 11, 'reject': 5, 'resetWait': 14, 'aDM': 1, 'conn': 12.
                     llcCcOperMaxIPDUOctetsSend 1.3.6.1.4.1.9.10.8.1.3.2.1.2 integer32 read-only
This object denotes the maximum I PDU size, in octets, that this LLC SAP may send to its remote connection component partner. This count is referred to as 'N1' in the IEEE 802.2 specification [5]. At connection setup, the remote LLC may send, using an XID frame, the maximum I PDU size which it is prepared to receive. If so, an implementation may choose to override the administered maximum PDU size with the dynamically learned value and should reflect that in this object. The I PDU size includes all octets in a frame, excluding framing characters, the MAC header and link header.
                     llcCcOperMaxIPDUOctetsRcv 1.3.6.1.4.1.9.10.8.1.3.2.1.3 integer32 read-only
This object denotes the maximum I PDU size, in octets, that this LLC can expect to receive from its remote LLC partner. This count is referred to as 'N1' in the IEEE 802.2 specification [5] The I PDU size includes all octets in a frame with the exception of the framing characters, the MAC header and the link header.
                     llcCcOperMaxUnackedIPDUsSend 1.3.6.1.4.1.9.10.8.1.3.2.1.4 integer read-only
This object denotes the maximum consecutive unacknowledged I PDU frames that this LLC may send to its remote LLC partner. This count is referred to as 'k' in the IEEE 802.2 specification [5]. At connection setup, the remote LLC may send, using an XID frame, the maximum number of unacknowledged I PDUs which it is prepared to receive. If so, an implementation may choose to override the administered maximum number of unacknowledged PDUs with the dynamically learned value and should reflect that in this object.
                     llcCcOperMaxUnackedIPDUsRcv 1.3.6.1.4.1.9.10.8.1.3.2.1.5 integer read-only
This object denotes the maximum number of unacknowledged I PDUs that this LLC can expect to receive from its remote LLC partner. This count is referred to as 'k' in the IEEE 802.2 specification [5].
                     llcCcOperMaxRetransmits 1.3.6.1.4.1.9.10.8.1.3.2.1.6 integer32 read-only
This object denotes the value for the maximum number of times that this LLC shall retry PDUs following the expiration of the acknowledgement timer, the P-bit timer or the reject timer. When these retries are exhausted, the link shall be declared inactive. This count is referred to as 'N2' in the IEEE 802.2 specification [5].
                     llcCcOperAckTimer 1.3.6.1.4.1.9.10.8.1.3.2.1.7 timeticks read-only
This object denotes the value for the time interval during which this LLC shall expect to receive either: 1) an acknowledgement to one or more outstanding I PDUs. or 2) a response PDU to an unnumbered command PDU. The expiration of this timer shall cause the frame unacknowledged frames to be retransmitted (up to N2 times).
                     llcCcOperPbitTimer 1.3.6.1.4.1.9.10.8.1.3.2.1.8 timeticks read-only
This object denotes the value for the time interval during which this LLC shall expect to receive a PDU with the F bit set to '1' in response to a Type 2 command with the P bit set to '1'. The expiration of this timer shall cause the REJ PDU to be retransmitted (up to N2 times).
                     llcCcOperRejTimer 1.3.6.1.4.1.9.10.8.1.3.2.1.9 timeticks read-only
This object denotes the value for the time interval during which this LLC shall expect to receive a reply to a REJ PDU. The expiration of this timer shall cause the REJ PDU to be retransmitted (up to N2 times).
                     llcCcOperBusyTimer 1.3.6.1.4.1.9.10.8.1.3.2.1.10 timeticks read-only
This object denotes the value for the time interval during which this LLC shall expect to receive an indication that a busy condition at the remote LLC has cleared. The expiration of this timer shall cause the link to be declared inactive.
                     llcCcOperInactTimer 1.3.6.1.4.1.9.10.8.1.3.2.1.11 timeticks read-only
This object denotes the value for the time interval during which this LLC shall expect to receive any PDU from the remote LLC. This function is not described in the IEEE 802.2 specification [5] but is widely implemented. The expiration of this timer shall cause the local LLC to send a PDU to the remote LLC with the P bit set to '1'. Any value for this object less than or equal to the acknowledgement timer shall mean that the timer is not used.
                     llcCcOperDelayAckCount 1.3.6.1.4.1.9.10.8.1.3.2.1.12 integer32 read-only
This object denotes the value for the maximum number of consecutive I PDUs which this LLC shall receive during the interval defined by llcCcOperDelayTimer without sending an immediate acknowledgement. This must be less than or equal to the value of llcCcOperMaxUnackIPDURcv. This function is not described in the IEEE 802.2 specification [5] but is widely implemented. A value of one indicates that acknowledgments will be sent immediately and that the value of llcCcOperDelayAckTimer should be ignored.
                     llcCcOperDelayAckTimer 1.3.6.1.4.1.9.10.8.1.3.2.1.13 timeticks read-only
This object denotes the value for the time interval during which this LLC shall delay acknowledgment of one or more I PDUs (up to the value of llcCcOperDelayAckCount). This function is not described in the IEEE 802.2 specification [5] but is widely implemented. The expiration of this timer shall cause the local LLC to acknowledge all unacknowledged I PDUs. This object is associated with the llcCcOperDelayAckCount object and only has meaning if that object has a value greater than one.
                     llcCcOperNw 1.3.6.1.4.1.9.10.8.1.3.2.1.14 integer32 read-only
This object denotes the value for the number of IPDUs that must be acknowledged before the working window size (Ww) can be incremented by 1 when the working window is not equal to the maximum transmit window size (TW). It controls the gradual incrementing of Ww in congestion situations. This function is not described in the IEEE 802.2 specification [5], but is widely implemented.
                     llcCcOperWw 1.3.6.1.4.1.9.10.8.1.3.2.1.15 integer read-only
Maximum number of sequentially numbered IPDUs that the connection component may have outstanding (unacknowledged) at any given time. Ww is initialized to the value of llcCcOperMaxUnackedIPDUsSend when the link is established. When the dynamic window algorithm is invoked, Ww varies from 1 up to llcCcOperMaxUnackedIPDUsSend. Each time the llcCcOperWw value is decreased, the reason is recorded in llcCcOperLastWwCause, and llcCcStatWwCount is incremented by 1. This function is not described in the IEEE 802.2 specification [5], but is widely implemented.
                     llcCcOperCreateTime 1.3.6.1.4.1.9.10.8.1.3.2.1.16 timestamp read-only
This object describes the value of sysUpTime when this connection was created.
                     llcCcOperLastModifyTime 1.3.6.1.4.1.9.10.8.1.3.2.1.17 timestamp read-only
This object describes the value of sysUpTime the last time this connection component was modified. If the connection has not been modified, then this value shall be zero.
                     llcCcOperLastFailTime 1.3.6.1.4.1.9.10.8.1.3.2.1.18 timestamp read-only
This object describes the value of sysUpTime when this LLC connection component last failed. If the connection component has not failed, then this value shall be zero.
                     llcCcOperLastFailCause 1.3.6.1.4.1.9.10.8.1.3.2.1.19 integer read-only
This enumerated object reflects the cause of the last failure of this LLC connection component. If the connection component has not failed, then this object will have a value of undefined(1). Enumeration: 'undefined': 1, 'discReceived': 4, 'discSent': 5, 'retriesExpired': 6, 'forcedShutdown': 7, 'rxFRMR': 2, 'txFRMR': 3.
                     llcCcOperLastFailFRMRInfo 1.3.6.1.4.1.9.10.8.1.3.2.1.20 octet string read-only
This object reflects the information field of the FRMR frame if the last failure for this LLC connection component was as a result of an invalid frame. Otherwise, this field has no meaning.
                     llcCcOperLastWwCause 1.3.6.1.4.1.9.10.8.1.3.2.1.21 integer read-only
This object indicates the reason that the llcCcOperWw was reduced the last time this occurred. Enumeration: 'other': 4, 'neverInvoked': 1, 'macLayerCongestion': 3, 'lostData': 2.
             llcCcStatsTable 1.3.6.1.4.1.9.10.8.1.3.3 no-access
Each entry in this table contains statistics for a specific LLC connection component.
                 llcCcStatsEntry 1.3.6.1.4.1.9.10.8.1.3.3.1 no-access
A list of statistics for an LLC connection component.
                     llcCcStatsLocalBusies 1.3.6.1.4.1.9.10.8.1.3.3.1.1 counter32 read-only
This object reflects the total number of times that the local connection component has entered a busy state (RNR). This object is initialized to zero when the connection component is created.
                     llcCcStatsRemoteBusies 1.3.6.1.4.1.9.10.8.1.3.3.1.2 counter32 read-only
This object reflects the total number of times that the adjacent (i.e. remote) connection component has entered a busy state (RNR). This object is initialized to zero when the connection component is created.
                     llcCcStatsIFramesIn 1.3.6.1.4.1.9.10.8.1.3.3.1.3 counter32 read-only
This object reflects the total number of I-Frames that have been received by the connection component. This object is initialized to zero when the connection component is created.
                     llcCcStatsIFramesOut 1.3.6.1.4.1.9.10.8.1.3.3.1.4 counter32 read-only
This object reflects the total number of I-Frames that have been transmitted by this connection component. This object is initialized to zero when the connection component is created.
                     llcCcStatsIOctetsIn 1.3.6.1.4.1.9.10.8.1.3.3.1.5 counter32 read-only
This object reflects the total octets received from the adjacent connection component. This object covers the address, control, and information field of I-Frames only. This object is initialized to zero when the connection component is created.
                     llcCcStatsIOctetsOut 1.3.6.1.4.1.9.10.8.1.3.3.1.6 counter32 read-only
This object reflects the total octets transmitted to the adjacent connection component. This object covers the address, control, and information field of I-Frames only. This object is initialized to zero when the connection component is created.
                     llcCcStatsSFramesIn 1.3.6.1.4.1.9.10.8.1.3.3.1.7 counter32 read-only
This object reflects the total number of S-Frames that have been received by this connection component. This object is initialized to zero when the connection component is created. Note - the ratio of the number of I-Frames to S-Frames might serve as a measure of link efficiency and, for instance, could be used to tune the acknowledgement timer.
                     llcCcStatsSFramesOut 1.3.6.1.4.1.9.10.8.1.3.3.1.8 counter32 read-only
This object reflects the total number of S-Frames that have been transmitted by this connection component. This object is initialized to zero when the connection component is created. Note - the ratio of the number of I-Frames to S-Frames might serve as a measure of link efficiency and, for instance, could be used to tune the acknowledgement timer.
                     llcCcStatsRetransmitsOut 1.3.6.1.4.1.9.10.8.1.3.3.1.9 counter32 read-only
This object reflects the total number of I-Frames retransmitted the local connection component. This object is initialized to zero when the connection component is created.
                     llcCcStatsREJsIn 1.3.6.1.4.1.9.10.8.1.3.3.1.10 counter32 read-only
This object reflects the total REJ frames received from an adjacent LLC connection component since connection component startup.
                     llcCcStatsREJsOut 1.3.6.1.4.1.9.10.8.1.3.3.1.11 counter32 read-only
This object reflects the total REJ frames transmitted to an adjacent LLC connection component since connection component startup.
                     llcCcStatsWwCount 1.3.6.1.4.1.9.10.8.1.3.3.1.12 counter32 read-only
This object reflects the total number of times, since connection component startup, that the dynamic window algorithm has been invoked to reduce the value of Ww. At connection component startupm this object must be initialized to zero. This function is not described in the IEEE 802.2 specification [5], but is widely implemented.
     snaLlcMIBNotificationPrefix 1.3.6.1.4.1.9.10.8.2
         snaLlcMIBNotifications 1.3.6.1.4.1.9.10.8.2.0
             llcCcStatusChange 1.3.6.1.4.1.9.10.8.2.0.1
This trap indicates that the state of an LLC connection component has transitioned to normal(3) or aDM(1).
     snaLlcMIBConformance 1.3.6.1.4.1.9.10.8.3
         snaLlcMIBCompliances 1.3.6.1.4.1.9.10.8.3.1
             llcCoreCompliance 1.3.6.1.4.1.9.10.8.3.1.1
The core compliance statement for all LLC nodes.
         snaLlcMIBGroups 1.3.6.1.4.1.9.10.8.3.2
             llcCorePortGroup 1.3.6.1.4.1.9.10.8.3.2.1
The llcCorePortGroup defines objects which are common to the LLC Port of all compliant connections.
             llcCoreSapGroup 1.3.6.1.4.1.9.10.8.3.2.2
The llcCoreSapGroup defines objects which are common to the LLC SAP of all compliant connections.
             llcCoreCcGroup 1.3.6.1.4.1.9.10.8.3.2.3
The llcCoreCcGroup defines objects which are common to the LLC CC of all compliant connections.