HPN-ICF-PPP-OVER-SONET-MIB

File: HPN-ICF-PPP-OVER-SONET-MIB.mib (16645 bytes)

Imported modules

IF-MIB SNMPv2-SMI SNMPv2-TC
HPN-ICF-OID-MIB

Imported symbols

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

Defined Types

HpnicfPosParamTableEntry  
SEQUENCE    
  hpnicfPosCRC INTEGER
  hpnicfPosMTU Integer32
  hpnicfPosScramble TruthValue
  hpnicfPosClockSource INTEGER
  hpnicfPosSdhFlagJ0 DisplayString
  hpnicfPosSdhFlagJ1 DisplayString
  hpnicfPosSonetFlagJ0 Integer32
  hpnicfPosSonetFlagJ1 DisplayString
  hpnicfPosFlagC2 Integer32
  hpnicfPosFrameType INTEGER
  hpnicfPosBindVlanId Integer32
  hpnicfPosEncapsulation INTEGER
  hpnicfPoskeepaliveTimeout Integer32
  hpnicfPosBERthresholdSF Integer32
  hpnicfPosBERthresholdSD Integer32
  hpnicfPosB1Error Counter64
  hpnicfPosB2Error Counter64
  hpnicfPosB3Error Counter64
  hpnicfPosM1Error Counter64
  hpnicfPosG1Error Counter64
  hpnicfPosFlagJ0Type INTEGER
  hpnicfPosFlagJ1Type INTEGER
  hpnicfPosB1TCAThreshold Integer32
  hpnicfPosB2TCAThreshold Integer32
  hpnicfPosB3TCAThreshold Integer32
  hpnicfPosB1TCAEnable INTEGER
  hpnicfPosB2TCAEnable INTEGER
  hpnicfPosB3TCAEnable INTEGER

Defined Values

hpnicfPos 1.3.6.1.4.1.11.2.14.11.15.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    

hpnicfPosMIBObjects 1.3.6.1.4.1.11.2.14.11.15.2.19.1
OBJECT IDENTIFIER    

hpnicfPosParamTable 1.3.6.1.4.1.11.2.14.11.15.2.19.1.1
The pos parameter table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfPosParamTableEntry

hpnicfPosParamTableEntry 1.3.6.1.4.1.11.2.14.11.15.2.19.1.1.1
The entry of pos table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfPosParamTableEntry  

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

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

hpnicfPosScramble 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfPosClockSource 1.3.6.1.4.1.11.2.14.11.15.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)  

hpnicfPosSdhFlagJ0 1.3.6.1.4.1.11.2.14.11.15.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)  

hpnicfPosSdhFlagJ1 1.3.6.1.4.1.11.2.14.11.15.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)  

hpnicfPosSonetFlagJ0 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfPosSonetFlagJ1 1.3.6.1.4.1.11.2.14.11.15.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)  

hpnicfPosFlagC2 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfPosFrameType 1.3.6.1.4.1.11.2.14.11.15.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)  

hpnicfPosBindVlanId 1.3.6.1.4.1.11.2.14.11.15.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  

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

hpnicfPoskeepaliveTimeout 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfPosBERthresholdSF 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfPosBERthresholdSD 1.3.6.1.4.1.11.2.14.11.15.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  

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

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

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

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

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

hpnicfPosFlagJ0Type 1.3.6.1.4.1.11.2.14.11.15.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)  

hpnicfPosFlagJ1Type 1.3.6.1.4.1.11.2.14.11.15.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)  

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

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

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

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

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

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

hpnicfPosMIBNotificationsPrefix 1.3.6.1.4.1.11.2.14.11.15.2.19.2
OBJECT IDENTIFIER    

hpnicfPosMIBNotifications 1.3.6.1.4.1.11.2.14.11.15.2.19.2.0
OBJECT IDENTIFIER    

hpnicfPosLOSAlarm 1.3.6.1.4.1.11.2.14.11.15.2.19.2.0.1
Alarm indicates loss of signal
Status: current Access: read-write
NOTIFICATION-TYPE    

hpnicfPosLOFAlarm 1.3.6.1.4.1.11.2.14.11.15.2.19.2.0.2
Alarm indicates loss of frame
Status: current Access: read-write
NOTIFICATION-TYPE    

hpnicfPosOOFAlarm 1.3.6.1.4.1.11.2.14.11.15.2.19.2.0.3
Alarm indicates out of frame
Status: current Access: read-write
NOTIFICATION-TYPE    

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

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

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

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

hpnicfPosLOPAlarm 1.3.6.1.4.1.11.2.14.11.15.2.19.2.0.8
Alarm indicates loss of pointer
Status: current Access: read-write
NOTIFICATION-TYPE    

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

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

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

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

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

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

hpnicfPosB1TCAlarm 1.3.6.1.4.1.11.2.14.11.15.2.19.2.0.15
Threshold crossing alarms for B1.
Status: current Access: read-write
NOTIFICATION-TYPE    

hpnicfPosB2TCAlarm 1.3.6.1.4.1.11.2.14.11.15.2.19.2.0.16
Threshold crossing alarms for B2.
Status: current Access: read-write
NOTIFICATION-TYPE    

hpnicfPosB3TCAlarm 1.3.6.1.4.1.11.2.14.11.15.2.19.2.0.17
Threshold crossing alarms for B3.
Status: current Access: read-write
NOTIFICATION-TYPE