HH3C-MPLSOAM-MIB

File: HH3C-MPLSOAM-MIB.mib (16691 bytes)

Imported modules

HH3C-OID-MIB SNMPv2-SMI SNMPv2-TC

Imported symbols

hh3cCommon IpAddress Integer32
Unsigned32 OBJECT-TYPE MODULE-IDENTITY
NOTIFICATION-TYPE TruthValue RowStatus
TEXTUAL-CONVENTION

Defined Types

Hh3cMplsOAMDefectType  
An indication of the OAM's defect type: 1: dServer, server layer defect; 2: dPeerMe, peer network maintenance entity defect; 3: dLOCV, Loss of Connectivity Verification defect; 4: dTTSIMismatch, Trail Termination Source Identifier Mismatch defect; 5: dTTSIMismerge, Trail Termination Source Identifier Mismerge defect; 6: dExcess, receiving excess rate of CV/FFD; 7: dUnknown, unknown defect in the MPLS network.. 8: rlsn down; 9: dLspDown; 10: MPLS OAM ME; 11: no defect.
TEXTUAL-CONVENTION    
  INTEGER dServer(1), dPeerMe(2), dLOCV(3), dTTSIMismatch(4), dTTSIMismerge(5), dExcess(6), dUnknown(7), dRlsnDown(8), dLspDown(9), dME(10), noDefect(11)  

Hh3cMplsOAMDetectFreq  
An indication of the OAM's frequent type( ITU-T: Y.1711(0402) ): For CV: the frequency is static. The value is 1/s. For FFD: the frequency is set by user. The value can be 10ms, 20ms, 50ms, 100ms, 200ms, 500ms. Any other frequency is wrong. 1: 10ms; 2: 20ms; 3: 50ms; 4: 100ms; 5: 200ms; 6: 500ms; 7: 1000ms(only for cv).
TEXTUAL-CONVENTION    
  INTEGER ffd10ms(1), ffd20ms(2), ffd50ms(3), ffd100ms(4), ffd200ms(5), ffd500ms(6), cv1000ms(7)  

Hh3cMplsOamIgrEntry  
SEQUENCE    
  hh3cMplsOamIgrIndex Unsigned32
  hh3cMplsOamIgrLspName OCTET STRING
  hh3cMplsOamIgrDetectType INTEGER
  hh3cMplsOamIgrDetectFreq Hh3cMplsOAMDetectFreq
  hh3cMplsOamIgrRevType INTEGER
  hh3cMplsOamIgrRevLspName OCTET STRING
  hh3cMplsOamIgrLspId Integer32
  hh3cMplsOamIgrEnable TruthValue
  hh3cMplsOamIgrDefectType Hh3cMplsOAMDefectType
  hh3cMplsOamIgrRowStatus RowStatus

Hh3cMplsOamEgrEntry  
SEQUENCE    
  hh3cMplsOamEgrIndex Unsigned32
  hh3cMplsOamEgrLspName OCTET STRING
  hh3cMplsOamEgrDetectType INTEGER
  hh3cMplsOamEgrDetectFreq Hh3cMplsOAMDetectFreq
  hh3cMplsOamEgrRevType INTEGER
  hh3cMplsOamEgrRevLspName OCTET STRING
  hh3cMplsOamEgrLsrId IpAddress
  hh3cMplsOamEgrLspId Integer32
  hh3cMplsOamEgrEnable TruthValue
  hh3cMplsOamEgrDefectType Hh3cMplsOAMDefectType
  hh3cMplsOamEgrRowStatus RowStatus

Defined Values

hh3cMplsOam 1.1.25506.2.79
This MIB contains objects to configure OAM module. The Operation, Administration and Maintenance (OAM) is an effective means for decreasing the cost of network maintenance. The MPLS OAM is used to administrate and maintain MPLS.
MODULE-IDENTITY    

hh3cMplsOamScalarGroup 1.1.25506.2.79.1
OBJECT IDENTIFIER    

hh3cMplsOamCapability 1.1.25506.2.79.1.1
Whether OAM is globally capable. false: incapable; true: capable; The default value is incapable.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hh3cMplsOamTrapOpen 1.1.25506.2.79.1.2
Whether OAM trap is globally enabled. false: disable; true: enable; The default value is disable.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hh3cMplsOamTable 1.1.25506.2.79.2
OBJECT IDENTIFIER    

hh3cMplsOamIgrTable 1.1.25506.2.79.2.1
This table specifies per-LSP MPLS OAM ingress capability and associated information, such as IgrLspName and IgrDetType.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cMplsOamIgrEntry

hh3cMplsOamIgrEntry 1.1.25506.2.79.2.1.1
An entry in this table is created by an LSR for every LSP capable of supporting MPLS OAM at ingress.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cMplsOamIgrEntry  

hh3cMplsOamIgrIndex 1.1.25506.2.79.2.1.1.1
This is an unique index for an OAM ingress entry in the OAM table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

hh3cMplsOamIgrLspName 1.1.25506.2.79.2.1.1.2
The name of an LSP. It means the LSP name of the detected LSP.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

hh3cMplsOamIgrDetectType 1.1.25506.2.79.2.1.1.3
There are two types of OAM packets, CV and FFD. The CV flow is generated at the source LSR of the LSP with a nominal frequency of 1/s and terminated at the sink LSR of the LSP. FFD provides failure detection option for an LSP independent of the CV based availability model and is not tied to the CV insertion rate. Insertion rates at 1/s or faster may also be used. The CV/FFD packet contains a network-unique identifier (TTSI) so that all types of defects can be detected. 1: CV; 2: FFD.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER cv(1), ffd(2)  

hh3cMplsOamIgrDetectFreq 1.1.25506.2.79.2.1.1.4
Indication of the OAM's frequent type.
Status: current Access: read-create
OBJECT-TYPE    
  Hh3cMplsOAMDetectFreq  

hh3cMplsOamIgrRevType 1.1.25506.2.79.2.1.1.5
When an LSP is found to be in defect, the sink LSR of the LSP should send BDI to inform the source LSR of the LSP, the BDI is transferred through the reverse LSP. The type of reverse LSP can be private or shared. If private, then the reverse LSP can be used only by the oam ingress; If shared, the reverse LSP which is shared between many forward LSPs, whose source LSRs are the same and sink LSRs are the same. 1: private; 2: share.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER private(1), share(2)  

hh3cMplsOamIgrRevLspName 1.1.25506.2.79.2.1.1.6
The object indicates the name of the reverse LSP.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

hh3cMplsOamIgrLspId 1.1.25506.2.79.2.1.1.7
For ingress, the object indicates the lsp ID of the detected LSP.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hh3cMplsOamIgrEnable 1.1.25506.2.79.2.1.1.8
Whether one LSP is OAM enable. If disable, LSP is not monitored; If enable, CV/FFD is generated at the source LSR of the LSP and checked at the sink LSR of the LSP, and user can set other configuration. false: The OAM function is disabled on the ingress; true: The OAM function is enabled on the ingress.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hh3cMplsOamIgrDefectType 1.1.25506.2.79.2.1.1.9
Indication of the OAM's defect type.
Status: current Access: read-only
OBJECT-TYPE    
  Hh3cMplsOAMDefectType  

hh3cMplsOamIgrRowStatus 1.1.25506.2.79.2.1.1.10
This object is responsible for managing the creation, deletion and modification of rows, which support active status and CreatAndGo, destroy operation. To create a new row, hh3cMplsOamIgrLspName, hh3cMplsOamIgrDetectType, hh3cMplsOamIgrDetectFreq, hh3cMplsOamIgrRevType, hh3cMplsOamIgrRevLspName, and hh3cMplsOamIgrLspId must be specified.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cMplsOamEgrTable 1.1.25506.2.79.2.2
This table specifies per-LSP MPLS OAM capability and associated information, such as DetectType, DetectFrequency.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cMplsOamEgrEntry

hh3cMplsOamEgrEntry 1.1.25506.2.79.2.2.1
An entry in this table is created by an LSR for every LSP capable of supporting MPLS OAM at egress.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cMplsOamEgrEntry  

hh3cMplsOamEgrIndex 1.1.25506.2.79.2.2.1.1
This is a unique index for an OAM egress entry in the OAM table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

hh3cMplsOamEgrLspName 1.1.25506.2.79.2.2.1.2
The object indicates the name of static LSP at egress.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

hh3cMplsOamEgrDetectType 1.1.25506.2.79.2.2.1.3
There are two types of OAM packets, CV and FFD. The CV flow is generated at the source LSR of the LSP with a nominal frequency of 1/s and terminated at the sink LSR of the LSP. FFD provides failure detection option for an LSP independent of the CV based availability model and is not tied to the CV insertion rate. Insertion rates at 1/s or faster may also be used. The CV/FFD packet contains a network-unique identifier (TTSI) so that all types of defects can be detected. 1: CV; 2: FFD.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER cv(1), ffd(2)  

hh3cMplsOamEgrDetectFreq 1.1.25506.2.79.2.2.1.4
Indication of the OAM's frequent type.
Status: current Access: read-create
OBJECT-TYPE    
  Hh3cMplsOAMDetectFreq  

hh3cMplsOamEgrRevType 1.1.25506.2.79.2.2.1.5
When an LSP is found to be in defect, the sink LSR of the LSP should send BDI to inform the source LSR of the LSP, the BDI is transferred through the reverse LSP. The type of reverse LSP can be private or shared. If private, then the reverse LSP can be used only when the only LSP in defect; If shared, the reverse LSP, which is shared between many forward LSPs that have the same source LSRs and sink LSRs. 1: private; 2: share.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER private(1), share(2)  

hh3cMplsOamEgrRevLspName 1.1.25506.2.79.2.2.1.6
The object indicates the name of a reverse static-lsp.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

hh3cMplsOamEgrLsrId 1.1.25506.2.79.2.2.1.7
The object indicates the Ingress LSR ID of the LSP.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hh3cMplsOamEgrLspId 1.1.25506.2.79.2.2.1.8
The object indicates the the Ingress session lsp ID of the detected static-LSP.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hh3cMplsOamEgrEnable 1.1.25506.2.79.2.2.1.9
Whether one LSP is enabled with OAM. If disable, LSP is not monitored; If enable, CV/FFD is generated at the source LSR of the LSP and checked at the sink LSR of the LSP, and user can set other configuration. false: The OAM function is disabled on the egress; true: The OAM function is enabled on the egress.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hh3cMplsOamEgrDefectType 1.1.25506.2.79.2.2.1.10
Indication of the OAM's defect type.
Status: current Access: read-only
OBJECT-TYPE    
  Hh3cMplsOAMDefectType  

hh3cMplsOamEgrRowStatus 1.1.25506.2.79.2.2.1.11
This object is responsible for managing the creation, deletion and modification of rows, which support active status and CreatAndGo, destroy operation. To create a new row, hh3cMplsOamEgrLspName, hh3cMplsOamEgrDetectType, hh3cMplsOamEgrDetectFreq, hh3cMplsOamEgrRevType, hh3cMplsOamEgrRevLspName, hh3cMplsOamEgrLsrId and hh3cMplsOamEgrLspId must be specified.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cMplsOamNotifications 1.1.25506.2.79.3
OBJECT IDENTIFIER    

hh3cMplsOamIgrLSPOutDefect 1.1.25506.2.79.3.1
This notification is generated when the LSP is found out of the defect state at the LSP ingress.
Status: current Access: read-create
NOTIFICATION-TYPE    

hh3cMplsOamIgrLSPInDefect 1.1.25506.2.79.3.2
This notification is generated when the LSP is found in the defect state at the LSP ingress.
Status: current Access: read-create
NOTIFICATION-TYPE    

hh3cMplsOamEgrLSPOutDefect 1.1.25506.2.79.3.3
This notification is generated when the LSP is found out of the defect state at the LSP egress.
Status: current Access: read-create
NOTIFICATION-TYPE    

hh3cMplsOamEgrLSPInDefect 1.1.25506.2.79.3.4
This notification is generated when the LSP is found in the defect state at the LSP egress.
Status: current Access: read-create
NOTIFICATION-TYPE