LAN-EMULATION-LES-MIB
- Registered at
- 1.3.6.1.4.1.353.5.3.3
- Namespace
- standard
- Source file
LAN-EMULATION-LES-MIB- Digest
sha256:64b4b51bc1624bc109ba03fed4837e1c3941dab6fd0ac08d9a3420266435c590
Imports
| From | Symbols |
|---|---|
| LAN-EMULATION-CLIENT-MIB | LeArpTableEntryType, VciInteger, VpiInteger, atmfLanEmulation |
| LAN-EMULATION-ELAN-MIB | AtmLaneMask, IfIndexOrZero, Integer, TIMESTAMP |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Counter32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION |
Imported by
1 module(s) in this corpus import this one.
Load order
Every file a consumer needs in order to load this module, dependencies first.
IANAifType-MIB IF-MIB LAN-EMULATION-CLIENT-MIB LAN-EMULATION-ELAN-MIB LAN-EMULATION-LES-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| AtmLaneAddress type | ||||
| LesLecDataFrameFormat type | ||||
| LesLecDataFrameSize type | ||||
| MacAddress type | ||||
| RowStatus type | ||||
| TruthValue type |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| lesMIB OBJECT-IDENTITY | 1.3.6.1.4.1.353.5.3.3 | |||
| lesConfGroup OBJECT-IDENTITY | 1.3.6.1.4.1.353.5.3.3.1 | |||
| lesConfNextId OBJECT-TYPE The next available LES index. The value of this object can be used as the index by the network manager to create an entry in the lesConfTable. | 1.3.6.1.4.1.353.5.3.3.1.1 | INTEGER | read-only | mandatory |
| lesConfTable OBJECT-TYPE This table contains all LAN Emulation Servers this agent manages. The LES is one of the components in the Emulated LAN which implements the control coordination function. It is the address resolution server for a given ELAN. The LES provides a facility for registering and resolving MAC addresses and/or route descriptors to ATM addresses. There can be multiple LES per ELAN but a LES can serve only one ELAN. | 1.3.6.1.4.1.353.5.3.3.1.2 | not-accessible | mandatory | |
| lesConfEntry OBJECT-TYPE Each entry in this table represents a LES. The parameters in each entry apply to one emulated LAN served by one LES. Objects lesLanType and lesMaxFrameSize are also required besides lesRowStatus during row creation. | 1.3.6.1.4.1.353.5.3.3.1.2.1 | not-accessible | mandatory | |
| lesConfIndex OBJECT-TYPE A value which uniquely identifies a conceptual row in the lesConfTable. If the conceptual row identified by this value of lesConfIndex is recreated following an agent restart, the same value of lesConfIndex must be used to identify the recreated row. | 1.3.6.1.4.1.353.5.3.3.1.2.1.1 | INTEGER | not-accessible | mandatory |
| lesAtmAddrSpec OBJECT-TYPE 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 LES 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 lesAtmAddrActual, which is used to receive ATM ARP requests. | 1.3.6.1.4.1.353.5.3.3.1.2.1.2 | AtmLaneAddress | read-write | mandatory |
| lesAtmAddrMask OBJECT-TYPE The ATM address mask associated with the object lesAtmAddrSpec. 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. | 1.3.6.1.4.1.353.5.3.3.1.2.1.3 | AtmLaneMask | read-write | mandatory |
| lesAtmAddrActual OBJECT-TYPE The resultant ATM address in use by the LES. This object is a product of the specified ATM address, mask and interaction with the network. This object is created by the agent. | 1.3.6.1.4.1.353.5.3.3.1.2.1.4 | AtmLaneAddress | read-only | mandatory |
| lesElanName OBJECT-TYPE The name of the Emulated LAN this LES is providing service for. This object may be used to identify the ELAN the LES is in. | 1.3.6.1.4.1.353.5.3.3.1.2.1.5 | DisplayString (SIZE(0..32)) | read-write | mandatory |
| lesLanType OBJECT-TYPE The type of the ATM Emulated LAN this LES is providing service to. | 1.3.6.1.4.1.353.5.3.3.1.2.1.6 | LesLecDataFrameFormat | read-write | mandatory |
| lesLastChange OBJECT-TYPE The value of sysUpTime when this LES has entered the state indicated by the object lesOperStatus. | 1.3.6.1.4.1.353.5.3.3.1.2.1.7 | TIMESTAMP | read-only | mandatory |
| lesMaxFrameSize OBJECT-TYPE The maximum AAL-5 SDU size of a data frame that the LE service can guarantee not to drop because it is too large. | 1.3.6.1.4.1.353.5.3.3.1.2.1.8 | LesLecDataFrameSize | read-write | mandatory |
| lesControlTimeOut OBJECT-TYPE Time out period used for timing out most request/response control frame interactions. This is the time a Client has to issue a join request to a LES after a control direct VCC is established with a LES. | 1.3.6.1.4.1.353.5.3.3.1.2.1.9 | INTEGER (10..300) | read-write | mandatory |
| lesOperStatus OBJECT-TYPE The operational state of this LES entry. When in 'up' state the LES will respond to LEC requests. Any other state the LES is notavailable for service and may release all the existing VCCs and refuse service to all clients. | 1.3.6.1.4.1.353.5.3.3.1.2.1.11 | INTEGER {other(1), up(2), down(3)} | read-only | mandatory |
| lesAdminStatus OBJECT-TYPE The desired state of the designated LES 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 lesOperStatus. | 1.3.6.1.4.1.353.5.3.3.1.2.1.12 | INTEGER {up(2), down(3)} | read-write | mandatory |
| lesRowStatus OBJECT-TYPE This object is used to create or delete entries in the elanConfTable. | 1.3.6.1.4.1.353.5.3.3.1.2.1.13 | RowStatus | read-write | mandatory |
| lesVccTable OBJECT-TYPE This table contains all the Control Distribute VCCs used by the LES to distribute control traffic to the participating LECs. The Control Distribute VCC can either be point-to-point or point-to- multipoint calls. This table is read only if SVCs are used and writable if PVCs are used. | 1.3.6.1.4.1.353.5.3.3.1.3 | not-accessible | mandatory | |
| lesVccEntry OBJECT-TYPE Each entry in this table represents a LES entry and it's associated Control Distribute VCC. | 1.3.6.1.4.1.353.5.3.3.1.3.1 | not-accessible | mandatory | |
| lesVccAtmIfIndex OBJECT-TYPE The ATM interface which the Control Distribute VCC is running on. This value must match an existing value in the ifTable. The value of this object is set to zero when the ATM interface is an internal connection. | 1.3.6.1.4.1.353.5.3.3.1.3.1.1 | IfIndexOrZero | not-accessible | mandatory |
| lesVccCtlDistVpi OBJECT-TYPE The VPI value of the Control Distribute VCC. The object lesVccAtmIfIndex, lesVccCtlDistVci and the value of this object uniquely identfies a VCC within a ATM host. | 1.3.6.1.4.1.353.5.3.3.1.3.1.2 | VpiInteger | not-accessible | mandatory |
| lesVccCtlDistVci OBJECT-TYPE The VCI value of the Control Distribute VCC. The object lesVccAtmIfIndex, lesVccCtlDistVci and the value of this object uniquely identfies a VCC within a ATM host. | 1.3.6.1.4.1.353.5.3.3.1.3.1.3 | VciInteger | not-accessible | mandatory |
| lesVccRowStatus OBJECT-TYPE This object is used to create or delete entries in the elanConfTable. | 1.3.6.1.4.1.353.5.3.3.1.3.1.4 | RowStatus | read-write | mandatory |
| lesBusTable OBJECT-TYPE This table contains the BUSs paired with the LESs found in the lesConfTable. The BUS (Broadcast and Unknown Server) handles data sent by a LE client to the broadcast MAC address, all multicast traffic, and initial unicast frames which are sent by a LAN Emulation Client before the data direct target ATM address has been resolved. | 1.3.6.1.4.1.353.5.3.3.1.4 | not-accessible | mandatory | |
| lesBusEntry OBJECT-TYPE Each entry in this table represents aLES/BUS pair. Object lesBusAddress is required duringrow creation. This table is indexed by lesConfIndex and lesBusConfIndexto show the pairing relationship betweenthe LES and BUS. | 1.3.6.1.4.1.353.5.3.3.1.4.1 | not-accessible | mandatory | |
| lesBusConfIndex OBJECT-TYPE A value which uniquely identifies a BUS ATM address. If the BUS ATM address identified by this value of lesBusConfIndex is recreated following an agent restart, the same value of lesBusConfIndex must be used to identify the recreated BUS ATM address. | 1.3.6.1.4.1.353.5.3.3.1.4.1.1 | INTEGER | not-accessible | mandatory |
| lesBusAddress OBJECT-TYPE The ATM address of the BUS. This BUS is associated with LES specified by the lesConfIndex. A BUS may have several ATM addresses, this object provides the ATM address the LES returns in response to the LE-ARP request by the LEC. | 1.3.6.1.4.1.353.5.3.3.1.4.1.2 | AtmLaneAddress | read-only | mandatory |
| lesLeArpMacTable OBJECT-TYPE This table provides access to an ATM LAN Emulation Server's MAC-to-ATM ARP table. It contains entries for unicast addressed, the broadcast address. When the entry is for broadcast MAC address the corresponding ATM address is of a BUS. When the entry is for unicast MAC address the corresponding ATM address represents a LEC. | 1.3.6.1.4.1.353.5.3.3.1.5 | not-accessible | mandatory | |
| lesLeArpMacEntry OBJECT-TYPE An ATM LAN Emulation ARP table entry containing information about the binding of one MAC address to one ATM address. | 1.3.6.1.4.1.353.5.3.3.1.5.1 | not-accessible | mandatory | |
| lesLeArpMacAddr OBJECT-TYPE The MAC address for which this table entry provides a translation. Since ATM LAN Emulation uses an LE ARP protocol to locate the Broadcast and Unknown Server, the value of this object could be the broadcast MAC address. MAC addresses should be unique within any given ATM Emulated LAN. However, there's no requirement that they be unique across disjoint emulated LANs. | 1.3.6.1.4.1.353.5.3.3.1.5.1.1 | MacAddress | not-accessible | mandatory |
| lesLeArpLecId OBJECT-TYPE The LE Client Identifier (LECID) of this entry. Each LE Client requires a LECID assigned by the LE Server during the Join phase. If this entry is for a BUS then this object value will be zero. | 1.3.6.1.4.1.353.5.3.3.1.5.1.2 | INTEGER (0..65279) | read-only | mandatory |
| lesLeArpAtmAddr OBJECT-TYPE The ATM address of the Broadcast & Unknown Server or LAN Emulation Client whose MAC address is stored in 'lesLeArpMacAddr'. This volume may be registered by a LAN Emulation Client or specified by network management. | 1.3.6.1.4.1.353.5.3.3.1.5.1.3 | AtmLaneAddress | read-write | mandatory |
| lesLeArpEntryType OBJECT-TYPE This object is used to indicate how this LE-ARP entry was created. The possible values for this object are: viaRegister(1), - agent staticVolatile(2), - network manager staticNonVolatile(3) - network manager This object is filled in by agent or network manager depending on the type. | 1.3.6.1.4.1.353.5.3.3.1.5.1.4 | LeArpTableEntryType | read-write | mandatory |
| lesLeArpRowStatus OBJECT-TYPE This object is used to create or delete entries in the elanConfTable. | 1.3.6.1.4.1.353.5.3.3.1.5.1.5 | RowStatus | read-write | mandatory |
| lesLeArpRdTable OBJECT-TYPE This table provides access to an ATM LAN Emulation Server's RouteDescriptor-to-ATM ARP cache. The entries in this table are set-up by the agent or network manager depending on the entry type. The Route Descriptors are presented as Segment Id (ring number) and Bridge number. | 1.3.6.1.4.1.353.5.3.3.1.6 | not-accessible | mandatory | |
| lesLeArpRdEntry OBJECT-TYPE An ATM LAN Emulation ARP cache entry containing information about the binding of one Route Descriptor to one ATM address. | 1.3.6.1.4.1.353.5.3.3.1.6.1 | not-accessible | mandatory | |
| lesLeArpRdSegId OBJECT-TYPE The LAN ID (ring number) portion of the IEEE 802.5 route descriptor associated with this LES. | 1.3.6.1.4.1.353.5.3.3.1.6.1.1 | INTEGER (0..4095) | not-accessible | mandatory |
| lesLeArpRdBridgeNum OBJECT-TYPE The Bridge Number portion of the IEEE 802.5 route descriptor associated with this LES. | 1.3.6.1.4.1.353.5.3.3.1.6.1.2 | INTEGER (0..15) | not-accessible | mandatory |
| lesLeArpRdLecId OBJECT-TYPE The LE Client Identifier (LECID) of this entry. Each LE Client requires a LECID assigned by the LE Server during the Join phase. | 1.3.6.1.4.1.353.5.3.3.1.6.1.3 | INTEGER (0..65279) | read-only | mandatory |
| lesLeArpRdAtmAddr OBJECT-TYPE The ATM address associated with the Route Descriptor. | 1.3.6.1.4.1.353.5.3.3.1.6.1.4 | AtmLaneAddress | read-write | mandatory |
| lesLeArpRdEntryType OBJECT-TYPE This object is used to indicate how this LE-ARP entry was learned: viaRegister(1), - agent staticVolatile(2), - network manager staticNonVolatile(3) - network manager This object is filled in by agent or network manager depending on the type. | 1.3.6.1.4.1.353.5.3.3.1.6.1.5 | LeArpTableEntryType | read-write | mandatory |
| lesLeArpRdRowStatus OBJECT-TYPE This object is used to create or delete entries in the elanConfTable. | 1.3.6.1.4.1.353.5.3.3.1.6.1.6 | RowStatus | read-write | mandatory |
| lesLecTableLastChange OBJECT-TYPE The value of sysUptime when an entry was created/deleted. | 1.3.6.1.4.1.353.5.3.3.1.7 | TIMESTAMP | read-only | mandatory |
| lesLecTable OBJECT-TYPE This table contains all LAN Emulation clients serviced by LESs specified in the lesConfTable. This table can be used to retrieve the topology of an ELAN, in particular, the LES to LECs mapping information. An entry in this table is filled in by the agent when a LEC registers successfully with the LES. Objects lesLecCtlDirectVpi and lesLecCtlDirectVci can be modified by the network manager after creation if PVC is used. | 1.3.6.1.4.1.353.5.3.3.1.8 | not-accessible | mandatory | |
| lesLecEntry OBJECT-TYPE Each entry represents a LANE client to LES binding. | 1.3.6.1.4.1.353.5.3.3.1.8.1 | not-accessible | mandatory | |
| lesLecIndex OBJECT-TYPE An arbitrary integer which uniquely identifies a LEC in this table. | 1.3.6.1.4.1.353.5.3.3.1.8.1.1 | INTEGER (1..65535) | not-accessible | mandatory |
| lesLecAtmAddr OBJECT-TYPE The ATM address of the LANE client. This is the primary ATM address of the LEC used in joining phase. | 1.3.6.1.4.1.353.5.3.3.1.8.1.2 | AtmLaneAddress | read-only | mandatory |
| lesLecProxy OBJECT-TYPE Whether this client is acting as a proxy. Proxy clients are allowed to represent unregistered MAC addresses, and receive copies of LE_ARP_REQUEST packets for such addresses. | 1.3.6.1.4.1.353.5.3.3.1.8.1.3 | TruthValue | read-only | mandatory |
| lesLecId OBJECT-TYPE The LE Client Identifier (LECID) of this entry. Each LE Client requires a LECID assigned by the LE Server during the Join phase. The LECID is placed in control requests by the LE Client and MAY be used for echo suppression on multicast data frames sent by that LE Client. | 1.3.6.1.4.1.353.5.3.3.1.8.1.4 | INTEGER (0..65279) | read-only | mandatory |
| lesLecAtmIfIndex OBJECT-TYPE The ifIndex of ATM port where this LEC entry has established the control direct VCC to the LES. The value of this object maps to an existing ifIndex value in the ifTable of MIB-II. When an internal connection is used, this object is set to zero. | 1.3.6.1.4.1.353.5.3.3.1.8.1.5 | IfIndexOrZero | read-write | mandatory |
| lesLecCtlDirectVpi OBJECT-TYPE The VPI of the bi-directional control direct connection between the LEC and LES. | 1.3.6.1.4.1.353.5.3.3.1.8.1.6 | VpiInteger | read-write | mandatory |
| lesLecCtlDirectVci OBJECT-TYPE The VCI of the bi-directional control direct connection between the LEC and LES. | 1.3.6.1.4.1.353.5.3.3.1.8.1.7 | VciInteger | read-write | mandatory |
| lesLecLastChange OBJECT-TYPE The value of sysUpTime of this entry when the LEC enters the state indicated by the object lesLecState. | 1.3.6.1.4.1.353.5.3.3.1.8.1.8 | TIMESTAMP | read-only | mandatory |
| lesLecState OBJECT-TYPE This object is used to indicate the status this LEC entry is in from the LES's perspective. The state of this object is updated by the agent as it discovers various phases of this LEC. | 1.3.6.1.4.1.353.5.3.3.1.8.1.9 | INTEGER {other(1), noLesConnect(2), lesConnect(3), joining(4), addLec(5), joinedLes(6)} | read-only | mandatory |
| lesLecRowStatus OBJECT-TYPE This object provides a way for the network manager to selectively remove a LE Client from the designated LES. Or in a system where PVCs are used, this table is used to configure Control Direct VCCs between LES and LEC. | 1.3.6.1.4.1.353.5.3.3.1.8.1.10 | RowStatus | read-write | mandatory |
| lesStatGroup OBJECT-IDENTITY | 1.3.6.1.4.1.353.5.3.3.2 | |||
| lesStatTable OBJECT-TYPE This table contains all counters the LES maintain. This table is an extention to the lesConfTable. It provides performance and fault counters on a per LES basis. | 1.3.6.1.4.1.353.5.3.3.2.1 | not-accessible | mandatory | |
| lesStatEntry OBJECT-TYPE Each entry in this table contains a LES and its counters. | 1.3.6.1.4.1.353.5.3.3.2.1.1 | not-accessible | mandatory | |
| lesStatJoinOk OBJECT-TYPE Number of successful Join responses send out by the LAN Emulation Server. | 1.3.6.1.4.1.353.5.3.3.2.1.1.1 | Counter | read-only | mandatory |
| lesStatVerNotSup OBJECT-TYPE Number of version not supported errors. | 1.3.6.1.4.1.353.5.3.3.2.1.1.2 | Counter | read-only | mandatory |
| lesStatInvalidReqParam OBJECT-TYPE Number of invalid request parameters errors. | 1.3.6.1.4.1.353.5.3.3.2.1.1.3 | Counter | read-only | mandatory |
| lesStatDupLanDest OBJECT-TYPE Number of duplicate LAN destination errors. | 1.3.6.1.4.1.353.5.3.3.2.1.1.4 | Counter | read-only | mandatory |
| lesStatDupAtmAddr OBJECT-TYPE Number of duplicate ATM address errors. | 1.3.6.1.4.1.353.5.3.3.2.1.1.5 | Counter | read-only | mandatory |
| lesStatInsRes OBJECT-TYPE Number of insufficient resources to grant errors. | 1.3.6.1.4.1.353.5.3.3.2.1.1.6 | Counter | read-only | mandatory |
| lesStatAccDenied OBJECT-TYPE Number of access denied for security reasons errors. | 1.3.6.1.4.1.353.5.3.3.2.1.1.7 | Counter | read-only | mandatory |
| lesStatInvalidReqId OBJECT-TYPE Number of invalid LEC ID errors. | 1.3.6.1.4.1.353.5.3.3.2.1.1.8 | Counter | read-only | mandatory |
| lesStatInvalidLanDest OBJECT-TYPE Number of invalid LAN destination errors. | 1.3.6.1.4.1.353.5.3.3.2.1.1.9 | Counter | read-only | mandatory |
| lesStatInvalidAtmAddr OBJECT-TYPE Number of invalid ATM address errors. | 1.3.6.1.4.1.353.5.3.3.2.1.1.10 | Counter | read-only | mandatory |
| lesStatInBadPkts OBJECT-TYPE Number of mal formed ATM ARP requests received by the LES. | 1.3.6.1.4.1.353.5.3.3.2.1.1.11 | Counter | read-only | mandatory |
| lesStatOutRegFails OBJECT-TYPE Number of registration failures sent out by this LES. | 1.3.6.1.4.1.353.5.3.3.2.1.1.12 | Counter | read-only | mandatory |
| lesStatLeArpIn OBJECT-TYPE The total number of LE_ARP_REQUEST frames the LES has accepted since its last initialization. | 1.3.6.1.4.1.353.5.3.3.2.1.1.13 | Counter | read-only | mandatory |
| lesStatLeArpFwd OBJECT-TYPE The number of LE_ARP_REQUESTs that the LES forwarded onto the clients (either via the control distribute or individually over each control direct) rather than answering directly. This may be due to implementation decision (forward all requests) or because the resolution to the request did not reside in the LES's LE ARP cache. | 1.3.6.1.4.1.353.5.3.3.2.1.1.14 | Counter | read-only | mandatory |
| lesLecStatGroup OBJECT-IDENTITY | 1.3.6.1.4.1.353.5.3.3.3 | |||
| lesLecStatTable OBJECT-TYPE This table contains all LE-ARP request related counters and error counts on a per LEC-LES pair basis. | 1.3.6.1.4.1.353.5.3.3.3.1 | not-accessible | mandatory | |
| lesLecStatEntry OBJECT-TYPE Each entry in this table represents a LEC and its ARP counters. This table is an extention to the lesLecTable. | 1.3.6.1.4.1.353.5.3.3.3.1.1 | not-accessible | mandatory | |
| lesLecRecvs OBJECT-TYPE Number of requests received from this LEC. This includes all control frames as well as LE-ARP requests. | 1.3.6.1.4.1.353.5.3.3.3.1.1.1 | Counter | read-only | mandatory |
| lesLecSends OBJECT-TYPE Number of requests or responses sent to the LEC entry from this LES. | 1.3.6.1.4.1.353.5.3.3.3.1.1.3 | Counter | read-only | mandatory |
| lesLecInRegReq OBJECT-TYPE Number of Register requests received from this LEC. | 1.3.6.1.4.1.353.5.3.3.3.1.1.4 | Counter | read-only | mandatory |
| lesLecInUnReg OBJECT-TYPE Number of UnRegister requests received from this LEC. | 1.3.6.1.4.1.353.5.3.3.3.1.1.5 | Counter | read-only | mandatory |
| lesLecInLeArpUcast OBJECT-TYPE Number of LE-ARP requests for UNICAST address received from this LEC. | 1.3.6.1.4.1.353.5.3.3.3.1.1.6 | Counter | read-only | mandatory |
| lesLecInLeArpBcast OBJECT-TYPE Number of LE-ARP requests for MULTICAST and Broadcast address received from this LEC. | 1.3.6.1.4.1.353.5.3.3.3.1.1.7 | Counter | read-only | mandatory |
| lesLecInLeArpResp OBJECT-TYPE Number of LE-ARP responses received from this LEC. | 1.3.6.1.4.1.353.5.3.3.3.1.1.8 | Counter | read-only | mandatory |
| lesLecInNArp OBJECT-TYPE Number of NARP requests received from this LEC. | 1.3.6.1.4.1.353.5.3.3.3.1.1.10 | Counter | read-only | mandatory |
| lesFaultGroup OBJECT-IDENTITY | 1.3.6.1.4.1.353.5.3.3.4 | |||
| lesErrCtlTable OBJECT-TYPE This table contains error log control information of all LES instances. This table is an extention to the lesConfTable. It is used to enable or disable error logs for a particular LES entry. | 1.3.6.1.4.1.353.5.3.3.4.1 | not-accessible | mandatory | |
| lesErrCtlEntry OBJECT-TYPE Each entry represents a LES entry in the lesConfTable. | 1.3.6.1.4.1.353.5.3.3.4.1.1 | not-accessible | mandatory | |
| lesErrCtlAdminStatus OBJECT-TYPE This object is used to enable/disable error logging for the LES. | 1.3.6.1.4.1.353.5.3.3.4.1.1.1 | INTEGER {enable(1), disable(2)} | read-write | mandatory |
| lesErrCtlOperStatus OBJECT-TYPE This object is used to indicate the result of a set operation to the object lesErrCtlAdminStatus. 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. | 1.3.6.1.4.1.353.5.3.3.4.1.1.2 | INTEGER {other(1), active(2), outOfRes(3), failed(4), disabled(5)} | read-only | mandatory |
| lesErrCtlClearLog OBJECT-TYPE This object is used to clear the error log entries associated with this LES. | 1.3.6.1.4.1.353.5.3.3.4.1.1.3 | INTEGER {noOp(1), clear(2)} | read-write | mandatory |
| lesErrCtlMaxEntries OBJECT-TYPE The maximum entries of the error log a LES can support. | 1.3.6.1.4.1.353.5.3.3.4.1.1.4 | INTEGER (1..65535) | read-only | mandatory |
| lesErrCtlLastEntry OBJECT-TYPE The index to the last entry in the error log table for this LES. | 1.3.6.1.4.1.353.5.3.3.4.1.1.5 | INTEGER (1..2147483647) | read-write | mandatory |
| lesErrLogTable OBJECT-TYPE This table contains error logs of the LES instances enabled in the lesErrCtlTable. This table is indexed by the LES instance index and an arbitrary integer uniquely identifies an error log. | 1.3.6.1.4.1.353.5.3.3.4.2 | not-accessible | mandatory | |
| lesErrLogEntry OBJECT-TYPE Each entry represents a JOIN or REGISTER that was rejected due to an error. | 1.3.6.1.4.1.353.5.3.3.4.2.1 | not-accessible | mandatory | |
| lesErrLogIndex OBJECT-TYPE An arbitrary integer which uniquely identifies an error log entry. The first entry after reset or clearing the error log is an assigned value (2^32-1). Succeding entries are assigned with descending values consecutively. Entries after 1 are discarded. The enabling/disabling of the error log capability is done in the lesErrCtlTable. | 1.3.6.1.4.1.353.5.3.3.4.2.1.1 | INTEGER (1..2147483647) | not-accessible | mandatory |
| lesErrLogAtmAddr OBJECT-TYPE The ATM address of the requester which sends the JOIN or REGISTER request and causes the error to occur. The corresponding error code is specified in the object lesErrLogErrCode. | 1.3.6.1.4.1.353.5.3.3.4.2.1.2 | AtmLaneAddress | read-only | mandatory |
| lesErrLogErrCode OBJECT-TYPE The Error code which indicates the cause of the error triggered by the JOIN or REGISTER request sent by the requester indicated by the value of the object lesErrLogAtmAddr. | 1.3.6.1.4.1.353.5.3.3.4.2.1.3 | INTEGER (0..22) | read-only | mandatory |
| lesErrLogTime OBJECT-TYPE The sysUpTime when this entry was logged by the LES. | 1.3.6.1.4.1.353.5.3.3.4.2.1.4 | TIMESTAMP | read-only | mandatory |