MAC-NOTIFICATION-MIB
- Registered at
- 1.3.6.1.4.1.13464.1.2.3.3.1
- Last updated
- 2012-04-08 00:00
- Organization
- New admin, Inc.
- Revisions
- 2012-04-08 00:00
- Namespace
- fs
- Source file
MAC-NOTIFICATION-MIB- Digest
sha256:cfcb9a41566c07bc7121e08660c0e0c4dff9e4b7d662a4c63f9845c6622d1a92
Description
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.
Contact
http://www.admin.com
Imports
| From | Symbols |
|---|---|
| ADMIN-MASTER-MIB | gbnServiceMACNotification |
| IF-MIB | ifIndex |
| Q-BRIDGE-MIB | VlanId |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, MacAddress, TEXTUAL-CONVENTION, TimeStamp, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
ADMIN-MASTER-MIB BRIDGE-MIB IANAifType-MIB IF-MIB MAC-NOTIFICATION-MIB P-BRIDGE-MIB Q-BRIDGE-MIB RFC1158-MIB RFC1271-MIB RMON-MIB RMON2-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC TOKEN-RING-RMON-MIB
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| Percent TEXTUAL-CONVENTION An integer that is in the range of a percent value. | current | |||
| PhysicalIndex TEXTUAL-CONVENTION An arbitrary value that uniquely identifies the physical entity. The value should be a small, positive integer. Index values for different physical entities are not necessarily contiguous. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| macNotificationMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.13464.1.2.3.3.1.1 | |||
| mnGlobalObjects OBJECT-IDENTITY | 1.3.6.1.4.1.13464.1.2.3.3.1.1.1 | |||
| mnGlobalFeatureEnabled OBJECT-TYPE 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 MAC notification feature running in the device. If the feature is already running, setting to true(1) has no effect. Once the MAC notification is enabled, whether the feature is running at each interface is controlled by the mnIfConfigTable. | 1.3.6.1.4.1.13464.1.2.3.3.1.1.1.1 | TruthValue | read-write | current |
| mnNotificationInterval OBJECT-TYPE This object specifies the maximum interval of time between mnMacChangedNotifications being generated by the device. If the value of mnNotificationsEnabled is true(1), the device will send out the generated mnMacChangedNotifications and archive the MAC change notification events in the mnHistoryTable. If the value of mnNotificationsEnabled is false(2), the device will not send out the generated mnMacChangedNotifications but it will archive these events in the mnHistoryTable. If the value of this object is equal to 0, the device will generate mnMacChangedNotifications and archive the MAC change notification events in the mnHistoryTable as soon as there is MAC address learnt or removed by the device. If the value of this object is greater than 0, the device will wait for a period of time equal to the value of this object before generate the mnMacChangedNotifications and archive the MAC change notification events in the mnHistoryTable. | 1.3.6.1.4.1.13464.1.2.3.3.1.1.1.2 | Unsigned32 (0..4294967295) | read-write | current |
| mnMacAddressesLearnt OBJECT-TYPE Indicates the number of MAC addresses learnt by the device. | 1.3.6.1.4.1.13464.1.2.3.3.1.1.1.3 | Counter32 | read-only | current |
| mnMacAddressesRemoved OBJECT-TYPE Indicates the number of MAC addresses removed from the forwarding database. | 1.3.6.1.4.1.13464.1.2.3.3.1.1.1.4 | Counter32 | read-only | current |
| mnNotificationsEnabled OBJECT-TYPE Indicates whether mnMacChangedNotification 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 mnHistoryTable. | 1.3.6.1.4.1.13464.1.2.3.3.1.1.1.5 | TruthValue | read-write | current |
| mnNotificationsSent OBJECT-TYPE Indicates the number of mnMacChangedNotifications sent out by the device. | 1.3.6.1.4.1.13464.1.2.3.3.1.1.1.6 | Counter32 | read-only | current |
| mnHistTableMaxLength OBJECT-TYPE The upper limit on the number of entries that the mnHistoryTable 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. | 1.3.6.1.4.1.13464.1.2.3.3.1.1.1.7 | Unsigned32 (0..500) | read-write | current |
| mnHistoryTable OBJECT-TYPE This table will archive the MAC change notification events generated by this device. The MAC change notification events are archived here even if mnMacChangesNotifications are not actually sent. | 1.3.6.1.4.1.13464.1.2.3.3.1.1.1.8 | not-accessible | current | |
| mnHistoryEntry OBJECT-TYPE A MAC change notification message that was previously generated by this device. Each entry is indexed by a message index. | 1.3.6.1.4.1.13464.1.2.3.3.1.1.1.8.1 | not-accessible | current | |
| mnHistIndex OBJECT-TYPE 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 back to 1. | 1.3.6.1.4.1.13464.1.2.3.3.1.1.1.8.1.1 | Unsigned32 (1..4294967295) | not-accessible | current |
| mnHistMacChangedMsg OBJECT-TYPE This object contains the information of a MAC change notification event. It consists of several tuples packed together in the format of '<tuple1><tuple2>...'. Each tuple consist of 11 octets in the format of '<operation><VLAN><MAC><dot1dBasePort>' where <operation> is of size 1 octet and supports the following values 0 - End of MIB object. 1 - MAC learnt. 2 - MAC removed. <VLAN> is VLAN number of the VLAN which the MAC address is belonged to and has size of 2 octet. <MAC> is the Layer2 Mac Address and has size of 6 octets. <dot1dBasePort> is the value of dot1dBasePort for the interface from which the MAC address is learnt and has size of 2 octets. | 1.3.6.1.4.1.13464.1.2.3.3.1.1.1.8.1.2 | OCTET STRING (SIZE(1..254)) | read-only | current |
| mnHistTimestamp OBJECT-TYPE The value of sysUpTime when the mnMacChangedNotification containing the information denoted by the mnHistMacChangedMsg object in this entry was generated. | 1.3.6.1.4.1.13464.1.2.3.3.1.1.1.8.1.3 | TimeStamp | read-only | current |
| mnInterfaceObjects OBJECT-IDENTITY | 1.3.6.1.4.1.13464.1.2.3.3.1.1.2 | |||
| mnIfConfigTable OBJECT-TYPE This table enables or disables the generation of notification at each interface when MAC address is learnt or removed. | 1.3.6.1.4.1.13464.1.2.3.3.1.1.2.1 | not-accessible | current | |
| mnIfConfigEntry OBJECT-TYPE Each entry contains the configuration for enabling the MAC notification at each interface that supports this feature. | 1.3.6.1.4.1.13464.1.2.3.3.1.1.2.1.1 | not-accessible | current | |
| mnMacAddrLearntEnable OBJECT-TYPE Indicates whether this interface is enabled to send mnMacChangedNotification when it learns a new MAC address. This variable has no effect when the value of mnGlobalFeatureEnabled object is false(2). Setting this object to true(1) enables the sending of mnMacChangedNotification when this interface learns a new MAC address. Setting this object to false(2) disables the sending of mnMacChangedNotification when this interface learns a new MAC address. | 1.3.6.1.4.1.13464.1.2.3.3.1.1.2.1.1.1 | TruthValue | read-write | current |
| mnMacAddrRemovedEnable OBJECT-TYPE Indicates whether this interface is enabled to send mnMacChangedNotification when a MAC address which it learnt previously is removed from the forwarding table. This variable has no effect when the value of mnGlobalFeatureEnabled object is false(2). Setting this object to true(1) enables the sending of mnMacChangedNotification when a MAC address which this interface learnt previously is removed from the forwarding table. Setting this object to false(2) disables the sending of mnMacChangedNotification when a MAC address which this interface learnt previously is removed from the forwarding table. | 1.3.6.1.4.1.13464.1.2.3.3.1.1.2.1.1.2 | TruthValue | read-write | current |
| mnMIBNotificationPrefix OBJECT-IDENTITY | 1.3.6.1.4.1.13464.1.2.3.3.1.2 | |||
| mnMIBNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.13464.1.2.3.3.1.2.0 | |||
| mnMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.13464.1.2.3.3.1.3 | |||
| mnMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.13464.1.2.3.3.1.3.1 | |||
| mnMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.13464.1.2.3.3.1.3.2 |
Notifications
| Name | OID | Status |
|---|---|---|
| mnMacChangedNotification NOTIFICATION-TYPE This notification is generated when there is enough MAC address information to fully occupy a maximum size SNMP trap message. This notification is also generated when there is at least one MAC address changed or removed and the amount of time elapsed from the previous notification is greater than the maximum wait time denoted by mnNotificationInterval object. If there are more MAC addresses information than can fit into one mmHistTrapContent object, then multiple notifications will be generated. | 1.3.6.1.4.1.13464.1.2.3.3.1.2.0.1 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| mnMIBCompliance MODULE-COMPLIANCE The compliance statement for the MAC-NOTIFICATION-MIB. | 1.3.6.1.4.1.13464.1.2.3.3.1.3.1.1 | deprecated |
| mnMIBComplianceVer1 MODULE-COMPLIANCE The compliance statement for the MAC-NOTIFICATION-MIB. | 1.3.6.1.4.1.13464.1.2.3.3.1.3.1.2 | current |
| mnGlobalGroup OBJECT-GROUP A collection of objects providing the global configuration and information for MAC notification. | 1.3.6.1.4.1.13464.1.2.3.3.1.3.2.1 | current |
| mnInterfaceGroup OBJECT-GROUP A collection of objects providing the configuration information for MAC notification at each interface. | 1.3.6.1.4.1.13464.1.2.3.3.1.3.2.2 | current |
| mnNotificationGroup NOTIFICATION-GROUP The notification generated by the MAC-NOTIFICATION-MIB. | 1.3.6.1.4.1.13464.1.2.3.3.1.3.2.3 | current |