H3C-RS485-MIB
The objects in this MIB module are used to manage RS485 interfaces, and manage sessions on them.
Main OID:
h3cRS485.1.3.6.1.4.1.2011.10.2.109
30
Objects
Active
Status
5
Dependencies
Imported Objects
Objects
30 total| Object Name |
|---|
h3cRS485The objects in this MIB module are used to manage RS485 interfaces, and manage sessions on them. MODULE-IDENTITY .1.3.6.1.4.1.2011.10.2.109 |
h3cRS485Properties OBJECT IDENTIFIER .1.3.6.1.4.1.2011.10.2.109.1 |
h3cRS485PropertiesTablePropertie table. SEQUENCE OF H3cRS485PropertiesEntry .1.3.6.1.4.1.2011.10.2.109.1.1 |
h3cRS485PropertiesEntryPropertie entry. H3cRS485PropertiesEntry .1.3.6.1.4.1.2011.10.2.109.1.1.1 |
h3cRS485RawSessionNextIndexThe 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.2011.10.2.109.1.1.1.1 |
h3cRS485BaudRateThe port's baud rate.rw Enumeration .1.3.6.1.4.1.2011.10.2.109.1.1.1.2 |
h3cRS485DataBitsThe port's number of data bits in a character.rw Enumeration .1.3.6.1.4.1.2011.10.2.109.1.1.1.3 |
h3cRS485ParityThe port's sense of a character parity bit.rw Enumeration .1.3.6.1.4.1.2011.10.2.109.1.1.1.4 |
h3cRS485StopBitsThe port's number of stop bits.rw Enumeration .1.3.6.1.4.1.2011.10.2.109.1.1.1.5 |
h3cRS485FlowControlThe 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.2011.10.2.109.1.1.1.6 |
h3cRS485TXCharactersThe number of output characters for the port.ro Integer32 .1.3.6.1.4.1.2011.10.2.109.1.1.1.7 |
h3cRS485RXCharactersThe number of input characters for the port.ro Integer32 .1.3.6.1.4.1.2011.10.2.109.1.1.1.8 |
h3cRS485TXErrCharactersThe number of output error characters for the port.ro Integer32 .1.3.6.1.4.1.2011.10.2.109.1.1.1.9 |
h3cRS485RXErrCharactersThe number of input error characters for the port.ro Integer32 .1.3.6.1.4.1.2011.10.2.109.1.1.1.10 |
h3cRS485ResetCharactersReset the counters to zero, inlucding h3cRS485TXCharacters, h3cRS485RXCharacters, h3cRS485TXErrCharacters and h3cRS485RXErrCharacters.rw Enumeration .1.3.6.1.4.1.2011.10.2.109.1.1.1.11 |
h3cRS485RawSessions OBJECT IDENTIFIER .1.3.6.1.4.1.2011.10.2.109.2 |
h3cRS485RawSessionSummary OBJECT IDENTIFIER .1.3.6.1.4.1.2011.10.2.109.2.1 |
h3cRS485RawSessionMaxNumThe max number of raw sessions what we can support.ro Integer32 .1.3.6.1.4.1.2011.10.2.109.2.1.1 |
h3cRS485RawSessionTableRS485 raw session table. Data recieved from rs485 will be sent to the destination by raw sockets. SEQUENCE OF H3cRS485RawSessionEntry .1.3.6.1.4.1.2011.10.2.109.2.2 |
h3cRS485RawSessionEntryParameters of a session, including remote IP address, remote port, local port, and so on. H3cRS485RawSessionEntry .1.3.6.1.4.1.2011.10.2.109.2.2.1 |
h3cRS485SessionIndexRaw session index. Integer32 .1.3.6.1.4.1.2011.10.2.109.2.2.1.1 |
h3cRS485SessionTypeThe 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.2011.10.2.109.2.2.1.2 |
h3cRS485SessionAddTypeThis object indicates the transport type of the address contained in h3cRS485SessionRemoteIP object.rw InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.2011.10.2.109.2.2.1.3 |
h3cRS485SessionRemoteIPThe 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.2011.10.2.109.2.2.1.4 |
h3cRS485SessionRemotePortThe 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.2011.10.2.109.2.2.1.5 |
h3cRS485SessionLocalPortLocal 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.2011.10.2.109.2.2.1.6 |
h3cRS485SessionStatusThe 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.2011.10.2.109.2.2.1.7 |
h3cRS485RawSessionErrInfoTableError infomation table. It is fail to create a session, management station can get infomation from this table. SEQUENCE OF H3cRS485RawSessionErrInfoEntry .1.3.6.1.4.1.2011.10.2.109.2.3 |
h3cRS485RawSessionErrInfoEntryError infomaition. H3cRS485RawSessionErrInfoEntry .1.3.6.1.4.1.2011.10.2.109.2.3.1 |
h3cRS485RawSessionErrInfoError infomation string. When a response with 'noCreeation' for row creation in table h3cRS485RawSessionTable, 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.2011.10.2.109.2.3.1.1 |