JUNIPER-EX-MAC-NOTIFICATION-MIB
- Registered at
- 1.3.6.1.4.1.2636.3.40.1.7.11.3.6.1.4.1.2636.3.40.1.7.2
- Last updated
- 2010-04-28 00:00
- Organization
- Juniper Networks, Inc.
- Revisions
- 2009-01-20 00:00, 2009-05-27 00:00, 2010-02-09 00:00, 2010-04-28 00:00
- Namespace
- juniper
- Source file
JUNIPER-EX-MAC-NOTIFICATION-MIB- Digest
sha256:0d5869a1fc23e171259ac789c14676c8bc561eaa9e93cb7e43bba31a375d2e66
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
Juniper Technical Assistance Center Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, CA 94089 E-mail: support@juniper.net
Imports
| From | Symbols |
|---|---|
| JUNIPER-EX-SMI | jnxMacNotificationRoot |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Counter64, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, Unsigned32, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION, 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.
JUNIPER-EX-MAC-NOTIFICATION-MIB JUNIPER-EX-SMI JUNIPER-SMI SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| jnxMacNotificationMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.2636.3.40.1.7.1.1 | |||
| jnxMacNotificationMIBGlobalObjects OBJECT-IDENTITY | 1.3.6.1.4.1.2636.3.40.1.7.1.1.1 | |||
| jnxMacGlobalFeatureEnabled 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. 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. | 1.3.6.1.4.1.2636.3.40.1.7.1.1.1.1 | TruthValue | read-only | current |
| jnxMacNotificationInterval OBJECT-TYPE This object specifies the maximum interval of time between jnxMacChangedNotifications being generated by the device. If the value of jnxNotificationsEnabled is true(1), the device will send out the generated jnxMacChangedNotifications and archive the MAC change notification events in the jnxMacHistoryTable. If the value of jnxNotificationEnabled is false(2), the device will not send out the generated jnxMacChangedNotifications but it will archive these events in the jnxMacHistoryTable. If the value of this object is equal to 0, the device will generate jnxMacChangedNotifications and archive the MAC change notification events in the jnxMacHistoryTable 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 jnxMacChangedNotifications and archive the MAC change notification events in the jnxMacHistoryTable. | 1.3.6.1.4.1.2636.3.40.1.7.1.1.1.2 | Unsigned32 (0..4294967295) | read-only | current |
| jnxMacAddressesLearnt OBJECT-TYPE Indicates the number of MAC addresses learnt by the device. | 1.3.6.1.4.1.2636.3.40.1.7.1.1.1.3 | Counter64 | read-only | current |
| jnxMacAddressesRemoved OBJECT-TYPE Indicates the number of MAC addresses removed from the forwarding database. | 1.3.6.1.4.1.2636.3.40.1.7.1.1.1.4 | Counter64 | read-only | current |
| jnxMacNotificationsEnabled OBJECT-TYPE Indicates whether jnxMacChangedNotification 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 jnxMacHistoryTable. | 1.3.6.1.4.1.2636.3.40.1.7.1.1.1.5 | TruthValue | read-only | current |
| jnxMacNotificationsSent OBJECT-TYPE Indicates the number of jnxMacChangedNotifications sent out by the device. | 1.3.6.1.4.1.2636.3.40.1.7.1.1.1.6 | Counter64 | read-only | current |
| jnxMacHistTableMaxLength OBJECT-TYPE The upper limit on the number of entries that the jnxMacHistoryTable 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.2636.3.40.1.7.1.1.1.7 | Unsigned32 (0..500) | read-only | current |
| jnxMacHistoryTable 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 jnxMacChangesNotifications are not actually sent. | 1.3.6.1.4.1.2636.3.40.1.7.1.1.1.8 | not-accessible | current | |
| jnxMacHistoryEntry 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.2636.3.40.1.7.1.1.1.8.1 | not-accessible | current | |
| jnxHistIndex 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.2636.3.40.1.7.1.1.1.8.1.1 | Unsigned32 (1..4294967295) | not-accessible | current |
| jnxHistMacChangedMsg 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 13 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. 3 - MAC updated. <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 4 octets. | 1.3.6.1.4.1.2636.3.40.1.7.1.1.1.8.1.2 | OCTET STRING (SIZE(1..512)) | read-only | current |
| jnxHistTimestamp OBJECT-TYPE The value of sysUpTime when the jnxMacChangedNotification containing the information denoted by the jnxHistMacChangedMsg object in this entry was generated. | 1.3.6.1.4.1.2636.3.40.1.7.1.1.1.8.1.3 | TimeTicks | read-only | current |
| jnxMacAddressesUpdated OBJECT-TYPE Indicates the number of MAC addresses updated by the device. | 1.3.6.1.4.1.2636.3.40.1.7.1.1.1.9 | Counter64 | read-only | current |
| jnxMacNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.2636.3.40.1.7.2 | |||
| jnxMacNotificationsPrefix OBJECT-IDENTITY All Mac Notifications are registered under this branch. | 1.3.6.1.4.1.2636.3.40.1.7.2.0 | current |
Notifications
| Name | OID | Status |
|---|---|---|
| jnxMacChangedNotification 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 jnxNotificationInterval object. If there are more MAC addresses information than can fit into one cmmHistTrapContent object, then multiple notifications will be generated. | 1.3.6.1.4.1.2636.3.40.1.7.2.0.1 | current |