HPN-ICF-RS485-MIB
30 objects
The objects in this MIB module are used to manage RS485 interfaces, and manage sessions on them.
Imported Objects
| HPN-ICF-OID-MIB | hpnicfCommon |
| IF-MIB | ifIndex |
| INET-ADDRESS-MIB | InetAddress InetAddressType |
| SNMPv2-SMI | Integer32 MODULE-IDENTITY OBJECT-TYPE |
| SNMPv2-TC | DisplayString RowStatus |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.11.2.14.11.15.2.109 | IdentityhpnicfRS485 | The objects in this MIB module are used to manage RS485 interfaces, and manage sessions on them. | ||
| 1.3.6.1.4.1.11.2.14.11.15.2.109.1 | NodehpnicfRS485Properties | |||
| 1.3.6.1.4.1.11.2.14.11.15.2.109.1.1 | TablehpnicfRS485PropertiesTable | not-accessible | current | Propertie table. |
| 1.3.6.1.4.1.11.2.14.11.15.2.109.1.1.1 | RowhpnicfRS485PropertiesEntry | not-accessible | current | Propertie entry. |
| 1.3.6.1.4.1.11.2.14.11.15.2.109.1.1.1.1 | ColumnhpnicfRS485RawSessionNextIndex | read-only | current | The next valid index of raw sessions, from 1 to 64, which session has been created. When there is no valid index left, it will return 0. |
| 1.3.6.1.4.1.11.2.14.11.15.2.109.1.1.1.2 | ColumnhpnicfRS485BaudRate | read-write | current | The port's baud rate. |
| 1.3.6.1.4.1.11.2.14.11.15.2.109.1.1.1.3 | ColumnhpnicfRS485DataBits | read-write | current | The port's number of data bits in a character. |
| 1.3.6.1.4.1.11.2.14.11.15.2.109.1.1.1.4 | ColumnhpnicfRS485Parity | read-write | current | The port's sense of a character parity bit. |
| 1.3.6.1.4.1.11.2.14.11.15.2.109.1.1.1.5 | ColumnhpnicfRS485StopBits | read-write | current | The port's number of stop bits. |
| 1.3.6.1.4.1.11.2.14.11.15.2.109.1.1.1.6 | ColumnhpnicfRS485FlowControl | read-write | current | The port's type of input flow control. 'none' indicates no flow control at this level. 'hardware' indicates use of hardware signals. 'xonOrxoff' indicates use … |
| 1.3.6.1.4.1.11.2.14.11.15.2.109.1.1.1.7 | ColumnhpnicfRS485TXCharacters | read-only | current | The number of output characters for the port. |
| 1.3.6.1.4.1.11.2.14.11.15.2.109.1.1.1.8 | ColumnhpnicfRS485RXCharacters | read-only | current | The number of input characters for the port. |
| 1.3.6.1.4.1.11.2.14.11.15.2.109.1.1.1.9 | ColumnhpnicfRS485TXErrCharacters | read-only | current | The number of output error characters for the port. |
| 1.3.6.1.4.1.11.2.14.11.15.2.109.1.1.1.10 | ColumnhpnicfRS485RXErrCharacters | read-only | current | The number of input error characters for the port. |
| 1.3.6.1.4.1.11.2.14.11.15.2.109.1.1.1.11 | ColumnhpnicfRS485ResetCharacters | read-write | current | Reset the counters to zero, inlucding hpnicfRS485TXCharacters, hpnicfRS485RXCharacters, hpnicfRS485TXErrCharacters and hpnicfRS485RXErrCharacters. |
| 1.3.6.1.4.1.11.2.14.11.15.2.109.2 | NodehpnicfRS485RawSessions | |||
| 1.3.6.1.4.1.11.2.14.11.15.2.109.2.1 | NodehpnicfRS485RawSessionSummary | |||
| 1.3.6.1.4.1.11.2.14.11.15.2.109.2.1.1 | ScalarhpnicfRS485RawSessionMaxNum | read-only | current | The max number of raw sessions what we can support. |
| 1.3.6.1.4.1.11.2.14.11.15.2.109.2.2 | TablehpnicfRS485RawSessionTable | not-accessible | current | RS485 raw session table. Data recieved from rs485 will be sent to the destination by raw sockets. |
| 1.3.6.1.4.1.11.2.14.11.15.2.109.2.2.1 | RowhpnicfRS485RawSessionEntry | not-accessible | current | Parameters of a session, including remote IP address, remote port, local port, and so on. |
| 1.3.6.1.4.1.11.2.14.11.15.2.109.2.2.1.1 | ColumnhpnicfRS485SessionIndex | not-accessible | current | Raw session index. |
| 1.3.6.1.4.1.11.2.14.11.15.2.109.2.2.1.2 | ColumnhpnicfRS485SessionType | read-write | current | The type of a session. A session can use UDP socket, TCP socket as a client, or TCP socket as a server. |
| 1.3.6.1.4.1.11.2.14.11.15.2.109.2.2.1.3 | ColumnhpnicfRS485SessionAddType | read-write | current | This object indicates the transport type of the address contained in hpnicfRS485SessionRemoteIP object. |
| 1.3.6.1.4.1.11.2.14.11.15.2.109.2.2.1.4 | ColumnhpnicfRS485SessionRemoteIP | read-create | current | The IP of remote entry. When session type is 'udp', this is the IP of the peer. When session type is 'tcpClient', this is the IP of the server . When session t… |
| 1.3.6.1.4.1.11.2.14.11.15.2.109.2.2.1.5 | ColumnhpnicfRS485SessionRemotePort | read-create | current | The port of remote entry. When session type is 'udp', this is port of the peer. When session type is 'tcpClient', this is the port of the server. When session … |
| 1.3.6.1.4.1.11.2.14.11.15.2.109.2.2.1.6 | ColumnhpnicfRS485SessionLocalPort | read-create | current | Local socket port. When session type is 'udp', this is local UDP socket port. When session type is 'tcpClient', this is invalid, it will return 0. When session… |
| 1.3.6.1.4.1.11.2.14.11.15.2.109.2.2.1.7 | ColumnhpnicfRS485SessionStatus | read-create | current | The status column used for creating, modifying, and deleting instances of the columnar objects in raw session table. |
| 1.3.6.1.4.1.11.2.14.11.15.2.109.2.3 | TablehpnicfRS485RawSessionErrInfoTable | not-accessible | current | Error infomation table. It is fail to create a session, management station can get infomation from this table. |
| 1.3.6.1.4.1.11.2.14.11.15.2.109.2.3.1 | RowhpnicfRS485RawSessionErrInfoEntry | not-accessible | current | Error infomaition. |
| 1.3.6.1.4.1.11.2.14.11.15.2.109.2.3.1.1 | ColumnhpnicfRS485RawSessionErrInfo | read-only | current | Error infomation string. When a response with 'noCreeation' for row creation in table hpnicfRS485RawSessionTable, the management station should display this st… |