NMS-EPON-ONU-SERIAL-PORT

File: NMS-EPON-ONU-SERIAL-PORT.mib (10575 bytes)

Imported modules

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

Imported symbols

Counter IpAddress OBJECT-TYPE
DisplayString nmsEPONGroup TruthValue
RowStatus PhysAddress DisplayString
MacAddress

Defined Types

NMSEponOnuSerialPortEntry  
SEQUENCE    
  llidIfIndex INTEGER
  onuSerialPortSeqNo INTEGER
  onuSerialPortSpeed INTEGER
  onuSerialPortDataBits INTEGER
  onuSerialPortHaltBits INTEGER
  onuSerialPortParity INTEGER
  onuSerialPortFlowControl INTEGER
  onuSerialPortPropRowStatus RowStatus
  onuSerialPortDataReadInterval INTEGER
  onuSerialPortDataReadBytes INTEGER
  onuSerialPortBufferRowStatus RowStatus
  onuSerialPortKeepaliveMode INTEGER
  onuSerialPortKeepaliveIdle INTEGER
  onuSerialPortKeepaliveTimeout INTEGER
  onuSerialPortKeepaliveProbeCount INTEGER
  onuSerialPortKeepaliveRowStatus RowStatus
  onuSerialPortLoopback TruthValue

Defined Values

nmsEponOnuSerialPort 1.3.6.1.4.1.3320.101.27
OBJECT IDENTIFIER    

nmsEponOnuSerialPortTable 1.3.6.1.4.1.3320.101.27.1
A list of epon ONU serial port table entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NMSEponOnuSerialPortEntry

nmsEponOnuSerialPortEntry 1.3.6.1.4.1.3320.101.27.1.1
A collection of additional objects in the epon ONU serial port table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NMSEponOnuSerialPortEntry  

llidIfIndex 1.3.6.1.4.1.3320.101.27.1.1.1
LLID interface id, unique in system. The same value as NMS-EPON-LLID mib index.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

onuSerialPortSeqNo 1.3.6.1.4.1.3320.101.27.1.1.2
ONU serial port sequence number, unique in one ONU.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 224..239  

onuSerialPortSpeed 1.3.6.1.4.1.3320.101.27.1.1.3
ONU serial port speed. Default value is 9600.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 300..115200  

onuSerialPortDataBits 1.3.6.1.4.1.3320.101.27.1.1.4
ONU serial port data bits. Default value is 8.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 5..8  

onuSerialPortHaltBits 1.3.6.1.4.1.3320.101.27.1.1.5
ONU serial port halt bits. Default value is 1.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..2  

onuSerialPortParity 1.3.6.1.4.1.3320.101.27.1.1.6
ONU serial port parity. Default value is 0-none.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(0), odd(1), even(2)  

onuSerialPortFlowControl 1.3.6.1.4.1.3320.101.27.1.1.7
ONU serial port parity. Default value is 0-none.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(0), software(1), hardware(2)  

onuSerialPortPropRowStatus 1.3.6.1.4.1.3320.101.27.1.1.8
ONU serial port properties row status.These five item are set together: onuSerialPortSpeed, onuSerialPortDataBits, onuSerialPortHaltBits, onuSerialPortParity, onuSerialPortFlowControl.
Status: mandatory Access: read-create
OBJECT-TYPE    
  RowStatus  

onuSerialPortDataReadInterval 1.3.6.1.4.1.3320.101.27.1.1.9
ONU serial port buffer data read interval. Unit is mili-second, and default value is 100 ms.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 10..100000  

onuSerialPortDataReadBytes 1.3.6.1.4.1.3320.101.27.1.1.10
ONU serial port buffer data read bytes. When storage is up to limit, the bytes must be sent out. Default value is 100.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 10..1000  

onuSerialPortBufferRowStatus 1.3.6.1.4.1.3320.101.27.1.1.11
ONU serial port buffer setting row status.These two item are set together: onuSerialPortDataReadInterval, onuSerialPortDataReadBytes.
Status: mandatory Access: read-create
OBJECT-TYPE    
  RowStatus  

onuSerialPortKeepaliveMode 1.3.6.1.4.1.3320.101.27.1.1.12
ONU serial port keepalive mode. 0-disable, 1-enable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

onuSerialPortKeepaliveIdle 1.3.6.1.4.1.3320.101.27.1.1.13
ONU serial port keepalive idle. if there is no r/x package in time of onuSerialPortKeepaliveIdle, system will send keepalive package to probe. Unit is second, and default value is 100 s.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..10000  

onuSerialPortKeepaliveTimeout 1.3.6.1.4.1.3320.101.27.1.1.14
ONU serial port keepalive timeout. if there is no r/x package in time of onuSerialPortKeepaliveIdle, system will send keepalive package to probe. And if there is no rsponse package in onuSerialPortKeepaliveTimeout, this keepalive package is timeout. Unit is second, and default value is 100 s.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..10000  

onuSerialPortKeepaliveProbeCount 1.3.6.1.4.1.3320.101.27.1.1.15
ONU serial port keepalive probing package sending count. Default value is 3.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..1000  

onuSerialPortKeepaliveRowStatus 1.3.6.1.4.1.3320.101.27.1.1.16
ONU serial port keepalive setting value row status. These three items are set together: onuSerialPortKeepaliveIdle, onuSerialPortKeepaliveTimeout, onuSerialPortKeepaliveProbeCount.
Status: mandatory Access: read-create
OBJECT-TYPE    
  RowStatus  

onuSerialPortLoopback 1.3.6.1.4.1.3320.101.27.1.1.17
ONU serial port loopback test.
Status: mandatory Access: read-write
OBJECT-TYPE    
  TruthValue