HH3C-RS485-MIB
- Registered at
- 1.3.6.1.4.1.25506.2.109
- Last updated
- 2009-10-21 00:00
- Organization
- New H3C Technologies Co., Ltd.
- Namespace
- comware
- Source file
HH3C-RS485-MIB- Digest
sha256:34610ac81134a4a876143bf7c97c17b5f5161ee20b2ec10dc6c54de35bce1f62
Description
The objects in this MIB module are used to manage RS485 interfaces, and manage sessions on them.
Contact
Platform Team New H3C Technologies Co., Ltd. Hai-Dian District Beijing P.R. China http://www.h3c.com Zip: 100085
Imports
| From | Symbols |
|---|---|
| HH3C-OID-MIB | hh3cCommon |
| IF-MIB | ifIndex |
| INET-ADDRESS-MIB | InetAddress, InetAddressType |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
HH3C-OID-MIB HH3C-RS485-MIB IANAifType-MIB IF-MIB INET-ADDRESS-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| hh3cRS485Properties OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.109.1 | |||
| hh3cRS485PropertiesTable OBJECT-TYPE Propertie table. | 1.3.6.1.4.1.25506.2.109.1.1 | not-accessible | current | |
| hh3cRS485PropertiesEntry OBJECT-TYPE Propertie entry. | 1.3.6.1.4.1.25506.2.109.1.1.1 | not-accessible | current | |
| hh3cRS485RawSessionNextIndex OBJECT-TYPE 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.25506.2.109.1.1.1.1 | Integer32 (1..64) | read-only | current |
| hh3cRS485BaudRate OBJECT-TYPE The port's baud rate. | 1.3.6.1.4.1.25506.2.109.1.1.1.2 | INTEGER {bautRate300(1), bautRate600(2), bautRate1200(3), bautRate2400(4), bautRate4800(5), bautRate9600(6), bautRate19200(7), bautRate38400(8), bautRate57600(9), bautRate115200(10)} | read-write | current |
| hh3cRS485DataBits OBJECT-TYPE The port's number of data bits in a character. | 1.3.6.1.4.1.25506.2.109.1.1.1.3 | INTEGER {five(1), six(2), seven(3), eight(4)} | read-write | current |
| hh3cRS485Parity OBJECT-TYPE The port's sense of a character parity bit. | 1.3.6.1.4.1.25506.2.109.1.1.1.4 | INTEGER {none(1), odd(2), even(3), mark(4), space(5)} | read-write | current |
| hh3cRS485StopBits OBJECT-TYPE The port's number of stop bits. | 1.3.6.1.4.1.25506.2.109.1.1.1.5 | INTEGER {one(1), two(2), oneAndHalf(3)} | read-write | current |
| hh3cRS485FlowControl OBJECT-TYPE 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 of software function. | 1.3.6.1.4.1.25506.2.109.1.1.1.6 | INTEGER {none(1), hardware(2), xonOrxoff(3)} | read-write | current |
| hh3cRS485TXCharacters OBJECT-TYPE The number of output characters for the port. | 1.3.6.1.4.1.25506.2.109.1.1.1.7 | Integer32 | read-only | current |
| hh3cRS485RXCharacters OBJECT-TYPE The number of input characters for the port. | 1.3.6.1.4.1.25506.2.109.1.1.1.8 | Integer32 | read-only | current |
| hh3cRS485TXErrCharacters OBJECT-TYPE The number of output error characters for the port. | 1.3.6.1.4.1.25506.2.109.1.1.1.9 | Integer32 | read-only | current |
| hh3cRS485RXErrCharacters OBJECT-TYPE The number of input error characters for the port. | 1.3.6.1.4.1.25506.2.109.1.1.1.10 | Integer32 | read-only | current |
| hh3cRS485ResetCharacters OBJECT-TYPE Reset the counters to zero, inlucding hh3cRS485TXCharacters, hh3cRS485RXCharacters, hh3cRS485TXErrCharacters and hh3cRS485RXErrCharacters. | 1.3.6.1.4.1.25506.2.109.1.1.1.11 | INTEGER {counting(1), clear(2)} | read-write | current |
| hh3cRS485RawSessions OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.109.2 | |||
| hh3cRS485RawSessionSummary OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.109.2.1 | |||
| hh3cRS485RawSessionMaxNum OBJECT-TYPE The max number of raw sessions what we can support. | 1.3.6.1.4.1.25506.2.109.2.1.1 | Integer32 (1..64) | read-only | current |
| hh3cRS485RawSessionTable OBJECT-TYPE RS485 raw session table. Data recieved from rs485 will be sent to the destination by raw sockets. | 1.3.6.1.4.1.25506.2.109.2.2 | not-accessible | current | |
| hh3cRS485RawSessionEntry OBJECT-TYPE Parameters of a session, including remote IP address, remote port, local port, and so on. | 1.3.6.1.4.1.25506.2.109.2.2.1 | not-accessible | current | |
| hh3cRS485SessionIndex OBJECT-TYPE Raw session index. | 1.3.6.1.4.1.25506.2.109.2.2.1.1 | Integer32 (1..64) | not-accessible | current |
| hh3cRS485SessionType OBJECT-TYPE 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.25506.2.109.2.2.1.2 | INTEGER {udp(1), tcpClient(2), tcpServer(3)} | read-write | current |
| hh3cRS485SessionAddType OBJECT-TYPE This object indicates the transport type of the address contained in hh3cRS485SessionRemoteIP object. | 1.3.6.1.4.1.25506.2.109.2.2.1.3 | InetAddressType | read-write | current |
| hh3cRS485SessionRemoteIP OBJECT-TYPE 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 type is 'tcpServer', this is invalid, it will return 0. | 1.3.6.1.4.1.25506.2.109.2.2.1.4 | InetAddress | read-create | current |
| hh3cRS485SessionRemotePort OBJECT-TYPE 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 type is 'tcpServer', this is invalid, it will return 0. | 1.3.6.1.4.1.25506.2.109.2.2.1.5 | Integer32 (1024..65535) | read-create | current |
| hh3cRS485SessionLocalPort OBJECT-TYPE 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 type is 'tcpServer', this is the local port which will be listened. | 1.3.6.1.4.1.25506.2.109.2.2.1.6 | Integer32 (1024..65535) | read-create | current |
| hh3cRS485SessionStatus OBJECT-TYPE The status column used for creating, modifying, and deleting instances of the columnar objects in raw session table. | 1.3.6.1.4.1.25506.2.109.2.2.1.7 | RowStatus | read-create | current |
| hh3cRS485RawSessionErrInfoTable OBJECT-TYPE Error infomation table. It is fail to create a session, management station can get infomation from this table. | 1.3.6.1.4.1.25506.2.109.2.3 | not-accessible | current | |
| hh3cRS485RawSessionErrInfoEntry OBJECT-TYPE Error infomaition. | 1.3.6.1.4.1.25506.2.109.2.3.1 | not-accessible | current | |
| hh3cRS485RawSessionErrInfo OBJECT-TYPE Error infomation string. When a response with 'noCreeation' for row creation in table hh3cRS485RawSessionTable, the management station should display this string to users, thus users can konw the reason. | 1.3.6.1.4.1.25506.2.109.2.3.1.1 | DisplayString | read-only | current |