ELAN-MIB

File: ELAN-MIB.mib (55237 bytes)

Imported modules

RFC1316-MIB RFC1286-MIB RFC1213-MIB
RFC-1212 RFC1155-SMI LAN-EMULATION-CLIENT-MIB
SNMPv2-TC

Imported symbols

AutonomousType MacAddress DisplayString
OBJECT-TYPE Counter enterprises
AtmLaneAddress LecDataFrameFormat LecDataFrameSize
TimeStamp RowStatus

Defined Types

IfIndexOrZero  
INTEGER    

ElanLocalIndex  
INTEGER 0..2147483647    

AtmLaneMask  
OCTET STRING    

TlvSelectorIndexType  
INTEGER 0..2147483647    

PolicySelectorIndexType  
INTEGER 0..2147483647    

LecsErrLogIndexType  
INTEGER 0..2147483647    

ElanConfEntry  
SEQUENCE    
  elanConfIndex ElanLocalIndex
  elanConfName DisplayString
  elanConfTlvIndex TlvSelectorIndexType
  elanConfLanType LecDataFrameFormat
  elanConfMaxFrameSize LecDataFrameSize
  elanConfRowStatus RowStatus

ElanLesEntry  
SEQUENCE    
  elanLesIndex INTEGER 0..2147483647
  elanLesAtmAddress AtmLaneAddress
  elanLesRowStatus RowStatus

ElanPolicyEntry  
SEQUENCE    
  elanPolicySelectorIndex PolicySelectorIndexType
  elanPolicyIndex INTEGER 0..2147483647
  elanPolicyPriority INTEGER 0..2147483647
  elanPolicyType AutonomousType
  elanPolicyRowStatus RowStatus

ElanLecAtmAddrEntry  
SEQUENCE    
  elanLecAtmAddress AtmLaneAddress
  elanLecAtmMask AtmLaneAddress
  elanLecAtmRowStatus RowStatus

ElanLecMacAddrEntry  
SEQUENCE    
  elanLecMacAddress MacAddress
  elanLecMacRowStatus RowStatus

ElanLecRdEntry  
SEQUENCE    
  elanLecRdSegId INTEGER 0..2147483647
  elanLecRdBridgeNum INTEGER 0..2147483647
  elanLecRdRowStatus RowStatus

LecsConfEntry  
SEQUENCE    
  lecsConfIndex INTEGER 0..2147483647
  lecsAtmIfIndex IfIndexOrZero
  lecsAtmAddrSpec AtmLaneAddress
  lecsAtmAddrMask AtmLaneMask
  lecsAtmAddrActual AtmLaneAddress
  lecsPolicySelIndex PolicySelectorIndexType
  lecsLastInitialized TimeStamp
  lecsOperStatus INTEGER
  lecsAdminStatus INTEGER
  lecsRowStatus RowStatus

LecsElanEntry  
SEQUENCE    
  elanLecsRowStatus RowStatus

LecsTlvEntry  
SEQUENCE    
  lecsTlvSelectorIndex TlvSelectorIndexType
  lecsTlvTag OCTET STRING
  lecsTlvIndex INTEGER 0..2147483647
  lecsTlvVal OCTET STRING
  lecsTlvRowStatus RowStatus

LecsStatsEntry  
SEQUENCE    
  lecsStatSuccessful Counter
  lecsStatInBadFrames Counter
  lecsStatInvalidParam Counter
  lecsStatInsufRes Counter
  lecsStatAccDenied Counter
  lecsStatInvalidReq Counter
  lecsStatInvalidDest Counter
  lecsStatInvalidAddr Counter
  lecsStatNoConf Counter
  lecsStatConfError Counter
  lecsStatInsufInfo Counter

LecsErrCtlEntry  
SEQUENCE    
  lecsErrCtlAdminStatus INTEGER
  lecsErrCtlOperStatus INTEGER
  lecsErrCtlClearLog INTEGER
  lecsErrCtlMaxEntries INTEGER
  lecsErrCtlLastEntry LecsErrLogIndexType

LecsErrLogEntry  
SEQUENCE    
  lecsErrLogIndex LecsErrLogIndexType
  lecsErrLogAtmAddr AtmLaneAddress
  lecsErrLogErrCode INTEGER
  lecsErrLogTime TimeStamp

Defined Values

atmForum 1.3.6.1.4.1.353
OBJECT IDENTIFIER    

atmForumNetworkManagement 1.3.6.1.4.1.353.5
OBJECT IDENTIFIER    

atmfLanEmulation 1.3.6.1.4.1.353.5.3
OBJECT IDENTIFIER    

elanMIB 1.3.6.1.4.1.353.5.3.2
OBJECT IDENTIFIER    

elanAdminGroup 1.3.6.1.4.1.353.5.3.2.1
OBJECT IDENTIFIER    

elanConfGroup 1.3.6.1.4.1.353.5.3.2.2
OBJECT IDENTIFIER    

elanLecsGroup 1.3.6.1.4.1.353.5.3.2.3
OBJECT IDENTIFIER    

elanLecsConfGroup 1.3.6.1.4.1.353.5.3.2.3.1
OBJECT IDENTIFIER    

elanLecsFaultGroup 1.3.6.1.4.1.353.5.3.2.3.2
OBJECT IDENTIFIER    

elanLecsStatGroup 1.3.6.1.4.1.353.5.3.2.3.3
OBJECT IDENTIFIER    

elanAdminPolicyVal 1.3.6.1.4.1.353.5.3.2.1.1
OBJECT IDENTIFIER    

byAtmAddr 1.3.6.1.4.1.353.5.3.2.1.1.1
OBJECT IDENTIFIER    

byMacAddr 1.3.6.1.4.1.353.5.3.2.1.1.2
OBJECT IDENTIFIER    

byRouteDescriptor 1.3.6.1.4.1.353.5.3.2.1.1.3
OBJECT IDENTIFIER    

byLanType 1.3.6.1.4.1.353.5.3.2.1.1.4
OBJECT IDENTIFIER    

byPktSize 1.3.6.1.4.1.353.5.3.2.1.1.5
OBJECT IDENTIFIER    

elanConfNextId 1.3.6.1.4.1.353.5.3.2.2.1
The next available ELAN index provided by the agent. The value of this object can be used as the index to the elanConfTable during creation.
Status: mandatory Access: read-only
OBJECT-TYPE    
  ElanLocalIndex  

elanConfTable 1.3.6.1.4.1.353.5.3.2.2.2
This table contains all Emulated LANs (ELANs) this agent manages. An ELAN is defined by the ELAN name, a set of TLVs, and other parameters. After an ELAN is created, members of the ELAN such as the LAN Emulation Server (LES) or Client (LEC) can be added to this ELAN entry in their repective tables. There are four memebers to an ELAN and they are LECS, LES, BUS (Broadcast and Unknown Server ) and LEC. The support of LECS is optional. The addition and deletion of LECS is done in the elanLecsConfGroup defined in this MIB. The addition and deletion of the LEC are done in the LEC Assignment tables defined in this ELAN Configuration group. The addition and deletion of the LES are also defined in this group. The addition and deletion of the BUS are done in the LES MIB due to the fact that LEC learns the BUS address only from the LES it corresponds to.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ElanConfEntry

elanConfEntry 1.3.6.1.4.1.353.5.3.2.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    
  ElanConfEntry  

elanConfIndex 1.3.6.1.4.1.353.5.3.2.2.2.1.1
A value which uniquely identifies a conceptual row in the elanConfTable. If the conceptual row identified by this value of elanConfIndex is recreated following an agent restart, the same value of elanConfIndex must be used to identify the recreated row.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ElanLocalIndex  

elanConfName 1.3.6.1.4.1.353.5.3.2.2.2.1.2
The name of this Emulated LAN entry. When this object length is zero then the ELAN name is not specified. The clients assigned to this ELAN will also have a zero length string as the ELAN name. Note that ELAN name may be used as cross reference to the LES MIB and BUS MIB though not required. Multiple ELANs with no ELAN name specified will cause conflicts in reference to LES and BUS MIBs.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

elanConfTlvIndex 1.3.6.1.4.1.353.5.3.2.2.2.1.3
The value of this object identifies one or more rows in the lecsTlvTable which applies to this ELAN. This object is set to zero if 1) LECS is not supported. or 2) there is no TLV associated with this entry. If the LEC assignment policy type is by TLVs, then the LECS matches the TLVs in the CONFIGURE request with TLVs assigned to each ELAN, and assign the requestor to the matching ELAN. If the LECS receives a CONFIGURE request with no TLV, the LECS may try to match it to the entry in this table with a zero value elanConfTlvIndex. In the case there is more than one entry in this table with zero value elanConfTlvIndex, the behavior of the LECS is not specified.
Status: mandatory Access: read-write
OBJECT-TYPE    
  TlvSelectorIndexType  

elanConfLanType 1.3.6.1.4.1.353.5.3.2.2.2.1.4
The LAN type of this ELAN entry. This object is required to be either 802.3 or 802.5. If the LEC assignment policy is by LAN type. That is, if the LECS is assigning the LEC to ELAN according to its LAN type, this object is used to indicate the LAN type of the ELAN.
Status: mandatory Access: read-write
OBJECT-TYPE    
  LecDataFrameFormat  

elanConfMaxFrameSize 1.3.6.1.4.1.353.5.3.2.2.2.1.5
The maximum data frame size of this ELAN entry. The maximum AAL-5 SDU size of a data frame that this ELAN can support. This object is required to be one of the enumerations except other(1) when the LEC assignment policy is by Data Frame Size. That is, if LECS is assigning the LEC to ELAN according to its maximum data frame size, this object is used to specify the frame size supported by this ELAN.
Status: mandatory Access: read-write
OBJECT-TYPE    
  LecDataFrameSize  

elanConfRowStatus 1.3.6.1.4.1.353.5.3.2.2.2.1.6
This object is used to create or delete entries in the elanConfTable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

elanLesTable 1.3.6.1.4.1.353.5.3.2.2.3
This table contains all LESs for each ELAN specified in the elanConfTable. Each ELAN can have more than one LES providing LAN Emulation services. Each LES can service only one ELAN. The table is indexed by the elanConfIndex which points to the ELAN this LES is providing service to, and elanLesIndex which unquely identifies a LES. This table is used for configuration of an ELAN only, that is, creating a LES in this table does not instantiate a LES in the network. It is done in the LES MIB.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ElanLesEntry

elanLesEntry 1.3.6.1.4.1.353.5.3.2.2.3.1
Each entry in this table represents a LES/Emulated LAN pair. Object elanLesAtmAddress besides elanLesRowStatus is also required during row creation.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ElanLesEntry  

elanLesIndex 1.3.6.1.4.1.353.5.3.2.2.3.1.1
An arbitrary number which uniquely identifies the LES this entry pertains to.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..2147483647  

elanLesAtmAddress 1.3.6.1.4.1.353.5.3.2.2.3.1.2
The ATM address of the LES entry. If LECS is supported, the value of this object is the LES ATM address LECS returns to the LEC in the CONFIGURE response. If LECS is not supported, the value of this object pertains to the LES ATM address network manager provides to the LEC. The LEC assigned to this ELAN uses this ATM address as the called party address in the JOIN request. The calling party address used by LES in the JOIN response is not specified by this MIB.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AtmLaneAddress  

elanLesRowStatus 1.3.6.1.4.1.353.5.3.2.2.3.1.3
This object is used to create or delete entries in the elanLesfTable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

elanPolicyTable 1.3.6.1.4.1.353.5.3.2.2.4
This table contains all policies this agent supports for assigning a LEC to an ELAN. A set of policies with the same or different priorities can be selected by the entity which provides ELAN configuration service such as the LECS. The policy with the highest priority or with the smallest elanPolicyPriority , is evaluated first. The policies with the same elanPolicyPriority are evaluated at the same time with the AND operation. When LECS receives a configure request, it checks it's policies selected from this table to determine which ELAN and LES the LEC will join. This table is indexed by a selector index and a policy index. The policy index unquely identifies a policy and the selector index allows multiple policies be selected by one LECS or an entity that is providing ELAN configuration service.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ElanPolicyEntry

elanPolicyEntry 1.3.6.1.4.1.353.5.3.2.2.4.1
Each entry in this table represents a policy supported by the entity which provides ELAN 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    
  ElanPolicyEntry  

elanPolicySelectorIndex 1.3.6.1.4.1.353.5.3.2.2.4.1.1
The value of this object indicates a group of policies that can be selected by the ELAN configuration service provider such as the LECS.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PolicySelectorIndexType  

elanPolicyIndex 1.3.6.1.4.1.353.5.3.2.2.4.1.2
The value of this object uniquely identifies a single policy entry in this table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..2147483647  

elanPolicyPriority 1.3.6.1.4.1.353.5.3.2.2.4.1.3
The priority of this policy entry. Policies are evaluated by the entity which provides ELAN configuration service (LECS) by their priorities. Policies with the same priority values should be evludated at the same time with an AND operation. That is, if one of the policy with the same priority is not met, the evluation should fail. The value 1 has the highest priority.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..2147483647  

elanPolicyType 1.3.6.1.4.1.353.5.3.2.2.4.1.4
The type of this policy. The value of this object is an object identifier points to a leaf in the elanAdminGroup The value of this object has to exist in the tree before being modified or created. A vender can use a vender specific policy added to the elanAdminPolicyVal or a separate vender tree. The agent is not required to support every types specified in the elanAdminGroup under elanAdminPolicyVal.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AutonomousType  

elanPolicyRowStatus 1.3.6.1.4.1.353.5.3.2.2.4.1.5
This object is used to create or delete entries in the elanPolicyTable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

elanLecAtmAddrTable 1.3.6.1.4.1.353.5.3.2.2.5
This table is used to assign a LEC to an ELAN by ATM address. When the 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 elanConfIndex which points to the ELAN this LEC belongs, the elanLesIndex which points to the LES this LEC should join, the LEC's ATM address and an ATM address mask. Portions of ATM address can be used in dertermining ELAN membership by using both the ATM address and the mask.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ElanLecAtmAddrEntry

elanLecAtmAddrEntry 1.3.6.1.4.1.353.5.3.2.2.5.1
Each entry represents a LEC to ELAN binding.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ElanLecAtmAddrEntry  

elanLecAtmAddress 1.3.6.1.4.1.353.5.3.2.2.5.1.1
The value of this object is the ATM address of a LAN Emulation client. This object and the object elanLecAtmMask 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: not-accessible
OBJECT-TYPE    
  AtmLaneAddress  

elanLecAtmMask 1.3.6.1.4.1.353.5.3.2.2.5.1.2
The ATM address mask associated with the object elanLecAtmAddress. 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    
  AtmLaneAddress  

elanLecAtmRowStatus 1.3.6.1.4.1.353.5.3.2.2.5.1.4
This object is used to create or destroy entries in this table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

elanLecMacAddrTable 1.3.6.1.4.1.353.5.3.2.2.6
This table is used to assign a LEC to an ELAN by MAC address. When the byMacAddress policy is used, this table is used to specify the LEC's ELAN membership by ATM address. This table is indexed by the elanConfIndex which points to the ELAN this LEC belongs, the elanLesIndex which points to the LES this LEC should join, and the LEC's MAC address.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ElanLecMacAddrEntry

elanLecMacAddrEntry 1.3.6.1.4.1.353.5.3.2.2.6.1
Each entry represents a LEC to ELAN binding.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ElanLecMacAddrEntry  

elanLecMacAddress 1.3.6.1.4.1.353.5.3.2.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 MAC address, it will be assigned to the ELAN which elanConfIndex is pointing to.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MacAddress  

elanLecMacRowStatus 1.3.6.1.4.1.353.5.3.2.2.6.1.2
This object is used to create or destroy entries in this table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

elanLecRdTable 1.3.6.1.4.1.353.5.3.2.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 elanConfIndex which points to the ELAN this LEC belongs, the elanLesIndex which points to the LES this LEC should join, and the LEC's Route Descriptors.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ElanLecRdEntry

elanLecRdEntry 1.3.6.1.4.1.353.5.3.2.2.7.1
Each entry represents a LEC to ELAN binding.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ElanLecRdEntry  

elanLecRdSegId 1.3.6.1.4.1.353.5.3.2.2.7.1.1
The LAN ID portion of the IEEE 802.5 route descriptor associated with this conceptual row.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..2147483647  

elanLecRdBridgeNum 1.3.6.1.4.1.353.5.3.2.2.7.1.2
The Bridge Number portion of the IEEE 802.5 route descriptor associated with this conceptual row.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..2147483647  

elanLecRdRowStatus 1.3.6.1.4.1.353.5.3.2.2.7.1.4
This object is used to create or destroy entries in this table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

lecsConfNextId 1.3.6.1.4.1.353.5.3.2.3.1.1
The next available LECS index. The value of this object can be used as the index to the lecsTable during creation.
Status: mandatory Access: read-only
OBJECT-TYPE    
  ElanLocalIndex  

lecsConfTable 1.3.6.1.4.1.353.5.3.2.3.1.2
This table contains the configuration information of all LECS 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  
    LecsConfEntry

lecsConfEntry 1.3.6.1.4.1.353.5.3.2.3.1.2.1
Each entry represents a LECS this agent maintains. Objects lecsAtmIfIndex, lecsAtmAddrSpec, and lecsAtmAddrMask cannot be modified unless the lecsAdminStatus is set to down(2). And the change doesn't take effect until the lecsAdminStatus is set to up(1).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LecsConfEntry  

lecsConfIndex 1.3.6.1.4.1.353.5.3.2.3.1.2.1.1
An arbitrary integer which represents a LECS this agent manages. If the conceptual row identified by this value of lecsConfIndex is recreated following an agent restart, the same value of elanConfIndex must be used to identify the recreated row.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..2147483647  

lecsAtmIfIndex 1.3.6.1.4.1.353.5.3.2.3.1.2.1.2
An ATM interface which the LECS receives CONFIGURE requests from. This value must match an existing value in the ifTable. This object is set to zero when the ATM interface is not specified or there is more than one ATM interface used by the LECS.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IfIndexOrZero  

lecsAtmAddrSpec 1.3.6.1.4.1.353.5.3.2.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 lecsAtmAddrActual, 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    
  AtmLaneAddress  

lecsAtmAddrMask 1.3.6.1.4.1.353.5.3.2.3.1.2.1.4
The ATM address mask associated with the object lecsAtmAddrSpec. 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    
  AtmLaneMask  

lecsAtmAddrActual 1.3.6.1.4.1.353.5.3.2.3.1.2.1.5
The resulting ATM address that the LECS is accepting CONFIGURE requests on the interface indicated by the object lecsAtmIfIndex. 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 lecsOperStatus is 'up'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  AtmLaneAddress  

lecsPolicySelIndex 1.3.6.1.4.1.353.5.3.2.3.1.2.1.6
The set of policies used by this LECS in dertermining requesters ELAN membership. The policies are defined in the elanPolicyTable. The value of this object must exist in the elanPolicyTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PolicySelectorIndexType  

lecsLastInitialized 1.3.6.1.4.1.353.5.3.2.3.1.2.1.7
The value of the sysUpTime since LECS has last entered the state indicated by the object lecsOperStatus.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeStamp  

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

lecsAdminStatus 1.3.6.1.4.1.353.5.3.2.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 lecsOperStatus.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER up(1), down(2)  

lecsRowStatus 1.3.6.1.4.1.353.5.3.2.3.1.2.1.10
This object is used to create or delete entries in this table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

lecsElanTable 1.3.6.1.4.1.353.5.3.2.3.1.3
This table contains the mapping between ELANs and LECS. One LECS can manage more than one ELAN and one ELAN can only be managed by a LECS. When a LECS is deleted from the lecsConfTable, all entries associated with this entry will also be deleted.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LecsElanEntry

lecsElanEntry 1.3.6.1.4.1.353.5.3.2.3.1.3.1
Each entry represents an ELAN to LECS mapping.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LecsElanEntry  

elanLecsRowStatus 1.3.6.1.4.1.353.5.3.2.3.1.3.1.1
This object is used to create or delete an entry from this table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

lecsTlvTable 1.3.6.1.4.1.353.5.3.2.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 [1] 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 specified the type of the TLV; and a TLV index which is used to distinguish between different entries with the same TLV tag. How does the LECS treat the TLVs that are not specified in this table in the CONFIGURE requests are not defined in this MIB.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LecsTlvEntry

lecsTlvEntry 1.3.6.1.4.1.353.5.3.2.3.1.4.1
Each entry represents a set of TLV encodings for an ELAN represented by the elanConfIndex. Objects lecsTlvVal and lecsTlvRowStatus are required during row creation.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LecsTlvEntry  

lecsTlvSelectorIndex 1.3.6.1.4.1.353.5.3.2.3.1.4.1.1
The value of this object indicates a group of TLVs that can be selected.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  TlvSelectorIndexType  

lecsTlvTag 1.3.6.1.4.1.353.5.3.2.3.1.4.1.2
The value of this object represents the type of the contents of the lecsTlvVal 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: not-accessible
OBJECT-TYPE    
  OCTET STRING  

lecsTlvIndex 1.3.6.1.4.1.353.5.3.2.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 lecsTlvTag value.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..2147483647  

lecsTlvVal 1.3.6.1.4.1.353.5.3.2.3.1.4.1.4
The value of this TLV entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

lecsTlvRowStatus 1.3.6.1.4.1.353.5.3.2.3.1.4.1.5
This object is used to create or destroy entries in this table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

lecsStatsTable 1.3.6.1.4.1.353.5.3.2.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  
    LecsStatsEntry

lecsStatsEntry 1.3.6.1.4.1.353.5.3.2.3.3.1.1
A (conceptual) row in the lecsStatsTable which corresponds to the statistics kept by a particular instance of a LECS.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LecsStatsEntry  

lecsStatSuccessful 1.3.6.1.4.1.353.5.3.2.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  

lecsStatInBadFrames 1.3.6.1.4.1.353.5.3.2.3.3.1.1.2
The number of mal formed CONFIGURE requests dropped by the LECS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

lecsStatInvalidParam 1.3.6.1.4.1.353.5.3.2.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  

lecsStatInsufRes 1.3.6.1.4.1.353.5.3.2.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  

lecsStatAccDenied 1.3.6.1.4.1.353.5.3.2.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  

lecsStatInvalidReq 1.3.6.1.4.1.353.5.3.2.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  

lecsStatInvalidDest 1.3.6.1.4.1.353.5.3.2.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  

lecsStatInvalidAddr 1.3.6.1.4.1.353.5.3.2.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  

lecsStatNoConf 1.3.6.1.4.1.353.5.3.2.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  

lecsStatConfError 1.3.6.1.4.1.353.5.3.2.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  

lecsStatInsufInfo 1.3.6.1.4.1.353.5.3.2.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  

lecsErrCtlTable 1.3.6.1.4.1.353.5.3.2.3.2.1
This table contains error log control information of all LECS instances. This table is an extention 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  
    LecsErrCtlEntry

lecsErrCtlEntry 1.3.6.1.4.1.353.5.3.2.3.2.1.1
Each entry represents a LECS entry in the lecsConfTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LecsErrCtlEntry  

lecsErrCtlAdminStatus 1.3.6.1.4.1.353.5.3.2.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)  

lecsErrCtlOperStatus 1.3.6.1.4.1.353.5.3.2.3.2.1.1.2
This object is used to indicate the result of a set operation to the object lecsErrCtlAdminStatus. 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)  

lecsErrCtlClearLog 1.3.6.1.4.1.353.5.3.2.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)  

lecsErrCtlMaxEntries 1.3.6.1.4.1.353.5.3.2.3.2.1.1.4
The maximum entries of the error log a LECS can support.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lecsErrCtlLastEntry 1.3.6.1.4.1.353.5.3.2.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    
  LecsErrLogIndexType  

lecsErrLogTable 1.3.6.1.4.1.353.5.3.2.3.2.2
This table contains error logs of the LECS instances enabled in the lecsErrCtlTable. This table is indexed by the LECS instance index and an arbitrary integer uniquely identifies an error log.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LecsErrLogEntry

lecsErrLogEntry 1.3.6.1.4.1.353.5.3.2.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    
  LecsErrLogEntry  

lecsErrLogIndex 1.3.6.1.4.1.353.5.3.2.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 lecsErrCtlMaxEntries times number of LECS error log capability enabled. The enabling/disabling of the error log capability is done in the lecsErrCtlTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  LecsErrLogIndexType  

lecsErrLogAtmAddr 1.3.6.1.4.1.353.5.3.2.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 lecsErrLogErrCode.
Status: mandatory Access: read-only
OBJECT-TYPE    
  AtmLaneAddress  

lecsErrLogErrCode 1.3.6.1.4.1.353.5.3.2.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 lecsErrLogAtmAddr.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lecsErrLogTime 1.3.6.1.4.1.353.5.3.2.3.2.2.1.4
The sysUpTime when this entry was logged by the LECS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeStamp  

elanMIBConformance 1.3.6.1.4.1.353.5.3.2.4
OBJECT IDENTIFIER    

elanMIBGroups 1.3.6.1.4.1.353.5.3.2.4.1
OBJECT IDENTIFIER    

elanMIBCompliances 1.3.6.1.4.1.353.5.3.2.4.2
OBJECT IDENTIFIER    

elanMIBCompliance 1.3.6.1.4.1.353.5.3.2.4.2.1
OBJECT IDENTIFIER    

elanCConfGroup 1.3.6.1.4.1.353.5.3.2.4.1.1
OBJECT IDENTIFIER    

elanLecAssignByAtmGroup 1.3.6.1.4.1.353.5.3.2.4.1.2
OBJECT IDENTIFIER    

elanLecAssignByMacGroup 1.3.6.1.4.1.353.5.3.2.4.1.3
OBJECT IDENTIFIER    

elanLecAssignByRdGroup 1.3.6.1.4.1.353.5.3.2.4.1.4
OBJECT IDENTIFIER    

lecsCStatGroup 1.3.6.1.4.1.353.5.3.2.4.1.5
OBJECT IDENTIFIER    

lecsCGroup 1.3.6.1.4.1.353.5.3.2.4.1.6
OBJECT IDENTIFIER    

lecsCFaultGroup 1.3.6.1.4.1.353.5.3.2.4.1.7
OBJECT IDENTIFIER