All MIBs › DEC-LECS-MIB
Category: ATM, Vendor: DEC/Digital
Description: Manages LAN Emulation Configuration Server (LECS) for DEC ATM network equipment.
Start monitoring vendor-neutral, standards-based MIB, any SNMPv3-capable network device (SNMP engine identity/boot/clock status) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.
What Is DEC-LECS-MIB?
DEC-LECS-MIB is a Digital Equipment Corporation (DEC) proprietary MIB (extending DECATM-MIB) configuring the LAN Emulation Configuration Server (LECS) function on DEC ATM equipment. Its objects cover a next-available-ELAN-index allocator, an ELAN-configuration table (name, TLV index, LAN type, max frame size, admin status, default-ELAN flag, row status), an ELAN-LES table (ATM address, row status), a policy table (selector index, priority, type, row status) governing which clients join which ELAN, and a LEC-ATM-address table. As a configuration MIB it lets an administrator confirm which ELAN a given policy rule directs a client to join. It is deployed on DEC ATM equipment providing LAN Emulation Configuration Server (LECS) function. Engineers can download the DEC-LECS-MIB file directly to load it into their MIB browser.
IPNetwork Monitor allows you to monitor SNMP objects defined in DEC-LECS-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
Supported Devices
- DEC ATM equipment (LAN Emulation Configuration Server)
Monitoring Examples
An administrator checks decElanPolicyTable to confirm a client is being directed to join the correct ELAN based on its configured policy priority on DEC ATM equipment.
What Can Be Monitored
- ELAN configuration and client-assignment policy
This MIB depends on
Related MIBs
Imported Objects
From DECATM-MIB
| decMIBextension | OBJECT-IDENTITY |
From RFC-1212
| OBJECT-TYPE |
From RFC1155-SMI
| Counter | |
| TimeTicks |
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| assignByAtmAddr | 1.3.6.1.4.1.36.2.18.31.1.1.1 | |||
| assignByCompatibility | 1.3.6.1.4.1.36.2.18.31.1.1.5 | |||
| assignByElanName | 1.3.6.1.4.1.36.2.18.31.1.1.4 | |||
| assignByMacAddr | 1.3.6.1.4.1.36.2.18.31.1.1.2 | |||
| assignByRouteDescriptor | 1.3.6.1.4.1.36.2.18.31.1.1.3 | |||
| decElanAdminGroup | 1.3.6.1.4.1.36.2.18.31.1 | |||
| decElanAdminPolicyVal | 1.3.6.1.4.1.36.2.18.31.1.1 | |||
| decElanCConfGroup | 1.3.6.1.4.1.36.2.18.31.4.1.1 | |||
| INT decElanConfAdminStatus | 1.3.6.1.4.1.36.2.18.31.2.2.1.6 | INTEGER | read-write | 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. |
| INT decElanConfDefaultElan | 1.3.6.1.4.1.36.2.18.31.2.2.1.7 | INTEGER | read-write | 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. |
| decElanConfEntry | 1.3.6.1.4.1.36.2.18.31.2.2.1 | not-accessible | Each entry in this table represents an Emulated LAN. Objects elanConfIndex and elanConfRowStatus are required during row creation and deletion. | |
| decElanConfGroup | 1.3.6.1.4.1.36.2.18.31.2 | |||
| INT decElanConfIndex | 1.3.6.1.4.1.36.2.18.31.2.2.1.1 | INTEGER | read-only | 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. |
| INT decElanConfLanType | 1.3.6.1.4.1.36.2.18.31.2.2.1.4 | INTEGER | read-write | The LAN type of this ELAN entry. |
| INT decElanConfMaxFrameSize | 1.3.6.1.4.1.36.2.18.31.2.2.1.5 | INTEGER | read-write | The maximum data frame size of this ELAN entry. |
| OCT decElanConfName | 1.3.6.1.4.1.36.2.18.31.2.2.1.2 | OCTET STRING | read-write | 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. |
| INT decElanConfNextId | 1.3.6.1.4.1.36.2.18.31.2.1 | INTEGER | read-only | 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. |
| INT decElanConfRowStatus | 1.3.6.1.4.1.36.2.18.31.2.2.1.8 | INTEGER | read-write | This object is used to create or delete entries in the decElanConfTable. |
| decElanConfTable | 1.3.6.1.4.1.36.2.18.31.2.2 | not-accessible | 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. | |
| INT decElanConfTlvIndex | 1.3.6.1.4.1.36.2.18.31.2.2.1.3 | INTEGER | read-write | The value of this object identifies the rows in the decLecsTlvTable which apply to this ELAN. |
| decElanLecAssignByAtmGroup | 1.3.6.1.4.1.36.2.18.31.4.1.2 | |||
| decElanLecAssignByMacGroup | 1.3.6.1.4.1.36.2.18.31.4.1.3 | |||
| decElanLecAssignByRdGroup | 1.3.6.1.4.1.36.2.18.31.4.1.4 | |||
| decElanLecAtmAddrEntry | 1.3.6.1.4.1.36.2.18.31.2.5.1 | not-accessible | Each entry represents a LEC to ELAN binding. | |
| OCT decElanLecAtmAddress | 1.3.6.1.4.1.36.2.18.31.2.5.1.1 | OCTET STRING | read-only | 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. |
| decElanLecAtmAddrTable | 1.3.6.1.4.1.36.2.18.31.2.5 | not-accessible | 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. | |
| OCT decElanLecAtmMask | 1.3.6.1.4.1.36.2.18.31.2.5.1.2 | OCTET STRING | read-only | 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. |
| INT decElanLecAtmRowStatus | 1.3.6.1.4.1.36.2.18.31.2.5.1.3 | INTEGER | read-write | This object is used to create or delete entries in this table. |
| decElanLecMacAddrEntry | 1.3.6.1.4.1.36.2.18.31.2.6.1 | not-accessible | Each entry represents a LEC to ELAN binding. Object elanLecMacRowStatus is required during row creation or deletion. | |
| OCT decElanLecMacAddress | 1.3.6.1.4.1.36.2.18.31.2.6.1.1 | OCTET STRING | read-only | 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. |
| decElanLecMacAddrTable | 1.3.6.1.4.1.36.2.18.31.2.6 | not-accessible | 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. | |
| INT decElanLecMacRowStatus | 1.3.6.1.4.1.36.2.18.31.2.6.1.2 | INTEGER | read-write | This object is used to create or delete entries in this table. |
| INT decElanLecRdBridgeNum | 1.3.6.1.4.1.36.2.18.31.2.7.1.2 | INTEGER | read-only | The Bridge Number portion of the IEEE 802.5 route descriptor associated with this conceptual row. |
| decElanLecRdEntry | 1.3.6.1.4.1.36.2.18.31.2.7.1 | not-accessible | Each entry represents a LEC to ELAN binding. | |
| INT decElanLecRdRowStatus | 1.3.6.1.4.1.36.2.18.31.2.7.1.3 | INTEGER | read-write | This object is used to create or destroy entries in this table. |
| INT decElanLecRdSegId | 1.3.6.1.4.1.36.2.18.31.2.7.1.1 | INTEGER | read-only | The LAN ID portion of the IEEE 802.5 route descriptor associated with this conceptual row. |
| decElanLecRdTable | 1.3.6.1.4.1.36.2.18.31.2.7 | not-accessible | 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. | |
| decElanLecsConfGroup | 1.3.6.1.4.1.36.2.18.31.3.1 | |||
| decElanLecsFaultGroup | 1.3.6.1.4.1.36.2.18.31.3.2 | |||
| decElanLecsGroup | 1.3.6.1.4.1.36.2.18.31.3 | |||
| decElanLecsStatGroup | 1.3.6.1.4.1.36.2.18.31.3.3 | |||
| OCT decElanLesAtmAddress | 1.3.6.1.4.1.36.2.18.31.2.3.1.2 | OCTET STRING | read-write | 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. |
| decElanLesEntry | 1.3.6.1.4.1.36.2.18.31.2.3.1 | not-accessible | Each entry in this table represents a LES/Emulated LAN pair. Objects decElanLesAtmAddress and decElanLesRowStatus are required during row creation. | |
| INT decElanLesIndex | 1.3.6.1.4.1.36.2.18.31.2.3.1.1 | INTEGER | read-only | An arbitrary number which uniquely identifies the LES this entry pertains to. |
| INT decElanLesRowStatus | 1.3.6.1.4.1.36.2.18.31.2.3.1.3 | INTEGER | read-write | This object is used to create or delete entries in this table. |
| decElanLesTable | 1.3.6.1.4.1.36.2.18.31.2.3 | not-accessible | 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.) | |
| decElanPolicyEntry | 1.3.6.1.4.1.36.2.18.31.2.4.1 | not-accessible | 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. | |
| INT decElanPolicyIndex | 1.3.6.1.4.1.36.2.18.31.2.4.1.2 | INTEGER | read-only | The value of this object uniquely identifies a single policy entry in this table. |
| INT decElanPolicyPriority | 1.3.6.1.4.1.36.2.18.31.2.4.1.3 | INTEGER | read-write | 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. |
| INT decElanPolicyRowStatus | 1.3.6.1.4.1.36.2.18.31.2.4.1.5 | INTEGER | read-write | This object is used to create or delete entries in the decElanPolicyTable. |
| INT decElanPolicySelectorIndex | 1.3.6.1.4.1.36.2.18.31.2.4.1.1 | INTEGER | read-only | The value of this object indicates a group of policies that can be selected by an ELAN configuration service provider (such as the LECS). |
| decElanPolicyTable | 1.3.6.1.4.1.36.2.18.31.2.4 | not-accessible | 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. | |
| OID decElanPolicyType | 1.3.6.1.4.1.36.2.18.31.2.4.1.4 | OBJECT IDENTIFIER | read-write | The type of this policy. |
| INT decLecsAdminStatus | 1.3.6.1.4.1.36.2.18.31.3.1.2.1.9 | INTEGER | read-write | 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. |
| OCT decLecsAtmAddrActual | 1.3.6.1.4.1.36.2.18.31.3.1.2.1.5 | OCTET STRING | read-only | 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'. |
| OCT decLecsAtmAddrMask | 1.3.6.1.4.1.36.2.18.31.3.1.2.1.4 | OCTET STRING | read-write | 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. |
| OCT decLecsAtmAddrSpec | 1.3.6.1.4.1.36.2.18.31.3.1.2.1.3 | OCTET STRING | read-write | 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. |
| INT decLecsAtmIfIndex | 1.3.6.1.4.1.36.2.18.31.3.1.2.1.2 | INTEGER | read-write | 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. |
| decLecsCFaultGroup | 1.3.6.1.4.1.36.2.18.31.4.1.7 | |||
| decLecsCGroup | 1.3.6.1.4.1.36.2.18.31.4.1.6 | |||
| decLecsConfEntry | 1.3.6.1.4.1.36.2.18.31.3.1.2.1 | not-accessible | 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). | |
| INT decLecsConfIndex | 1.3.6.1.4.1.36.2.18.31.3.1.2.1.1 | INTEGER | read-only | 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. |
| INT decLecsConfNextId | 1.3.6.1.4.1.36.2.18.31.3.1.1 | INTEGER | read-only | The next available LECS index. The value of this object can be used as the index to the decLecsConfTable during creation. |
| decLecsConfTable | 1.3.6.1.4.1.36.2.18.31.3.1.2 | not-accessible | 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. | |
| decLecsCStatGroup | 1.3.6.1.4.1.36.2.18.31.4.1.5 | |||
| INT decLecsErrCtlAdminStatus | 1.3.6.1.4.1.36.2.18.31.3.2.1.1.1 | INTEGER | read-write | This object is used to enable/disable error logging for the LECS. |
| INT decLecsErrCtlClearLog | 1.3.6.1.4.1.36.2.18.31.3.2.1.1.3 | INTEGER | read-write | This object is used to clear the error log entries associated with this LECS. |
| decLecsErrCtlEntry | 1.3.6.1.4.1.36.2.18.31.3.2.1.1 | not-accessible | Each entry represents a LECS entry in the decLecsConfTable. | |
| INT decLecsErrCtlLastEntry | 1.3.6.1.4.1.36.2.18.31.3.2.1.1.5 | INTEGER | read-write | The index to the last entry in the error log table associated with this LECS. |
| INT decLecsErrCtlMaxEntries | 1.3.6.1.4.1.36.2.18.31.3.2.1.1.4 | INTEGER | read-only | The maximum entries of the error log a LECS can support. |
| INT decLecsErrCtlOperStatus | 1.3.6.1.4.1.36.2.18.31.3.2.1.1.2 | INTEGER | read-only | 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. |
| decLecsErrCtlTable | 1.3.6.1.4.1.36.2.18.31.3.2.1 | not-accessible | 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. | |
| OCT decLecsErrLogAtmAddr | 1.3.6.1.4.1.36.2.18.31.3.2.2.1.2 | OCTET STRING | read-only | 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. |
| decLecsErrLogEntry | 1.3.6.1.4.1.36.2.18.31.3.2.2.1 | not-accessible | Each entry represents a LEC that was rejected due to a violation against the policies or an error. | |
| INT decLecsErrLogErrCode | 1.3.6.1.4.1.36.2.18.31.3.2.2.1.3 | INTEGER | read-only | 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. |
| INT decLecsErrLogIndex | 1.3.6.1.4.1.36.2.18.31.3.2.2.1.1 | INTEGER | read-only | 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. |
| decLecsErrLogTable | 1.3.6.1.4.1.36.2.18.31.3.2.2 | not-accessible | 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. | |
| TIK decLecsErrLogTime | 1.3.6.1.4.1.36.2.18.31.3.2.2.1.4 | TimeTicks | read-only | The sysUpTime when this entry was logged by the LECS. |
| TIK decLecsLastInitialized | 1.3.6.1.4.1.36.2.18.31.3.1.2.1.7 | TimeTicks | read-only | The time (in hundredths of a second) since the LECS was last re-initialized. |
| decLecsMIB | 1.3.6.1.4.1.36.2.18.31 | |||
| decLecsMIBCompliance | 1.3.6.1.4.1.36.2.18.31.4.2.1 | |||
| decLecsMIBCompliances | 1.3.6.1.4.1.36.2.18.31.4.2 | |||
| decLecsMIBConformance | 1.3.6.1.4.1.36.2.18.31.4 | |||
| decLecsMIBGroups | 1.3.6.1.4.1.36.2.18.31.4.1 | |||
| INT decLecsOperStatus | 1.3.6.1.4.1.36.2.18.31.3.1.2.1.8 | INTEGER | read-only | 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'. |
| INT decLecsPolicySelIndex | 1.3.6.1.4.1.36.2.18.31.3.1.2.1.6 | INTEGER | read-only | 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. |
| INT decLecsRowStatus | 1.3.6.1.4.1.36.2.18.31.3.1.2.1.10 | INTEGER | read-write | This object is used to create or delete entries in this table. |
| CTR decLecsStatAccDenied | 1.3.6.1.4.1.36.2.18.31.3.3.1.1.5 | Counter | read-only | The number of CONFIGURE requests rejected due to the access denied error. |
| CTR decLecsStatConfError | 1.3.6.1.4.1.36.2.18.31.3.3.1.1.10 | Counter | read-only | The number of CONFIGURE requests rejected due to the LE_CONFIGURE error. |
| CTR decLecsStatInBadFrames | 1.3.6.1.4.1.36.2.18.31.3.3.1.1.2 | Counter | read-only | The number of malformed CONFIGURE requests dropped by the LECS. |
| CTR decLecsStatInsufInfo | 1.3.6.1.4.1.36.2.18.31.3.3.1.1.11 | Counter | read-only | The number of CONFIGURE requests rejected due to the insufficient information error. |
| CTR decLecsStatInsufRes | 1.3.6.1.4.1.36.2.18.31.3.3.1.1.4 | Counter | read-only | The number of CONFIGURE requests rejected due to the insufficent resources to grant request error. |
| CTR decLecsStatInvalidAddr | 1.3.6.1.4.1.36.2.18.31.3.3.1.1.8 | Counter | read-only | The number of CONFIGURE requests rejected due to the invalid ATM address error. |
| CTR decLecsStatInvalidDest | 1.3.6.1.4.1.36.2.18.31.3.3.1.1.7 | Counter | read-only | The number of CONFIGURE requests rejected due to the invalid destination error. |
| CTR decLecsStatInvalidParam | 1.3.6.1.4.1.36.2.18.31.3.3.1.1.3 | Counter | read-only | The number of CONFIGURE requests rejected due to the invalid request parameters error. |
| CTR decLecsStatInvalidReq | 1.3.6.1.4.1.36.2.18.31.3.3.1.1.6 | Counter | read-only | The number of CONFIGURE requests rejected due to the invalid requester-id error. |
| CTR decLecsStatNoConf | 1.3.6.1.4.1.36.2.18.31.3.3.1.1.9 | Counter | read-only | The number of CONFIGURE requests rejected due to the LE Client is not recognized error. |
| decLecsStatsEntry | 1.3.6.1.4.1.36.2.18.31.3.3.1.1 | not-accessible | A (conceptual) row in the decLecsStatsTable which corresponds to the statistics kept by a particular instance of a LES. | |
| decLecsStatsTable | 1.3.6.1.4.1.36.2.18.31.3.3.1 | not-accessible | A (conceptual) table of statistics associated with all LECS instances on the device. | |
| CTR decLecsStatSuccessful | 1.3.6.1.4.1.36.2.18.31.3.3.1.1.1 | Counter | read-only | The number of CONFIGURE requests successfully granted since the agent was last initialized. |
| decLecsTlvEntry | 1.3.6.1.4.1.36.2.18.31.3.1.4.1 | not-accessible | 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. | |
| INT decLecsTlvIndex | 1.3.6.1.4.1.36.2.18.31.3.1.4.1.3 | INTEGER | read-only | 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. |
| INT decLecsTlvRowStatus | 1.3.6.1.4.1.36.2.18.31.3.1.4.1.5 | INTEGER | read-write | This object is used to create or destroy entries in this table |
| INT decLecsTlvSelectorIndex | 1.3.6.1.4.1.36.2.18.31.3.1.4.1.1 | INTEGER | read-only | The value of this object indicates a group of TLVs that can be selected. |
| decLecsTlvTable | 1.3.6.1.4.1.36.2.18.31.3.1.4 | not-accessible | 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. | |
| OCT decLecsTlvTag | 1.3.6.1.4.1.36.2.18.31.3.1.4.1.2 | OCTET STRING | read-only | 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. |
| OCT decLecsTlvVal | 1.3.6.1.4.1.36.2.18.31.3.1.4.1.4 | OCTET STRING | read-write | The value of this TLV entry. |
RFC description
Digital Equipment Corporation LAN Emulation Configuration Server MIB managing ATM emulated LANs and LECS configuration.
Start monitoring DEC ATM equipment (LAN Emulation Configuration Server) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.