F3-EOTDM-MIB

File: F3-EOTDM-MIB.mib (19192 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
IF-MIB CM-ENTITY-MIB ADVA-MIB
CM-COMMON-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
Integer32 Unsigned32 MODULE-COMPLIANCE
OBJECT-GROUP RowStatus StorageType
DisplayString VariablePointer TEXTUAL-CONVENTION
TruthValue InterfaceIndex neIndex
shelfIndex slotIndex fsp150cm
AdminState OperationalState SecondaryState

Defined Types

VcgType  
Describes the VC type in a virtual concatenate group. All VCs in this group is the same type.
TEXTUAL-CONVENTION    
  INTEGER none(0), t1(1), e1(2), t3(3), e3(4), vc12(5), vc3(6), vc4(7), vt15(8), sts1(9), sts3c(10)  

WtrTime  
Wait to restore(WTR) time for LCAS protocol when the dMSU defect occured (Unit: minute).
TEXTUAL-CONVENTION    
  INTEGER 0..12  

HoldOffTime  
Hold off time for LCAS protocol when the dMSU defect occured (Unit: 100ms).
TEXTUAL-CONVENTION    
  INTEGER 0..100  

CtrlState  
Discribes the CTRL status of a virtual container in LCAS control packet: - ctrlNotAppl: NA: Not applicable, ie, this VC is not allocated to a VCG or LCAS is disabled - ctrlFixed: FIXED: This end uses fixed bandwidth (non-LCAS mode) - ctrlAdd: ADD: This member is about to be added to the group - ctrlNorm: NORM: Normal transmission - ctrlEos: EOS: End of Sequence and Normal transmission - ctrlIdle: IDLE: This member is not part of the group or about to be removed - ctrlDnu: DNU: Do Not Use (the payload) the Sk side reported FAIL status
TEXTUAL-CONVENTION    
  INTEGER ctrlNotAppl(0), ctrlFixed(1), ctrlAdd(2), ctrlNorm(3), ctrlEos(4), ctrlIdle(5), ctrlDnu(6)  

LcasSoState  
The status of LCAS protocol at the source end of a virtual container: - srcNotAppl: NA: Not applicable, ie, this VC is not allocated to a VCG or LCAS is disabled -srcIdle: IDLE: The VC is not in use or has been removed. - srcAdd: ADD: The VC is in the process of being added. May also indicate that the sink end: - does not have LCAS enabled and this VC is in use at this end, or - this VC is not allocated in the service. - srcNorm: NORM: The VC is in use with a good path to the sink end. - srcDnu: DNU: 'Do not use' indicates the VC is in use but has a failed path to the sink end. - srcRemove: REMOVE: The VC is being deleted from the service.
TEXTUAL-CONVENTION    
  INTEGER srcNotAppl(0), srcIdle(1), srcAdd(2), srcNorm(3), srcDnu(4), srcRemove(5)  

MstState  
Discribes the MST status of a virtual container in LCAS control packet: - mstNotAppl: NA: Not applicable, ie, this VC is not allocated to a VCG or LCAS is disabled - mstOk: OK: The MST status of this virtual container is OK - mstFail: FAIL: The MST status of this virtual container is FAIL
TEXTUAL-CONVENTION    
  INTEGER mstNotAppl(0), mstOk(1), mstFail(2)  

LcasSkState  
The status of LCAS protocol at the sink end of a virtual container: - sinkNotAppl: NA: Not applicable, ie, this VC is not allocated to a VCG or LCAS is disabled - sinkIdle: IDLE: The virtual container is not in use. - sinkOk: OK: Normal incoming signal, or has acknowledged a request to be added to the service. - sinkFail: FAIL: Failure condition on incoming signal, or has acknowledged a request for removal.
TEXTUAL-CONVENTION    
  INTEGER sinkNotAppl(0), sinkIdle(1), sinkOk(2), sinkFail(3)  

VcgEntry  
SEQUENCE    
  vcgIndex Integer32
  vcgIfIndex InterfaceIndex
  vcgAssociatedEthernetPort VariablePointer
  vcgAdminState AdminState
  vcgOperationalState OperationalState
  vcgSecondaryState SecondaryState
  vcgType VcgType
  vcgLcasEnabled TruthValue
  vcgWtrTimer WtrTime
  vcgHoldOffTimer HoldOffTime
  vcgClearWtrTimer INTEGER
  vcgRowStatus RowStatus

VcgMemberEntry  
SEQUENCE    
  vcgMemberIndex Integer32
  vcgMemberIfIndex InterfaceIndex
  vcgMemberRowStatus RowStatus
  vcgMemberSoSendSeq INTEGER
  vcgMemberSoLcasSendCtrl CtrlState
  vcgMemberSoLcasRecvMst MstState
  vcgMemberSoLcasState LcasSoState
  vcgMemberSkRecvSeq INTEGER
  vcgMemberSkRecvExpectSeq INTEGER
  vcgMemberSkLcasRecvCtrl CtrlState
  vcgMemberSkLcasSendMst MstState
  vcgMemberSkLcasState LcasSkState

Defined Values

f3EOTDMMIB 1.3.6.1.4.1.2544.1.12.17
This module defines the EOTDM MIB definitions used by the F3 (FSP150CM/CC) product lines. Copyright (C) ADVA Optical Networking.
MODULE-IDENTITY    

f3EotdmObjects 1.3.6.1.4.1.2544.1.12.17.1
OBJECT IDENTIFIER    

f3EotdmConformance 1.3.6.1.4.1.2544.1.12.17.2
OBJECT IDENTIFIER    

vcgTable 1.3.6.1.4.1.2544.1.12.17.1.1
A list of entries corresponding to virtual concatenate groups.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VcgEntry

vcgEntry 1.3.6.1.4.1.2544.1.12.17.1.1.1
A conceptual row in the vcgTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  VcgEntry  

vcgIndex 1.3.6.1.4.1.2544.1.12.17.1.1.1.1
An integer index value used to uniquely identify this vcg within a card.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

vcgIfIndex 1.3.6.1.4.1.2544.1.12.17.1.1.1.2
This object has the same value as ifIndex for vcg.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

vcgAssociatedEthernetPort 1.3.6.1.4.1.2544.1.12.17.1.1.1.3
This object describes the related Ethernet Port of the vcg.
Status: current Access: read-only
OBJECT-TYPE    
  VariablePointer  

vcgAdminState 1.3.6.1.4.1.2544.1.12.17.1.1.1.4
This object represents the Administrative State of the vcg.
Status: current Access: read-write
OBJECT-TYPE    
  AdminState  

vcgOperationalState 1.3.6.1.4.1.2544.1.12.17.1.1.1.5
This object represents the Operational State of the vcg.
Status: current Access: read-only
OBJECT-TYPE    
  OperationalState  

vcgSecondaryState 1.3.6.1.4.1.2544.1.12.17.1.1.1.6
This object represents the Secondary State of the vcg.
Status: current Access: read-only
OBJECT-TYPE    
  SecondaryState  

vcgType 1.3.6.1.4.1.2544.1.12.17.1.1.1.7
Type of paths in this VCG. All paths in this VCG are the same type. This is a required field when creating a VCG, and can not be changed on an existing VCG. See the definition of VcType for more details.
Status: current Access: read-only
OBJECT-TYPE    
  VcgType  

vcgLcasEnabled 1.3.6.1.4.1.2544.1.12.17.1.1.1.8
This object provides whether Lcas is enabled/disabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

vcgWtrTimer 1.3.6.1.4.1.2544.1.12.17.1.1.1.9
This object specifies wait to restore(WTR) time for LCAS protocol. When creating VCG with LCAS enabled, it is the default value, says 5 minutes. When creating VCG with LCAS disabled, it is 0 (means that the WTR is disabled).
Status: current Access: read-write
OBJECT-TYPE    
  WtrTime  

vcgHoldOffTimer 1.3.6.1.4.1.2544.1.12.17.1.1.1.10
This object specifies hold off time for LCAS protocol. When creating VCG with LCAS enabled, it is the default value, says 0 ms. When creating VCG with LCAS disabled, it is 0 ms.
Status: current Access: read-write
OBJECT-TYPE    
  HoldOffTime  

vcgClearWtrTimer 1.3.6.1.4.1.2544.1.12.17.1.1.1.11
This object will trigger an action. When writing with '1', a 'clear WTR timer' action for all paths in the VCG is triggered. Writing '0' is no effect. When reading, it always returns 0.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..1  

vcgRowStatus 1.3.6.1.4.1.2544.1.12.17.1.1.1.12
The status of this row. An entry MUST NOT exist in the active state unless all objects in the entry have an appropriate value, as described in the description clause for each writable object. The values of vcgRowStatus supported are createAndGo(4) and destroy(6). All mandatory attributes must be specified in a single SNMP SET request with neRowStatus value as createAndGo(4). Upon successful row creation, this object has a value of active(1). The vcgRowStatus object may be modified if the associated instance of this object is equal to active(1).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

vcgMemberTable 1.3.6.1.4.1.2544.1.12.17.1.2
A list of entries corresponding to VCGs. Each entry of the table represents a path which is allocated to a VCG.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VcgMemberEntry

vcgMemberEntry 1.3.6.1.4.1.2544.1.12.17.1.2.1
A conceptual row in the vcgMemberTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  VcgMemberEntry  

vcgMemberIndex 1.3.6.1.4.1.2544.1.12.17.1.2.1.1
An integer index value used to uniquely identify this vcg member.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

vcgMemberIfIndex 1.3.6.1.4.1.2544.1.12.17.1.2.1.2
This object has the same value as ifIndex for vcg path. An integer index value used to uniquely identify this vcg path.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndex  

vcgMemberRowStatus 1.3.6.1.4.1.2544.1.12.17.1.2.1.3
The status of this row. An entry MUST NOT exist in the active state unless all objects in the entry have an appropriate value, as described in the description clause for each writable object. The values of vcgMemberRowStatus supported are createAndGo(4) and destroy(6). All mandatory attributes must be specified in a single SNMP SET request with neRowStatus value as createAndGo(4). Upon successful row creation, this object has a value of active(1). The vcgMemberRowStatus object may be modified if the associated instance of this object is equal to active(1).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

vcgMemberSoSendSeq 1.3.6.1.4.1.2544.1.12.17.1.2.1.4
As the source side, this object reports the sequence number sent to the sink side. The sequence number is determined by the LCAS protocol (when LCAS is enabled) or by the order that each path was added into the VCG (when LCAS is disabled). If SQ is invalid, -1 is returned
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER -1..63  

vcgMemberSoLcasSendCtrl 1.3.6.1.4.1.2544.1.12.17.1.2.1.5
As the source side, this object reports the CTRL status which is sent to the sink side. The CTRL status is determined by the LCAS protocol. When LCAS is not used, the value 'ctrlNotAppl' is returned.
Status: current Access: read-only
OBJECT-TYPE    
  CtrlState  

vcgMemberSoLcasRecvMst 1.3.6.1.4.1.2544.1.12.17.1.2.1.6
As the source side, this object reports the member status which is received from sink side. The member status is determined by the LCAS protocol. When LCAS is not used, the value 'mstNotAppl' is returned.
Status: current Access: read-only
OBJECT-TYPE    
  MstState  

vcgMemberSoLcasState 1.3.6.1.4.1.2544.1.12.17.1.2.1.7
This object reports the current source status of this path as determined by the LCAS protocol. When LCAS is not in use, the value 'srcNotAppl' is returned.
Status: current Access: read-only
OBJECT-TYPE    
  LcasSoState  

vcgMemberSkRecvSeq 1.3.6.1.4.1.2544.1.12.17.1.2.1.8
As the sink side, this object reports the sequence number which is received from source side. If SQ is invalid, -1 is returned.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER -1..63  

vcgMemberSkRecvExpectSeq 1.3.6.1.4.1.2544.1.12.17.1.2.1.9
As the sink side, this object reports the sequence number expected. If LCAS is enabled, this value is -1. Otherwise, it's the order that each path was added into the VCG, starting from 0. If SQ is invalid, -1 is returned.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER -1..63  

vcgMemberSkLcasRecvCtrl 1.3.6.1.4.1.2544.1.12.17.1.2.1.10
As the sink side, this object reports the CTRL status which is received from source side. The CTRL status is determined by the LCAS protocol. When LCAS is not used, the value 'ctrlNotAppl' is returned.
Status: current Access: read-only
OBJECT-TYPE    
  CtrlState  

vcgMemberSkLcasSendMst 1.3.6.1.4.1.2544.1.12.17.1.2.1.11
As the sink side, this object reports the member status which is sent to source side. The 'member status' is determined by the status of received path member. When LCAS is not used, the value 'mstNotAppl' is returned.
Status: current Access: read-only
OBJECT-TYPE    
  MstState  

vcgMemberSkLcasState 1.3.6.1.4.1.2544.1.12.17.1.2.1.12
This object reports the current sink status of this path as determined by the LCAS protocol. When LCAS is not in use, the value 'sinkNotAppl' is returned.
Status: current Access: read-only
OBJECT-TYPE    
  LcasSkState  

f3EotdmCompliances 1.3.6.1.4.1.2544.1.12.17.2.1
OBJECT IDENTIFIER    

f3EotdmGroups 1.3.6.1.4.1.2544.1.12.17.2.2
OBJECT IDENTIFIER    

f3EotdmCompliance 1.3.6.1.4.1.2544.1.12.17.2.1.1
Describes the requirements for conformance to the f3 Tdm group.
Status: current Access: read-only
MODULE-COMPLIANCE    

f3EotdmObjectGroup 1.3.6.1.4.1.2544.1.12.17.2.2.1
A collection of objects used to manage the f3 Tdm group.
Status: current Access: read-only
OBJECT-GROUP