CXConsoleDriver-MIB: View SNMP OID List / Download MIB
VENDOR: MEMOTEC COMMUNICATIONS
Home | MIB: CXConsoleDriver-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 |
cxCdBaudRate | 1.3.6.1.4.1.495.2.1.5.6.1 | integer | read-write |
Determines the baud rate of the console port. The setting of this object is dynamic. The console port immediately implements the option you enter. Options: 9600 19200 38400 115200 Default Value: 9600 Configuration Changed: operative |
cxCdCharSize | 1.3.6.1.4.1.495.2.1.5.6.2 | integer | read-write |
Determines how many bits constitute a character for the console port. Options: none - the value is fixed at 8 Default Value: 8 Configuration Changed: none |
cxCdParity | 1.3.6.1.4.1.495.2.1.5.6.3 | integer | read-write |
Determines the parity scheme the CPU uses to validate the characters it receives through the console port. Options: none - the value is fixed at noParity Default Value: noParity Configuration Changed: none Enumeration: 'evenParity': 2, 'oddParity': 3, 'noParity': 1. |
cxCdStopBit | 1.3.6.1.4.1.495.2.1.5.6.4 | integer | read-write |
Determines how many stop bits are at the end of each character the console port receives. Options: none - the value is fixed at 1 Default Value: 1 Configuration Changed: none |
cxCdProtocol | 1.3.6.1.4.1.495.2.1.5.6.5 | integer | read-write |
Determines the protocol (configuration method) for the console port. The setting of this object is dynamic. The console port immediately implements the option you enter. However, if you change the protocol you are currently using to configure the port your connection will be lost. Options: localConsole (1): you use this protocol when you attach a TTY terminal directly to the console port. This protocol requires you to use command line configuration. You also must enter a password to gain access to the configuration tables. You can define the password using the object uiPassword of the CXUserInterface Table. ppp (2): you use this protocol when you are configuring via a windows-based application such as HP/OV (Hewlett Packard-OpenView). Default Value: ppp (2) Configuration Changed: operative Enumeration: 'ppp': 2, 'localConsole': 1. |