HP-ICF-MACNOTIFY-MIB: View SNMP OID List / Download MIB

VENDOR: HEWLETT-PACKARD


 Home MIB: HP-ICF-MACNOTIFY-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
 hpicfMacNotifyMIB 1.3.6.1.4.1.11.2.14.11.5.1.66
The MIB module for managing MAC address notifications.
       hpicfMacNotifyNotificationObjects 1.3.6.1.4.1.11.2.14.11.5.1.66.0
           hpicfMacNotifyMacAddressTableChange 1.3.6.1.4.1.11.2.14.11.5.1.66.0.1
The hpicfMacNotifyMacAddressTableChange notification signifies that hpicfMacNotifyEnable is enabled and either a MAC address table change learn / remove / age occurred on a configured hpicfMacNotifyTrapConfig interface or hpicfMacNotifyMoveEnable is enabled and a MAC address has been moved. Notifications will buffered on the system to be sent on hpicfMacNotifyTrapInterval. During high system activity, notification may be sent before the interval and in some cases, notifications will be dropped. The system will log dropped notification events
           hpicfMacNotifyPortMacAddressCount 1.3.6.1.4.1.11.2.14.11.5.1.66.0.2
The hpicfMacNotifyPortMacAddressCount notification signifies that hpicfMacNotifyPortLearnedCountEnable is enabled and the number of MAC address learn has reached the configured MAC count on switch port. The hpicfMacNotifyMacAddress specifies the exceeded MAC learn address.
       hpicfMacNotifyConfigObjects 1.3.6.1.4.1.11.2.14.11.5.1.66.1
           hpicfMacNotifyEnable 1.3.6.1.4.1.11.2.14.11.5.1.66.1.1 integer read-write
Indicates whether the SNMP entity is permitted to generate learned, moved or removed hpicfMacNotifyMacAddressTableChange trap notifications. Default is disabled. Enumeration: 'enable': 1, 'disable': 2.
           hpicfMacNotifyTrapInterval 1.3.6.1.4.1.11.2.14.11.5.1.66.1.2 unsigned32 read-write
Defines the interval in seconds between sending hpicfMacNotifyMacAddressTableChange notifications. The notifications will be buffered on the system until the interval. If the buffer becomes full before the interval, the full buffer will be sent. A value of 0 (zero) indicates MAC address changes will be sent when the event occurs. Default value is 30 seconds.
           hpicfMacNotifyMoveEnable 1.3.6.1.4.1.11.2.14.11.5.1.66.1.3 integer read-write
Indicates whether the SNMP entity is permitted to generate hpicfMacNotifyMacAddressTableChange for MAC address moves on the system. Notifications are generated when a MAC address is moved from one port to another port on the system. hpicfMacNotifyEnable must be enabled. Default is disable. Enumeration: 'enable': 1, 'disable': 2.
           hpicfMacNotifyLearnedPortConfig 1.3.6.1.4.1.11.2.14.11.5.1.66.1.4 portlist read-write
Used to configure the MAC address learned notification traps on specific ports. Each octet within this value specifies a set of eight ports, with the first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port. Thus, each port is represented by a single bit within the value of this object. If that bit has a value of '1' then that port is enabled to send traps for learned MAC addresses; the port is not enabled if its bit has a value of '0'. Enabling hpicfMacNotifyLearnedPortConfig on a trunk port is permitted but not recommended. hpicfMacNotifyEnable must be enabled for traps to be sent.
           hpicfMacNotifyRemovedPortConfig 1.3.6.1.4.1.11.2.14.11.5.1.66.1.5 portlist read-write
Used to configure the MAC address removed notification traps on specific ports. Each octet within this value specifies a set of eight ports, with the first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port. Thus, each port is represented by a single bit within the value of this object. If that bit has a value of '1' then that port is enabled to send traps for removed MAC addresses; the port is not enabled if its bit has a value of '0'. Enabling hpicfMacNotifyRemovedPortConfig on a trunk port is permitted but not recommended. hpicfMacNotifyEnable must be enabled for traps to be sent.
           hpicfMacNotifyAction 1.3.6.1.4.1.11.2.14.11.5.1.66.1.6 integer no-access
Indicate the MAC address table change action for hpicfMacNotifyMacAddress: learned, moved, removed or aged. Enumeration: 'aged': 4, 'learned': 1, 'removed': 3, 'moved': 2.
           hpicfMacNotifyMacAddress 1.3.6.1.4.1.11.2.14.11.5.1.66.1.7 macaddress no-access
The MAC address that has been learned, moved, removed or aged in the MAC address table.
           hpicfMacNotifyFromPortId 1.3.6.1.4.1.11.2.14.11.5.1.66.1.8 integer32 no-access
The related from port index of the MAC address hpicfMacNotifyMacAddress. Port index will be determined by the action in hpicfMacNotifyAction. Action: Learned: The value will be zero Moved: The port from which the MAC was moved Removed: The port from which MAC was removed Aged: The port on which the MAC has aged
           hpicfMacNotifyToPortId 1.3.6.1.4.1.11.2.14.11.5.1.66.1.9 integer32 no-access
The related port index of the MAC address hpicfMacNotifyMacAddress. Port index will be determined by the action in hpicfMacNotifyAction. Action: Learned: The actual port the MAC was learned Moved: The port to which the MAC was moved Removed: The value will be zero Aged: The value will be zero
           hpicfMacNotifyVlanId 1.3.6.1.4.1.11.2.14.11.5.1.66.1.10 integer32 no-access
The related Vlan ID of the MAC address hpicfMacNotifyMacAddress. Vlan ID will be determined by the action in hpicfMacNotifyAction. Action: Learned: VLAN that the hpicfMacNotifyToPortId belongs to Moved: VLAN that the hpicfMacNotifyToPortId belongs to Removed: VLAN that hpicfMacNotifyFromPortId belongs to Aged: VLAN that hpicfMacNotifyFromPortId belongs to
           hpicfMacNotifyAgedPortConfig 1.3.6.1.4.1.11.2.14.11.5.1.66.1.11 portlist read-write
This object is used to configure the ports for sending traps when MAC addresses age out. Each octet within this value specifies a set of eight ports.The first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16 and so on . Within each octet, the most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port. A bitvalue of (1) indicates that the corresponding port is enabled to send traps for aged MAC addresses. A bitvalue of (0) indicates that the corresponding port is not enabled to send traps for aged MAC addresses. Enabling hpicfMacNotifyAgedPortConfig on a trunk port is permitted but not recommended. hpicfMacNotifyEnable must be enabled for traps to be sent.
       hpicfMacNotifyStats 1.3.6.1.4.1.11.2.14.11.5.1.66.2
           hpicfMacNotifyLearnedCount 1.3.6.1.4.1.11.2.14.11.5.1.66.2.1 counter32 read-only
A count of MAC addresses learned by the MAC Address Table.
           hpicfMacNotifyRemovedCount 1.3.6.1.4.1.11.2.14.11.5.1.66.2.2 counter32 read-only
A count of MAC addresses removed from the MAC Address Table.
           hpicfMacNotifyMoveCount 1.3.6.1.4.1.11.2.14.11.5.1.66.2.3 counter32 read-only
A count of MAC addresses moved in the MAC Address Table.
           hpicfMacNotifyCount 1.3.6.1.4.1.11.2.14.11.5.1.66.2.4 counter32 read-only
A count of Mac Address notifications sent. hpicfMacNotifyEnable must be enabled for the counter to be activated. This number is incremented each time a Mac Address Table Change learn/move/remove occurs on a hpicfMacNotifyTrapConfig enabled interface or when hpicfMacNotifyMoveEnable is enabled. This count will include notifications that are dropped due to buffering overflow during high activity. hpicfMacNotifyCount is initialized to zero at boot.
           hpicfMacNotifyAgedCount 1.3.6.1.4.1.11.2.14.11.5.1.66.2.5 counter32 read-only
A count of MAC addresses agedout from the MAC Address Table.
       hpicfMacNotifyConformance 1.3.6.1.4.1.11.2.14.11.5.1.66.3
           hpicfMacNotifyCompliances 1.3.6.1.4.1.11.2.14.11.5.1.66.3.1
               hpicfMacNotifyCompliance 1.3.6.1.4.1.11.2.14.11.5.1.66.3.1.1
The compliance statement for SNMP entities which implement the MAC Notify MIB.
               hpicfMacCountNotifyCompliance 1.3.6.1.4.1.11.2.14.11.5.1.66.3.1.2
The compliance steatement for SNMP entities which implement the mac count notify mib objects.
               hpicfMacNotifyCompliance2 1.3.6.1.4.1.11.2.14.11.5.1.66.3.1.3
The compliance statement for SNMP entities which implement the MAC Notify MIB.
           hpicfMacNotifyGroups 1.3.6.1.4.1.11.2.14.11.5.1.66.3.2
               hpicfMacNotifyGlobalConfigGroup 1.3.6.1.4.1.11.2.14.11.5.1.66.3.2.1
A collection of objects used to globally configure the SNMP traps used to monitor the MAC address table using the MAC-notify feature
               hpicfMacNotifyConfigGroup 1.3.6.1.4.1.11.2.14.11.5.1.66.3.2.2
A collection of objects used to configure and to monitor, through SNMP traps, for the MAC address table changes (learns/removes).
               hpicfMacNotifyStatsGroup 1.3.6.1.4.1.11.2.14.11.5.1.66.3.2.3
A group of counters used to maintain statistics on the number of MAC address table changes and the number of notification packets sent for changes in the MAC address table.
               hpicfMacNotifyNotifications 1.3.6.1.4.1.11.2.14.11.5.1.66.3.2.4
A group of notifications used to signal changes (learns/moves/removes) in the MAC address table.
               hpicfMacNotifyClearGroup 1.3.6.1.4.1.11.2.14.11.5.1.66.3.2.5
A collection of objects used to clear the MAC address tables
               hpicfMacCountNotifyConfigGroup 1.3.6.1.4.1.11.2.14.11.5.1.66.3.2.6
A collection of objects used to configure and to montior, through SNMP traps, for the MAC address learn count on the ports.
               hpicfMacCountNotifyNotifications 1.3.6.1.4.1.11.2.14.11.5.1.66.3.2.7
A group of notifications used to signal MAC address learn count on a port.
               hpicfMacNotifyStatsGroup2 1.3.6.1.4.1.11.2.14.11.5.1.66.3.2.8
A collection of counters used to maintain the statistics of MAC address table changes and the notifications sent for each instance of MAC address table change.
               hpicfMacNotifyConfigGroup2 1.3.6.1.4.1.11.2.14.11.5.1.66.3.2.9
A collection of objects used to configure and monitor the SNMP traps for the MAC address table changes .
       hpicfMacNotifyClearObjects 1.3.6.1.4.1.11.2.14.11.5.1.66.4
           hpicfMacNotifyClearMacTableOnPorts 1.3.6.1.4.1.11.2.14.11.5.1.66.4.1 portlist read-write
Used to clear the MAC address table on a specific port. Each octet within this value specifies a set of eight ports, with the first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port. Thus, each port is represented by a single bit within the value of this object. If that bit has a value of '1 then that port is included in the set of ports; the port is not included if its bit has a value of '0'.
           hpicfMacNotifyClearMacTableOnVlan 1.3.6.1.4.1.11.2.14.11.5.1.66.4.2 vlanid read-write
Used to clear the MAC address table on a specific VLAN. VLAN ID identifies the VLAN that will be cleared.
       hpicfMacCountNotifyConfigObjects 1.3.6.1.4.1.11.2.14.11.5.1.66.5
           hpicfMacNotifyPortLearnedCountEnable 1.3.6.1.4.1.11.2.14.11.5.1.66.5.1 integer read-write
Indicates whether or not to generate hpicfMacNotifyPortMacAddressCount trap. Notifications are generated when the MAC address count on a switch port equals the defined MAC count as in hpicfMacNotifyPortLearnedCount object. Default is disabled. Enumeration: 'enable': 1, 'disable': 2.
           hpicfMacNotifyPortLearnedCountConfig 1.3.6.1.4.1.11.2.14.11.5.1.66.5.2 portlist read-write
Used to config the MAC address learned notification traps on specific ports. Each octet within this value specifies a set of eight ports, with the first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port. Thus, each port is represented by a single bit within the value of this object. If that bit has a value of '1' then that port is enabled to send traps for learned MAC addresses;the port is not enabled if its bit has a value of '0'. Enabling picfMacNotifyPortLearnedCountConfig on a trunk port is permitted but not recommended. hpicfMacNotifyPortLearnedCountEnable must be enabled for traps to be sent.
           hpicfMacNotifyPortLearnedCountConfigTable 1.3.6.1.4.1.11.2.14.11.5.1.66.5.3 no-access
Table containing the configured MAC count for sending mac-count-notify traps on a port.
               hpicfMacNotifyPortLearnedCountConfigEntry 1.3.6.1.4.1.11.2.14.11.5.1.66.5.3.1 no-access
An entry in hpicfMacNotifyPortLearnedCountConfigTable containing MAC count for sending mac-count-notify traps for a port.
                   hpicfMacNotifyPortIndex 1.3.6.1.4.1.11.2.14.11.5.1.66.5.3.1.1 interfaceindex no-access
Indicates the ifIndex of the port
                   hpicfMacNotifyPortLearnedCount 1.3.6.1.4.1.11.2.14.11.5.1.66.5.3.1.2 unsigned32 read-write
Indicates the count of MAC learns when reached to send the mac-notify traps