HPN-ICF-RS485-MIB
The objects in this MIB module are used to manage RS485 interfaces, and manage sessions on them.
Main OID:
hpnicfRS485.1.3.6.1.4.1.11.2.14.11.15.2.109
30
Objects
Active
Status
5
Dependencies
Imported Objects
Objects
30 total| Object Name |
|---|
hpnicfRS485The objects in this MIB module are used to manage RS485 interfaces, and manage sessions on them. MODULE-IDENTITY .1.3.6.1.4.1.11.2.14.11.15.2.109 |
hpnicfRS485Properties OBJECT IDENTIFIER .1.3.6.1.4.1.11.2.14.11.15.2.109.1 |
hpnicfRS485PropertiesTablePropertie table. SEQUENCE OF HpnicfRS485PropertiesEntry .1.3.6.1.4.1.11.2.14.11.15.2.109.1.1 |
hpnicfRS485PropertiesEntryPropertie entry. HpnicfRS485PropertiesEntry .1.3.6.1.4.1.11.2.14.11.15.2.109.1.1.1 |
hpnicfRS485RawSessionNextIndexThe 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.ro Integer32 .1.3.6.1.4.1.11.2.14.11.15.2.109.1.1.1.1 |
hpnicfRS485BaudRateThe port's baud rate.rw Enumeration .1.3.6.1.4.1.11.2.14.11.15.2.109.1.1.1.2 |
hpnicfRS485DataBitsThe port's number of data bits in a character.rw Enumeration .1.3.6.1.4.1.11.2.14.11.15.2.109.1.1.1.3 |
hpnicfRS485ParityThe port's sense of a character parity bit.rw Enumeration .1.3.6.1.4.1.11.2.14.11.15.2.109.1.1.1.4 |
hpnicfRS485StopBitsThe port's number of stop bits.rw Enumeration .1.3.6.1.4.1.11.2.14.11.15.2.109.1.1.1.5 |
hpnicfRS485FlowControlThe port's type of input flow control. 'none' indicates no flow control at this level. 'hardware' indicates use of hardware signals. 'xonOrxoff' indicates use of software function.rw Enumeration .1.3.6.1.4.1.11.2.14.11.15.2.109.1.1.1.6 |
hpnicfRS485TXCharactersThe number of output characters for the port.ro Integer32 .1.3.6.1.4.1.11.2.14.11.15.2.109.1.1.1.7 |
hpnicfRS485RXCharactersThe number of input characters for the port.ro Integer32 .1.3.6.1.4.1.11.2.14.11.15.2.109.1.1.1.8 |
hpnicfRS485TXErrCharactersThe number of output error characters for the port.ro Integer32 .1.3.6.1.4.1.11.2.14.11.15.2.109.1.1.1.9 |
hpnicfRS485RXErrCharactersThe number of input error characters for the port.ro Integer32 .1.3.6.1.4.1.11.2.14.11.15.2.109.1.1.1.10 |
hpnicfRS485ResetCharactersReset the counters to zero, inlucding hpnicfRS485TXCharacters, hpnicfRS485RXCharacters, hpnicfRS485TXErrCharacters and hpnicfRS485RXErrCharacters.rw Enumeration .1.3.6.1.4.1.11.2.14.11.15.2.109.1.1.1.11 |
hpnicfRS485RawSessions OBJECT IDENTIFIER .1.3.6.1.4.1.11.2.14.11.15.2.109.2 |
hpnicfRS485RawSessionSummary OBJECT IDENTIFIER .1.3.6.1.4.1.11.2.14.11.15.2.109.2.1 |
hpnicfRS485RawSessionMaxNumThe max number of raw sessions what we can support.ro Integer32 .1.3.6.1.4.1.11.2.14.11.15.2.109.2.1.1 |
hpnicfRS485RawSessionTableRS485 raw session table. Data recieved from rs485 will be sent to the destination by raw sockets. SEQUENCE OF HpnicfRS485RawSessionEntry .1.3.6.1.4.1.11.2.14.11.15.2.109.2.2 |
hpnicfRS485RawSessionEntryParameters of a session, including remote IP address, remote port, local port, and so on. HpnicfRS485RawSessionEntry .1.3.6.1.4.1.11.2.14.11.15.2.109.2.2.1 |
hpnicfRS485SessionIndexRaw session index. Integer32 .1.3.6.1.4.1.11.2.14.11.15.2.109.2.2.1.1 |
hpnicfRS485SessionTypeThe type of a session. A session can use UDP socket, TCP socket as a client, or TCP socket as a server.rw Enumeration .1.3.6.1.4.1.11.2.14.11.15.2.109.2.2.1.2 |
hpnicfRS485SessionAddTypeThis object indicates the transport type of the address contained in hpnicfRS485SessionRemoteIP object.rw InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.11.2.14.11.15.2.109.2.2.1.3 |
hpnicfRS485SessionRemoteIPThe 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 type is 'tcpServer', this is invalid, it will return 0.rw InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.11.2.14.11.15.2.109.2.2.1.4 |
hpnicfRS485SessionRemotePortThe 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 type is 'tcpServer', this is invalid, it will return 0.rw Integer32 .1.3.6.1.4.1.11.2.14.11.15.2.109.2.2.1.5 |
hpnicfRS485SessionLocalPortLocal 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 type is 'tcpServer', this is the local port which will be listened.rw Integer32 .1.3.6.1.4.1.11.2.14.11.15.2.109.2.2.1.6 |
hpnicfRS485SessionStatusThe status column used for creating, modifying, and deleting instances of the columnar objects in raw session table.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.11.2.14.11.15.2.109.2.2.1.7 |
hpnicfRS485RawSessionErrInfoTableError infomation table. It is fail to create a session, management station can get infomation from this table. SEQUENCE OF HpnicfRS485RawSessionErrInfoEntry .1.3.6.1.4.1.11.2.14.11.15.2.109.2.3 |
hpnicfRS485RawSessionErrInfoEntryError infomaition. HpnicfRS485RawSessionErrInfoEntry .1.3.6.1.4.1.11.2.14.11.15.2.109.2.3.1 |
hpnicfRS485RawSessionErrInfoError infomation string. When a response with 'noCreeation' for row creation in table hpnicfRS485RawSessionTable, the management station should display this string to users, thus users can konw the reason.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.11.2.14.11.15.2.109.2.3.1.1 |