JUNIPER-EX-MAC-NOTIFICATION-MIB: View SNMP OID List / Download MIB
VENDOR: JUNIPER
Home | MIB: JUNIPER-EX-MAC-NOTIFICATION-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
jnxMacNotificationMIB | 1.3.6.1.4.1.2636.3.40.1.7.1 |
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. |
||
jnxMacNotificationMIBObjects | 1.3.6.1.4.1.2636.3.40.1.7.1.1 | |||
jnxMacNotificationMIBGlobalObjects | 1.3.6.1.4.1.2636.3.40.1.7.1.1.1 | |||
jnxMacGlobalFeatureEnabled | 1.3.6.1.4.1.2636.3.40.1.7.1.1.1.1 | truthvalue | read-only |
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. |
jnxMacNotificationInterval | 1.3.6.1.4.1.2636.3.40.1.7.1.1.1.2 | unsigned32 | read-only |
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. |
jnxMacAddressesLearnt | 1.3.6.1.4.1.2636.3.40.1.7.1.1.1.3 | counter64 | read-only |
Indicates the number of MAC addresses learnt by the device. |
jnxMacAddressesRemoved | 1.3.6.1.4.1.2636.3.40.1.7.1.1.1.4 | counter64 | read-only |
Indicates the number of MAC addresses removed from the forwarding database. |
jnxMacNotificationsEnabled | 1.3.6.1.4.1.2636.3.40.1.7.1.1.1.5 | truthvalue | read-only |
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. |
jnxMacNotificationsSent | 1.3.6.1.4.1.2636.3.40.1.7.1.1.1.6 | counter64 | read-only |
Indicates the number of jnxMacChangedNotifications sent out by the device. |
jnxMacHistTableMaxLength | 1.3.6.1.4.1.2636.3.40.1.7.1.1.1.7 | unsigned32 | read-only |
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. |
jnxMacHistoryTable | 1.3.6.1.4.1.2636.3.40.1.7.1.1.1.8 | no-access |
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.1 | no-access |
A MAC change notification message that was previously generated by this device. Each entry is indexed by a message index. |
||
jnxHistIndex | 1.3.6.1.4.1.2636.3.40.1.7.1.1.1.8.1.1 | unsigned32 | no-access |
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. |
jnxHistMacChangedMsg | 1.3.6.1.4.1.2636.3.40.1.7.1.1.1.8.1.2 | octet string | read-only |
This object contains the information of a MAC change notification event. It consists of several tuples packed together in the format of ' |
jnxHistTimestamp | 1.3.6.1.4.1.2636.3.40.1.7.1.1.1.8.1.3 | timeticks | read-only |
The value of sysUpTime when the jnxMacChangedNotification containing the information denoted by the jnxHistMacChangedMsg object in this entry was generated. |
jnxMacAddressesUpdated | 1.3.6.1.4.1.2636.3.40.1.7.1.1.1.9 | counter64 | read-only |
Indicates the number of MAC addresses updated by the device. |
jnxMacNotifications | 1.3.6.1.4.1.2636.3.40.1.7.2 | |||
jnxMacNotificationsPrefix | 1.3.6.1.4.1.2636.3.40.1.7.2.0 |
All Mac Notifications are registered under this branch. |
||
jnxMacChangedNotification | 1.3.6.1.4.1.2636.3.40.1.7.2.0.1 |
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. |