HH3C-PPP-OVER-SONET-MIB

File: HH3C-PPP-OVER-SONET-MIB.mib (16506 bytes)

Imported modules

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

Imported symbols

ifIndex ifDescr Counter64
Integer32 OBJECT-TYPE MODULE-IDENTITY
NOTIFICATION-TYPE DisplayString TruthValue
hh3cCommon

Defined Types

Hh3cPosParamTableEntry  
SEQUENCE    
  hh3cPosCRC INTEGER
  hh3cPosMTU Integer32
  hh3cPosScramble TruthValue
  hh3cPosClockSource INTEGER
  hh3cPosSdhFlagJ0 DisplayString
  hh3cPosSdhFlagJ1 DisplayString
  hh3cPosSonetFlagJ0 Integer32
  hh3cPosSonetFlagJ1 DisplayString
  hh3cPosFlagC2 Integer32
  hh3cPosFrameType INTEGER
  hh3cPosBindVlanId Integer32
  hh3cPosEncapsulation INTEGER
  hh3cPoskeepaliveTimeout Integer32
  hh3cPosBERthresholdSF Integer32
  hh3cPosBERthresholdSD Integer32
  hh3cPosB1Error Counter64
  hh3cPosB2Error Counter64
  hh3cPosB3Error Counter64
  hh3cPosM1Error Counter64
  hh3cPosG1Error Counter64
  hh3cPosFlagJ0Type INTEGER
  hh3cPosFlagJ1Type INTEGER
  hh3cPosB1TCAThreshold Integer32
  hh3cPosB2TCAThreshold Integer32
  hh3cPosB3TCAThreshold Integer32
  hh3cPosB1TCAEnable INTEGER
  hh3cPosB2TCAEnable INTEGER
  hh3cPosB3TCAEnable INTEGER

Defined Values

hh3cPos 1.3.6.1.4.1.25506.2.19
This MIB manages POS(PPP Over Sonet)interfaces by providing an operational table which controls parameters of each POS interface and reports alarm conditions.
MODULE-IDENTITY    

hh3cPosMIBObjects 1.3.6.1.4.1.25506.2.19.1
OBJECT IDENTIFIER    

hh3cPosParamTable 1.3.6.1.4.1.25506.2.19.1.1
The pos parameter table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cPosParamTableEntry

hh3cPosParamTableEntry 1.3.6.1.4.1.25506.2.19.1.1.1
The entry of pos table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cPosParamTableEntry  

hh3cPosCRC 1.3.6.1.4.1.25506.2.19.1.1.1.1
The length of CRC
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER crc32(1), crc16(2)  

hh3cPosMTU 1.3.6.1.4.1.25506.2.19.1.1.1.2
Maximum Transfer Unit (MTU) of POS interface
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hh3cPosScramble 1.3.6.1.4.1.25506.2.19.1.1.1.3
Scrambling is used to avoid continuous 0 or 1 in signals. This object is to decide whether to scramble or not
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hh3cPosClockSource 1.3.6.1.4.1.25506.2.19.1.1.1.4
The value indicates the source of clock signal. System indicates that clock signals are from device itself and line for clock signals from remote
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER system(1), line(2)  

hh3cPosSdhFlagJ0 1.3.6.1.4.1.25506.2.19.1.1.1.5
The section trace byte. This node is used when the frame type is sdh.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..15)  

hh3cPosSdhFlagJ1 1.3.6.1.4.1.25506.2.19.1.1.1.6
The path trace byte. This node is used when the frame type is sdh.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..15)  

hh3cPosSonetFlagJ0 1.3.6.1.4.1.25506.2.19.1.1.1.7
The section trace byte. This node is used when the frame type is sonet.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..255  

hh3cPosSonetFlagJ1 1.3.6.1.4.1.25506.2.19.1.1.1.8
The path trace byte. This node is used when the frame type is sonet.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..62)  

hh3cPosFlagC2 1.3.6.1.4.1.25506.2.19.1.1.1.9
The parameter for the channel signal value of C2 byte
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..255  

hh3cPosFrameType 1.3.6.1.4.1.25506.2.19.1.1.1.10
The frame type that encapsulates the packet. Default frame type is sdh(Synchronous Digital Hierarchy) It also can be configured using sonet type(Synchronous Optical Network).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER sdh(1), sonet(2)  

hh3cPosBindVlanId 1.3.6.1.4.1.25506.2.19.1.1.1.11
The vlan that this pos port binds. The vlan can not include any other port, otherwise error will be returned. If the vlan has a virtual interface, the status of virtual interface will be up or down according to the link status or this pos.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..4095  

hh3cPosEncapsulation 1.3.6.1.4.1.25506.2.19.1.1.1.12
The type of encapsulation
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ppp(1), hdlc(2), fr(3)  

hh3cPoskeepaliveTimeout 1.3.6.1.4.1.25506.2.19.1.1.1.13
The keeplive of ppp, hdlc or fr. It is the query interval of link status. Two members of a link should have same keeplive. The default 0 prohibits detecting status of link.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..32767  

hh3cPosBERthresholdSF 1.3.6.1.4.1.25506.2.19.1.1.1.14
The bit-error rate threshold for Signal Fault. SF threshold should be greater than SD threshold.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 3..9  

hh3cPosBERthresholdSD 1.3.6.1.4.1.25506.2.19.1.1.1.15
The bit-error rate threshold for Signal Degrade. SD threshold should be less than SF threshold.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 3..9  

hh3cPosB1Error 1.3.6.1.4.1.25506.2.19.1.1.1.16
Counter for SBIPE(Section Bit Interleave Parity Error)
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hh3cPosB2Error 1.3.6.1.4.1.25506.2.19.1.1.1.17
Counter for LBIPE(Line Bit Interleave Parity Error)
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hh3cPosB3Error 1.3.6.1.4.1.25506.2.19.1.1.1.18
Counter for PBIPE(Path Bit Interleave Parity Error)
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hh3cPosM1Error 1.3.6.1.4.1.25506.2.19.1.1.1.19
How many times does LREI(Line Remote Error Indication) occur
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hh3cPosG1Error 1.3.6.1.4.1.25506.2.19.1.1.1.20
How many times does PREI(Path Remote Error Indication) occur
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hh3cPosFlagJ0Type 1.3.6.1.4.1.25506.2.19.1.1.1.21
The frame type that encapsulates the flag J0. Default frame type is sdh(Synchronous Digital Hierarchy). It also can be configured using sonet(Synchronous Optical Network) type.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER sdh(1), sonet(2)  

hh3cPosFlagJ1Type 1.3.6.1.4.1.25506.2.19.1.1.1.22
The frame type that encapsulates the flag J1. Default frame type is sdh(Synchronous Digital Hierarchy). It also can be configured using sonet(Synchronous Optical Network) type.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER sdh(1), sonet(2)  

hh3cPosB1TCAThreshold 1.3.6.1.4.1.25506.2.19.1.1.1.23
Threshold for B1 TCA.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 3..9  

hh3cPosB2TCAThreshold 1.3.6.1.4.1.25506.2.19.1.1.1.24
Threshold for B2 TCA.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 3..9  

hh3cPosB3TCAThreshold 1.3.6.1.4.1.25506.2.19.1.1.1.25
Threshold for B3 TCA.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 3..9  

hh3cPosB1TCAEnable 1.3.6.1.4.1.25506.2.19.1.1.1.26
Enable traps of B1 TCA.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hh3cPosB2TCAEnable 1.3.6.1.4.1.25506.2.19.1.1.1.27
Enable traps of B2 TCA.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hh3cPosB3TCAEnable 1.3.6.1.4.1.25506.2.19.1.1.1.28
Enable traps of B3 TCA.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hh3cPosMIBNotificationsPrefix 1.3.6.1.4.1.25506.2.19.2
OBJECT IDENTIFIER    

hh3cPosMIBNotifications 1.3.6.1.4.1.25506.2.19.2.0
OBJECT IDENTIFIER    

hh3cPosLOSAlarm 1.3.6.1.4.1.25506.2.19.2.0.1
Alarm indicates loss of signal
Status: current Access: read-write
NOTIFICATION-TYPE    

hh3cPosLOFAlarm 1.3.6.1.4.1.25506.2.19.2.0.2
Alarm indicates loss of frame
Status: current Access: read-write
NOTIFICATION-TYPE    

hh3cPosOOFAlarm 1.3.6.1.4.1.25506.2.19.2.0.3
Alarm indicates out of frame
Status: current Access: read-write
NOTIFICATION-TYPE    

hh3cPosLAISAlarm 1.3.6.1.4.1.25506.2.19.2.0.4
Alarm when LAIS(Line Alarm Indication Signal) arrives
Status: current Access: read-write
NOTIFICATION-TYPE    

hh3cPosLRDIAlarm 1.3.6.1.4.1.25506.2.19.2.0.5
Alarm when LRDI(Line Remote Defect Indication) arrives
Status: current Access: read-write
NOTIFICATION-TYPE    

hh3cPosPRDIAlarm 1.3.6.1.4.1.25506.2.19.2.0.6
Alarm when PRDI(Path Remote Defect Indication) arrives
Status: current Access: read-write
NOTIFICATION-TYPE    

hh3cPosPAISAlarm 1.3.6.1.4.1.25506.2.19.2.0.7
Alarm when PAIS(Path Alarm Indication Signal) arrives
Status: current Access: read-write
NOTIFICATION-TYPE    

hh3cPosLOPAlarm 1.3.6.1.4.1.25506.2.19.2.0.8
Alarm indicates loss of pointer
Status: current Access: read-write
NOTIFICATION-TYPE    

hh3cPosSTIMAlarm 1.3.6.1.4.1.25506.2.19.2.0.9
Alarm indicates inconsistency between sent and received J0 bytes.
Status: current Access: read-write
NOTIFICATION-TYPE    

hh3cPosPTIMAlarm 1.3.6.1.4.1.25506.2.19.2.0.10
Alarm indicates inconsistency between sent and received J1 bytes.
Status: current Access: read-write
NOTIFICATION-TYPE    

hh3cPosPSLMAlarm 1.3.6.1.4.1.25506.2.19.2.0.11
Alarm indicates a mismatched C2 byte.
Status: current Access: read-write
NOTIFICATION-TYPE    

hh3cPosLSDAlarm 1.3.6.1.4.1.25506.2.19.2.0.12
Alarm indicates that the B2 bit-error rate exceeds SD threshold.
Status: current Access: read-write
NOTIFICATION-TYPE    

hh3cPosLSFAlarm 1.3.6.1.4.1.25506.2.19.2.0.13
Alarm indicates that the B2 bit-error rate exceeds SF threshold.
Status: current Access: read-write
NOTIFICATION-TYPE    

hh3cPosNormalAlarm 1.3.6.1.4.1.25506.2.19.2.0.14
Alarm indicates that the Pos interface state returns normal.
Status: current Access: read-write
NOTIFICATION-TYPE    

hh3cPosB1TCAlarm 1.3.6.1.4.1.25506.2.19.2.0.15
Threshold crossing alarms for B1.
Status: current Access: read-write
NOTIFICATION-TYPE    

hh3cPosB2TCAlarm 1.3.6.1.4.1.25506.2.19.2.0.16
Threshold crossing alarms for B2.
Status: current Access: read-write
NOTIFICATION-TYPE    

hh3cPosB3TCAlarm 1.3.6.1.4.1.25506.2.19.2.0.17
Threshold crossing alarms for B3.
Status: current Access: read-write
NOTIFICATION-TYPE