DEC-LECS-MIB

File: DEC-LECS-MIB.mib (46189 bytes)

Imported modules

RFC1155-SMI RFC-1212 DECATM-MIB

Imported symbols

Counter TimeTicks OBJECT-TYPE
decMIBextension

Defined Types

DecElanConfEntry  
SEQUENCE    
  decElanConfIndex INTEGER
  decElanConfName OCTET STRING
  decElanConfTlvIndex INTEGER
  decElanConfLanType INTEGER
  decElanConfMaxFrameSize INTEGER
  decElanConfAdminStatus INTEGER
  decElanConfDefaultElan INTEGER
  decElanConfRowStatus INTEGER

DecElanLesEntry  
SEQUENCE    
  decElanLesIndex INTEGER
  decElanLesAtmAddress OCTET STRING
  decElanLesRowStatus INTEGER

DecElanPolicyEntry  
SEQUENCE    
  decElanPolicySelectorIndex INTEGER
  decElanPolicyIndex INTEGER
  decElanPolicyPriority INTEGER
  decElanPolicyType OBJECT IDENTIFIER
  decElanPolicyRowStatus INTEGER

DecElanLecAtmAddrEntry  
SEQUENCE    
  decElanLecAtmAddress OCTET STRING
  decElanLecAtmMask OCTET STRING
  decElanLecAtmRowStatus INTEGER

DecElanLecMacAddrEntry  
SEQUENCE    
  decElanLecMacAddress OCTET STRING
  decElanLecMacRowStatus INTEGER

DecElanLecRdEntry  
SEQUENCE    
  decElanLecRdSegId INTEGER
  decElanLecRdBridgeNum INTEGER
  decElanLecRdRowStatus INTEGER

DecLecsConfEntry  
SEQUENCE    
  decLecsConfIndex INTEGER
  decLecsAtmIfIndex INTEGER
  decLecsAtmAddrSpec OCTET STRING
  decLecsAtmAddrMask OCTET STRING
  decLecsAtmAddrActual OCTET STRING
  decLecsPolicySelIndex INTEGER
  decLecsLastInitialized TimeTicks
  decLecsOperStatus INTEGER
  decLecsAdminStatus INTEGER
  decLecsRowStatus INTEGER

DecLecsTlvEntry  
SEQUENCE    
  decLecsTlvSelectorIndex INTEGER
  decLecsTlvTag OCTET STRING
  decLecsTlvIndex INTEGER
  decLecsTlvVal OCTET STRING
  decLecsTlvRowStatus INTEGER

DecLecsStatsEntry  
SEQUENCE    
  decLecsStatSuccessful Counter
  decLecsStatInBadFrames Counter
  decLecsStatInvalidParam Counter
  decLecsStatInsufRes Counter
  decLecsStatAccDenied Counter
  decLecsStatInvalidReq Counter
  decLecsStatInvalidDest Counter
  decLecsStatInvalidAddr Counter
  decLecsStatNoConf Counter
  decLecsStatConfError Counter
  decLecsStatInsufInfo Counter

DecLecsErrCtlEntry  
SEQUENCE    
  decLecsErrCtlAdminStatus INTEGER
  decLecsErrCtlOperStatus INTEGER
  decLecsErrCtlClearLog INTEGER
  decLecsErrCtlMaxEntries INTEGER
  decLecsErrCtlLastEntry INTEGER

DecLecsErrLogEntry  
SEQUENCE    
  decLecsErrLogIndex INTEGER
  decLecsErrLogAtmAddr OCTET STRING
  decLecsErrLogErrCode INTEGER
  decLecsErrLogTime TimeTicks

Defined Values

decLecsMIB 1.3.6.1.4.1.36.2.18.31
OBJECT IDENTIFIER    

decElanAdminGroup 1.3.6.1.4.1.36.2.18.31.1
OBJECT IDENTIFIER    

decElanConfGroup 1.3.6.1.4.1.36.2.18.31.2
OBJECT IDENTIFIER    

decElanLecsGroup 1.3.6.1.4.1.36.2.18.31.3
OBJECT IDENTIFIER    

decElanLecsConfGroup 1.3.6.1.4.1.36.2.18.31.3.1
OBJECT IDENTIFIER    

decElanLecsFaultGroup 1.3.6.1.4.1.36.2.18.31.3.2
OBJECT IDENTIFIER    

decElanLecsStatGroup 1.3.6.1.4.1.36.2.18.31.3.3
OBJECT IDENTIFIER    

decElanAdminPolicyVal 1.3.6.1.4.1.36.2.18.31.1.1
OBJECT IDENTIFIER    

assignByAtmAddr 1.3.6.1.4.1.36.2.18.31.1.1.1
OBJECT IDENTIFIER    

assignByMacAddr 1.3.6.1.4.1.36.2.18.31.1.1.2
OBJECT IDENTIFIER    

assignByRouteDescriptor 1.3.6.1.4.1.36.2.18.31.1.1.3
OBJECT IDENTIFIER    

assignByElanName 1.3.6.1.4.1.36.2.18.31.1.1.4
OBJECT IDENTIFIER    

assignByCompatibility 1.3.6.1.4.1.36.2.18.31.1.1.5
OBJECT IDENTIFIER    

decLecsMIBConformance 1.3.6.1.4.1.36.2.18.31.4
OBJECT IDENTIFIER    

decLecsMIBGroups 1.3.6.1.4.1.36.2.18.31.4.1
OBJECT IDENTIFIER    

decLecsMIBCompliances 1.3.6.1.4.1.36.2.18.31.4.2
OBJECT IDENTIFIER    

decElanConfNextId 1.3.6.1.4.1.36.2.18.31.2.1
The next available ELAN index provided by the agent. The value of this object can be used as the index to the decElanConfTable during row creation.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

decElanConfTable 1.3.6.1.4.1.36.2.18.31.2.2
This table describes all of the Emulated LANs (ELANs) that this agent manages. An emulated LAN is defined by the ELAN name, a set of TLVs, and other parameters. After an ELAN is created, members of the ELAN such as a LAN Emulation Server (LES) or Client (LEC) can be added to the ELAN, using their respective tables.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DecElanConfEntry

decElanConfEntry 1.3.6.1.4.1.36.2.18.31.2.2.1
Each entry in this table represents an Emulated LAN. Objects elanConfIndex and elanConfRowStatus are required during row creation and deletion.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DecElanConfEntry  

decElanConfIndex 1.3.6.1.4.1.36.2.18.31.2.2.1.1
A value which uniquely identifies a conceptual row in the decElanConfTable. If the conceptual row identified by this value of decElanConfIndex is recreated following an agent restart, the same value of elanConfIndex must be used to identify the recreated row.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

decElanConfName 1.3.6.1.4.1.36.2.18.31.2.2.1.2
The name of this Emulated LAN entry. When this object's length is zero, the ELAN name is not specified, and clients that are assigned to the ELAN will also have zero-length strings for their ELAN names.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

decElanConfTlvIndex 1.3.6.1.4.1.36.2.18.31.2.2.1.3
The value of this object identifies the rows in the decLecsTlvTable which apply to this ELAN.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

decElanConfLanType 1.3.6.1.4.1.36.2.18.31.2.2.1.4
The LAN type of this ELAN entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), s8023(2), s8025(3)  

decElanConfMaxFrameSize 1.3.6.1.4.1.36.2.18.31.2.2.1.5
The maximum data frame size of this ELAN entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER unspecified(1), max1516(2), max4544(3), max9234(4), max18190(5)  

decElanConfAdminStatus 1.3.6.1.4.1.36.2.18.31.2.2.1.6
This object is used to enable and disable ELANs. When an ELAN is 'disabled(2)', the LECS will not tell clients about the ELAN. Note that this object has no effect on the operation of the LES and the BUS -- or the behavior of manually-configured clients.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

decElanConfDefaultElan 1.3.6.1.4.1.36.2.18.31.2.2.1.7
This object is used to choose which ELANs are considered to be default ELANs for the purposes of 'assignByCompatibility' policy matching. Clients are matched against default ELANs on the basis of LAN Type and Maximum Data Frame Size.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER true(1), false(2)  

decElanConfRowStatus 1.3.6.1.4.1.36.2.18.31.2.2.1.8
This object is used to create or delete entries in the decElanConfTable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)  

decElanLesTable 1.3.6.1.4.1.36.2.18.31.2.3
This table describes the LESes for the ELANs specified in the decElanConfTable. Each ELAN can have more than one LES providing LAN Emulation services. Each LES can only service one ELAN. The table is indexed by decElanConfIndex, which points to the ELAN that this LES is providing service to, and decElanLesIndex, which uniquely identifies a LES. This table is only used for configuration of ELANs; that is, to say, creating a LES in this table does not instantiate a LES in the network. (That is done in the LES MIB.)
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DecElanLesEntry

decElanLesEntry 1.3.6.1.4.1.36.2.18.31.2.3.1
Each entry in this table represents a LES/Emulated LAN pair. Objects decElanLesAtmAddress and decElanLesRowStatus are required during row creation.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DecElanLesEntry  

decElanLesIndex 1.3.6.1.4.1.36.2.18.31.2.3.1.1
An arbitrary number which uniquely identifies the LES this entry pertains to.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

decElanLesAtmAddress 1.3.6.1.4.1.36.2.18.31.2.3.1.2
The ATM address of the LES entry. If a LECS is supported, the value of this object is the LES ATM address that the LECS returns to a LEC in the CONFIGURE response. If a LECS is not supported, this is more or less a place where the manager can note which LES ATM address must be manually provided to each LEC.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..20)  

decElanLesRowStatus 1.3.6.1.4.1.36.2.18.31.2.3.1.3
This object is used to create or delete entries in this table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)  

decElanPolicyTable 1.3.6.1.4.1.36.2.18.31.2.4
This table describes all of the policies which the system uses for assigning LECs to ELANs. When a LECS receives a Configure request, it checks the policies in this table to determine which ELAN and LES the LEC will join. Policies with the highest priority (i.e., the smallest decElanPolicyPriority) are evaluated first. Policies which have the same priority are evaluated at the same time with the AND operation. This table is indexed by a selector index and a policy index. The policy index uniquely identifies a policy, while the selector index allows different LECSes to use different sets of policies.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DecElanPolicyEntry

decElanPolicyEntry 1.3.6.1.4.1.36.2.18.31.2.4.1
Each entry in this table represents a policy supported by the entity which provides LAN Emulation configuration services. Each policy can be used to evaluate the CONFIGURE request from the LEC in determining which ELAN it belongs to.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DecElanPolicyEntry  

decElanPolicySelectorIndex 1.3.6.1.4.1.36.2.18.31.2.4.1.1
The value of this object indicates a group of policies that can be selected by an ELAN configuration service provider (such as the LECS).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

decElanPolicyIndex 1.3.6.1.4.1.36.2.18.31.2.4.1.2
The value of this object uniquely identifies a single policy entry in this table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65000  

decElanPolicyPriority 1.3.6.1.4.1.36.2.18.31.2.4.1.3
The priority of this policy entry. Policies are evaluated by the entity which provides ELAN configuration service (i.e., LECS) in order of their priorities. Policies with the same priority values should be evaluated at the same time with an AND operation. That is, to say, if one of the policies with the same priority is not met, the evaluation should fail. The value 1 has the highest priority.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..65000  

decElanPolicyType 1.3.6.1.4.1.36.2.18.31.2.4.1.4
The type of this policy.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OBJECT IDENTIFIER  

decElanPolicyRowStatus 1.3.6.1.4.1.36.2.18.31.2.4.1.5
This object is used to create or delete entries in the decElanPolicyTable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)  

decElanLecAtmAddrTable 1.3.6.1.4.1.36.2.18.31.2.5
This table is used to assign a LEC to an ELAN by ATM address. When the 'assign by ATM address' policy is used, this table is used to specify the LEC's ATM address or portion of an ATM address. The ATM address is used by the LECS or other entity which serves the LANE configuration function to determine the ELAN membership. This table is indexed by the decElanConfIndex which points to the ELAN this LEC belongs, the decElanLesIndex which points to the LES this LEC should join, the LEC's ATM address and an ATM address mask. Portions of an ATM address can be used in determining ELAN membership by using both the ATM address and the mask.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DecElanLecAtmAddrEntry

decElanLecAtmAddrEntry 1.3.6.1.4.1.36.2.18.31.2.5.1
Each entry represents a LEC to ELAN binding.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DecElanLecAtmAddrEntry  

decElanLecAtmAddress 1.3.6.1.4.1.36.2.18.31.2.5.1.1
The value of this object is the ATM address of a LAN Emulation client. This object and the object decElanLecAtmMask are used to form an ATM address or portion of an ATM address to be used by the LECS in determining the ELAN membership when the policy of this LECS is by ATM address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..20)  

decElanLecAtmMask 1.3.6.1.4.1.36.2.18.31.2.5.1.2
The ATM address mask associated with the object decElanLecAtmAddress. The value of the mask is an ATM address with the don't care portion set to zero and the valid ATM address portion set to one.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..20)  

decElanLecAtmRowStatus 1.3.6.1.4.1.36.2.18.31.2.5.1.3
This object is used to create or delete entries in this table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)  

decElanLecMacAddrTable 1.3.6.1.4.1.36.2.18.31.2.6
This table is used to assign a LEC to an ELAN by MAC address. When the 'assign by MAC address' policy is used, this table is used to specify the LEC's ELAN membership by MAC address. This table is indexed by the decElanConfIndex which points to the ELAN this LEC belongs, the decElanLesIndex which points to the LES this LEC should join, and the LEC's MAC address.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DecElanLecMacAddrEntry

decElanLecMacAddrEntry 1.3.6.1.4.1.36.2.18.31.2.6.1
Each entry represents a LEC to ELAN binding. Object elanLecMacRowStatus is required during row creation or deletion.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DecElanLecMacAddrEntry  

decElanLecMacAddress 1.3.6.1.4.1.36.2.18.31.2.6.1.1
The value of this object is the MAC address of a LAN Emulation client. When a CONFIGURE request is received with this ATM address, it will be assigned to the ELAN which elanConfIndex is pointing to.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(6)  

decElanLecMacRowStatus 1.3.6.1.4.1.36.2.18.31.2.6.1.2
This object is used to create or delete entries in this table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)  

decElanLecRdTable 1.3.6.1.4.1.36.2.18.31.2.7
This table is used to assign a LEC to an ELAN by Route Descriptor. When the 'by Route Descriptor' policy is used, this table is used to specify the LEC's ELAN membership by Route Descriptor. This table is indexed by the decElanConfIndex which points to the ELAN this LEC belongs, the decElanLesIndex which points to the LES this LEC should join, and the LEC's Route Descriptors.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DecElanLecRdEntry

decElanLecRdEntry 1.3.6.1.4.1.36.2.18.31.2.7.1
Each entry represents a LEC to ELAN binding.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DecElanLecRdEntry  

decElanLecRdSegId 1.3.6.1.4.1.36.2.18.31.2.7.1.1
The LAN ID portion of the IEEE 802.5 route descriptor associated with this conceptual row.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..4095  

decElanLecRdBridgeNum 1.3.6.1.4.1.36.2.18.31.2.7.1.2
The Bridge Number portion of the IEEE 802.5 route descriptor associated with this conceptual row.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..15  

decElanLecRdRowStatus 1.3.6.1.4.1.36.2.18.31.2.7.1.3
This object is used to create or destroy entries in this table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)  

decLecsConfNextId 1.3.6.1.4.1.36.2.18.31.3.1.1
The next available LECS index. The value of this object can be used as the index to the decLecsConfTable during creation.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

decLecsConfTable 1.3.6.1.4.1.36.2.18.31.3.1.2
This table contains the configuration information of all the LECSes this agent manages. This table can also be used to create, delete or configure a LECS.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DecLecsConfEntry

decLecsConfEntry 1.3.6.1.4.1.36.2.18.31.3.1.2.1
Each entry represents a LECS this agent maintains. Objects decLecsAtmIfIndex, decLecsAtmAddrSpec, and decLecsAtmAddrMask cannot be modified unless the decLecsAdminStatus is set to down(2). Changes to this object do not take effect until the decLecsAdminStatus is set to up(1).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DecLecsConfEntry  

decLecsConfIndex 1.3.6.1.4.1.36.2.18.31.3.1.2.1.1
An arbitrary integer which represents a LECS this agent manages. If the conceptual row identified by this value of decLecsConfIndex is recreated following an agent restart, the same value of decLecsConfIndex must be used to identify the recreated row.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

decLecsAtmIfIndex 1.3.6.1.4.1.36.2.18.31.3.1.2.1.2
The ATM interface on which the LECS receives CONFIGURE requests. This value must match an existing value in the ifTable. This object is set to zero when the ATM interface is not specified or the LECS uses more than one ATM interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

decLecsAtmAddrSpec 1.3.6.1.4.1.36.2.18.31.3.1.2.1.3
An ATM address specified by the network or local management that, with the ATM address mask, determines a portion of the ATM address that the LECS on the designated ATM interface will use to derive the actual ATM address from the network or ILMI. The derived ATM address is specified in the object decLecsAtmAddrActual, which is used to receive CONFIGURE requests. The value of this object, if not specified, is defaulted to the well-known LECS ATM address specified in the LAN Emulation Spec. 1.0.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..20)  

decLecsAtmAddrMask 1.3.6.1.4.1.36.2.18.31.3.1.2.1.4
The ATM address mask associated with the object decLecsAtmAddrSpec. The value of the mask is an ATM address with the don't care portion set to zero and the valid ATM address portion set to one.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(20)  

decLecsAtmAddrActual 1.3.6.1.4.1.36.2.18.31.3.1.2.1.5
The resulting ATM address at which the LECS is accepting CONFIGURE requests on the interface indicated by the object decLecsAtmIfIndex. This address is the result of the specified ATM address, its mask and interaction through the ILMI with the switch. Note that this object is only valid when the corresponding decLecsOperStatus is 'up'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..20)  

decLecsPolicySelIndex 1.3.6.1.4.1.36.2.18.31.3.1.2.1.6
The set of policies used by this LECS in determining requesters ELAN membership. The policies are defined in the decElanPolicyTable. The value of this object must exist in the decElanPolicyTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

decLecsLastInitialized 1.3.6.1.4.1.36.2.18.31.3.1.2.1.7
The time (in hundredths of a second) since the LECS was last re-initialized.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

decLecsOperStatus 1.3.6.1.4.1.36.2.18.31.3.1.2.1.8
This object reflects the actual state of the LECS which may differ from that of the decLecsAdminStatus object. This can occur when the interface ifOperStatus is 'down' but the corresponding decLecsAdminStatus is 'up'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), up(2), down(3)  

decLecsAdminStatus 1.3.6.1.4.1.36.2.18.31.3.1.2.1.9
The desired state of the LECS on this interface as prescribed by the operator. The actions of the agent will, if at all possible, eventually result in the desired state being reflected in the decLecsOperStatus.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER up(1), down(2)  

decLecsRowStatus 1.3.6.1.4.1.36.2.18.31.3.1.2.1.10
This object is used to create or delete entries in this table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)  

decLecsTlvTable 1.3.6.1.4.1.36.2.18.31.3.1.4
This table contains all TLVs this agent supports. This includes not only the standard TLVs specified in the LAN Emulation Spec. 1.0 but also the additional parameters exchanged between the LECS and LEC. This table is indexed by a selector index, which allows more than one TLV to be selected by an ELAN; and the TLV tag, which specifies the type of the TLV; and a TLV index which is used to distinguish between different entries with the same TLV tag.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DecLecsTlvEntry

decLecsTlvEntry 1.3.6.1.4.1.36.2.18.31.3.1.4.1
Each entry represents a TLV encoding for use with those ELANs whose 'decElanConfTlvIndex' equals the 'decLecsTlvSelectorIndex'. Objects decLecsTlvVal and decLecsTlvRowStatus are required during row creation.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DecLecsTlvEntry  

decLecsTlvSelectorIndex 1.3.6.1.4.1.36.2.18.31.3.1.4.1.1
The value of this object indicates a group of TLVs that can be selected.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

decLecsTlvTag 1.3.6.1.4.1.36.2.18.31.3.1.4.1.2
The value of this object represents the type of the contents of the decLecsTlvVal field in the entry. The OUI field in this object occupies the first ( or most significant )3 octets. The OUI value 00-A0-3E is used for the standard values defined by the ATM Forum specification.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4)  

decLecsTlvIndex 1.3.6.1.4.1.36.2.18.31.3.1.4.1.3
The index of this TLV encoding entry. The value of this object can be used to distinguish between different entries with the same decLecsTlvTag value.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483647  

decLecsTlvVal 1.3.6.1.4.1.36.2.18.31.3.1.4.1.4
The value of this TLV entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..1024)  

decLecsTlvRowStatus 1.3.6.1.4.1.36.2.18.31.3.1.4.1.5
This object is used to create or destroy entries in this table
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)  

decLecsStatsTable 1.3.6.1.4.1.36.2.18.31.3.3.1
A (conceptual) table of statistics associated with all LECS instances on the device.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DecLecsStatsEntry

decLecsStatsEntry 1.3.6.1.4.1.36.2.18.31.3.3.1.1
A (conceptual) row in the decLecsStatsTable which corresponds to the statistics kept by a particular instance of a LES.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DecLecsStatsEntry  

decLecsStatSuccessful 1.3.6.1.4.1.36.2.18.31.3.3.1.1.1
The number of CONFIGURE requests successfully granted since the agent was last initialized.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

decLecsStatInBadFrames 1.3.6.1.4.1.36.2.18.31.3.3.1.1.2
The number of malformed CONFIGURE requests dropped by the LECS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

decLecsStatInvalidParam 1.3.6.1.4.1.36.2.18.31.3.3.1.1.3
The number of CONFIGURE requests rejected due to the invalid request parameters error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

decLecsStatInsufRes 1.3.6.1.4.1.36.2.18.31.3.3.1.1.4
The number of CONFIGURE requests rejected due to the insufficent resources to grant request error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

decLecsStatAccDenied 1.3.6.1.4.1.36.2.18.31.3.3.1.1.5
The number of CONFIGURE requests rejected due to the access denied error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

decLecsStatInvalidReq 1.3.6.1.4.1.36.2.18.31.3.3.1.1.6
The number of CONFIGURE requests rejected due to the invalid requester-id error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

decLecsStatInvalidDest 1.3.6.1.4.1.36.2.18.31.3.3.1.1.7
The number of CONFIGURE requests rejected due to the invalid destination error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

decLecsStatInvalidAddr 1.3.6.1.4.1.36.2.18.31.3.3.1.1.8
The number of CONFIGURE requests rejected due to the invalid ATM address error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

decLecsStatNoConf 1.3.6.1.4.1.36.2.18.31.3.3.1.1.9
The number of CONFIGURE requests rejected due to the LE Client is not recognized error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

decLecsStatConfError 1.3.6.1.4.1.36.2.18.31.3.3.1.1.10
The number of CONFIGURE requests rejected due to the LE_CONFIGURE error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

decLecsStatInsufInfo 1.3.6.1.4.1.36.2.18.31.3.3.1.1.11
The number of CONFIGURE requests rejected due to the insufficient information error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

decLecsErrCtlTable 1.3.6.1.4.1.36.2.18.31.3.2.1
This table contains error log control information of all LECS instances. This table is an extension to the lecsConfTable. It is used to enable or disable error logs for a particular LECS entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DecLecsErrCtlEntry

decLecsErrCtlEntry 1.3.6.1.4.1.36.2.18.31.3.2.1.1
Each entry represents a LECS entry in the decLecsConfTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DecLecsErrCtlEntry  

decLecsErrCtlAdminStatus 1.3.6.1.4.1.36.2.18.31.3.2.1.1.1
This object is used to enable/disable error logging for the LECS.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

decLecsErrCtlOperStatus 1.3.6.1.4.1.36.2.18.31.3.2.1.1.2
This object is used to indicate the result of a set operation to the object decLecsErrCtlAdminStatus. If the error log was successfully started, it is in active(2) mode. Otherwise, it is set to either outOfRes(3) or failed(4) for the respective reasons.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), active(2), outOfRes(3), failed(4)  

decLecsErrCtlClearLog 1.3.6.1.4.1.36.2.18.31.3.2.1.1.3
This object is used to clear the error log entries associated with this LECS.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER noOp(1), clear(2)  

decLecsErrCtlMaxEntries 1.3.6.1.4.1.36.2.18.31.3.2.1.1.4
The maximum entries of the error log a LECS can support.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

decLecsErrCtlLastEntry 1.3.6.1.4.1.36.2.18.31.3.2.1.1.5
The index to the last entry in the error log table associated with this LECS.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

decLecsErrLogTable 1.3.6.1.4.1.36.2.18.31.3.2.2
This table contains error logs of the LECS instances enabled in the decLecsErrCtlTable. This table is indexed by the LECS instance index and an arbitrary integer which uniquely identifies an error log.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DecLecsErrLogEntry

decLecsErrLogEntry 1.3.6.1.4.1.36.2.18.31.3.2.2.1
Each entry represents a LEC that was rejected due to a violation against the policies or an error.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DecLecsErrLogEntry  

decLecsErrLogIndex 1.3.6.1.4.1.36.2.18.31.3.2.2.1.1
An arbitrary integer which uniquely identifies an error log entry. This number ranges from 1 to the value of the object decLecsErrCtlMaxEntries times number of LECS error log capability enabled. The enabling/disabling of the error log capability is done in the decLecsErrCtlTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

decLecsErrLogAtmAddr 1.3.6.1.4.1.36.2.18.31.3.2.2.1.2
The ATM address of the requester which sends the CONFIGURE request and causes the error to occur. The corresponding error code is specified in the object decLecsErrLogErrCode.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..20)  

decLecsErrLogErrCode 1.3.6.1.4.1.36.2.18.31.3.2.2.1.3
The Error code which indicates the cause of the error triggered by the CONFIGURE request sent by the requester indicated by the value of the object decLecsErrLogAtmAddr.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..22  

decLecsErrLogTime 1.3.6.1.4.1.36.2.18.31.3.2.2.1.4
The sysUpTime when this entry was logged by the LECS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

decElanCConfGroup 1.3.6.1.4.1.36.2.18.31.4.1.1
OBJECT IDENTIFIER    

decElanLecAssignByAtmGroup 1.3.6.1.4.1.36.2.18.31.4.1.2
OBJECT IDENTIFIER    

decElanLecAssignByMacGroup 1.3.6.1.4.1.36.2.18.31.4.1.3
OBJECT IDENTIFIER    

decElanLecAssignByRdGroup 1.3.6.1.4.1.36.2.18.31.4.1.4
OBJECT IDENTIFIER    

decLecsCStatGroup 1.3.6.1.4.1.36.2.18.31.4.1.5
OBJECT IDENTIFIER    

decLecsCGroup 1.3.6.1.4.1.36.2.18.31.4.1.6
OBJECT IDENTIFIER    

decLecsCFaultGroup 1.3.6.1.4.1.36.2.18.31.4.1.7
OBJECT IDENTIFIER    

decLecsMIBCompliance 1.3.6.1.4.1.36.2.18.31.4.2.1
OBJECT IDENTIFIER