DEC-LES-MIB
Detailed view of the defined objects, syntax rules, and hierarchical paths.
202
Objects
Active
Status
3
Dependencies
Imported Objects
Objects
202 total| Object Name |
|---|
decLesMIB OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.28 |
RFC1155-SMI Unknown .1.3.6.1.4.1.36.2.18.28 |
decLesMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.28.1 |
decLesConfigTableA table describing all the LES components which this
managed device supports. SEQUENCE OF DecLesConfigEntry .1.3.6.1.4.1.36.2.18.28.1.1 |
decLesConfigEntryEach row describes one LES component, which might be
either a standalone LES or part of a distributed LES. DecLesConfigEntry .1.3.6.1.4.1.36.2.18.28.1.1.1 |
decLesIndexA unique number greater than zero which identifies
this table row.ro INTEGER .1.3.6.1.4.1.36.2.18.28.1.1.1.1 |
decLesRowStatusThis object is used to create and delete LAN Emulation
Server components.
If this object is writable, it will accept the values
'createAndGo'
'destroy'
under suitable conditions.
Use decLesAdminStatus to enable and disable service.rw Enumeration .1.3.6.1.4.1.36.2.18.28.1.1.1.2 |
decLesAdminStatusThe desired state of this LES component.
When a LES is distributed, this object controls the
'local' server component, as opposed to the overall
state of the LES.
If a BUS is connected to the LES, enabling/disabling
either server may affect both of them. Otherwise it
is up to the network manager to coordinate the state
of the servers.rw Enumeration .1.3.6.1.4.1.36.2.18.28.1.1.1.3 |
decLesOperStatusThe operational state of this LES component.
A LES component may not become operational until it
has been configured with values for
LAN Type
Maximum Data Frame Size
Control Time-out
BUS ATM Address
When a LES is in the 'disabling' or 'deleting' state,
attempts to set decLesAdminStatus to 'up' will fail.ro Enumeration .1.3.6.1.4.1.36.2.18.28.1.1.1.4 |
decLesLastChangeThe value of sysUpTime at the time that this server
last entered its current operational state. If the
current state was entered prior to the last
re-initialization of the local network management
subsystem, then this object contains a zero value.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.36.2.18.28.1.1.1.5 |
decLesAtmAddressThe ATM address of this LAN Emulation Server, or LAN
Emulation Server component.
Clients establish Control Direct VCCs to this address
to initiate the process of Joining the emulated LAN.ro OCTET STRING .1.3.6.1.4.1.36.2.18.28.1.1.1.6 |
decLesDescriptionA human-readable string which can contain anything the
network manager wants.rw OCTET STRING .1.3.6.1.4.1.36.2.18.28.1.1.1.7 |
decLesLanNameThe name of this emulated LAN. This can be any string
that the network manager would like this LES component
to pass out to new clients.
This string is not guaranteed to uniquely identify the
emulated LAN.rw OCTET STRING .1.3.6.1.4.1.36.2.18.28.1.1.1.8 |
decLesLanTypeThe data frame format for this emulated LAN.
In an active emulated LAN, this parameter MUST have a
consistent value in all of the LES and BUS components
serving the emulated LAN. Otherwise various problems
may result.
The value of this columnar object may only be changed
when this LAN Emulation Server has no active clients,
and 'decLes[Admin,Oper]Status' are 'down'.rw Enumeration .1.3.6.1.4.1.36.2.18.28.1.1.1.9 |
decLesMaxDataFrameSizeThe maximum AAL-5 SDU size for data frames sent over
this emulated LAN. This must be one of the standard
sizes defined in the LAN Emulation specification.
In an active emulated LAN, this parameter MUST have a
consistent value in all of the LES and BUS components
serving the emulated LAN. Otherwise various problems
may result.
The value of this columnar object may only be changed
when this LAN Emulation Server has no active clients,
and 'decLes[Admin,Oper]Status' are 'down'.rw Enumeration .1.3.6.1.4.1.36.2.18.28.1.1.1.10 |
decLesAtmAddressOfBUSThe ATM address of the Broadcast and Unknown Server
component associated with this LES component.
Unless otherwise stated in product documentation, the
value of this columnar object may only be changed when
this LAN Emulation Server has no active clients, and
'decLes[Admin,Oper]Status' are 'down'.rw OCTET STRING .1.3.6.1.4.1.36.2.18.28.1.1.1.11 |
decLesControlTimeoutS4 Control Time-out. Time out period used for
timing out most request/response control frame
interactions, as specified elsewhere. Once a
LE Client establishes a Control Direct VCC to
the LE Server, the Join phase must complete
within the Join Time-out time. If not, the
LE Service SHOULD release any Control VCCs to
that LE Client, terminating the Join phase.
If a LES is distributed, each of its servers should
have the same value for this parameter.rw INTEGER .1.3.6.1.4.1.36.2.18.28.1.1.1.12 |
decLesArpResponsePolicyLets you fine-tune the performance of an emulated LAN
by controlling the distribution of LE_ARP_RESPONSEs.
You can choose from one of three policies:
unspecified(1)
Leave everything up to the implementation.
direct(2)
The LES sends responses only to the client
to which they are directed. This reduces
the amount of overhead per response packet,
but may result in more LE_ARP traffic.
broadcast(3)
The LES sends responses to all clients via
the Control Direct VCC. This lets clients
learn LE_ARP information by eavesdropping,
but also increases per-packet overhead.rw Enumeration .1.3.6.1.4.1.36.2.18.28.1.1.1.13 |
decLesNarpRequestPolicyControls whether this LES forwards LE_NARP_REQUESTs.rw Enumeration .1.3.6.1.4.1.36.2.18.28.1.1.1.14 |
decLesTopologyChangeModeThe Topology Change mode which this LE Server believes
the emulated LAN is in, based upon the Topology Change
requests it has seen and/or generated.
The value 'true' indicates accelerated aging mode - as
opposed to normal aging mode.ro Enumeration .1.3.6.1.4.1.36.2.18.28.1.1.1.15 |
decLesLastTcModeChangeThe value of sysUpTime at the time that the object
'decLesTopologyChangeMode' last acquired its current
value. If the current value was acquired prior to
the last re-initialization of the local network
management subsystem, then this object contains a
zero value.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.36.2.18.28.1.1.1.16 |
decLesTopologyChangeTimeoutProvides a guard against an emulated LAN remaining in
accelerated aging mode forever.
If an emulated LAN remains in the accelerated aging
state for more than 'decLesTopologyChangeTimeout'
seconds following the last Topology Request, the LE
Server will automatically issue a Topology Request
frame to reset all the clients to normal aging mode.
This value is measured in seconds, and should be set
higher than the normal time between bridge BPDUs.rw INTEGER .1.3.6.1.4.1.36.2.18.28.1.1.1.17 |
decLesClientStatesTableA table describing how many clients are in various
membership states. SEQUENCE OF DecLesClientStatesEntry .1.3.6.1.4.1.36.2.18.28.1.2 |
decLesClientStatesEntryEach row contains counters for one LES component. DecLesClientStatesEntry .1.3.6.1.4.1.36.2.18.28.1.2.1 |
decLesActiveClientsThe number of active clients of this LES component.ro INTEGER .1.3.6.1.4.1.36.2.18.28.1.2.1.1 |
decLesActiveProxyClientsThe number of active proxy clients of this LES
component.ro INTEGER .1.3.6.1.4.1.36.2.18.28.1.2.1.2 |
decLesAwaitingJoinRequestThe number of Control Direct VCCs on which this
LES component is waiting for a Join request.ro INTEGER .1.3.6.1.4.1.36.2.18.28.1.2.1.3 |
decLesCtlDistributeInProgressThe number of clients to which this LES component
is currently establishing Control Distribute VCCs.ro INTEGER .1.3.6.1.4.1.36.2.18.28.1.2.1.4 |
decLesTerminatingThe number of clients whose memberships this LES
component is in the process of terminating.ro INTEGER .1.3.6.1.4.1.36.2.18.28.1.2.1.5 |
decLesClientTableA table listing clients which belong to the emulated
LANs that this node serves. This table reflects the
actual state of each emulated LAN, as opposed to the
way the network manager would like to see LE clients
and servers configured.
This table contains only local clients - that is, to
say, clients connected directly to one of the server
components which this agent manages. SEQUENCE OF DecLesClientEntry .1.3.6.1.4.1.36.2.18.28.1.3 |
decLesClientEntryEach entry describes an active LAN Emulation Client,
from the perspective of the LES. DecLesClientEntry .1.3.6.1.4.1.36.2.18.28.1.3.1 |
decLesClientIDThe LEC-ID which the LES handed to the LAN Emulation
Client as part of the Join process.ro INTEGER .1.3.6.1.4.1.36.2.18.28.1.3.1.1 |
decLesClientAtmAddressThe primary ATM address of the LAN Emulation Client.ro OCTET STRING .1.3.6.1.4.1.36.2.18.28.1.3.1.2 |
decLesClientIsProxyIndicates whether this client is a proxy client.ro Enumeration .1.3.6.1.4.1.36.2.18.28.1.3.1.3 |
decLesClientStateIndicates the status of this LEC from the server's
perspective.ro Enumeration .1.3.6.1.4.1.36.2.18.28.1.3.1.4 |
decLesClientRowStatusProvides a way to disconnect a LEC from the emulated
LAN.
When read, this object has the value 'active'. When
written, it accepts the value 'destroy'.
Because the ability to disconnect clients could lead
to denial-of-service attacks, support for this
feature is strictly optional.rw Enumeration .1.3.6.1.4.1.36.2.18.28.1.3.1.5 |
decLesLecTableA table listing clients which belong to the emulated
LANs that this node serves. SEQUENCE OF DecLesLecEntry .1.3.6.1.4.1.36.2.18.28.1.4 |
decLesLecEntryEach entry describes a LAN Emulation Client from the
perspective of the LES. DecLesLecEntry .1.3.6.1.4.1.36.2.18.28.1.4.1 |
decLesLecAtmAddressThe primary ATM address of the LAN Emulation Client.ro OCTET STRING .1.3.6.1.4.1.36.2.18.28.1.4.1.1 |
decLesLecIDFor an active client, the LEC-ID that the LES handed
to the client as part of the Join process.
For an inactive client, the value zero.ro INTEGER .1.3.6.1.4.1.36.2.18.28.1.4.1.2 |
decLesLecIsProxyIndicates whether this client is a proxy client.ro Enumeration .1.3.6.1.4.1.36.2.18.28.1.4.1.3 |
decLesLecStateIndicates the status of this LEC from the server's
perspective.ro Enumeration .1.3.6.1.4.1.36.2.18.28.1.4.1.4 |
decLesLecRowStatusProvides a way to disconnect a LEC from the emulated
LAN.
When read, this object has the value 'active'. When
written, it only accepts the value 'destroy'.
Because the ability to disconnect clients could lead
to denial-of-service attacks, support for this
feature is strictly optional.rw Enumeration .1.3.6.1.4.1.36.2.18.28.1.4.1.5 |
decLesCtlDirectTableThis optional table identifies Control Direct VCCs
at the place where they attach to the LES.
In a SVC implementation, the objects in this table
will be read-only.
In a PVC implementation, this table can be used to
tell the LES about the creation or the deletion of
Control Direct VCCs. SEQUENCE OF DecLesCtlDirectEntry .1.3.6.1.4.1.36.2.18.28.1.5 |
decLesCtlDirectEntryEach entry describes the circuits going to one LAN
Emulation Client. DecLesCtlDirectEntry .1.3.6.1.4.1.36.2.18.28.1.5.1 |
decLesControlDirectInterfaceIf a Control Direct VCC exists, this object contains
the 'ifIndex' of the ATM port which terminates that
circuit at the LES.
Otherwise, its value is 0.rw INTEGER .1.3.6.1.4.1.36.2.18.28.1.5.1.1 |
decLesControlDirectVpiIf a Control Direct VCC exists, this object contains
the VPI of the Control Direct VCC at the point where
it connects to the LES.
Otherwise, its value is 0.rw INTEGER .1.3.6.1.4.1.36.2.18.28.1.5.1.2 |
decLesControlDirectVciIf a Control Direct VCC exists, this object contains
the VCI of the Control Direct VCC at the point where
it connects to the LES.
Otherwise, its value is 0.rw INTEGER .1.3.6.1.4.1.36.2.18.28.1.5.1.3 |
decLesControlDirectRowStatusUsed to create and delete rows in the table.rw Enumeration .1.3.6.1.4.1.36.2.18.28.1.5.1.4 |
decLesCtlDistTableThis optional table identifies Control Distribute
VCCs at the place where they attach to the LES.
In a SVC implementation, this table will be read-
only.
In a PVC implementation, this table can be used to
tell the LES about the creation or the deletion of
Control Distribute VCCs. SEQUENCE OF DecLesCtlDistEntry .1.3.6.1.4.1.36.2.18.28.1.6 |
decLesCtlDistEntryEach entry describes one Control Distribute VCC. DecLesCtlDistEntry .1.3.6.1.4.1.36.2.18.28.1.6.1 |
decLesControlDistInterfaceThe 'ifIndex' of the ATM port which terminates the
Control Distribute VCC at the LES.ro INTEGER .1.3.6.1.4.1.36.2.18.28.1.6.1.1 |
decLesControlDistVpiThe VPI of the Control Distribute VCC at the point
where this VCC connects to the LES.ro INTEGER .1.3.6.1.4.1.36.2.18.28.1.6.1.2 |
decLesControlDistVciThe VCI of the Control Distribute VCC at the point
where this VCC connects to the LES.ro INTEGER .1.3.6.1.4.1.36.2.18.28.1.6.1.3 |
decLesControlDistRowStatusAn object provided to satisfy the requirement that
all tables have at least one accessible object; in
the future, it may also be extended to provide PVC
support.rw Enumeration .1.3.6.1.4.1.36.2.18.28.1.6.1.4 |
decLesMacAddressTableA table of unicast MAC addresses registered with this
host's LES components by their local clients. SEQUENCE OF DecLesMacAddressEntry .1.3.6.1.4.1.36.2.18.28.1.7 |
decLesMacAddressEntryEach entry describes one registered (MAC address, ATM
address) pair. DecLesMacAddressEntry .1.3.6.1.4.1.36.2.18.28.1.7.1 |
decLesMacAddressOne of the MAC addresses registered with the LAN
Emulation Server 'decLesIndex'.ro OCTET STRING .1.3.6.1.4.1.36.2.18.28.1.7.1.1 |
decLesMacAddressOwnerThe LECID of the client that registered this MAC
address.ro INTEGER .1.3.6.1.4.1.36.2.18.28.1.7.1.2 |
decLesMacAddressAtmBindingThe ATM address associated with this MAC address.ro OCTET STRING .1.3.6.1.4.1.36.2.18.28.1.7.1.3 |
decLesRouteDescrTableA table of IEEE 802.5 Route Descriptors registered
with this host's LES components by their local
clients. SEQUENCE OF DecLesRouteDescrEntry .1.3.6.1.4.1.36.2.18.28.1.8 |
decLesRouteDescrEntryEach table row describes a (Route Descriptor, ATM
address) pair registered for a particular client. DecLesRouteDescrEntry .1.3.6.1.4.1.36.2.18.28.1.8.1 |
decLesRouteDescrSegmentIDThe LAN ID portion of the IEEE 802.5 route descriptor
associated with this conceptual row.ro INTEGER .1.3.6.1.4.1.36.2.18.28.1.8.1.1 |
decLesRouteDescrBridgeNumberThe Bridge Number portion of the IEEE 802.5 route
descriptor associated with this conceptual row.ro INTEGER .1.3.6.1.4.1.36.2.18.28.1.8.1.2 |
decLesRouteDescrOwnerThe LECID of the client that registered this route
descriptor.ro INTEGER .1.3.6.1.4.1.36.2.18.28.1.8.1.3 |
decLesRouteDescrAtmBindingThe ATM address registered for the IEEE 802.5 route
descriptor ('decLesRouteDescrSegmentID',
'decLesRouteDescrBridgeNumber').ro OCTET STRING .1.3.6.1.4.1.36.2.18.28.1.8.1.4 |
decLesTrafficTableA table of traffic statistics, with one row for each
Broadcast and Unknown Server. SEQUENCE OF DecLesTrafficEntry .1.3.6.1.4.1.36.2.18.28.1.9 |
decLesTrafficEntryA set of traffic statistics for one BUS component. DecLesTrafficEntry .1.3.6.1.4.1.36.2.18.28.1.9.1 |
decLesControlFramesInThe total number of control frames received by this
LES component. This includes invalid frames.ro Counter .1.3.6.1.4.1.36.2.18.28.1.9.1.1 |
decLesShortFramesThe number of frames which were discarded because
they were too short, and which are not included in
any other error count.ro Counter .1.3.6.1.4.1.36.2.18.28.1.9.1.2 |
decLesUnjoinedClientFramesThe number of frames which were discarded because a
client had not completed the Join process, and which
are not included in any other error count.ro Counter .1.3.6.1.4.1.36.2.18.28.1.9.1.3 |
decLesVersionsNotSupportedThe number of frames which were discarded because
they specified a version of the LAN Emulation protocol
which the server does not support.
This count does not include Join frames counted by the
MIB object 'decLesJoinVersionsNotSupported'.ro Counter .1.3.6.1.4.1.36.2.18.28.1.9.1.4 |
decLesInvalidFramesThe number of frames which were discarded because of
invalid frame formats, and which are not included in
any other error count. This counter includes frames
with invalid MARKERs and OPCODEs.ro Counter .1.3.6.1.4.1.36.2.18.28.1.9.1.5 |
decLesReceiveQueueDiscardsThe number of frames discarded due to receive queue
overflows, and not included in other discard counts.ro Counter .1.3.6.1.4.1.36.2.18.28.1.9.1.6 |
decLesMiscDiscardsThe number of incoming frames which were discarded
due to no fault of their own, and which are not
included in any other discard count or error count.ro Counter .1.3.6.1.4.1.36.2.18.28.1.9.1.7 |
decLesCallStatsTableThis table holds statistics on virtual circuit/leaf
establishment attempts.
It contains one row for each LAN Emulation Server,
and acts as an extension to 'decLesServicesTable'. SEQUENCE OF DecLesCallStatsEntry .1.3.6.1.4.1.36.2.18.28.1.10 |
decLesCallStatsEntryEach row contains connection statistics for one LAN
Emulation Server. DecLesCallStatsEntry .1.3.6.1.4.1.36.2.18.28.1.10.1 |
decLesCtlDirectCallsThe total number of Control Direct VCC establishment
attempts for this LES component.ro Counter .1.3.6.1.4.1.36.2.18.28.1.10.1.1 |
decLesCtlDirectFailuresThe number of Control Direct establishment attempts
for this LES component which were not accepted.
This includes failures counted in
decLesCtlDirectOutOfResources
decLesCtlDirectInvalidInfoElements
and any miscellaneous failures.ro Counter .1.3.6.1.4.1.36.2.18.28.1.10.1.2 |
decLesCtlDirectOutOfResourcesThe number of Control Direct establishment attempts
for this LES component which failed for lack of
resources.ro Counter .1.3.6.1.4.1.36.2.18.28.1.10.1.3 |
decLesCtlDirectInvalidInfoElementsThe number of Control Direct establishment attempts
for this LES component which failed because required
information elements were missing or contained
invalid information.
The optional Event Log group can help you determine
which information elements were invalid or missing.ro Counter .1.3.6.1.4.1.36.2.18.28.1.10.1.4 |
decLesCtlDistributeCallsThe total number of Control Distribute connections
which this LES component tried to establish to
clients.ro Counter .1.3.6.1.4.1.36.2.18.28.1.10.1.5 |
decLesCtlDistributeFailuresThe number of Control Distribute connections which
this LES component was unable to establish.
This includes failures counted in
decLesCtlDistribOutOfResources
decLesJoinCtlDistributeRejects
and any miscellaneous failures.ro Counter .1.3.6.1.4.1.36.2.18.28.1.10.1.6 |
decLesCtlDistribOutOfResourcesThe number of Control Distribute connections which
this LES component could not establish due to lack
of resources.ro Counter .1.3.6.1.4.1.36.2.18.28.1.10.1.7 |
decLesJoinTableThis table holds statistics on Join attempts. It
contains one row for each managed LES component. SEQUENCE OF DecLesJoinEntry .1.3.6.1.4.1.36.2.18.28.1.11 |
decLesJoinEntryEach row contains Join statistics for one LES. DecLesJoinEntry .1.3.6.1.4.1.36.2.18.28.1.11.1 |
decLesJoinRequestsThe total number of Join requests received by this
LES component.ro Counter .1.3.6.1.4.1.36.2.18.28.1.11.1.1 |
decLesJoinSuccessesThe number of first-time Join requests accepted by
this LES component.ro Counter .1.3.6.1.4.1.36.2.18.28.1.11.1.2 |
decLesJoinFailuresThe number of first-time Join requests rejected by
this LES component.
This includes requests counted in
decLesJoinInvalidParameters
decLesJoinDuplicateAtmAddresses
decLesJoinDuplicateLanDestinations
decLesJoinInvalidAtmAddresses
decLesJoinInvalidLanDestinations
decLesJoinWrongLanTypes
decLesJoinMaxFrameSizesTooSmall
decLesJoinInvalidLECIDs
decLesJoinCtlDistributeRejects
decLesJoinOutOfResources
This value does not include failures counted in
decLesJoinDuplicates
decLesJoinNonDuplicates
decLesJoinDiscards
decLesJoinTimeouts
decLesJoinVersionsNotSupportedro Counter .1.3.6.1.4.1.36.2.18.28.1.11.1.3 |
decLesJoinDuplicatesThe number of duplicate Join requests received by
this LES component. Each duplicate Join request is
answered with a duplicate Join response. These do
not count towards the various 'successful Join' and
'failed Join' statistics.ro Counter .1.3.6.1.4.1.36.2.18.28.1.11.1.4 |
decLesJoinNonDuplicatesThe number of Join requests which were rejected by
this LES component because they differed from
previous Join requests received over the same Control
Direct VCCs. Clients which send such requests are
terminated.ro Counter .1.3.6.1.4.1.36.2.18.28.1.11.1.5 |
decLesJoinDiscardsThe number of Join requests which were discarded
due to no fault of their own, and for which this
LES component sent no Join response.ro Counter .1.3.6.1.4.1.36.2.18.28.1.11.1.6 |
decLesJoinTimeoutsThe number of Control Direct VCCs which this LES
closed because their callers failed to send Join
requests within a reasonable time-out period.ro Counter .1.3.6.1.4.1.36.2.18.28.1.11.1.7 |
decLesJoinVersionsNotSupportedThe number of Join requests which were ignored by
this LES component because they specified a version
of the LAN Emulation protocol which the server does
not support. As per the specification, such requests
are not answered with response frames.ro Counter .1.3.6.1.4.1.36.2.18.28.1.11.1.8 |
decLesJoinInvalidParametersThe number of Join requests which were rejected by
this LES component due to invalid parameters (such
as a non-zero STATUS in the Join request frame).ro Counter .1.3.6.1.4.1.36.2.18.28.1.11.1.9 |
decLesJoinDuplicateAtmAddressesThe number of Join requests which were rejected
by this LES component because they specified a
duplicate ATM address.ro Counter .1.3.6.1.4.1.36.2.18.28.1.11.1.10 |
decLesJoinDuplicateLanDestinationsThe number of Join requests which were rejected
by this LES component because they specified a
duplicate LAN destination.ro Counter .1.3.6.1.4.1.36.2.18.28.1.11.1.11 |
decLesJoinInvalidAtmAddressesThe number of Join requests which were rejected by
this LES component because they specified an invalid
ATM address, or because the would-be clients violated
the rules concerning primary ATM addresses.ro Counter .1.3.6.1.4.1.36.2.18.28.1.11.1.12 |
decLesJoinInvalidLanDestinationsThe number of Join requests which were rejected
by this LES component because they specified an
illegal LAN destination, such as a multicast or
broadcast MAC address.ro Counter .1.3.6.1.4.1.36.2.18.28.1.11.1.13 |
decLesJoinWrongLanTypesThe number of Join requests which were rejected
by this LES component because they specified the
wrong LAN Type.ro Counter .1.3.6.1.4.1.36.2.18.28.1.11.1.14 |
decLesJoinMaxFrameSizesTooSmallThe number of Join requests which were rejected
by this LES component because they specified a
maximum frame size smaller than the one configured
for the emulated LAN.ro Counter .1.3.6.1.4.1.36.2.18.28.1.11.1.15 |
decLesJoinInvalidLECIDsThe number of Join requests which were rejected
by this LES component because they specified a
REQUESTER-LECID other than zero.ro Counter .1.3.6.1.4.1.36.2.18.28.1.11.1.16 |
decLesJoinCtlDistributeRejectsThe number of Join requests which were rejected
by this LES component because the client failed
to accept a Control Distribute VCC connection.ro Counter .1.3.6.1.4.1.36.2.18.28.1.11.1.17 |
decLesJoinOutOfResourcesThe number of Join requests which were rejected
by this LES component because the LES ran out
of resources.ro Counter .1.3.6.1.4.1.36.2.18.28.1.11.1.18 |
decLesJoinRcvQueueDiscardsThe number of Join request discards which were due
to running out of space in Join receive queues.ro Counter .1.3.6.1.4.1.36.2.18.28.1.11.1.19 |
decLesJoinLecRcvQueueDiscardsThe number of Join request discards which were due
to running out of space in per-LEC receive queues.ro Counter .1.3.6.1.4.1.36.2.18.28.1.11.1.20 |
decLesJoinResourceDiscardsThe number of Join request discards which were due
to the server running out of other resources.ro Counter .1.3.6.1.4.1.36.2.18.28.1.11.1.21 |
decLesRegisterTableThis table holds statistics on Registration attempts.
It contains one row for each managed LES component. SEQUENCE OF DecLesRegisterEntry .1.3.6.1.4.1.36.2.18.28.1.12 |
decLesRegisterEntryEach row contains registration statistics for one
LES. DecLesRegisterEntry .1.3.6.1.4.1.36.2.18.28.1.12.1 |
decLesRegisterRequestsThe total number of Register requests received by
this LAN Emulation Server component.ro Counter .1.3.6.1.4.1.36.2.18.28.1.12.1.1 |
decLesRegisterSuccessesThe total number of valid registration requests
received by this LAN Emulation Server component.ro Counter .1.3.6.1.4.1.36.2.18.28.1.12.1.2 |
decLesRegisterFailuresThe total number of invalid registration requests
received by this LAN Emulation Server component.ro Counter .1.3.6.1.4.1.36.2.18.28.1.12.1.3 |
decLesRegisterDiscardsThe number of Register requests which were discarded
due to no fault of their own, and for which this LES
component sent no Register response.ro Counter .1.3.6.1.4.1.36.2.18.28.1.12.1.4 |
decLesUnregisterRequestsThe total number of Unregister requests received by
this LAN Emulation Server component.ro Counter .1.3.6.1.4.1.36.2.18.28.1.12.1.5 |
decLesUnregisterSuccessesThe total number of valid unregister requests
received by this LAN Emulation Server component.ro Counter .1.3.6.1.4.1.36.2.18.28.1.12.1.6 |
decLesUnregisterFailuresThe total number of invalid unregister requests
received by this LAN Emulation Server component.ro Counter .1.3.6.1.4.1.36.2.18.28.1.12.1.7 |
decLesUnregisterDiscardsThe number of Unregister requests which were discarded
due to no fault of their own, and for which this LES
component sent no Unregister response.ro Counter .1.3.6.1.4.1.36.2.18.28.1.12.1.8 |
decLesRegDuplicateAtmAddressesThe number of Register requests that failed because
they specified an ATM address already registered to
another client.ro Counter .1.3.6.1.4.1.36.2.18.28.1.12.1.9 |
decLesRegDuplicateLanDestinationsThe number of Register requests that failed because
they specified a LAN Destination already registered
to another client.ro Counter .1.3.6.1.4.1.36.2.18.28.1.12.1.10 |
decLesRegInvalidAtmAddressesThe number of Register requests that failed because
they contained an invalid ATM address.ro Counter .1.3.6.1.4.1.36.2.18.28.1.12.1.11 |
decLesRegInvalidLanDestinationsThe number of Register requests that failed because
they specified an invalid LAN Destination - such as
a broadcast or multicast MAC address.ro Counter .1.3.6.1.4.1.36.2.18.28.1.12.1.12 |
decLesRegInvalidLECIDsThe number of Register requests that failed because
they contained an invalid LEC ID.ro Counter .1.3.6.1.4.1.36.2.18.28.1.12.1.13 |
decLesRegOutOfResourcesThe number of Register requests that failed because
the server ran out of resources.ro Counter .1.3.6.1.4.1.36.2.18.28.1.12.1.14 |
decLesRegRcvQueueDiscardsThe number of Register requests which were discarded
by this LES component because one of its receive
queues was full.ro Counter .1.3.6.1.4.1.36.2.18.28.1.12.1.15 |
decLesRegLecRcvQueueDiscardsThe number of Register requests which were discarded
by this LES component because one of its per-LEC
receive queues was full.ro Counter .1.3.6.1.4.1.36.2.18.28.1.12.1.16 |
decLesRegResourceDiscardsThe number of Register requests which were discarded
by this LES component because the server ran out of
resources.ro Counter .1.3.6.1.4.1.36.2.18.28.1.12.1.17 |
decLesUnRegInvalidLanDestinationsThe number of Unregister requests that failed because
they specified an invalid LAN Destination - such as
a broadcast or multicast MAC address.ro Counter .1.3.6.1.4.1.36.2.18.28.1.12.1.18 |
decLesUnRegInvalidLECIDsThe number of Unregister requests that failed because
they contained an invalid LEC ID.ro Counter .1.3.6.1.4.1.36.2.18.28.1.12.1.19 |
decLesUnRegRcvQueueDiscardsThe number of Unregister requests which were discarded
by this LES component because one of its receive
queues was full.ro Counter .1.3.6.1.4.1.36.2.18.28.1.12.1.20 |
decLesUnRegLecRcvQueueDiscardsThe number of Unregister requests which were discarded
by this LES component because one of its per-LEC
receive queues was full.ro Counter .1.3.6.1.4.1.36.2.18.28.1.12.1.21 |
decLesUnRegResourceDiscardsThe number of Unregister requests which were discarded
by this LES component because the server ran out of
resources.ro Counter .1.3.6.1.4.1.36.2.18.28.1.12.1.22 |
decLesRegAlreadyRegisteredThe number of successful Register requests which had
no effect, because the address pairs they specified
were already registered to the requesting clients.ro Counter .1.3.6.1.4.1.36.2.18.28.1.12.1.23 |
decLesUnRegNoSuchLanDestinationsThe number of successful Unregister requests which
had no effect, because the LAN Destinations that they
specified were already unregistered.ro Counter .1.3.6.1.4.1.36.2.18.28.1.12.1.24 |
decLesUnRegNoSuchAddressPairsThe number of successful Unregister requests which
had no effect, because the ATM addresses that they
specified did not match the registered ones.ro Counter .1.3.6.1.4.1.36.2.18.28.1.12.1.25 |
decLesUnRegOwnedByOthersThe number of successful Unregister requests which
had no effect, because they attempted to unregister
LAN Destinations belonging to other clients.ro Counter .1.3.6.1.4.1.36.2.18.28.1.12.1.26 |
decLesArpTableThis table holds statistics on LE_ARP_REQUESTs and
related LAN Emulation control frames. It contains
one row for each managed LES component. SEQUENCE OF DecLesArpEntry .1.3.6.1.4.1.36.2.18.28.1.13 |
decLesArpEntryEach row contains LE-ARP statistics for one LES. DecLesArpEntry .1.3.6.1.4.1.36.2.18.28.1.13.1 |
decLesArpRequestsAnsweredThe number of LE_ARP_REQUESTs which this LES component
has answered directly with a Success code.ro Counter .1.3.6.1.4.1.36.2.18.28.1.13.1.1 |
decLesArpRequestsForwardedThe number of LE_ARP_REQUESTs which this LES component
has forwarded to clients or other server components.ro Counter .1.3.6.1.4.1.36.2.18.28.1.13.1.2 |
decLesArpRequestsRejectedThe number of LE_ARP_REQUESTs which this LES component
has rejected. This includes frames counted in
decLesArpReqInvalidAtmAddresses
decLesArpReqInvalidLanDestinations
decLesArpReqInvalidLECIDsro Counter .1.3.6.1.4.1.36.2.18.28.1.13.1.3 |
decLesArpRequestsDiscardedThe number of LE_ARP_REQUESTs which this LES component
has discarded, due to no fault of their own.ro Counter .1.3.6.1.4.1.36.2.18.28.1.13.1.4 |
decLesArpResponsesForwardedThe number of LE_ARP_RESPONSEs which this LES
component has forwarded to one or more clients.
This count does not include any LE_ARP_RESPONSE
which is counted in 'decLesArpRequestsAnswered'.ro Counter .1.3.6.1.4.1.36.2.18.28.1.13.1.5 |
decLesArpResponsesRejectedThe number of LE_ARP_RESPONSEs which this LES
component has discarded due to errors. This includes
frames counted in
decLesArpRespInvalidLECIDsro Counter .1.3.6.1.4.1.36.2.18.28.1.13.1.6 |
decLesArpResponsesDiscardedThe number of LE_ARP_RESPONSEs which this LES
component has discarded due to no fault of their own.ro Counter .1.3.6.1.4.1.36.2.18.28.1.13.1.7 |
decLesNarpRequestsForwardedThe number of LE_NARP_REQUESTs which this LES
component has forwarded to clients.ro Counter .1.3.6.1.4.1.36.2.18.28.1.13.1.8 |
decLesNarpRequestsFilteredThe number of LE_NARP_REQUESTs which this LES has
filtered (discarded) to enforce management policy.
See 'decLesNarpRequestPolicy'.ro Counter .1.3.6.1.4.1.36.2.18.28.1.13.1.9 |
decLesNarpRequestsRejectedThe number of LE_NARP_REQUESTs which this LES
component has rejected. This includes frames
counted in
decLesNarpReqInvalidAtmAddresses
decLesNarpReqInvalidLanDestinations
decLesNarpReqInvalidLECIDsro Counter .1.3.6.1.4.1.36.2.18.28.1.13.1.10 |
decLesNarpRequestsDiscardedThe number of LE_NARP_REQUESTs which this LES has
discarded through no fault of their own, and which
are not counted in decLesNarpRequestsFiltered.ro Counter .1.3.6.1.4.1.36.2.18.28.1.13.1.11 |
decLesTopologyRequestsForwardedThe number of LE_TOPOLOGY_REQUESTs which this LES
component has forwarded to clients.ro Counter .1.3.6.1.4.1.36.2.18.28.1.13.1.12 |
decLesTopologyRequestsGeneratedThe number of LE_TOPOLOGY_REQUESTs which this LES
component has generated to take the emulated LAN
out of accelerated aging mode.ro Counter .1.3.6.1.4.1.36.2.18.28.1.13.1.13 |
decLesTopologyRequestsRejectedThe number of LE_TOPOLOGY_REQUESTs which this LES
component has rejected.ro Counter .1.3.6.1.4.1.36.2.18.28.1.13.1.14 |
decLesTopologyRequestsDiscardedThe number of LE_TOPOLOGY_REQUESTs which this LES
component has discarded due to no fault of their own.ro Counter .1.3.6.1.4.1.36.2.18.28.1.13.1.15 |
decLesTopologyRequestGenFailuresThe number of LE_TOPOLOGY_REQUESTs which this LES
component has tried, but failed, to generate.ro Counter .1.3.6.1.4.1.36.2.18.28.1.13.1.16 |
decLesArpReqInvalidAtmAddressesThe number of LE_ARP_REQUESTs which were rejected
because their ATM addresses were in unrecognizable
formats.ro Counter .1.3.6.1.4.1.36.2.18.28.1.13.1.17 |
decLesArpReqInvalidLanDestinationsThe number of LE_ARP_REQUESTs which were rejected
because they specified invalid LAN Destinations -
such as multicast MAC addresses.ro Counter .1.3.6.1.4.1.36.2.18.28.1.13.1.18 |
decLesArpReqInvalidLECIDsThe number of LE_ARP_REQUESTs that were discarded
because they contained an invalid LEC ID.ro Counter .1.3.6.1.4.1.36.2.18.28.1.13.1.19 |
decLesArpReqReceiveQueueDiscardsThe number of LE_ARP requests which were discarded
by this LES component because one of its receive
queues was full.ro Counter .1.3.6.1.4.1.36.2.18.28.1.13.1.20 |
decLesArpReqResourceDiscardsThe number of LE_ARP requests which were discarded
by this LES component because the server ran out of
resources.ro Counter .1.3.6.1.4.1.36.2.18.28.1.13.1.21 |
decLesArpRespInvalidLECIDsThe number of LE_ARP_RESPONSEs which this LES
component has discarded because
* they specify invalid LECIDs,
* their REQUESTER-LECIDs and SOURCE-ATM-ADDRESSes
indicate two different clients, or
* the clients to which they were directed are no
longer part of the emulated LAN.ro Counter .1.3.6.1.4.1.36.2.18.28.1.13.1.22 |
decLesArpRespReceiveQueueDiscardsThe number of LE_ARP responses which were discarded
by this LES component because one of its receive
queues was full.ro Counter .1.3.6.1.4.1.36.2.18.28.1.13.1.23 |
decLesArpRespResourceDiscardsThe number of LE_ARP responses which were discarded
by this LES component because the server ran out of
resources.ro Counter .1.3.6.1.4.1.36.2.18.28.1.13.1.24 |
decLesNarpReqInvalidAtmAddressesThe number of LE_NARP_REQUESTs which were rejected
because their ATM addresses were in unrecognizable
formats.ro Counter .1.3.6.1.4.1.36.2.18.28.1.13.1.25 |
decLesNarpReqInvalidLanDestinationsThe number of LE_NARP_REQUESTs that were rejected
because they specified invalid LAN Destinations -
such as multicast MAC addresses.ro Counter .1.3.6.1.4.1.36.2.18.28.1.13.1.26 |
decLesNarpReqInvalidLECIDsThe number of LE_NARP_REQUESTs that were rejected
because they contained an invalid LEC ID.ro Counter .1.3.6.1.4.1.36.2.18.28.1.13.1.27 |
decLesNarpReqReceiveQueueDiscardsThe number of LE_NARP requests which were discarded
by this LES component because one of its receive
queues was full.ro Counter .1.3.6.1.4.1.36.2.18.28.1.13.1.28 |
decLesNarpReqResourceDiscardsThe number of LE_NARP requests which were discarded
by this LES component because the server ran out of
resources.ro Counter .1.3.6.1.4.1.36.2.18.28.1.13.1.29 |
decLesTopoReqReceiveQueueDiscardsThe number of LE_TOPOLOGY requests which were
discarded by this LES component because one of its
receive queues was full.ro Counter .1.3.6.1.4.1.36.2.18.28.1.13.1.30 |
decLesTopoReqResourceDiscardsThe number of LE_TOPOLOGY requests which were
discarded by this LES component because the server
ran out of resources.ro Counter .1.3.6.1.4.1.36.2.18.28.1.13.1.31 |
decLesFlushTableThis table holds statistics on LE_FLUSH_RESPONSE
frames. It contains one row for each managed LES
component. SEQUENCE OF DecLesFlushEntry .1.3.6.1.4.1.36.2.18.28.1.14 |
decLesFlushEntryEach row contains Flush statistics for one LES. DecLesFlushEntry .1.3.6.1.4.1.36.2.18.28.1.14.1 |
decLesFlushResponsesForwardedThe number of LE_FLUSH_RESPONSES which this LES
component has forwarded.ro Counter .1.3.6.1.4.1.36.2.18.28.1.14.1.1 |
decLesFlushResponsesRejectedThe number of LE_FLUSH_RESPONSES which this LES
component has rejected.ro Counter .1.3.6.1.4.1.36.2.18.28.1.14.1.2 |
decLesFlushResponsesDiscardedThe number of LE_FLUSH_RESPONSES which this LES
component has discarded due to no fault of their own.ro Counter .1.3.6.1.4.1.36.2.18.28.1.14.1.3 |
decLesEventLogMaximumSizeThe minimum number of events which the agent should
remember before purging old log entries to make way
for new ones.rw INTEGER .1.3.6.1.4.1.36.2.18.28.1.15 |
decLesEventLogTableA table of event log entries for the emulated
LANs that this node serves. SEQUENCE OF DecLesEventLogEntry .1.3.6.1.4.1.36.2.18.28.1.16 |
decLesEventLogEntryAn entry describing a significant event. DecLesEventLogEntry .1.3.6.1.4.1.36.2.18.28.1.16.1 |
decLesEventIndexA unique number greater than zero which identifies
this table row.ro INTEGER .1.3.6.1.4.1.36.2.18.28.1.16.1.1 |
decLesEventTypeThe event which triggered this log entry.
joinFailed(1) - A client tried to join one of the
LANs this host serves, but the attempt failed.
registrationFailed(2) - A client was not able to
register a new LAN Destination.ro Enumeration .1.3.6.1.4.1.36.2.18.28.1.16.1.2 |
decLesEventReasonThe cause of the failure.ro Enumeration .1.3.6.1.4.1.36.2.18.28.1.16.1.3 |
decLesEventServerThe 'decLesIndex' of the LAN Emulation Server that
was involved in this incident.
If the value of this object is zero, it indicates
that the server no longer exists.ro INTEGER .1.3.6.1.4.1.36.2.18.28.1.16.1.4 |
decLesEventServerAtmAddressThe ATM address of the LAN Emulation server that was
involved in this incident.ro OCTET STRING .1.3.6.1.4.1.36.2.18.28.1.16.1.5 |
decLesEventClientAtmAddressIf known, the ATM address of the LAN Emulation Client
that was involved in this incident.ro OCTET STRING .1.3.6.1.4.1.36.2.18.28.1.16.1.6 |
decLesEventClientMacAddressIf known, one of the MAC addresses of the client that
was involved in this incident.
If 'decLesEventReason' is 'duplicateLanDestination'
or 'invalidLanDestination', the value of this object
will be the MAC address in question.ro OCTET STRING .1.3.6.1.4.1.36.2.18.28.1.16.1.7 |
decLesEventTimestampThe value of sysUpTime at the time that the event
occurred. If the event occurred prior to the last
re-initialization of the local network management
subsystem, this object contains a zero value.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.36.2.18.28.1.16.1.8 |
decLesMIBConformance OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.28.2 |
decLesMIBGroups OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.28.2.1 |
decLesConfigGroup OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.28.2.1.1 |
decLesClientStatesGroup OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.28.2.1.2 |
decLesClientGroup OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.28.2.1.3 |
decLesLecGroup OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.28.2.1.4 |
decLesCircuitGroup OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.28.2.1.5 |
decLesMacAddressGroup OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.28.2.1.6 |
decLesRouteDescrGroup OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.28.2.1.7 |
decLesTrafficGroup OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.28.2.1.8 |
decLesCallStatsGroup OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.28.2.1.9 |
decLesJoinStatsGroup OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.28.2.1.10 |
decLesRegisterStatsGroup OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.28.2.1.11 |
decLesArpStatsGroup OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.28.2.1.12 |
decLesFlushStatsGroup OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.28.2.1.13 |
decLesEventLogGroup OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.28.2.1.14 |
decLesMIBCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.28.2.2 |
decLesMIBCompliance OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.28.2.2.1 |