MIBs Depot

HP-ICF-MACNOTIFY-MIB

Registered at
1.3.6.1.4.1.11.2.14.11.5.1.66
Last updated
2013-07-18 00:00
Organization
HP Networking
Revisions
2013-07-18 00:00, 2011-07-21 00:00, 2010-02-08 00:00, 2009-12-11 10:00
Namespace
hp
Source file
HP-ICF-MACNOTIFY-MIB
Digest
sha256:f6f8028f69a97f7be8b21419e5038585e43786433a0f2e600f1f088f3005d141

Description

The MIB module for managing MAC address notifications.

Contact

Hewlett Packard Company 8000 Foothills Blvd. Roseville, CA 95747

Imports

FromSymbols
HP-ICF-OIDhpSwitch
IF-MIBInterfaceIndex
Q-BRIDGE-MIBPortList, VlanId
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, MacAddress, TEXTUAL-CONVENTION

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

BRIDGE-MIB
HP-ICF-MACNOTIFY-MIB
HP-ICF-OID
IANAifType-MIB
IF-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

Objects

NameOIDSyntaxAccessStatus
hpicfMacNotifyNotificationObjects
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.5.1.66.0
hpicfMacNotifyConfigObjects
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.5.1.66.1
hpicfMacNotifyEnable
OBJECT-TYPE
Indicates whether the SNMP entity is permitted to generate learned, moved or removed hpicfMacNotifyMacAddressTableChange trap notifications. Default is disabled.
1.3.6.1.4.1.11.2.14.11.5.1.66.1.1INTEGER {enable(1), disable(2)}read-writecurrent
hpicfMacNotifyTrapInterval
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.66.1.2Unsigned32read-writecurrent
hpicfMacNotifyMoveEnable
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.66.1.3INTEGER {enable(1), disable(2)}read-writecurrent
hpicfMacNotifyLearnedPortConfig
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.66.1.4PortListread-writecurrent
hpicfMacNotifyRemovedPortConfig
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.66.1.5PortListread-writecurrent
hpicfMacNotifyAction
OBJECT-TYPE
Indicate the MAC address table change action for hpicfMacNotifyMacAddress: learned, moved, removed or aged.
1.3.6.1.4.1.11.2.14.11.5.1.66.1.6INTEGER {learned(1), moved(2), removed(3), aged(4)}accessible-for-notifycurrent
hpicfMacNotifyMacAddress
OBJECT-TYPE
The MAC address that has been learned, moved, removed or aged in the MAC address table.
1.3.6.1.4.1.11.2.14.11.5.1.66.1.7MacAddressaccessible-for-notifycurrent
hpicfMacNotifyFromPortId
OBJECT-TYPE
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
1.3.6.1.4.1.11.2.14.11.5.1.66.1.8Integer32accessible-for-notifycurrent
hpicfMacNotifyToPortId
OBJECT-TYPE
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
1.3.6.1.4.1.11.2.14.11.5.1.66.1.9Integer32accessible-for-notifycurrent
hpicfMacNotifyVlanId
OBJECT-TYPE
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
1.3.6.1.4.1.11.2.14.11.5.1.66.1.10Integer32accessible-for-notifycurrent
hpicfMacNotifyAgedPortConfig
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.66.1.11PortListread-writecurrent
hpicfMacNotifyStats
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.5.1.66.2
hpicfMacNotifyLearnedCount
OBJECT-TYPE
A count of MAC addresses learned by the MAC Address Table.
1.3.6.1.4.1.11.2.14.11.5.1.66.2.1Counter32read-onlycurrent
hpicfMacNotifyRemovedCount
OBJECT-TYPE
A count of MAC addresses removed from the MAC Address Table.
1.3.6.1.4.1.11.2.14.11.5.1.66.2.2Counter32read-onlycurrent
hpicfMacNotifyMoveCount
OBJECT-TYPE
A count of MAC addresses moved in the MAC Address Table.
1.3.6.1.4.1.11.2.14.11.5.1.66.2.3Counter32read-onlycurrent
hpicfMacNotifyCount
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.66.2.4Counter32read-onlycurrent
hpicfMacNotifyAgedCount
OBJECT-TYPE
A count of MAC addresses agedout from the MAC Address Table.
1.3.6.1.4.1.11.2.14.11.5.1.66.2.5Counter32read-onlycurrent
hpicfMacNotifyConformance
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.5.1.66.3
hpicfMacNotifyCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.5.1.66.3.1
hpicfMacNotifyGroups
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.5.1.66.3.2
hpicfMacNotifyClearObjects
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.5.1.66.4
hpicfMacNotifyClearMacTableOnPorts
OBJECT-TYPE
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'.
1.3.6.1.4.1.11.2.14.11.5.1.66.4.1PortListread-writecurrent
hpicfMacNotifyClearMacTableOnVlan
OBJECT-TYPE
Used to clear the MAC address table on a specific VLAN. VLAN ID identifies the VLAN that will be cleared.
1.3.6.1.4.1.11.2.14.11.5.1.66.4.2VlanIdread-writecurrent
hpicfMacCountNotifyConfigObjects
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.5.1.66.5
hpicfMacNotifyPortLearnedCountEnable
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.66.5.1INTEGER {enable(1), disable(2)}read-writecurrent
hpicfMacNotifyPortLearnedCountConfig
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.66.5.2PortListread-writecurrent
hpicfMacNotifyPortLearnedCountConfigTable
OBJECT-TYPE
Table containing the configured MAC count for sending mac-count-notify traps on a port.
1.3.6.1.4.1.11.2.14.11.5.1.66.5.3not-accessiblecurrent
hpicfMacNotifyPortLearnedCountConfigEntry
OBJECT-TYPE
An entry in hpicfMacNotifyPortLearnedCountConfigTable containing MAC count for sending mac-count-notify traps for a port.
1.3.6.1.4.1.11.2.14.11.5.1.66.5.3.1not-accessiblecurrent
hpicfMacNotifyPortIndex
OBJECT-TYPE
Indicates the ifIndex of the port
1.3.6.1.4.1.11.2.14.11.5.1.66.5.3.1.1InterfaceIndexnot-accessiblecurrent
hpicfMacNotifyPortLearnedCount
OBJECT-TYPE
Indicates the count of MAC learns when reached to send the mac-notify traps
1.3.6.1.4.1.11.2.14.11.5.1.66.5.3.1.2Unsigned32 (1..128)read-writecurrent

Notifications

NameOIDStatus
hpicfMacNotifyMacAddressTableChange
NOTIFICATION-TYPE
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
1.3.6.1.4.1.11.2.14.11.5.1.66.0.1current
hpicfMacNotifyPortMacAddressCount
NOTIFICATION-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.66.0.2current

Conformance

NameOIDStatus
hpicfMacNotifyCompliance
MODULE-COMPLIANCE
The compliance statement for SNMP entities which implement the MAC Notify MIB.
1.3.6.1.4.1.11.2.14.11.5.1.66.3.1.1deprecated
hpicfMacCountNotifyCompliance
MODULE-COMPLIANCE
The compliance steatement for SNMP entities which implement the mac count notify mib objects.
1.3.6.1.4.1.11.2.14.11.5.1.66.3.1.2current
hpicfMacNotifyCompliance2
MODULE-COMPLIANCE
The compliance statement for SNMP entities which implement the MAC Notify MIB.
1.3.6.1.4.1.11.2.14.11.5.1.66.3.1.3current
hpicfMacNotifyGlobalConfigGroup
OBJECT-GROUP
A collection of objects used to globally configure the SNMP traps used to monitor the MAC address table using the MAC-notify feature
1.3.6.1.4.1.11.2.14.11.5.1.66.3.2.1current
hpicfMacNotifyConfigGroup
OBJECT-GROUP
A collection of objects used to configure and to monitor, through SNMP traps, for the MAC address table changes (learns/removes).
1.3.6.1.4.1.11.2.14.11.5.1.66.3.2.2deprecated
hpicfMacNotifyStatsGroup
OBJECT-GROUP
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.
1.3.6.1.4.1.11.2.14.11.5.1.66.3.2.3deprecated
hpicfMacNotifyNotifications
NOTIFICATION-GROUP
A group of notifications used to signal changes (learns/moves/removes) in the MAC address table.
1.3.6.1.4.1.11.2.14.11.5.1.66.3.2.4current
hpicfMacNotifyClearGroup
OBJECT-GROUP
A collection of objects used to clear the MAC address tables
1.3.6.1.4.1.11.2.14.11.5.1.66.3.2.5current
hpicfMacCountNotifyConfigGroup
OBJECT-GROUP
A collection of objects used to configure and to montior, through SNMP traps, for the MAC address learn count on the ports.
1.3.6.1.4.1.11.2.14.11.5.1.66.3.2.6current
hpicfMacCountNotifyNotifications
NOTIFICATION-GROUP
A group of notifications used to signal MAC address learn count on a port.
1.3.6.1.4.1.11.2.14.11.5.1.66.3.2.7current
hpicfMacNotifyStatsGroup2
OBJECT-GROUP
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.
1.3.6.1.4.1.11.2.14.11.5.1.66.3.2.8current
hpicfMacNotifyConfigGroup2
OBJECT-GROUP
A collection of objects used to configure and monitor the SNMP traps for the MAC address table changes .
1.3.6.1.4.1.11.2.14.11.5.1.66.3.2.9current