DEC-LECS-MIB
Detailed view of the defined objects, syntax rules, and hierarchical paths.
108
Objects
Active
Status
3
Dependencies
Imported Objects
Objects
108 total| Object Name |
|---|
decLecsMIB OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.31 |
RFC1155-SMI Unknown .1.3.6.1.4.1.36.2.18.31 |
decElanAdminGroup OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.31.1 |
decElanAdminPolicyVal OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.31.1.1 |
assignByAtmAddr OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.31.1.1.1 |
assignByMacAddr OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.31.1.1.2 |
assignByRouteDescriptor OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.31.1.1.3 |
assignByElanName OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.31.1.1.4 |
assignByCompatibility OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.31.1.1.5 |
decElanConfGroup OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.31.2 |
decElanConfNextIdThe 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.ro INTEGER .1.3.6.1.4.1.36.2.18.31.2.1 |
decElanConfTableThis 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. SEQUENCE OF DecElanConfEntry .1.3.6.1.4.1.36.2.18.31.2.2 |
decElanConfEntryEach entry in this table represents an
Emulated LAN. Objects elanConfIndex
and elanConfRowStatus are required
during row creation and deletion. DecElanConfEntry .1.3.6.1.4.1.36.2.18.31.2.2.1 |
decElanConfIndexA 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.ro INTEGER .1.3.6.1.4.1.36.2.18.31.2.2.1.1 |
decElanConfNameThe 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.rw OCTET STRING .1.3.6.1.4.1.36.2.18.31.2.2.1.2 |
decElanConfTlvIndexThe value of this object identifies the
rows in the decLecsTlvTable which apply
to this ELAN.rw INTEGER .1.3.6.1.4.1.36.2.18.31.2.2.1.3 |
decElanConfLanTypeThe LAN type of this ELAN entry.rw Enumeration .1.3.6.1.4.1.36.2.18.31.2.2.1.4 |
decElanConfMaxFrameSizeThe maximum data frame size of this
ELAN entry.rw Enumeration .1.3.6.1.4.1.36.2.18.31.2.2.1.5 |
decElanConfAdminStatusThis 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
behavior of manually-configured clients.rw Enumeration .1.3.6.1.4.1.36.2.18.31.2.2.1.6 |
decElanConfDefaultElanThis 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.rw Enumeration .1.3.6.1.4.1.36.2.18.31.2.2.1.7 |
decElanConfRowStatusThis object is used to create or delete
entries in the decElanConfTable.rw Enumeration .1.3.6.1.4.1.36.2.18.31.2.2.1.8 |
decElanLesTableThis 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.) SEQUENCE OF DecElanLesEntry .1.3.6.1.4.1.36.2.18.31.2.3 |
decElanLesEntryEach entry in this table represents
a LES/Emulated LAN pair. Objects
decElanLesAtmAddress and decElanLesRowStatus
are required during row creation. DecElanLesEntry .1.3.6.1.4.1.36.2.18.31.2.3.1 |
decElanLesIndexAn arbitrary number which uniquely
identifies the LES this entry pertains
to.ro INTEGER .1.3.6.1.4.1.36.2.18.31.2.3.1.1 |
decElanLesAtmAddressThe 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.rw OCTET STRING .1.3.6.1.4.1.36.2.18.31.2.3.1.2 |
decElanLesRowStatusThis object is used to create or delete
entries in this table.rw Enumeration .1.3.6.1.4.1.36.2.18.31.2.3.1.3 |
decElanPolicyTableThis 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. SEQUENCE OF DecElanPolicyEntry .1.3.6.1.4.1.36.2.18.31.2.4 |
decElanPolicyEntryEach 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. DecElanPolicyEntry .1.3.6.1.4.1.36.2.18.31.2.4.1 |
decElanPolicySelectorIndexThe value of this object indicates
a group of policies that can be selected
by an ELAN configuration service
provider (such as the LECS).ro INTEGER .1.3.6.1.4.1.36.2.18.31.2.4.1.1 |
decElanPolicyIndexThe value of this object uniquely
identifies a single policy entry in
this table.ro INTEGER .1.3.6.1.4.1.36.2.18.31.2.4.1.2 |
decElanPolicyPriorityThe 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.rw INTEGER .1.3.6.1.4.1.36.2.18.31.2.4.1.3 |
decElanPolicyTypeThe type of this policy.rw OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.31.2.4.1.4 |
decElanPolicyRowStatusThis object is used to create or delete
entries in the decElanPolicyTable.rw Enumeration .1.3.6.1.4.1.36.2.18.31.2.4.1.5 |
decElanLecAtmAddrTableThis 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. SEQUENCE OF DecElanLecAtmAddrEntry .1.3.6.1.4.1.36.2.18.31.2.5 |
decElanLecAtmAddrEntryEach entry represents a LEC to ELAN
binding. DecElanLecAtmAddrEntry .1.3.6.1.4.1.36.2.18.31.2.5.1 |
decElanLecAtmAddressThe 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.ro OCTET STRING .1.3.6.1.4.1.36.2.18.31.2.5.1.1 |
decElanLecAtmMaskThe 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.ro OCTET STRING .1.3.6.1.4.1.36.2.18.31.2.5.1.2 |
decElanLecAtmRowStatusThis object is used to create or delete
entries in this table.rw Enumeration .1.3.6.1.4.1.36.2.18.31.2.5.1.3 |
decElanLecMacAddrTableThis 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. SEQUENCE OF DecElanLecMacAddrEntry .1.3.6.1.4.1.36.2.18.31.2.6 |
decElanLecMacAddrEntryEach entry represents a LEC to ELAN
binding. Object elanLecMacRowStatus
is required during row creation or
deletion. DecElanLecMacAddrEntry .1.3.6.1.4.1.36.2.18.31.2.6.1 |
decElanLecMacAddressThe 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.ro OCTET STRING .1.3.6.1.4.1.36.2.18.31.2.6.1.1 |
decElanLecMacRowStatusThis object is used to create or
delete entries in this table.rw Enumeration .1.3.6.1.4.1.36.2.18.31.2.6.1.2 |
decElanLecRdTableThis 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. SEQUENCE OF DecElanLecRdEntry .1.3.6.1.4.1.36.2.18.31.2.7 |
decElanLecRdEntryEach entry represents a LEC to ELAN
binding. DecElanLecRdEntry .1.3.6.1.4.1.36.2.18.31.2.7.1 |
decElanLecRdSegIdThe 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.31.2.7.1.1 |
decElanLecRdBridgeNumThe 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.31.2.7.1.2 |
decElanLecRdRowStatusThis object is used to create or
destroy entries in this table.rw Enumeration .1.3.6.1.4.1.36.2.18.31.2.7.1.3 |
decElanLecsGroup OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.31.3 |
decElanLecsConfGroup OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.31.3.1 |
decLecsConfNextIdThe next available LECS index. The
value of this object can be used as
the index to the decLecsConfTable during
creation.ro INTEGER .1.3.6.1.4.1.36.2.18.31.3.1.1 |
decLecsConfTableThis 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. SEQUENCE OF DecLecsConfEntry .1.3.6.1.4.1.36.2.18.31.3.1.2 |
decLecsConfEntryEach 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). DecLecsConfEntry .1.3.6.1.4.1.36.2.18.31.3.1.2.1 |
decLecsConfIndexAn 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.ro INTEGER .1.3.6.1.4.1.36.2.18.31.3.1.2.1.1 |
decLecsAtmIfIndexThe 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.rw INTEGER .1.3.6.1.4.1.36.2.18.31.3.1.2.1.2 |
decLecsAtmAddrSpecAn 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.rw OCTET STRING .1.3.6.1.4.1.36.2.18.31.3.1.2.1.3 |
decLecsAtmAddrMaskThe 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.rw OCTET STRING .1.3.6.1.4.1.36.2.18.31.3.1.2.1.4 |
decLecsAtmAddrActualThe 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'.ro OCTET STRING .1.3.6.1.4.1.36.2.18.31.3.1.2.1.5 |
decLecsPolicySelIndexThe 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.ro INTEGER .1.3.6.1.4.1.36.2.18.31.3.1.2.1.6 |
decLecsLastInitializedThe time (in hundredths of a second)
since the LECS was last re-initialized.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.36.2.18.31.3.1.2.1.7 |
decLecsOperStatusThis 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'.ro Enumeration .1.3.6.1.4.1.36.2.18.31.3.1.2.1.8 |
decLecsAdminStatusThe 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.rw Enumeration .1.3.6.1.4.1.36.2.18.31.3.1.2.1.9 |
decLecsRowStatusThis object is used to create or
delete entries in this table.rw Enumeration .1.3.6.1.4.1.36.2.18.31.3.1.2.1.10 |
decLecsTlvTableThis 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. SEQUENCE OF DecLecsTlvEntry .1.3.6.1.4.1.36.2.18.31.3.1.4 |
decLecsTlvEntryEach entry represents a TLV encoding for use
with those ELANs whose 'decElanConfTlvIndex'
equals the 'decLecsTlvSelectorIndex'.
Objects decLecsTlvVal and decLecsTlvRowStatus
are required during row creation. DecLecsTlvEntry .1.3.6.1.4.1.36.2.18.31.3.1.4.1 |
decLecsTlvSelectorIndexThe value of this object indicates
a group of TLVs that can be selected.ro INTEGER .1.3.6.1.4.1.36.2.18.31.3.1.4.1.1 |
decLecsTlvTagThe 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.ro OCTET STRING .1.3.6.1.4.1.36.2.18.31.3.1.4.1.2 |
decLecsTlvIndexThe index of this TLV encoding entry.
The value of this object can be used
to distinguish between different entries
with the same decLecsTlvTag value.ro INTEGER .1.3.6.1.4.1.36.2.18.31.3.1.4.1.3 |
decLecsTlvValThe value of this TLV entry.rw OCTET STRING .1.3.6.1.4.1.36.2.18.31.3.1.4.1.4 |
decLecsTlvRowStatusThis object is used to create or
destroy entries in this tablerw Enumeration .1.3.6.1.4.1.36.2.18.31.3.1.4.1.5 |
decElanLecsFaultGroup OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.31.3.2 |
decLecsErrCtlTableThis 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. SEQUENCE OF DecLecsErrCtlEntry .1.3.6.1.4.1.36.2.18.31.3.2.1 |
decLecsErrCtlEntryEach entry represents a LECS entry
in the decLecsConfTable. DecLecsErrCtlEntry .1.3.6.1.4.1.36.2.18.31.3.2.1.1 |
decLecsErrCtlAdminStatusThis object is used to enable/disable error
logging for the LECS.rw Enumeration .1.3.6.1.4.1.36.2.18.31.3.2.1.1.1 |
decLecsErrCtlOperStatusThis 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.ro Enumeration .1.3.6.1.4.1.36.2.18.31.3.2.1.1.2 |
decLecsErrCtlClearLogThis object is used to clear the error log
entries associated with this LECS.rw Enumeration .1.3.6.1.4.1.36.2.18.31.3.2.1.1.3 |
decLecsErrCtlMaxEntriesThe maximum entries of the error
log a LECS can support.ro INTEGER .1.3.6.1.4.1.36.2.18.31.3.2.1.1.4 |
decLecsErrCtlLastEntryThe index to the last entry in the error
log table associated with this LECS.rw INTEGER .1.3.6.1.4.1.36.2.18.31.3.2.1.1.5 |
decLecsErrLogTableThis 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. SEQUENCE OF DecLecsErrLogEntry .1.3.6.1.4.1.36.2.18.31.3.2.2 |
decLecsErrLogEntryEach entry represents a LEC that
was rejected due to a violation
against the policies or an error. DecLecsErrLogEntry .1.3.6.1.4.1.36.2.18.31.3.2.2.1 |
decLecsErrLogIndexAn 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.ro INTEGER .1.3.6.1.4.1.36.2.18.31.3.2.2.1.1 |
decLecsErrLogAtmAddrThe 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.ro OCTET STRING .1.3.6.1.4.1.36.2.18.31.3.2.2.1.2 |
decLecsErrLogErrCodeThe 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.ro INTEGER .1.3.6.1.4.1.36.2.18.31.3.2.2.1.3 |
decLecsErrLogTimeThe sysUpTime when this entry was logged by
the LECS.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.36.2.18.31.3.2.2.1.4 |
decElanLecsStatGroup OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.31.3.3 |
decLecsStatsTableA (conceptual) table of statistics
associated with all
LECS instances on the device. SEQUENCE OF DecLecsStatsEntry .1.3.6.1.4.1.36.2.18.31.3.3.1 |
decLecsStatsEntryA (conceptual) row in the
decLecsStatsTable which corresponds
to the statistics kept by a particular
instance of a LES. DecLecsStatsEntry .1.3.6.1.4.1.36.2.18.31.3.3.1.1 |
decLecsStatSuccessfulThe number of CONFIGURE requests
successfully granted since the agent
was last initialized.ro Counter .1.3.6.1.4.1.36.2.18.31.3.3.1.1.1 |
decLecsStatInBadFramesThe number of malformed CONFIGURE
requests dropped by the LECS.ro Counter .1.3.6.1.4.1.36.2.18.31.3.3.1.1.2 |
decLecsStatInvalidParamThe number of CONFIGURE requests
rejected due to the invalid request
parameters error.ro Counter .1.3.6.1.4.1.36.2.18.31.3.3.1.1.3 |
decLecsStatInsufResThe number of CONFIGURE requests rejected due
to the insufficent resources to grant request
error.ro Counter .1.3.6.1.4.1.36.2.18.31.3.3.1.1.4 |
decLecsStatAccDeniedThe number of CONFIGURE requests rejected due
to the access denied error.ro Counter .1.3.6.1.4.1.36.2.18.31.3.3.1.1.5 |
decLecsStatInvalidReqThe number of CONFIGURE requests rejected due
to the invalid requester-id error.ro Counter .1.3.6.1.4.1.36.2.18.31.3.3.1.1.6 |
decLecsStatInvalidDestThe number of CONFIGURE requests rejected due
to the invalid destination error.ro Counter .1.3.6.1.4.1.36.2.18.31.3.3.1.1.7 |
decLecsStatInvalidAddrThe number of CONFIGURE requests rejected due
to the invalid ATM address error.ro Counter .1.3.6.1.4.1.36.2.18.31.3.3.1.1.8 |
decLecsStatNoConfThe number of CONFIGURE requests rejected due
to the LE Client is not recognized error.ro Counter .1.3.6.1.4.1.36.2.18.31.3.3.1.1.9 |
decLecsStatConfErrorThe number of CONFIGURE requests rejected due
to the LE_CONFIGURE error.ro Counter .1.3.6.1.4.1.36.2.18.31.3.3.1.1.10 |
decLecsStatInsufInfoThe number of CONFIGURE requests rejected due
to the insufficient information error.ro Counter .1.3.6.1.4.1.36.2.18.31.3.3.1.1.11 |
decLecsMIBConformance OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.31.4 |
decLecsMIBGroups OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.31.4.1 |
decElanCConfGroup OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.31.4.1.1 |
decElanLecAssignByAtmGroup OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.31.4.1.2 |
decElanLecAssignByMacGroup OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.31.4.1.3 |
decElanLecAssignByRdGroup OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.31.4.1.4 |
decLecsCStatGroup OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.31.4.1.5 |
decLecsCGroup OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.31.4.1.6 |
decLecsCFaultGroup OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.31.4.1.7 |
decLecsMIBCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.31.4.2 |
decLecsMIBCompliance OBJECT IDENTIFIER .1.3.6.1.4.1.36.2.18.31.4.2.1 |