CISCO-L2-CONTROL-MIB
AI MIB Summary
The CISCO-L2-CONTROL-MIB enables management of Layer 2 switching and routing functions on Cisco devices, specifically configuring MAC address table limits and controlling unicast flooding behavior.
The CISCO-L2-CONTROL-MIB is used to control some layer 2 functions, including MAC limit function and unicast flooding. This device could be a router or a switch.
Main OID:
ciscoL2ControlMIB.1.3.6.1.4.1.9.9.313
78
Objects
Active
Status
7
Dependencies
Imported Objects
Objects
78 total| Object Name |
|---|
ciscoL2ControlMIBThe CISCO-L2-CONTROL-MIB is used to control some layer 2
functions, including MAC limit function and unicast
flooding. This device could be a router or a switch. MODULE-IDENTITY .1.3.6.1.4.1.9.9.313 |
ciscoL2ControlMIBNotifs OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.313.0 |
clcVlanMacLimitNotifNotification is sent when the number of MAC addresses
(the value of clcFdbVlanMacUsage) has crossed the
configured limit of MAC addresses(clcVlanMaxMacLimit)
either rising above or falling below it. NOTIFICATION-TYPE .1.3.6.1.4.1.9.9.313.0.1 |
clcVlanMacLimitHighNotifNotification is sent when the number of MAC addresses
(the value of clcFdbVlanMacUsage) has crossed the
configured higher threshold limit of MAC
addresses(clcVlanMacLimitHigh)
either rising above or falling below it. NOTIFICATION-TYPE .1.3.6.1.4.1.9.9.313.0.2 |
clcIfMacLimitLowNotifNotification is sent when the number of MAC addresses
(the value of clcFdbIfMacUsage) has crossed the
configured lower threshold limit of MAC
addresses(clcIfMacLimitLow) either rising above or falling
below it. NOTIFICATION-TYPE .1.3.6.1.4.1.9.9.313.0.3 |
clcIfMacLimitHighNotifNotification is sent when the number of MAC addresses
(the value of clcFdbIfMacUsage) has crossed the
configured higher threshold limit of MAC
addresses(clcIfMacLimitHigh)
either rising above or falling below it. NOTIFICATION-TYPE .1.3.6.1.4.1.9.9.313.0.4 |
clcIfVlanMacLimitLowNotifNotification is sent when the number of MAC addresses
(the value of clcFdbIfVlanMacUsage) has crossed the
configured lower threshold limit of MAC
addresses(clcIfVlanMacLimitLow)
either rising above or falling below it. NOTIFICATION-TYPE .1.3.6.1.4.1.9.9.313.0.5 |
clcIfVlanMacLimitHighNotifNotification is sent when the number of MAC addresses
(the value of clcFdbIfVlanMacUsage) has crossed the
configured higher threshold limit of MAC
addresses(clcIfVlanMacLimitHigh)
either rising above or falling below it. NOTIFICATION-TYPE .1.3.6.1.4.1.9.9.313.0.6 |
ciscoL2ControlMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.313.1 |
clcMacAddressLimitObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.313.1.1 |
clcMacLimitEnableThis object is to enable or disable the limit of number
of MAC addresses function globally.
MAC limit function is to try to control the number of MAC
addresses for each VLAN or interface or interface-VLAN pair in
the forwarding tables for a network device. It is possible that
one VLAN or one interface or interface-VLAN pair can exhaust
all available MAC entries because of Denial-of-Service
and cause users' traffic on the other VLANS or interfaces flooded.
To prevent this situation, the MAC limit for each VLAN or interface
or interface-VLAN pair is needed. The major function of this
feature is to protect the layer 2 forwarding table.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.9.9.313.1.1.1 |
clcMaxMacLimitDefaultThe global default value for low threshold
limit number of MAC addresses in the system.rw Unsigned32 .1.3.6.1.4.1.9.9.313.1.1.2 |
clcMacLimitExceededActionDefaultThe global default action to be taken by the system
when the number of MAC addresses in the forwarding
table has exceeded the low threshold number of MAC address
limit for a VLAN or an interface or for interface-VLAN pair.rw MacLimitExceededAction .1.3.6.1.4.1.9.9.313.1.1.3 |
clcMacLimitExceedNotifOptionThis MIB object provides the choices of generating MAC limit
exceeded notification to the users.
When the system detects the current learned number of MAC
addresses in the forwarding table which has exceeded the limit
number of MAC addresses, the system will generate the
following notifications.
syslog(1) : An syslog message will be generated to users.
snmpNotif(2) : An SNMP notification message will be generated
to users.
both(3) : Both a syslog message and an SNMP notification
message will be generated to users.rw Enumeration .1.3.6.1.4.1.9.9.313.1.1.4 |
clcMacLimitNotifEnableThe MIB object controls generation of SNMP notification
for MAC Limit feature.
When this object is 'true', generation of
clcVlanMacLimitNotif is enabled. When this object is
'false', generation of clcVlanMacLimitNotif is disabled.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.9.9.313.1.1.5 |
clcVlanMacLimitTableThe table contains information on Vlan MAC address limit
feature for each VLAN capable of this feature. SEQUENCE OF ClcVlanMacLimitEntry .1.3.6.1.4.1.9.9.313.1.1.6 |
clcVlanMacLimitEntryAn entry contains Vlan MAC address limit feature
configuration for the VLAN ClcVlanMacLimitEntry .1.3.6.1.4.1.9.9.313.1.1.6.1 |
clcVlanMacLimitIndexThe VLAN ID for each VLAN's configuration of MAC
address limit function in the system. Unsigned32 .1.3.6.1.4.1.9.9.313.1.1.6.1.1 |
clcVlanMacLimitGlobalConfigThis object indicates whether the configurations for this
VLAN are based on the corresponding global default
configurations or not.
vlanMaxMacLimit(0) : indicates that the value of
clcVlanMaxMacLimit is based on the value of
clcMaxMacLimitDefault if this bit is set.
vlanLimitExceededAction(1) : indicates that the value of
clcVlanMacLimitExceededAction is based on the
value of clcMacLimitExceededActionDefault if this
bit is set.
vlanMacLimitHigh(2) : indicates that the value of
clcVlanMacLimitHigh is based on the value of
clcMacLimitHighDefault if this bit is set.
vlanLimitHighExceededAction(3) : indicates that the value of
clcVlanMacLimitHighExceedAction is based on the
value of clcMacLimitHighExceedActionDef if this
bit is set.ro Bits .1.3.6.1.4.1.9.9.313.1.1.6.1.2 |
clcVlanMaxMacLimitThe lower threshold limit number of MAC addresses entries for
this VLAN.
When the instance value of this object is set to 0, no lower
threshold limit will be applied for this Vlan and the
corresponding instance value of clcVlanMacLimitExceededAction
of the same row has no effect.
The default value of this object is the value of
clcMaxMacLimitDefault.rw Unsigned32 .1.3.6.1.4.1.9.9.313.1.1.6.1.3 |
clcVlanMacLimitExceededActionThe action to be taken by the system for this VLAN while the
number of MAC addresses has exceeded the value of
clcVlanMaxMacLimit.
This object value is only effective when the corresponding
instance value of clcVlanMaxMacLimit is not set to 0.
The default value of this MIB object is the value of
clcMacLimitExceededActionDefault.rw MacLimitExceededAction .1.3.6.1.4.1.9.9.313.1.1.6.1.4 |
clcVlanMacLimitStatusThis object is a conceptual row entry that allows to add
or delete entries to or from the clcVlanMacLimitTable.
1. When creating an entry in this table 'createAndGo'
method is used and the value of this object is set to
'active'. Deactivation of an 'active' entry is not
allowed.
2. When deleting an entry in this table 'destroy' method
is used.
The value of clcVlanMaxMacLimit, clcVlanMacLimitExceededAction,
clcVlanMacLimitEnable, clcVlanMacLimitHigh and
clcVlanMacLimitHighExceedAction object can be modified when the
value of this RowStatus object is 'active'.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.9.9.313.1.1.6.1.5 |
clcVlanMacLimitEnableThis object indicates whether the Mac Limit feature is
enabled on this Vlan or not.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.9.9.313.1.1.6.1.6 |
clcVlanMacLimitHighThe higher threshold limit for the number of MAC addresses entries
on this VLAN. The instance value of this clcVlanMacLimitHigh
must be greater than the instance value of the clcVlanMaxMacLimit
of the same row, only when the value is not zero.
When the instance value of this object is set to 0, no higher
threshold limit will be applied for this Vlan and the
corresponding instance value of clcVlanMacLimitHighExceededAction
of the same row has no effect.
The default value of this MIB object is the value of
clcMacLimitHighDefault.rw Unsigned32 .1.3.6.1.4.1.9.9.313.1.1.6.1.7 |
clcVlanMacLimitHighExceedActionThe action to be taken by the system for this Vlan while the
number of MAC addresses has exceeded the value of
clcVlanMacLimitHigh.
This object value is only effective when the corresponding instance
value of clcVlanMacLimitHigh is not set to 0.
The default value of this MIB object is the value of
clcMacLimitHighExceedActionDef.rw MacLimitExceededAction .1.3.6.1.4.1.9.9.313.1.1.6.1.8 |
clcFdbVlanInfoTableThe table contains VLAN information of forwarding tables in
the system. SEQUENCE OF ClcFdbVlanInfoEntry .1.3.6.1.4.1.9.9.313.1.1.7 |
clcFdbVlanInfoEntryAn entry contains the information of a VLAN in a specific
forwarding table. Each forwarding table will be identified by
the entity physical index. ClcFdbVlanInfoEntry .1.3.6.1.4.1.9.9.313.1.1.7.1 |
clcFdbVlanMacUsageThe usage of the MAC addresses in the specific forwarding
table for this VLAN. It indicates the number of MAC
addresses in this VLAN for a forwarding table.ro Unsigned32 .1.3.6.1.4.1.9.9.313.1.1.7.1.1 |
clcMacLimitIntervalSpecifies the interval at which forwarding table
is monitored.rw Unsigned32 UNITS "seconds" .1.3.6.1.4.1.9.9.313.1.1.8 |
clcMacLimitHighDefaultThe global default value for high threshold limit number of
MAC addresses in the system.
The value of clcMacLimitHighDefault must be greater
than the value of clcMaxMacLimitDefault.rw Unsigned32 .1.3.6.1.4.1.9.9.313.1.1.9 |
clcMacLimitHighExceedActionDefThe global default action to be taken by the system
when the number of MAC addresses in the forwarding
table has exceeded the high threshold number of MAC address
limit for a VLAN or for a interface or for interface-VLAN pair.rw MacLimitExceededAction .1.3.6.1.4.1.9.9.313.1.1.10 |
clcMacLimitHighNotifEnableThe MIB object controls generation of SNMP notification
for Vlan MAC Limit feature.
When this object is 'true', generation of
clcVlanMacLimitHighNotif is enabled. When this object is
'false', generation of clcVlanMacLimitHighNotif is disabled.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.9.9.313.1.1.11 |
clcUnicastFloodObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.313.1.2 |
clcUnicastFloodTableThis table contains information about the unicast flooding
on the system. The number of entries is determined by the
number of interfaces in the system that can support the
unicast flooding feature. Only L2 interfaces can support
unicast flooding. SEQUENCE OF ClcUnicastFloodEntry .1.3.6.1.4.1.9.9.313.1.2.1 |
clcUnicastFloodEntryAn entry contains the information about the unicast flooding
for a particular interface. ClcUnicastFloodEntry .1.3.6.1.4.1.9.9.313.1.2.1.1 |
clcUnicastFloodAdminEnableThis object indicates whether the configuration of the unicast
flooding is enabled or disabled on a particular interface. If
this object is 'true', then the unicast flooding has been
configured to enabled. If this object is 'false', then the
unicast flooding has been configured to disabled.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.9.9.313.1.2.1.1.1 |
clcUnicastFloodOperEnableThis object indicates the operational status of the unicast
flooding on an interface, whether it is enabled or not. If
this object is 'true', then the interface is unicast flooding.
If this object is 'false', then the interface is not unicast
flooding.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.9.9.313.1.2.1.1.2 |
clcIfMacAddressLimitObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.313.1.3 |
clcIfMacLimitTableThe table contains information on Interface MAC address limit
feature for each interface capable of this feature. SEQUENCE OF ClcIfMacLimitEntry .1.3.6.1.4.1.9.9.313.1.3.1 |
clcIfMacLimitEntryAn entry contains Interface MAC address limit feature
configuration for the Interface. ClcIfMacLimitEntry .1.3.6.1.4.1.9.9.313.1.3.1.1 |
clcIfMacLimitIfIndexThe value of ifIndex for the configuration of MAC address limit
function on an interface. InterfaceIndex (IF-MIB) .1.3.6.1.4.1.9.9.313.1.3.1.1.1 |
clcIfMacLimitEnableThis object indicates whether the Mac Limit feature is
enabled on this interface or not.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.9.9.313.1.3.1.1.2 |
clcIfMacLimitGlobalConfigThis object indicates whether the configurations for this
interface are based on the corresponding global default
configurations or not.
ifMacLimitLow(0) : indicates that the value of
clcIfMacLimitLow is based on the value of
clcMaxMacLimitDefault if this bit is set.
ifLimitLowExceededAction(1) : indicates that the value of
clcIfMacLimitLowExceedAction is based on the
value of clcMacLimitExceededActionDefault if this
bit is set.
ifMacLimitHigh(2) : indicates that the value of
clcIfMacLimitHigh is based on the value of
clcMacLimitHighDefault if this bit is set.
ifLimitHighExceededAction(3) : indicates that the value of
clcIfMacLimitHighExceedAction is based on the
value of clcMacLimitHighExceedActionDef if this
bit is set.ro Bits .1.3.6.1.4.1.9.9.313.1.3.1.1.3 |
clcIfMacLimitLowThe lower threshold limit for the number of MAC addresses
entries on this interface.
When the instance value of this object is set to 0, no lower
threshold limit will be applied for this Vlan and the
corresponding instance value of clcIfMacLimitLowExceedAction
of the same row has no effect.
The default value of this MIB object is the value of
clcMaxMacLimitDefault.rw Unsigned32 .1.3.6.1.4.1.9.9.313.1.3.1.1.4 |
clcIfMacLimitLowExceedActionThe action to be taken by the system for this interface while the
number of MAC addresses has exceeded the value of
clcMaxIfMacLimitLow.
This object value is only effective when the corresponding instance
value of clcIfMacLimitLow is not set to 0.
The default value of this MIB object is the value of
clcMacLimitExceededActionDefault.rw MacLimitExceededAction .1.3.6.1.4.1.9.9.313.1.3.1.1.5 |
clcIfMacLimitHighThe higher threshold limit for the number of MAC addresses
entries on this interface. The instance value of this
clcIfMacLimitHigh must be greater than the instance value
of the clcIfMacLimitLow of the same row, only when the
value is not zero.
When the instance value of this object is set to 0, no higher
threshold limit will be applied for this Vlan and the
corresponding instance value of clcIfMacLimitHighExceedAction
of the same row has no effect.
The default value of this MIB object is the value of
clcMacLimitHighDefault.rw Unsigned32 .1.3.6.1.4.1.9.9.313.1.3.1.1.6 |
clcIfMacLimitHighExceedActionThe action to be taken by the system for this interface while the
number of MAC addresses has exceeded the value of
clcIfMacLimitHigh.
This object value is only effective when the corresponding instance
value of clcIfMacLimitHigh is not set to 0.
The default value of this MIB object is the value of
clcMacLimitHighExceedActionDef.rw MacLimitExceededAction .1.3.6.1.4.1.9.9.313.1.3.1.1.7 |
clcIfMacLimitStatusThis object is a conceptual row entry that allows to add
or delete entries to or from the clcIfMacLimitTable.
1. When creating an entry in this table 'createAndGo'
method is used and the value of this object is set to
'active'. Deactivation of an 'active' entry is not
allowed.
2. When deleting an entry in this table 'destroy' method
is used.
The value of clcIfMacLimitEnable , clcIfMacLimitLow,
clcIfMacLimitLowExceedAction, clcIfMacLimitHigh and
clcIfMacLimitHighExceedAction object can be modified when the
value of this RowStatus object is 'active'.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.9.9.313.1.3.1.1.8 |
clcFdbIfInfoTableThe table contains interface information of forwarding tables in
the system. SEQUENCE OF ClcFdbIfInfoEntry .1.3.6.1.4.1.9.9.313.1.3.2 |
clcFdbIfInfoEntryAn entry contains the information of a interface in a specific
forwarding table. Each forwarding table will be identified by
the entity physical index. ClcFdbIfInfoEntry .1.3.6.1.4.1.9.9.313.1.3.2.1 |
clcFdbIfMacUsageThe usage of the MAC addresses in the specific forwarding
table for this interface. It indicates the number of MAC
addresses learnt or configured on this interface for a forwarding
table.ro Unsigned32 .1.3.6.1.4.1.9.9.313.1.3.2.1.1 |
clcIfMacLimitLowNotifEnableSpecifies whether the generation of a specified
notification for interface MAC Limit feature is
enabled or not.
When this object is 'true', generation of
clcIfMacLimitLowNotif is enabled. When this object is
'false', generation of clcIfMacLimitLowNotif is disabled.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.9.9.313.1.3.3 |
clcIfMacLimitHighNotifEnableSpecifies whether the generation of a specified
notification for interface MAC Limit feature is
enabled or not.
When this object is 'true', generation of
clcIfMacLimitHighNotif is enabled. When this object is
'false', generation of clcIfMacLimitHighNotif is disabled.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.9.9.313.1.3.4 |
clcIfVlanMacAddressLimitObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.313.1.4 |
clcIfVlanMacLimitTableThe table contains information on Interface Vlan MAC address limit
feature for each interface-VLAN pair capable of this feature. SEQUENCE OF ClcIfVlanMacLimitEntry .1.3.6.1.4.1.9.9.313.1.4.1 |
clcIfVlanMacLimitEntryAn entry contains Interface Vlan MAC address limit feature
configuration for the Interface and Vlan. ClcIfVlanMacLimitEntry .1.3.6.1.4.1.9.9.313.1.4.1.1 |
clcIfVlanMacLimitIfIndexThe value of ifIndex for the configuration of MAC address limit
function on an interface. InterfaceIndex (IF-MIB) .1.3.6.1.4.1.9.9.313.1.4.1.1.1 |
clcIfVlanMacLimitVlanIndexThe VLAN ID for each VLAN's configuration of MAC
address limit function in the system. VlanIndex (Q-BRIDGE-MIB) .1.3.6.1.4.1.9.9.313.1.4.1.1.2 |
clcIfVlanMacLimitEnableThis object indicates whether the Mac Limit feature is
enabled on this interface-Vlan pair or not.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.9.9.313.1.4.1.1.3 |
clcIfVlanMacLimitGlobalConfigThis object indicates whether the configurations for this
interface are based on the corresponding global default
configurations or not.
ifVlanMacLimitLow(0) : indicates that the value of
clcIfVlanMacLimitLow is based on the value of
clcMaxMacLimitDefault if this bit is set.
ifVlanLimitLowExceededAction(1) : indicates that the value of
clcIfVlanMacLimitLowExceedAction is based on the
value of clcMacLimitExceededActionDefault if this
bit is set.
ifVlanMacLimitHigh(2) : indicates that the value of
clcIfVlanMacLimitHigh is based on the value of
clcMacLimitHighDefault if this bit is set.
ifVlanLimitHighExceededAction(3) : indicates that the value of
clcIfVlanMacLimitHiExceedAction is based on the
value of clcMacLimitHighExceedActionDef if this
bit is set.ro Bits .1.3.6.1.4.1.9.9.313.1.4.1.1.4 |
clcIfVlanMacLimitLowThe lower threshold limit for the number of MAC addresses entries
on this interface and Vlan.
When the instance value of this object is set to 0, no lower
threshold limit will be applied for this Vlan and the
corresponding instance value of clcIfVlanMacLimitLowExceedAction
of the same row has no effect.
The default value of this MIB object is the value of
clcMaxMacLimitDefault.rw Unsigned32 .1.3.6.1.4.1.9.9.313.1.4.1.1.5 |
clcIfVlanMacLimitLowExceedActionThe action to be taken by the system for this interface Vlan while
the number of MAC addresses has exceeded the value of
clcIfVlanMacLimitLow.
This object value is only effective when the corresponding instance
value of clcIfVlanMacLimitLow is not set to 0.
The default value of this MIB object is the value of
clcMacLimitExceededActionDefault.rw MacLimitExceededAction .1.3.6.1.4.1.9.9.313.1.4.1.1.6 |
clcIfVlanMacLimitHighThe higher threshold limit for the number of MAC addresses entries
on this interface and Vlan. The instance value of this
clcIfVlanMacLimitHigh must be greater than the instance value
of the clcIfVlanMacLimitLow of the same row, only when the
value is not zero.
When the instance value of this object is set to 0, no higher
threshold limit will be applied for this Vlan and the
corresponding instance value of clcIfVlanMacLimitHiExceedAction
of the same row has no effect.
The default value of this MIB object is the value of
clcMacLimitHighDefault.rw Unsigned32 .1.3.6.1.4.1.9.9.313.1.4.1.1.7 |
clcIfVlanMacLimitHiExceedActionThe action to be taken by the system for this interface and Vlan
while the number of MAC addresses has exceeded the value of
clcIfVlanMacLimitHigh.
This object value is only effective when the corresponding instance
value of clcIfVlanMacLimitHigh is not set to 0.
The default value of this MIB object is the value of
clcMacLimitHighExceedActionDef.rw MacLimitExceededAction .1.3.6.1.4.1.9.9.313.1.4.1.1.8 |
clcIfVlanMacLimitStatusThis object is a conceptual row entry that allows to add
or delete entries to or from the clcIfVlanMacLimitTable.
1. When creating an entry in this table 'createAndGo'
method is used and the value of this object is set to
'active'. Deactivation of an 'active' entry is not
allowed.
2. When deleting an entry in this table 'destroy' method
is used.
The value of clcIfVlanMacLimitEnable , clcIfVlanMacLimitLow,
clcIfVlanMacLimitLowExceedAction, clcIfVlanMacLimitHigh and
clcIfVlanMacLimitHiExceedAction object can be modified when the
value of this RowStatus object is 'active'.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.9.9.313.1.4.1.1.9 |
clcFdbIfVlanInfoTableThe table contains interface information of forwarding tables in
the system. SEQUENCE OF ClcFdbIfVlanInfoEntry .1.3.6.1.4.1.9.9.313.1.4.2 |
clcFdbIfVlanInfoEntryAn entry contains the information of a interface-VLAN pair in a
specific forwarding table. Each forwarding table will be
identified by the entity physical index. ClcFdbIfVlanInfoEntry .1.3.6.1.4.1.9.9.313.1.4.2.1 |
clcFdbIfVlanMacUsageThe usage of the MAC addresses in the specific forwarding
table for this interface and Vlan. It indicates the number of MAC
addresses learnt or configured on this interface and VLAN for a
forwarding table.ro Unsigned32 .1.3.6.1.4.1.9.9.313.1.4.2.1.1 |
clcIfVlanMacLimitLowNotifEnableSpcifies whether the generation of a specified
notification for interface Vlan MAC Limit feature is
enabled or not.
When this object is 'true', generation of
clcIfVlanMacLimitLowNotif is enabled. When this object is
'false', generation of clcIfVlanMacLimitLowNotif is disabled.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.9.9.313.1.4.3 |
clcIfVlanMacLimitHighNotifEnableSpcifies whether the generation of a specified
notification for interface Vlan MAC Limit feature is
enabled or not.
When this object is 'true', generation of
clcIfVlanMacLimitHighNotif is enabled. When this object is
'false', generation of clcIfVlanMacLimitHighNotif is disabled.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.9.9.313.1.4.4 |
clcMacAddressStatsObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.313.1.5 |
clcFdbMacAddressStatsTableThe table contains statistics information for different
type of MAC addresses in the forwarding table of the system. SEQUENCE OF ClcFdbMacAddressStatsEntry .1.3.6.1.4.1.9.9.313.1.5.1 |
clcFdbMacAddressStatsEntryAn entry contains statistics information for a specific
MAC addresse type in the forwarding table of the system. ClcFdbMacAddressStatsEntry .1.3.6.1.4.1.9.9.313.1.5.1.1 |
clcFdbMacAddressStatsTypeThis object indicates a specific MAC address statistics type. ClcMacAddressStatsType .1.3.6.1.4.1.9.9.313.1.5.1.1.1 |
clcFdbMacAddressStatsNumberThis object indicates the number of a particular type of MAC
address in the forwarding table.ro Unsigned32 .1.3.6.1.4.1.9.9.313.1.5.1.1.2 |
ciscoL2ControlMIBConformance OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.313.2 |
ciscoL2ControlMIBCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.313.2.1 |
ciscoL2ControlMIBGroups OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.313.2.2 |