HH3C-RS485-MIB

File: HH3C-RS485-MIB.mib (13287 bytes)

Imported modules

HH3C-OID-MIB IF-MIB SNMPv2-SMI
INET-ADDRESS-MIB SNMPv2-TC

Imported symbols

hh3cCommon ifIndex Integer32
OBJECT-TYPE MODULE-IDENTITY InetAddressType
InetAddress DisplayString RowStatus

Defined Types

Hh3cRS485PropertiesEntry  
SEQUENCE    
  hh3cRS485RawSessionNextIndex Integer32
  hh3cRS485BaudRate INTEGER
  hh3cRS485DataBits INTEGER
  hh3cRS485Parity INTEGER
  hh3cRS485StopBits INTEGER
  hh3cRS485FlowControl INTEGER
  hh3cRS485TXCharacters Integer32
  hh3cRS485RXCharacters Integer32
  hh3cRS485TXErrCharacters Integer32
  hh3cRS485RXErrCharacters Integer32
  hh3cRS485ResetCharacters INTEGER

Hh3cRS485RawSessionEntry  
SEQUENCE    
  hh3cRS485SessionIndex Integer32
  hh3cRS485SessionType INTEGER
  hh3cRS485SessionAddType InetAddressType
  hh3cRS485SessionRemoteIP InetAddress
  hh3cRS485SessionRemotePort Integer32
  hh3cRS485SessionLocalPort Integer32
  hh3cRS485SessionStatus RowStatus

Hh3cRS485RawSessionErrInfoEntry  
SEQUENCE    
  hh3cRS485RawSessionErrInfo DisplayString

Defined Values

hh3cRS485 1.3.6.1.4.1.25506.2.109
The objects in this MIB module are used to manage RS485 interfaces, and manage sessions on them.
MODULE-IDENTITY    

hh3cRS485Properties 1.3.6.1.4.1.25506.2.109.1
OBJECT IDENTIFIER    

hh3cRS485PropertiesTable 1.3.6.1.4.1.25506.2.109.1.1
Propertie table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cRS485PropertiesEntry

hh3cRS485PropertiesEntry 1.3.6.1.4.1.25506.2.109.1.1.1
Propertie entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cRS485PropertiesEntry  

hh3cRS485RawSessionNextIndex 1.3.6.1.4.1.25506.2.109.1.1.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..64  

hh3cRS485BaudRate 1.3.6.1.4.1.25506.2.109.1.1.1.2
The port's baud rate.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER bautRate300(1), bautRate600(2), bautRate1200(3), bautRate2400(4), bautRate4800(5), bautRate9600(6), bautRate19200(7), bautRate38400(8), bautRate57600(9), bautRate115200(10)  

hh3cRS485DataBits 1.3.6.1.4.1.25506.2.109.1.1.1.3
The port's number of data bits in a character.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER five(1), six(2), seven(3), eight(4)  

hh3cRS485Parity 1.3.6.1.4.1.25506.2.109.1.1.1.4
The port's sense of a character parity bit.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), odd(2), even(3), mark(4), space(5)  

hh3cRS485StopBits 1.3.6.1.4.1.25506.2.109.1.1.1.5
The port's number of stop bits.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER one(1), two(2), oneAndHalf(3)  

hh3cRS485FlowControl 1.3.6.1.4.1.25506.2.109.1.1.1.6
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), hardware(2), xonOrxoff(3)  

hh3cRS485TXCharacters 1.3.6.1.4.1.25506.2.109.1.1.1.7
The number of output characters for the port.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hh3cRS485RXCharacters 1.3.6.1.4.1.25506.2.109.1.1.1.8
The number of input characters for the port.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hh3cRS485TXErrCharacters 1.3.6.1.4.1.25506.2.109.1.1.1.9
The number of output error characters for the port.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hh3cRS485RXErrCharacters 1.3.6.1.4.1.25506.2.109.1.1.1.10
The number of input error characters for the port.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hh3cRS485ResetCharacters 1.3.6.1.4.1.25506.2.109.1.1.1.11
Reset the counters to zero, inlucding hh3cRS485TXCharacters, hh3cRS485RXCharacters, hh3cRS485TXErrCharacters and hh3cRS485RXErrCharacters.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER counting(1), clear(2)  

hh3cRS485RawSessions 1.3.6.1.4.1.25506.2.109.2
OBJECT IDENTIFIER    

hh3cRS485RawSessionSummary 1.3.6.1.4.1.25506.2.109.2.1
OBJECT IDENTIFIER    

hh3cRS485RawSessionMaxNum 1.3.6.1.4.1.25506.2.109.2.1.1
The max number of raw sessions what we can support.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..64  

hh3cRS485RawSessionTable 1.3.6.1.4.1.25506.2.109.2.2
RS485 raw session table. Data recieved from rs485 will be sent to the destination by raw sockets.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cRS485RawSessionEntry

hh3cRS485RawSessionEntry 1.3.6.1.4.1.25506.2.109.2.2.1
Parameters of a session, including remote IP address, remote port, local port, and so on.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cRS485RawSessionEntry  

hh3cRS485SessionIndex 1.3.6.1.4.1.25506.2.109.2.2.1.1
Raw session index.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..64  

hh3cRS485SessionType 1.3.6.1.4.1.25506.2.109.2.2.1.2
The type of a session. A session can use UDP socket, TCP socket as a client, or TCP socket as a server.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER udp(1), tcpClient(2), tcpServer(3)  

hh3cRS485SessionAddType 1.3.6.1.4.1.25506.2.109.2.2.1.3
This object indicates the transport type of the address contained in hh3cRS485SessionRemoteIP object.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

hh3cRS485SessionRemoteIP 1.3.6.1.4.1.25506.2.109.2.2.1.4
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.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

hh3cRS485SessionRemotePort 1.3.6.1.4.1.25506.2.109.2.2.1.5
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.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1024..65535  

hh3cRS485SessionLocalPort 1.3.6.1.4.1.25506.2.109.2.2.1.6
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.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1024..65535  

hh3cRS485SessionStatus 1.3.6.1.4.1.25506.2.109.2.2.1.7
The status column used for creating, modifying, and deleting instances of the columnar objects in raw session table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cRS485RawSessionErrInfoTable 1.3.6.1.4.1.25506.2.109.2.3
Error infomation table. It is fail to create a session, management station can get infomation from this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cRS485RawSessionErrInfoEntry

hh3cRS485RawSessionErrInfoEntry 1.3.6.1.4.1.25506.2.109.2.3.1
Error infomaition.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cRS485RawSessionErrInfoEntry  

hh3cRS485RawSessionErrInfo 1.3.6.1.4.1.25506.2.109.2.3.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString