CXLLCInterfaceModule-MIB: View SNMP OID List / Download MIB
VENDOR: MEMOTEC COMMUNICATIONS
Home | MIB: CXLLCInterfaceModule-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).
|
|||
Object Name | OID | Type | Access | Info |
llcimConnectInterval | 1.3.6.1.4.1.495.2.1.6.34.1 | integer | read-write |
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 |
llcimSapTable | 1.3.6.1.4.1.495.2.1.6.34.10 | no-access |
A table containing configuration information about each LLC-2 Interface Module service access point. |
|
1.3.6.1.4.1.495.2.1.6.34.10.1 | no-access |
Defines a row in the llcimSapTable. Each row contains the objects which define an LLC-2 service access point. |
||
llcimSapNumber | 1.3.6.1.4.1.495.2.1.6.34.10.1.1 | integer | read-only |
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. |
llcimSapRowStatus | 1.3.6.1.4.1.495.2.1.6.34.10.1.2 | integer | read-write |
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 Enumeration: 'valid': 2, 'invalid': 1. |
llcimSapAlias | 1.3.6.1.4.1.495.2.1.6.34.10.1.3 | alias | read-write |
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 |
llcimSapCompanionAlias | 1.3.6.1.4.1.495.2.1.6.34.10.1.4 | alias | read-write |
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 |
llcimSapType | 1.3.6.1.4.1.495.2.1.6.34.10.1.5 | integer | read-write |
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 Enumeration: 'upper': 2, 'lower': 1. |
llcimSapConnectMethod | 1.3.6.1.4.1.495.2.1.6.34.10.1.6 | integer | read-write |
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 Enumeration: 'waitForXid': 2, 'generateXid': 1, 'immediate': 3. |
llcimSapState | 1.3.6.1.4.1.495.2.1.6.34.10.1.7 | integer | read-only |
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. Enumeration: 'outLinkDisconnect': 13, 'unbound': 2, 'setModeReceived': 10, 'inLinkDisconnect': 12, 'connected': 7, 'waitXid': 6, 'setMode': 8, 'testExchange': 4, 'notConnected': 3, 'outLineDisconnect': 14, 'offLine': 1, 'waitSetMode': 9, 'data': 11, 'xidIssued': 5. |