CXLLCInterfaceModule-MIB

File: CXLLCInterfaceModule-MIB.mib (6777 bytes)

Imported modules

RFC-1212 CXProduct-SMI

Imported symbols

OBJECT-TYPE cxLlcim Alias

Defined Types

LlcimSapEntry  
SEQUENCE    
  llcimSapNumber INTEGER
  llcimSapRowStatus INTEGER
  llcimSapAlias Alias
  llcimSapCompanionAlias Alias
  llcimSapType INTEGER
  llcimSapConnectMethod INTEGER
  llcimSapState INTEGER

Defined Values

llcimConnectInterval 1.3.6.1.4.1.495.2.1.6.34.1
Determines the amount of time between LLC-2 XID or TEST retries. Range of Values: 10 - 900 seconds Default Value: 30 seconds Configuration Changed: administrative
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 10..900  

llcimSapTable 1.3.6.1.4.1.495.2.1.6.34.10
A table containing configuration information about each LLC-2 Interface Module service access point.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LlcimSapEntry

llcimSapEntry 1.3.6.1.4.1.495.2.1.6.34.10.1
Defines a row in the llcimSapTable. Each row contains the objects which define an LLC-2 service access point.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LlcimSapEntry  

llcimSapNumber 1.3.6.1.4.1.495.2.1.6.34.10.1.1
Identifies this SAP (service access point) with a numerical value. Values for each SAP must be unique. A value of '0' is automatically allocated to the first LLCIM upper SAP. This upper SAP row always exists and cannot be deleted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

llcimSapRowStatus 1.3.6.1.4.1.495.2.1.6.34.10.1.2
Determines the status of the objects in a table row. Options: invalid (1): Row is flagged, after next reset the values will be disabled and the row is deleted from the table valid (2): Values are enabled Default Value: none Configuration Changed: administrative
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER invalid(1), valid(2)  

llcimSapAlias 1.3.6.1.4.1.495.2.1.6.34.10.1.3
Identifies this service access point by a textual name. Names must be unique across all service access points at all layers. Range of Values: 1 -16 alphanumeric characters (first character must be a letter) Default Value: none Configuration Changed: administrative
Status: mandatory Access: read-write
OBJECT-TYPE    
  Alias  

llcimSapCompanionAlias 1.3.6.1.4.1.495.2.1.6.34.10.1.4
Determines the remote SAP this SAP communicates with. This object contains the textual name of the remote SAP. If this object is associated with a lower SAP, this object is set to the value of the corresponding LAPB/D MAC SAP Alias (lapbdMacSapAlias). The LAPB/D SAP must have the following objects defined as follows: labpdMacSapLapType set to 'lapb' lapbdMacSapLapBProtocolFlavor set to 'v8022' Range of Values: 1 -16 alphanumeric characters (first character must be a letter) Default Value: none Configuration Changed: administrative
Status: mandatory Access: read-write
OBJECT-TYPE    
  Alias  

llcimSapType 1.3.6.1.4.1.495.2.1.6.34.10.1.5
Determines if this SAP (service access point) is an upper or lower SAP. Options: lower (1): This is a lower SAP, used to communicate with a LAPB/D MAC SAP. upper (2): This is an upper SAP, used to communicate with an upper layer service. Default Value: lower (1) Configuration Changed: administrative
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER lower(1), upper(2)  

llcimSapConnectMethod 1.3.6.1.4.1.495.2.1.6.34.10.1.6
Determines if the NULL XID exchange used to establish an LLC link is initiated by this station or by the remote station. Options: generateXid (1): This station initiates the NULL XID exchange. waitForXid (2): This station waits for the other side to initiate the NULL XID exchange. Default Value: generateXid (1) Configuration Changed: administrative and operative
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER generateXid(1), waitForXid(2), immediate(3)  

llcimSapState 1.3.6.1.4.1.495.2.1.6.34.10.1.7
Indicates the state of this service access point. Options: offLine (1): Indicates that the SAP is not configured. unbound (2): Indicates that this SAP is not bound to its companion SAP. notConnected (3): Indicates that the link is idle. testExchange (4): Indicates that the TEST exchange is ongoing. xidIssued (5): Indicates that this SAP has sent a NULL XID. waitXid (6): Indicates that this SAP is waiting for the remote to send a NULL XID. connected (7): Indicates that the link is established (TEST and XID exchanges has been successfully completed). setMode (8): Indicates that this SAP has sent a Set Mode command to the remote. waitSetMode (9): Indicates that this SAP is waiting for a Set Mode command from the remote. setModeReceived (10): Indicates that this SAP has received a Set Mode command from the remote. data (11): Indicates that data exchange mode has been reached. inLinkDisconnect (12): Indicates that the link has been disconnected (a DISC was received from the remote). outLinkDisconnect (13): Indicates that the link has been disconnected (a DISC was sent to the remote). outLineDisconnect (14) Indicates that the connection to the remote is being terminated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER offLine(1), unbound(2), notConnected(3), testExchange(4), xidIssued(5), waitXid(6), connected(7), setMode(8), waitSetMode(9), setModeReceived(10), data(11), inLinkDisconnect(12), outLinkDisconnect(13), outLineDisconnect(14)