JUNIPER-L2ALD-MIB: View SNMP OID List / Download MIB

VENDOR: JUNIPER


 Home MIB: JUNIPER-L2ALD-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 jnxl2aldMib 1.3.6.1.4.1.2636.3.48.1
The MIB modules for L2ALD traps
     jnxl2aldNotification 1.3.6.1.4.1.2636.3.48.1.0
         jnxl2aldRoutingInstMacLimit 1.3.6.1.4.1.2636.3.48.1.0.1
This notification is generated when the MAC limit for given routing instance (jnxl2aldRoutingInst) is reached. This trap is send only once we exceed the limit value.
         jnxl2aldInterfaceMacLimit 1.3.6.1.4.1.2636.3.48.1.0.2
This notification is generated when the MAC limit for the given physical interface (jnxl2aldInterfaceMacLimit) is reached. This trap is send only once we exceed the limit value.
         jnxl2aldGlobalMacLimit 1.3.6.1.4.1.2636.3.48.1.0.3
This notification is generated when the MAC limit for the entire system is reached. This trap is send only once we exceed the limit value.
         jnxl2aldMacMoveThreshold 1.3.6.1.4.1.2636.3.48.1.0.4
This notification is generated when a mac move reaches threshold. The given interface (ifDescr) will be blocked for the Bridge Domain(jnxl2aldIntfBridgeDomain). This trap is send only once when mac move count exceeds the threshold for the Mac(jnxl2aldMacAdress).
         jnxL2aldMacChangedNotification 1.3.6.1.4.1.2636.3.48.1.0.5
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.
     jnxl2aldObjects 1.3.6.1.4.1.2636.3.48.1.1
         jnxl2aldInterfaceTable 1.3.6.1.4.1.2636.3.48.1.1.1 no-access
L2ALD objects for interface MAC limit.
             jnxl2aldEntry 1.3.6.1.4.1.2636.3.48.1.1.1.1 no-access
An entry in l2aldInterfaceTable.
                 jnxl2aldIntfLogicalRouter 1.3.6.1.4.1.2636.3.48.1.1.1.1.1 displaystring no-access
The logical router string for interface table.
                 jnxl2aldIntfRoutingInst 1.3.6.1.4.1.2636.3.48.1.1.1.1.2 displaystring no-access
The routing instance string for interface table.
                 jnxl2aldIntfBridgeDomain 1.3.6.1.4.1.2636.3.48.1.1.1.1.3 displaystring no-access
The bridge domain string for interface table.
                 jnxl2aldIntfMacLimit 1.3.6.1.4.1.2636.3.48.1.1.1.1.4 unsigned32 no-access
The MAC limit count for the interface table.
         jnxl2aldRoutingInst 1.3.6.1.4.1.2636.3.48.1.1.2 displaystring no-access
The Routing instance string for routing mac limit trap.
         jnxl2aldBridgeDomain 1.3.6.1.4.1.2636.3.48.1.1.3 displaystring no-access
The bridge domain string for routing mac limit trap.
         jnxl2aldLogicalRouter 1.3.6.1.4.1.2636.3.48.1.1.4 displaystring no-access
The logical router string for routing mac limit trap.
         jnxl2aldMacLimit 1.3.6.1.4.1.2636.3.48.1.1.5 unsigned32 no-access
The mac limit count for routing instance.
         jnxl2aldGbMacLimit 1.3.6.1.4.1.2636.3.48.1.1.6 unsigned32 no-access
The mac limit count for the system.
         jnxl2aldMacAdress 1.3.6.1.4.1.2636.3.48.1.1.7 displaystring no-access
The offending mac causing mac move threshold trap.
     jnxL2aldMacNotificationMIBObjects 1.3.6.1.4.1.2636.3.48.1.2
         jnxL2aldMacNotificationMIBGlobalObjects 1.3.6.1.4.1.2636.3.48.1.2.1
             jnxL2aldMacGlobalFeatureEnabled 1.3.6.1.4.1.2636.3.48.1.2.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.
             jnxL2aldMacNotificationInterval 1.3.6.1.4.1.2636.3.48.1.2.1.2 unsigned32 read-only
This object specifies the maximum interval of time between jnxL2aldMacChangedNotifications being generated by the device. If the value of jnxNotificationsEnabled is true(1), the device will send out the generated jnxL2aldMacChangedNotifications 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 jnxL2aldMacChangedNotifications but it will archive these events in the jnxMacHistoryTable. If the value of this object is equal to 0, the device will generate jnxL2aldMacChangedNotifications 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 jnxL2aldMacChangedNotifications and archive the MAC change notification events in the jnxMacHistoryTable.
             jnxL2aldMacAddressesLearnt 1.3.6.1.4.1.2636.3.48.1.2.1.3 counter64 read-only
Indicates the number of MAC addresses learnt by the device.
             jnxL2aldMacAddressesRemoved 1.3.6.1.4.1.2636.3.48.1.2.1.4 counter64 read-only
Indicates the number of MAC addresses removed from the forwarding database.
             jnxL2aldMacNotificationsEnabled 1.3.6.1.4.1.2636.3.48.1.2.1.5 truthvalue read-only
Indicates whether jnxL2aldMacChangedNotification 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.
             jnxL2aldMacNotificationsSent 1.3.6.1.4.1.2636.3.48.1.2.1.6 counter64 read-only
Indicates the number of jnxl2aldMacChangedNotifications sent out by the device.
             jnxL2aldMacHistTableMaxLength 1.3.6.1.4.1.2636.3.48.1.2.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.
             jnxL2aldMacHistoryTable 1.3.6.1.4.1.2636.3.48.1.2.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.
                 jnxL2aldMacHistoryEntry 1.3.6.1.4.1.2636.3.48.1.2.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.
                     jnxL2aldHistIndex 1.3.6.1.4.1.2636.3.48.1.2.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.
                     jnxL2aldHistMacChangedMsg 1.3.6.1.4.1.2636.3.48.1.2.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 '...'. Each tuple consist of 13 octets in the format of '' where is of size 1 octet and supports the following values 0 - End of MIB object. 1 - MAC learnt. 2 - MAC removed. 3 - MAC updated. is the index of the VLAN which the MAC address is belonged to and has size of 2 octet. is the Layer2 Mac Address and has size of 6 octets. is the value of dot1dBasePort for the interface from which the MAC address is learnt and has size of 2 octets. is the tag of the VLAN which the MAC address is belonged to and has size of 2 octet.
                     jnxL2aldHistTimestamp 1.3.6.1.4.1.2636.3.48.1.2.1.8.1.3 timeticks read-only
The value of sysUpTime when the jnxL2aldMacChangedNotification containing the information denoted by the jnxHistMacChangedMsg object in this entry was generated.
             jnxL2aldMacAddressesUpdated 1.3.6.1.4.1.2636.3.48.1.2.1.9 counter64 read-only
Indicates the number of MAC addresses updated by the device.
     jnxL2aldVlanMIBObjects 1.3.6.1.4.1.2636.3.48.1.3
         jnxL2aldVlanTable 1.3.6.1.4.1.2636.3.48.1.3.1 no-access
A table of VLAN names and characteristics.
             jnxL2aldVlanEntry 1.3.6.1.4.1.2636.3.48.1.3.1.1 no-access
A table entry containing VLAN names and characteristics.
                 jnxL2aldVlanID 1.3.6.1.4.1.2636.3.48.1.3.1.1.1 integer32 no-access
This is the locally significant ID that is used internally by this device to reference this VLAN.
                 jnxL2aldVlanName 1.3.6.1.4.1.2636.3.48.1.3.1.1.2 displaystring read-only
Vlan name is the textual name and this is the identifier that the user of a configuration utility will use.
                 jnxL2aldVlanTag 1.3.6.1.4.1.2636.3.48.1.3.1.1.3 integer32 read-only
This is the locally significant ID that is used internally by this device to reference this VLAN.
                 jnxL2aldVlanType 1.3.6.1.4.1.2636.3.48.1.3.1.1.4 integer read-only
The vlan type can be Static (1) Dynamic(2) Enumeration: 'dynamic': 2, 'static': 1.
                 jnxL2aldVlanFdbId 1.3.6.1.4.1.2636.3.48.1.3.1.1.5 unsigned32 read-only
The identity of the Filtering Database dot1qFdbTable (A table that contains configuration and control information for each Filtering Database currently operating on this device)