CISCO-LECS-MIB

File: CISCO-LECS-MIB.mib (37885 bytes)

Imported modules

CISCO-SMI SNMPv2-SMI IF-MIB
SNMPv2-CONF SNMPv2-TC LAN-EMULATION-CLIENT-MIB

Imported symbols

ciscoMgmt MODULE-IDENTITY OBJECT-TYPE
Counter32 Integer32 ifIndex
MODULE-COMPLIANCE OBJECT-GROUP RowStatus
DisplayString MacAddress TimeStamp
TruthValue VpiInteger VciInteger
AtmLaneAddress

Defined Types

LecsEntry  
SEQUENCE    
  lecsConfigTableName DisplayString
  lecsUpTime TimeStamp
  lecsInConfigReqs Counter32
  lecsInConfigErrors Counter32
  lecsOutConfigFails Counter32
  lecsLastFailCause Integer32
  lecsLastFailLec AtmLaneAddress
  lecsOperStatus INTEGER
  lecsAdminStatus INTEGER
  lecsStatus RowStatus
  lecsMasterState TruthValue

LecsAtmAddrEntry  
SEQUENCE    
  lecsAtmAddrIndex Integer32
  lecsAtmAddrSpec AtmLaneAddress
  lecsAtmAddrMask OCTET STRING
  lecsAtmAddrActual AtmLaneAddress
  lecsAtmAddrState INTEGER
  lecsAtmAddrStatus RowStatus

LecsConfigDirectConnEntry  
SEQUENCE    
  lecsConfigDirectConnVpi VpiInteger
  lecsConfigDirectConnVci VciInteger
  lecsConfigDirectConnVCType INTEGER
  lecsConfigDirectConnSrc AtmLaneAddress
  lecsConfigDirectConnDst AtmLaneAddress
  lecsConfigDirectDstType INTEGER

LecsConfigTblEntry  
SEQUENCE    
  lecsConfigTblName DisplayString
  lecsConfigTblDefaultElanName DisplayString
  lecsConfigTblStatus RowStatus

LecsElanConfigEntry  
SEQUENCE    
  lecsElanConfigName DisplayString
  lecsElanLesAtmAddr AtmLaneAddress
  lecsElanAccess INTEGER
  lecsElanConfigStatus RowStatus
  lecsElanSegmentId INTEGER

LecsMacConfigEntry  
SEQUENCE    
  lecsMacConfigAddress MacAddress
  lecsMacConfigElanName DisplayString
  lecsMacConfigLastUsed TimeStamp
  lecsMacConfigStatus RowStatus

LecsAtmAddrConfigEntry  
SEQUENCE    
  lecsAtmAddrConfigAddress OCTET STRING
  lecsAtmAddrConfigMask OCTET STRING
  lecsAtmAddrConfigElanName DisplayString
  lecsAtmAddrLastUsed TimeStamp
  lecsAtmAddrConfigStatus RowStatus

LecsLesConfigEntry  
SEQUENCE    
  lecsLesAtmAddr OCTET STRING
  lecsLesPriority INTEGER
  lecsLesConnState INTEGER
  lecsLesConfigStatus RowStatus

LecsRDConfigEntry  
SEQUENCE    
  lecsRDConfigSegmentId INTEGER
  lecsRDConfigBridgeNum INTEGER
  lecsRDConfigElanName DisplayString
  lecsRDConfigLastUsed TimeStamp
  lecsRDConfigStatus RowStatus

Defined Values

ciscoLecsMIB 1.3.6.1.4.1.9.9.38
The MIB module for the management of LANE Configuration in Cisco devices.
MODULE-IDENTITY    

ciscoLecsMIBObjects 1.3.6.1.4.1.9.9.38.1
OBJECT IDENTIFIER    

lecs 1.3.6.1.4.1.9.9.38.1.1
OBJECT IDENTIFIER    

config 1.3.6.1.4.1.9.9.38.1.2
OBJECT IDENTIFIER    

lecsTable 1.3.6.1.4.1.9.9.38.1.1.1
The (conceptual) table containing the interface specific information of the LECS on a particular device and its associated statistics for that interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LecsEntry

lecsEntry 1.3.6.1.4.1.9.9.38.1.1.1.1
An entry (conceptual row) in the lecsTable, containing information of a LECS for a particular interface. Note that deleting an entry will have the side effect of deleting corresponding entries in the lecsAtmAddrTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  LecsEntry  

lecsConfigTableName 1.3.6.1.4.1.9.9.38.1.1.1.1.1
The textual name used to identify a configuration table in use by the designated LECS. Note that this value must be a reference to an entry in the lecsConfigTblTable.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

lecsUpTime 1.3.6.1.4.1.9.9.38.1.1.1.1.2
The value of sysUpTime when this entry was created. Note that changing the value of the lecsAdminStatus will not affect the value of this object. This object is only set at row creation time ( whether it is from explicit use of SNMP, the CLI or from initialization at boot time).
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

lecsInConfigReqs 1.3.6.1.4.1.9.9.38.1.1.1.1.3
The number of LE_CONFIGURE_REQUESTs that have been received by this LECS on this designated interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lecsInConfigErrors 1.3.6.1.4.1.9.9.38.1.1.1.1.4
Then number of packets sent to the LECS from the lower layers but which were not correctly formatted configure requests.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lecsOutConfigFails 1.3.6.1.4.1.9.9.38.1.1.1.1.5
The number of LE_CONFIGURE_RESPONSEs sent by this particular LECS whose status was other than success.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lecsLastFailCause 1.3.6.1.4.1.9.9.38.1.1.1.1.6
The cause for rejection of the last LE_CONFIGURE_REQUEST. This will be the value of the status field that was sent in the rejection LE_CONFIGURE_RESPONSE. If the config server has never issued a failed response then this object will have the value of 0.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

lecsLastFailLec 1.3.6.1.4.1.9.9.38.1.1.1.1.7
The ATM address of the LE client whose last configuration request was rejected. This ATM address will be for the LE client who was delivered the last LE_CONFIGURE_RESPONSE that caused the lecsOutConfigFails object to increment. This value is taken directly from the LE_CONFIGURE_REQUEST and is not guarenteed to be correctly identify a LEC.
Status: current Access: read-only
OBJECT-TYPE    
  AtmLaneAddress  

lecsOperStatus 1.3.6.1.4.1.9.9.38.1.1.1.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 'active'.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

lecsAdminStatus 1.3.6.1.4.1.9.9.38.1.1.1.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: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

lecsStatus 1.3.6.1.4.1.9.9.38.1.1.1.1.10
The status object for the lecsEntry. Note that the lecsConfigTableName must be specified at row creation time.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

lecsMasterState 1.3.6.1.4.1.9.9.38.1.1.1.1.11
An indication of whether the LECS is acting as the operative master or is a redundant slave.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lecsAtmAddrTable 1.3.6.1.4.1.9.9.38.1.1.2
A (conceptual) table of ATM addresses which are listened to by LECSs on this device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LecsAtmAddrEntry

lecsAtmAddrEntry 1.3.6.1.4.1.9.9.38.1.1.2.1
An entry (conceptual row) that denotes an ATM address, on a particular interface, that a LECS listens on. Note that an entry in the lecsTable must exist for the corresponding ifIndex first before any ATM addresses can be assigned to it.
Status: current Access: not-accessible
OBJECT-TYPE    
  LecsAtmAddrEntry  

lecsAtmAddrIndex 1.3.6.1.4.1.9.9.38.1.1.2.1.1
An arbitrary number that uniquely corresponds to a value of lecsAtmAddrActual for a designated interface. Note that lecsAtmAddrActual could not be used for the index since it may not be known at the time of row creation (to be resolved through interaction with the switch). This value must remain constant while the device is running. It is not guarenteed to be constant between reboots of the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

lecsAtmAddrSpec 1.3.6.1.4.1.9.9.38.1.1.2.1.2
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 interface will use to accept configure requests on. If this object is omitted at row creation time then the LECS will try to determine an ATM address, through ILMI, on its own. When the LECS is configured to have one ATM address (one entry in this table), modifying this object will result in the LECS reinitializing and dropping all connections to it.
Status: current Access: read-create
OBJECT-TYPE    
  AtmLaneAddress  

lecsAtmAddrMask 1.3.6.1.4.1.9.9.38.1.1.2.1.3
A bit mask signifying what portion of the specified ATM address is relevant. If the ATM address is not specified (i.e. at row creation time), then this object defaults to all zeros (no portion of the lecsAtmAddrSpec value is relevant). If the ATM address is specified but this object omitted at row creation then this object defaults to all ones (all of the specified lecsAtmAddrSpec value is relevant). This object cannot be specified at row creation time without also specifying a value for the lecsAtmAddrSpec object. When the LECS is configured to have one ATM address (one entry in this table), modifying this object will result in the LECS reinitializing and dropping all connections to it.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0|20)  

lecsAtmAddrActual 1.3.6.1.4.1.9.9.38.1.1.2.1.4
The resulting address that the LECS is accepting configuration requests on for the designated interface. 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 'active'.
Status: current Access: read-only
OBJECT-TYPE    
  AtmLaneAddress  

lecsAtmAddrState 1.3.6.1.4.1.9.9.38.1.1.2.1.5
Once a (conceptual) row is created, the LECS, if active, goes about interacting through ILMI and registering the address with the switch. The value of this object denote what phase the current address is in. Whether the lecsAtmAddrActual is valid or not, whether the address has been registered through the ILMI and whether the address has been registered with signalling.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER actualValueInvalid(1), actualValueValid(2), registeredWithSignalling(3), regSigAndValid(4), registeredWithIlmi(5), regIlmiAndValid(6), regSigandIlmi(7), regSigIlmiAndValid(8)  

lecsAtmAddrStatus 1.3.6.1.4.1.9.9.38.1.1.2.1.6
The status object for the lecsAtmAddrTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

lecsConfigDirectConnTable 1.3.6.1.4.1.9.9.38.1.1.3
This (conceptual) table allows a manager to view what LE clients have established configure direct connections to the LECS over the designated interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LecsConfigDirectConnEntry

lecsConfigDirectConnEntry 1.3.6.1.4.1.9.9.38.1.1.3.1
An entry (conceptual row) that denotes a connection to the LECS in the form of a configure direct. It is important to note that the lecsConfigDirectConnSrc and lecsConfigDirectConnDst are only significant when the VC is a SVC. When the row represents a PVC then these two columns will be omitted from the row, resulting in a sparse table.
Status: current Access: not-accessible
OBJECT-TYPE    
  LecsConfigDirectConnEntry  

lecsConfigDirectConnVpi 1.3.6.1.4.1.9.9.38.1.1.3.1.1
The virtual path identifier of the designated connection to the LECS.
Status: current Access: not-accessible
OBJECT-TYPE    
  VpiInteger  

lecsConfigDirectConnVci 1.3.6.1.4.1.9.9.38.1.1.3.1.2
The virtual channel identifier of the designated connection to the LECS.
Status: current Access: not-accessible
OBJECT-TYPE    
  VciInteger  

lecsConfigDirectConnVCType 1.3.6.1.4.1.9.9.38.1.1.3.1.3
The type of virtual connection that the designated configure direct uses. If this object has the value 'pvc' then the lecsConfigDirectConnSrc and lecsConfigDirectConnDst will not be instantiated.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER pvc(1), svc(2)  

lecsConfigDirectConnSrc 1.3.6.1.4.1.9.9.38.1.1.3.1.4
The calling party ID if the VC is a SVC. If the VC is a PVC then this object shall not be instantiated for the designated VC.
Status: current Access: read-only
OBJECT-TYPE    
  AtmLaneAddress  

lecsConfigDirectConnDst 1.3.6.1.4.1.9.9.38.1.1.3.1.5
The address that was used by the requesting LEC to make the designated connection. The called party ID if the VC is a SVC. If the VC is a PVC then this object shall not be instantiated for the designated VC.
Status: current Access: read-only
OBJECT-TYPE    
  AtmLaneAddress  

lecsConfigDirectDstType 1.3.6.1.4.1.9.9.38.1.1.3.1.6
The type of entity on the other end of the VC.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER laneClient(1), laneServer(2), laneConfig(3), unknown(4)  

lecsConfigTblTable 1.3.6.1.4.1.9.9.38.1.2.1
A (conceptual) table of the configuration tables in existence on the device. Note that an entry must exist in this table before it can be used in the lecsTable, lecsElanConfigTable, lecsMacConfigTable or lecsAtmAddrConfigTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LecsConfigTblEntry

lecsConfigTblEntry 1.3.6.1.4.1.9.9.38.1.2.1.1
An entry (conceptual row) that denotes a configuration table, potentially accessible by a LECS.
Status: current Access: not-accessible
OBJECT-TYPE    
  LecsConfigTblEntry  

lecsConfigTblName 1.3.6.1.4.1.9.9.38.1.2.1.1.1
The textual name used to identify a configuration table.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

lecsConfigTblDefaultElanName 1.3.6.1.4.1.9.9.38.1.2.1.1.2
The ELAN name assigned to LE clients who do not specify what ELAN they wish to join when issuing a configuration request. It is important to understand when the default ELAN name will be used. If the LEC specifies an ELAN name in its configuration request and a different mapping or a conflicting mapping is present for that LEC then the default ELAN will not be used and a failure will be returned. If the LEC does not specify the ELAN name in the configuration request and there is no mapping within the LECS then the default elan name will be used and a successful reply will be returned (provided the rest of the request is valid). If there is no default ELAN specified for this configuration table then a LE client, with no mapping to any elan, will be rejected from configuration regardless of the parameters of the configuration request. The default value (''H) indicates that no default ELAN name is selected. The default ELAN cannot have an access type of closed. Attempting to set the default ELAN type to a closed ELAN will result in an error.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

lecsConfigTblStatus 1.3.6.1.4.1.9.9.38.1.2.1.1.3
The status object associated with the designated entry. Note that a value for lecsConfigTblDefaultElanName cannot be specified at row creation time (as it points to an entry in the lecsElanConfigTable which depends on this designated entry). A management station wishing to set the lecsConfigTblDefaulElanName must do so in subsequent SET requests to the now active row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

lecsElanConfigTable 1.3.6.1.4.1.9.9.38.1.2.2
A (conceptual) configuration table that represents the names of the ELANs known to a LECS and their corresponding LES ATM addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LecsElanConfigEntry

lecsElanConfigEntry 1.3.6.1.4.1.9.9.38.1.2.2.1
An entry (conceptual row) in the ELAN configuration table representing a mapping from an ELAN name to a LES ATM address. Note that a value of ELAN name must exist in this table before it can be used within the lecsMacConfigTable or the lecsAtmAddrConfigTable. Also note that the IMPLIED indexing of this table will not translate to the SNMPv1 SMI.
Status: current Access: not-accessible
OBJECT-TYPE    
  LecsElanConfigEntry  

lecsElanConfigName 1.3.6.1.4.1.9.9.38.1.2.2.1.1
The name assigned to an ELAN in this configuration entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

lecsElanLesAtmAddr 1.3.6.1.4.1.9.9.38.1.2.2.1.2
The ATM address of the LES associated with the ELAN of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  AtmLaneAddress  

lecsElanAccess 1.3.6.1.4.1.9.9.38.1.2.2.1.3
The access of the ELAN to configure requests. A 'closed' ELAN (similar to a closed user group) is prevented from being used as the default ELAN and also may not be asked for in the LE_CONFIGURE_REQUEST solely by ELAN name. As such only clients that provide an ATM address or MAC address that has been configured for the 'closed' ELAN will be given returned a successful LE_CONFIGURE_RESPONSE.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER open(1), closed(2)  

lecsElanConfigStatus 1.3.6.1.4.1.9.9.38.1.2.2.1.4
This object can only be set to active once a valid value of lecsElanLesAtmAddr is filled in.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

lecsElanSegmentId 1.3.6.1.4.1.9.9.38.1.2.2.1.5
The Segment Id for Token Ring ELANs associated with this ELAN. A value of zero indicates that a ring number is not applicable to this ELAN.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..4095  

lecsMacConfigTable 1.3.6.1.4.1.9.9.38.1.2.3
A (conceptual) table utilized by a LECS to map a registered MAC address of a LEC to an ELAN name. This table is used be the LECS to assign a LEC to an ELAN. It is, however, not mandatory for all configurable LECs to be in this table as they may opt to use the lecsAtmAddrConfigTable instead or perhaps rely on the default ELAN set in the lecsConfigTblTable. Also note that a LES may opt to use this table to determine authorization of a LEC to join an ELAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LecsMacConfigEntry

lecsMacConfigEntry 1.3.6.1.4.1.9.9.38.1.2.3.1
An entry (conceptual row) of a mapping between a MAC address in primary utilization by a LEC and an ELAN name.
Status: current Access: not-accessible
OBJECT-TYPE    
  LecsMacConfigEntry  

lecsMacConfigAddress 1.3.6.1.4.1.9.9.38.1.2.3.1.1
The MAC address of a to be associated with an ELAN name.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

lecsMacConfigElanName 1.3.6.1.4.1.9.9.38.1.2.3.1.2
An ELAN name that will be returned to a LEC that provides the corresponding MAC address in a configuration request. Note that only ELAN names within the lecsElanConfigTable are acceptable values for this object. If this object is left unspecified at row creation, then it will take on the value of the lecsConfigTblDefaultElanName from the designated configuration table.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

lecsMacConfigLastUsed 1.3.6.1.4.1.9.9.38.1.2.3.1.3
The value of sysUpTime when this entry was last used to map a MAC address to an ELAN name. Managers may opt to use this object to garbage collect entries that have not been used for a prolonged period of time.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

lecsMacConfigStatus 1.3.6.1.4.1.9.9.38.1.2.3.1.4
The row cannot be set to 'active' until an appropiate value exists for lecsMacConfigElanName. This may be provided by the agent if there exists a value for the lecsConfigTblDefaultElanName for the designated lecsConfigTblName.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

lecsAtmAddrConfigTable 1.3.6.1.4.1.9.9.38.1.2.4
This (conceptual) table is used by the LECS to map between an ATM address of a LEC and ELAN name.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LecsAtmAddrConfigEntry

lecsAtmAddrConfigEntry 1.3.6.1.4.1.9.9.38.1.2.4.1
An entry (conceptual row) of the config table that maps between an ATM address of a LEC and ELAN name.
Status: current Access: not-accessible
OBJECT-TYPE    
  LecsAtmAddrConfigEntry  

lecsAtmAddrConfigAddress 1.3.6.1.4.1.9.9.38.1.2.4.1.1
An ATM Address of a LEC that when combined with an address mask is used to determine which ELAN the LE client should belong to.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(20)  

lecsAtmAddrConfigMask 1.3.6.1.4.1.9.9.38.1.2.4.1.2
An ATM address mask associated with the LEC ATM address of this entry. Bits in this mask that are set to zero indicate that corresponding bit locations in the comparison ATM address are to be ignored for the purposes of matching. A mask of all zeros would be the trivial case of having all comparisons match while a mask of all ones indicates that the two ATM addresses must match exactly. This object is useful due to the fact that ATM addresses are a composite negotiated by the switch and connected device. Wild carding the prefix of an addresses indicates a preference of where a LEC is to join regardless of what switch it is attached from. Wildcarding the ESI and selector byte indicates that a LEC is to join a certain ELAN based on what switch it is attached to.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(20)  

lecsAtmAddrConfigElanName 1.3.6.1.4.1.9.9.38.1.2.4.1.3
The ELAN name to be returned to a configure request that has specified an ATM address that matches the address/mask pair in this entry. Note that only ELAN names within the lecsElanConfigTable are acceptable values for this object. If this object is left unspecified at row creation, then it will take on the value of the lecsConfigTblDefaultElanName from the designated configuration table.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

lecsAtmAddrLastUsed 1.3.6.1.4.1.9.9.38.1.2.4.1.4
The value of sysUpTime corresponding to the time this entry was last used. The manager may opt to use this object to garbage collect entries that have not been used for a prolonged period of time.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

lecsAtmAddrConfigStatus 1.3.6.1.4.1.9.9.38.1.2.4.1.5
The status of this entry (conceptual) row in the lecsAtmAddrConfigTable. The row cannot be set to 'active' until an appropiate value exists for lecsAtmAddrConfigElanName. This may be provided by the agent if there exists a value for the lecsConfigTblDefaultElanName for the designated lecsConfigTblName.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

lecsLesConfigTable 1.3.6.1.4.1.9.9.38.1.2.5
A table of LESs servicing an ELAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LecsLesConfigEntry

lecsLesConfigEntry 1.3.6.1.4.1.9.9.38.1.2.5.1
An entry (conceptual row) in the lecsLesConfigTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  LecsLesConfigEntry  

lecsLesAtmAddr 1.3.6.1.4.1.9.9.38.1.2.5.1.1
The ATM address of a LES configured to service this ELAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(20)  

lecsLesPriority 1.3.6.1.4.1.9.9.38.1.2.5.1.2
The relative priority of the LES. The lower this number the more priority is given the LES for servicing the ELAN. Such that a higher priority LES will supersede operation of the ELAN in the presence of a lower priority LES. Note that the LECS will adjust the number entered to fit into a contiguous numbering space equalling the number of LESs defined for the particular ELAN. For example if there is one LES defined for an ELAN then that LES's priority will always be zero since there are no other LESs to contend with. Setting that LESs priority to ten (e.g.) will work but the net result will be that the priority will still be zero (as will be verified by consequent retrieval of this objects value). If a second LES is defined for this ELAN with a priority of ten (e.g.) the net result would be that the second LES will have a priority of one since it is the only other LES for that ELAN and behind in priority from the first LES. If the second LES were given a priority of zero at any time then it would keep the priority of zero and the first LES would transition to having a priority of one. Note that defining a new LES with a priority already in existance by another LES has the effect of giving the new LES the designated priority and reducing the priority (numerically increasing) of all LESs equal to and below it in rank. Likewise, deleting a LES from this table will cause LESs below it in priority (numerically greater) to move up in the table (modifying their priority value to be one less) to fill in the now empty slot. In this way a table, with at least one entry, should always contain entries with priorities including zero up to the number of entries minus one (0..(n-1)).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..10000  

lecsLesConnState 1.3.6.1.4.1.9.9.38.1.2.5.1.3
The present state of the given LES. The active(1) LES is servicing the ELAN, inactive(2) LESs are connected but not accepting joins, not-connected(3) LESs are not accounted for.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), inactive(2), notConnected(3)  

lecsLesConfigStatus 1.3.6.1.4.1.9.9.38.1.2.5.1.4
The status of the conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

lecsRDConfigTable 1.3.6.1.4.1.9.9.38.1.2.6
A (conceptual) table utilized by a LECS to map a registered Route Descriptor of a LEC to an ELAN name. This table is used by the LECS to assign a LEC to an ELAN. It is, however, not mandatory for all configurable LECs to be in this table as they may opt to use the lecsAtmAddrConfigTable or lecsMacConfigTable instead or perhaps rely on the default ELAN set in the lecsConfigTblTable. Also note that a LES may opt to use this table to determine authorization of a LEC to join an ELAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LecsRDConfigEntry

lecsRDConfigEntry 1.3.6.1.4.1.9.9.38.1.2.6.1
An entry (conceptual row) of a mapping between a Route Descriptor in primary utilization by a LEC and an ELAN name.
Status: current Access: not-accessible
OBJECT-TYPE    
  LecsRDConfigEntry  

lecsRDConfigSegmentId 1.3.6.1.4.1.9.9.38.1.2.6.1.1
The Segment ID in a Route Descriptor provided by a LEC during configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..4095  

lecsRDConfigBridgeNum 1.3.6.1.4.1.9.9.38.1.2.6.1.2
The Bridge Number in a Route Descriptor provided by a LEC during configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..15  

lecsRDConfigElanName 1.3.6.1.4.1.9.9.38.1.2.6.1.3
An ELAN name that will be returned to a LEC that provides the corresponding Route Descriptor in a configuration request. Note that only ELAN names within the lecsElanConfigTable are acceptable values for this object. If this object is left unspecified at row creation, then it will take on the value of the lecsConfigTblDefaultElanName from the designated configuration table.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

lecsRDConfigLastUsed 1.3.6.1.4.1.9.9.38.1.2.6.1.4
The value of sysUpTime when this entry was last used to map a Route Descriptor to an ELAN name. Managers may opt to use this object to garbage collect entries that have not been used for a prolonged period of time.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

lecsRDConfigStatus 1.3.6.1.4.1.9.9.38.1.2.6.1.5
The row cannot be set to 'active' until an appropiate value exists for lecsRDConfigElanName. This may be provided by the agent if there exists a value for the lecsConfigTblDefaultElanName for the designated lecsConfigTblName.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

lecsMIBConformance 1.3.6.1.4.1.9.9.38.2
OBJECT IDENTIFIER    

lecsMIBCompliances 1.3.6.1.4.1.9.9.38.2.1
OBJECT IDENTIFIER    

lecsMIBGroups 1.3.6.1.4.1.9.9.38.2.2
OBJECT IDENTIFIER    

lecsMIBCompliance 1.3.6.1.4.1.9.9.38.2.1.1
The compliance statement for entities which implement the Cisco LECS MIB.
Status: current Access: read-create
MODULE-COMPLIANCE    

lecsMIBGroup 1.3.6.1.4.1.9.9.38.2.2.1
A collection of objects for the managing of LECS operation.
Status: current Access: read-create
OBJECT-GROUP    

lecsTokenRingMIBGroup 1.3.6.1.4.1.9.9.38.2.2.2
A collection of objects for the managing of the LECS emulated token ring operation.
Status: current Access: read-create
OBJECT-GROUP    

lecsRedundancyMIBGroup 1.3.6.1.4.1.9.9.38.2.2.3
A collection of objects for the managing of the LECS/LES redundancy operation.
Status: current Access: read-create
OBJECT-GROUP