CISCO-MAC-NOTIFICATION-MIB Download
This MIB module is for configuration of the MAC notification
feature. MAC notification is a mechanism to inform monitoring
devices when there are MAC addresses learnt or removed from
the forwarding database of the monitored devices.
IPHost Network Monitor offer an easy way of SNMP monitoring your Cisco Servers, Routers, Switches, Bridges,
Firewalls, Repeaters.
OID list for CISCO-MAC-NOTIFICATION-MIB
- cmnGlobalFeatureEnabled
- Indicates whether the MAC notification feature is currently running in the device. Setting this object to false(2) disables the MAC notification feature globally thus disabling the feature at each interface. Setting this object to true(1) will start the M ...
- cmnNotificationInterval
- This object specifies the maximum interval of time between cmnMacChangedNotifications being generated by the device. If the value of cmnNotificationsEnabled is true(1), the device will send out the generated cmnMacChangedNotifications and archive the MAC ...
- cmnMacAddressesLearnt
- Indicates the number of MAC addresses learnt by the device.
- cmnMacAddressesRemoved
- Indicates the number of MAC addresses removed from the forwarding database.
- cmnNotificationsEnabled
- Indicates whether cmnMacChangedNotification notifications will or will not be sent when there are MAC addresses learnt or removed from the device's forwarding database. Disabling notifications does not prevent the MAC address info from being added to the ...
- cmnNotificationsSent
- Indicates the number of cmnMacChangedNotifications sent out by the device.
- cmnHistTableMaxLength
- The upper limit on the number of entries that the cmnHistoryTable may contain. A value of 0 will prevent any history from being retained. When this table is full, the oldest entry will be deleted and a new one will be created.
- cmnHistoryTable
- This table will archive the MAC change notification events generated by this device. The MAC change notification events are archived here even if cmnMacChangesNotifications are not actually sent.
- cmnHistoryEntry
- A MAC change notification message that was previously generated by this device. Each entry is indexed by a message index.
- cmnHistIndex
- An index that uniquely identifies a MAC change notification event previously generated by the device. This index starts at 1 and increases by one when a MAC change notification is generated. When it reaches the maximum value, the agent wraps the value ba ...
- cmnHistMacChangedMsg
- This object contains the information of a MAC change notification event. It consists of several tuples packed together in the format of '
...'. Each tuple consist of 11 octets in the format of ' ' where < ... - cmnHistTimestamp
- The value of sysUpTime when the cmnMacChangedNotification containing the information denoted by the cmnHistMacChangedMsg object in this entry was generated.
- cmnIfConfigTable
- This table enables or disables the generation of notification at each interface when MAC address is learnt or removed.
- cmnIfConfigEntry
- Each entry contains the configuration for enabling the MAC notification at each interface that supports this feature.
- cmnMacAddrLearntEnable
- Indicates whether this interface is enabled to send cmnMacChangedNotification when it learns a new MAC address. This variable has no effect when the value of cmnGlobalFeatureEnabled object is false(2). Setting this object to true(1) enables the sending of ...
- cmnMacAddrRemovedEnable
- Indicates whether this interface is enabled to send cmnMacChangedNotification when a MAC address which it learnt previously is removed from the forwarding table. This variable has no effect when the value of cmnGlobalFeatureEnabled object is false(2). Set ...
- cmnMACMoveFeatureEnabled
- Specifies whether the MAC Move notification feature is currently running in the device. Setting this object to false(2) disables the MAC Move notification feature globally. Setting this object to true(1) will start the MAC Move notification feature runnin ...
- cmnMACMoveNotificationsEnabled
- Specifies whether cmnMacMoveNotification notifications will or will not be sent when a MAC move is detected by the MAC move notification feature. Setting this object to false(2) will not send the cmnMacMoveNotification notifications. Setting this object t ...
- cmnMACMoveAddress
- Indicates the MAC address that is moved between cmnMACMoveFromPortId and cmnMACMoveToPortId on cmnMACMoveVlanNumber. This object is instantiated only when cmnMACMoveFeatureEnabled value is set to true(1) and a MAC move is detected by the MAC move notific ...
- cmnMACMoveVlanNumber
- Indicates the VLAN on which the cmnMACMoveAddress is moved from cmnMACMoveFromPortId to cmnMACMoveToPortId. This object is instantiated only when cmnMACMoveFeatureEnabled value is set to true(1) and a MAC move is detected by the MAC move notification feat ...
- cmnMACMoveFromPortId
- The value of dot1dBasePort for the bridge port from which the cmnMACMoveAddress is moved to cmnMACMoveToPortId on cmnMACMoveVlanNumber. This object is instantiated only when cmnMACMoveFeatureEnabled value is set to true(1) and a MAC move is detected by th ...
- cmnMACMoveToPortId
- The value of dot1dBasePort for the bridge port to which the cmnMACMoveAddress is moved from cmnMACMoveFromPortId on cmnMACMoveVlanNumber. This object is instantiated only when cmnMACMoveFeatureEnabled value is set to true(1) and a MAC move is detected by ...
- cmnMACMoveTime
- The value of sysUpTime when a cmnMACMoveAddress is moved between cmnMACMoveFromPortId and cmnMACMACMoveToPortId. This object is instantiated only when cmnMACMoveFeatureEnabled value is set to true(1) and a MAC move is detected by the MAC move notification ...
- cmnMACThresholdFeatureEnabled
- Specifies whether the MAC Threshold notification feature is currently running in the device. Setting this object to false(2) disables the MAC Threshold notification feature globally. Setting this object to true(1) will start the MAC Threshold notification ...
- cmnMACThresholdLimit
- Indicate the threshold limit of the forwarding table utilization.
- cmnMACThresholdInterval
- Interval at which forwarding table utilization is compared against cmnMACThresholdLimit.
- cmnMACThresholdNotifEnabled
- Specifies whether cmnMacThresholdExceedNotif notifications will or will not be sent when the forwarding table utilization exceeds or equals to cmnMACThresholdLimit value. cmnMacThresholdExceedNotif notification is not sent when cmnMACThresholdLimit is set ...
- cmnUtilizationTable
- cmnUtilizationTable specifies the forwarding table utilization information. This table is instantiated only when cmnMACThresholdFeatureEnabled value is set to true(1). Entries in this table are updated at the end of every cmnMACThresholdInterval.
- cmnUtilizationEntry
- A conceptual row containing forwarding table utilization maintained by switching engine (identified by entPhysicalIndex). Each switching engine managed by this MIB module can have at least one entry in this table.
- cmnUtilizationEntries
- Indicates the number of entries present in the forwarding table for the given entPhysicalIndex calculated at the end of cmnMACThresholdInterval.
- cmnUtilizationUtilization
- Indicates the utilization of the forwarding table for the given entPhysicalIndex calculated at the end of cmnMACThresholdInterval.
- cmnUtilizationTimeStamp
- Indicates the sysUptime at which the cmnUtilizationUtilization is updated.
- cmnGlobalGroup
- A collection of objects providing the global configuration and information for MAC notification.
- cmnInterfaceGroup
- A collection of objects providing the configuration information for MAC notification at each interface.
- cmnMACMoveGroup
- A collection of objects providing the global configuration and information for MAC Move notification feature.
- cmnMACThresholdGroup
- A collection of objects providing the global configuration and information for MAC Threshold notification feature.
Download IPHost Network Monitor (500 monitors for 30 days, 50 monitors free forever) to start monitoring network devices right now.