NMS-SERIAL

File: NMS-SERIAL.mib (12152 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
NMS-SMI SNMPv2-TC

Imported symbols

Counter IpAddress OBJECT-TYPE
DisplayString ifDescr nmsMgmt
TruthValue

Defined Types

NMSSerialPortEntry  
SEQUENCE    
  serialPortIndex INTEGER
  serialPortMode INTEGER
  serialPortSpeed INTEGER
  serialPortDataBits INTEGER
  serialPortHaltBits INTEGER
  serialPortParity INTEGER
  serialPortFlowControl INTEGER
  serialPortDataReadInterval INTEGER
  serialPortReadTrigger INTEGER
  serialPortKeepaliveMode INTEGER
  serialPortLoopback TruthValue

Defined Values

nmsSerial 1.3.6.1.4.1.3320.9.193
OBJECT IDENTIFIER    

serialSession 1.3.6.1.4.1.3320.9.193.1
OBJECT IDENTIFIER    

serialSessionTcpServerPort 1.3.6.1.4.1.3320.9.193.1.1
Serial session for TCP server port number.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 5000..30000  

serialSessionTcpClientPort 1.3.6.1.4.1.3320.9.193.1.2
Serial session for TCP client port number.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 5000..30000  

serialSessionTcpClientSvrAddr 1.3.6.1.4.1.3320.9.193.1.3
Serial session for TCP client service address.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

serialSessionTcpAction 1.3.6.1.4.1.3320.9.193.1.4
Serial session for TCP server parameters setting action. When set to 0,the value of SerialSessionTcpServerPort, SerialSessionTcpClientPort and SerialSessionTcpClientSvrAddr will be set together.
Status: mandatory Access: write-only
OBJECT-TYPE    
  INTEGER apply(0), noAction(1)  

serialSessionUdpClientPort 1.3.6.1.4.1.3320.9.193.1.5
Serial session for UDP client port number.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 5000..30000  

serialSessionUdpClientSvrAddr 1.3.6.1.4.1.3320.9.193.1.6
Serial session for UDP client service address.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

serialSessionUdpAction 1.3.6.1.4.1.3320.9.193.1.7
Serial session for TCP server parameters setting action. When set to 0,the value of SerialSessionUdpClientPort and SerialSessionUdpClientSvrAddr will be set together.
Status: mandatory Access: write-only
OBJECT-TYPE    
  INTEGER apply(0), noAction(1)  

serialSessionNoServer 1.3.6.1.4.1.3320.9.193.1.8
Close serial session.
Status: mandatory Access: write-only
OBJECT-TYPE    
  INTEGER apply(0), noAction(1)  

nmsSerialPortTable 1.3.6.1.4.1.3320.9.193.2
A list of serial port table entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NMSSerialPortEntry

nmsSerialPortEntry 1.3.6.1.4.1.3320.9.193.2.1
A collection of additional objects in the serial port table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NMSSerialPortEntry  

serialPortIndex 1.3.6.1.4.1.3320.9.193.2.1.1
Serial interface id, unique in system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..16  

serialPortMode 1.3.6.1.4.1.3320.9.193.2.1.2
Serial interface mode.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER rs232-full-duplex(1), rs485-half-duplex(2), rs485-full-duplex(3)  

serialPortSpeed 1.3.6.1.4.1.3320.9.193.2.1.3
Serial interface speed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 9600..115200  

serialPortDataBits 1.3.6.1.4.1.3320.9.193.2.1.4
Serial interface data bits.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 5..8  

serialPortHaltBits 1.3.6.1.4.1.3320.9.193.2.1.5
Serial interface halt bits.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..2  

serialPortParity 1.3.6.1.4.1.3320.9.193.2.1.6
Serial interface parity.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(0), odd(1), even(2), mark(3), space(4)  

serialPortFlowControl 1.3.6.1.4.1.3320.9.193.2.1.7
Serial interface flow control.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(0), software(1), hardware(2)  

serialPortDataReadInterval 1.3.6.1.4.1.3320.9.193.2.1.8
Serial interface data read interval. The unit is mili-second.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 10..100000  

serialPortReadTrigger 1.3.6.1.4.1.3320.9.193.2.1.9
Serial interface read trigger.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 10..1000  

serialPortKeepaliveMode 1.3.6.1.4.1.3320.9.193.2.1.10
Serial interface keepalive mode.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

serialPortLoopback 1.3.6.1.4.1.3320.9.193.2.1.11
Serial interface loopback test.
Status: mandatory Access: read-write
OBJECT-TYPE    
  TruthValue  

nmsSerialTrap 1.3.6.1.4.1.3320.9.193.3
OBJECT IDENTIFIER    

nmsSerialBreak 1.3.6.1.4.1.3320.9.193.3.1
Serial port status change.0-break, 1-recover.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER break(0), recover(1)  

nmsLoopbackDetectResult 1.3.6.1.4.1.3320.9.193.3.2
Serial port status change reason.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER ok(0), error(1)  

nmsSerialBreakNotifications 1.3.6.1.4.1.3320.9.193.3.3
OBJECT IDENTIFIER    

nmsSerialBreakNotification 1.3.6.1.4.1.3320.9.193.3.3.1
The agent generates this notification when serial interface status changes .
Status: current Access: not-accessible
NOTIFICATION-TYPE    

nmsLoopbackDetectResultNotifications 1.3.6.1.4.1.3320.9.193.3.4
OBJECT IDENTIFIER    

nmsLoopbackDetectResultNotification 1.3.6.1.4.1.3320.9.193.3.4.1
The agent generates this notification when serial port get a loopback result.
Status: current Access: not-accessible
NOTIFICATION-TYPE