HPN-ICF-MPLSOAM-MIB

File: HPN-ICF-MPLSOAM-MIB.mib (16785 bytes)

Imported modules

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

Imported symbols

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

Defined Types

HpnicfMplsOAMDefectType  
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)  

HpnicfMplsOAMDetectFreq  
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)  

HpnicfMplsOamIgrEntry  
SEQUENCE    
  hpnicfMplsOamIgrIndex Unsigned32
  hpnicfMplsOamIgrLspName OCTET STRING
  hpnicfMplsOamIgrDetectType INTEGER
  hpnicfMplsOamIgrDetectFreq HpnicfMplsOAMDetectFreq
  hpnicfMplsOamIgrRevType INTEGER
  hpnicfMplsOamIgrRevLspName OCTET STRING
  hpnicfMplsOamIgrLspId Integer32
  hpnicfMplsOamIgrEnable TruthValue
  hpnicfMplsOamIgrDefectType HpnicfMplsOAMDefectType
  hpnicfMplsOamIgrRowStatus RowStatus

HpnicfMplsOamEgrEntry  
SEQUENCE    
  hpnicfMplsOamEgrIndex Unsigned32
  hpnicfMplsOamEgrLspName OCTET STRING
  hpnicfMplsOamEgrDetectType INTEGER
  hpnicfMplsOamEgrDetectFreq HpnicfMplsOAMDetectFreq
  hpnicfMplsOamEgrRevType INTEGER
  hpnicfMplsOamEgrRevLspName OCTET STRING
  hpnicfMplsOamEgrLsrId IpAddress
  hpnicfMplsOamEgrLspId Integer32
  hpnicfMplsOamEgrEnable TruthValue
  hpnicfMplsOamEgrDefectType HpnicfMplsOAMDefectType
  hpnicfMplsOamEgrRowStatus RowStatus

Defined Values

hpnicfMplsOam 1.1.11.2.14.11.15.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    

hpnicfMplsOamScalarGroup 1.1.11.2.14.11.15.2.79.1
OBJECT IDENTIFIER    

hpnicfMplsOamCapability 1.1.11.2.14.11.15.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  

hpnicfMplsOamTrapOpen 1.1.11.2.14.11.15.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  

hpnicfMplsOamTable 1.1.11.2.14.11.15.2.79.2
OBJECT IDENTIFIER    

hpnicfMplsOamIgrTable 1.1.11.2.14.11.15.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  
    HpnicfMplsOamIgrEntry

hpnicfMplsOamIgrEntry 1.1.11.2.14.11.15.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    
  HpnicfMplsOamIgrEntry  

hpnicfMplsOamIgrIndex 1.1.11.2.14.11.15.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  

hpnicfMplsOamIgrLspName 1.1.11.2.14.11.15.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  

hpnicfMplsOamIgrDetectType 1.1.11.2.14.11.15.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)  

hpnicfMplsOamIgrDetectFreq 1.1.11.2.14.11.15.2.79.2.1.1.4
Indication of the OAM's frequent type.
Status: current Access: read-create
OBJECT-TYPE    
  HpnicfMplsOAMDetectFreq  

hpnicfMplsOamIgrRevType 1.1.11.2.14.11.15.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)  

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

hpnicfMplsOamIgrLspId 1.1.11.2.14.11.15.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  

hpnicfMplsOamIgrEnable 1.1.11.2.14.11.15.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  

hpnicfMplsOamIgrDefectType 1.1.11.2.14.11.15.2.79.2.1.1.9
Indication of the OAM's defect type.
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfMplsOAMDefectType  

hpnicfMplsOamIgrRowStatus 1.1.11.2.14.11.15.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, hpnicfMplsOamIgrLspName, hpnicfMplsOamIgrDetectType, hpnicfMplsOamIgrDetectFreq, hpnicfMplsOamIgrRevType, hpnicfMplsOamIgrRevLspName, and hpnicfMplsOamIgrLspId must be specified.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfMplsOamEgrTable 1.1.11.2.14.11.15.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  
    HpnicfMplsOamEgrEntry

hpnicfMplsOamEgrEntry 1.1.11.2.14.11.15.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    
  HpnicfMplsOamEgrEntry  

hpnicfMplsOamEgrIndex 1.1.11.2.14.11.15.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  

hpnicfMplsOamEgrLspName 1.1.11.2.14.11.15.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  

hpnicfMplsOamEgrDetectType 1.1.11.2.14.11.15.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)  

hpnicfMplsOamEgrDetectFreq 1.1.11.2.14.11.15.2.79.2.2.1.4
Indication of the OAM's frequent type.
Status: current Access: read-create
OBJECT-TYPE    
  HpnicfMplsOAMDetectFreq  

hpnicfMplsOamEgrRevType 1.1.11.2.14.11.15.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)  

hpnicfMplsOamEgrRevLspName 1.1.11.2.14.11.15.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  

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

hpnicfMplsOamEgrLspId 1.1.11.2.14.11.15.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  

hpnicfMplsOamEgrEnable 1.1.11.2.14.11.15.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  

hpnicfMplsOamEgrDefectType 1.1.11.2.14.11.15.2.79.2.2.1.10
Indication of the OAM's defect type.
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfMplsOAMDefectType  

hpnicfMplsOamEgrRowStatus 1.1.11.2.14.11.15.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, hpnicfMplsOamEgrLspName, hpnicfMplsOamEgrDetectType, hpnicfMplsOamEgrDetectFreq, hpnicfMplsOamEgrRevType, hpnicfMplsOamEgrRevLspName, hpnicfMplsOamEgrLsrId and hpnicfMplsOamEgrLspId must be specified.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfMplsOamNotifications 1.1.11.2.14.11.15.2.79.3
OBJECT IDENTIFIER    

hpnicfMplsOamIgrLSPOutDefect 1.1.11.2.14.11.15.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    

hpnicfMplsOamIgrLSPInDefect 1.1.11.2.14.11.15.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    

hpnicfMplsOamEgrLSPOutDefect 1.1.11.2.14.11.15.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    

hpnicfMplsOamEgrLSPInDefect 1.1.11.2.14.11.15.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