CISCO-L2-CONTROL-MIB Download
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.
IPHost Network Monitor offer an easy way of SNMP monitoring your Cisco Servers, Routers, Switches, Bridges,
Firewalls, Repeaters.
OID list for CISCO-L2-CONTROL-MIB
- clcMacLimitEnable
- This 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 ...
- clcMaxMacLimitDefault
- The global default value for low threshold limit number of MAC addresses in the system.
- clcMacLimitExceededActionDefault
- The 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.
- clcMacLimitExceedNotifOption
- This 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 w ...
- clcMacLimitNotifEnable
- The 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.
- clcVlanMacLimitTable
- The table contains information on Vlan MAC address limit feature for each VLAN capable of this feature.
- clcVlanMacLimitEntry
- An entry contains Vlan MAC address limit feature configuration for the VLAN
- clcVlanMacLimitIndex
- The VLAN ID for each VLAN's configuration of MAC address limit function in the system.
- clcVlanMacLimitGlobalConfig
- This 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 ...
- clcVlanMaxMacLimit
- The 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 th ...
- clcVlanMacLimitExceededAction
- The 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 ...
- clcVlanMacLimitStatus
- This 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 'activ ...
- clcVlanMacLimitEnable
- This object indicates whether the Mac Limit feature is enabled on this Vlan or not.
- clcVlanMacLimitHigh
- The 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 i ...
- clcVlanMacLimitHighExceedAction
- The 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 defau ...
- clcFdbVlanInfoTable
- The table contains VLAN information of forwarding tables in the system.
- clcFdbVlanInfoEntry
- An entry contains the information of a VLAN in a specific forwarding table. Each forwarding table will be identified by the entity physical index.
- clcFdbVlanMacUsage
- The 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.
- clcMacLimitInterval
- Specifies the interval at which forwarding table is monitored.
- clcMacLimitHighDefault
- The 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.
- clcMacLimitHighExceedActionDef
- The 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.
- clcMacLimitHighNotifEnable
- The 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.
- clcUnicastFloodTable
- This 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.
- clcUnicastFloodEntry
- An entry contains the information about the unicast flooding for a particular interface.
- clcUnicastFloodAdminEnable
- This 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 floo ...
- clcUnicastFloodOperEnable
- This 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.
- clcIfMacLimitTable
- The table contains information on Interface MAC address limit feature for each interface capable of this feature.
- clcIfMacLimitEntry
- An entry contains Interface MAC address limit feature configuration for the Interface.
- clcIfMacLimitIfIndex
- The value of ifIndex for the configuration of MAC address limit function on an interface.
- clcIfMacLimitEnable
- This object indicates whether the Mac Limit feature is enabled on this interface or not.
- clcIfMacLimitGlobalConfig
- This 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 ...
- clcIfMacLimitLow
- The 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 clcIfMacLimitLowExceedA ...
- clcIfMacLimitLowExceedAction
- The 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 def ...
- clcIfMacLimitHigh
- The 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 i ...
- clcIfMacLimitHighExceedAction
- The 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 defa ...
- clcIfMacLimitStatus
- This 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' ...
- clcFdbIfInfoTable
- The table contains interface information of forwarding tables in the system.
- clcFdbIfInfoEntry
- An entry contains the information of a interface in a specific forwarding table. Each forwarding table will be identified by the entity physical index.
- clcFdbIfMacUsage
- The 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.
- clcIfMacLimitLowNotifEnable
- Specifies 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 ...
- clcIfMacLimitHighNotifEnable
- Specifies 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 ...
- clcIfVlanMacLimitTable
- The table contains information on Interface Vlan MAC address limit feature for each interface-VLAN pair capable of this feature.
- clcIfVlanMacLimitEntry
- An entry contains Interface Vlan MAC address limit feature configuration for the Interface and Vlan.
- clcIfVlanMacLimitIfIndex
- The value of ifIndex for the configuration of MAC address limit function on an interface.
- clcIfVlanMacLimitVlanIndex
- The VLAN ID for each VLAN's configuration of MAC address limit function in the system.
- clcIfVlanMacLimitEnable
- This object indicates whether the Mac Limit feature is enabled on this interface-Vlan pair or not.
- clcIfVlanMacLimitGlobalConfig
- This 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 ...
- clcIfVlanMacLimitLow
- The 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 clcIfVlanMacLi ...
- clcIfVlanMacLimitLowExceedAction
- The 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 ...
- clcIfVlanMacLimitHigh
- The 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 ...
- clcIfVlanMacLimitHiExceedAction
- The 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 s ...
- clcIfVlanMacLimitStatus
- This 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 'act ...
- clcFdbIfVlanInfoTable
- The table contains interface information of forwarding tables in the system.
- clcFdbIfVlanInfoEntry
- An 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.
- clcFdbIfVlanMacUsage
- The 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.
- clcIfVlanMacLimitLowNotifEnable
- Spcifies 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 clcIfVlanMacLimi ...
- clcIfVlanMacLimitHighNotifEnable
- Spcifies 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 clcIfVlanMacLim ...
- clcMacAddressLimitGroup
- This is the group to control MAC address limit function.
- clcVlanMacAddressLimitGroup
- This is the group to control VLAN MAC address limit function.
- clcUnicastFloodGroup
- This is the group to control unicast flooding.
- clcMacAddressLimitIntervalGroup
- This is the group to control MAC address limit interval.
- clcMacAddressLimitGroup1
- This group is to control additional global MAC address limit function.
- clcVlanMacAddressLimitGroup1
- This is the group to control additional VLAN MAC address limit function.
- clcVlanMacLimitEnableGroup
- This is the group to control per vlan MAC limit enable/disable configuration.
- clcVlanMacLimitNotifControlGroup
- This is the group to control vlan MAC limit notification configuration.
- clcVlanMacLimitNotifControlGroup1
- This is the group to control high vlan MAC limit notification configuration.
- clcIfMacAddressLimitGroup
- This is the group to control Interface MAC address limit function.
- clcIfMacLimitEnableGroup
- This is the group to control per interface MAC limit enable/disable configuration.
- clcIfMacLimitNotifControlGroup
- This is the group to control interface MAC limit notification configuration.
- clcIfVlanMacAddressLimitGroup
- This is the group to control Interfcae and Vlan MAC address limit function.
- clcIfVlanMacLimitEnableGroup
- This is the group to control per interface Vlan MAC limit enable/disable configuration.
- clcIfVlanMacLimitNotifControlGroup
- This is the group to control per interface Vlan MAC limit notification configuration.
Download IPHost Network Monitor (500 monitors for 30 days, 50 monitors free forever) to start monitoring network devices right now.