HP-ICF-MACNOTIFY-MIB

File: HP-ICF-MACNOTIFY-MIB.mib (23911 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
Q-BRIDGE-MIB HP-ICF-OID IF-MIB

Imported symbols

Unsigned32 Integer32 Counter32
OBJECT-TYPE MODULE-IDENTITY NOTIFICATION-TYPE
OBJECT-GROUP MODULE-COMPLIANCE NOTIFICATION-GROUP
MacAddress PortList VlanId
hpSwitch InterfaceIndex

Defined Types

HpicfMacNotifyPortLearnedCountConfigEntry  
SEQUENCE    
  hpicfMacNotifyPortIndex InterfaceIndex
  hpicfMacNotifyPortLearnedCount Unsigned32

Defined Values

hpicfMacNotifyMIB 1.3.6.1.4.1.11.2.14.11.5.1.66
The MIB module for managing MAC address notifications.
MODULE-IDENTITY    

hpicfMacCountNotifyConfigObjects 1.3.6.1.4.1.11.2.14.11.5.1.66.5
OBJECT IDENTIFIER    

hpicfMacNotifyClearObjects 1.3.6.1.4.1.11.2.14.11.5.1.66.4
OBJECT IDENTIFIER    

hpicfMacNotifyConformance 1.3.6.1.4.1.11.2.14.11.5.1.66.3
OBJECT IDENTIFIER    

hpicfMacNotifyStats 1.3.6.1.4.1.11.2.14.11.5.1.66.2
OBJECT IDENTIFIER    

hpicfMacNotifyConfigObjects 1.3.6.1.4.1.11.2.14.11.5.1.66.1
OBJECT IDENTIFIER    

hpicfMacNotifyNotificationObjects 1.3.6.1.4.1.11.2.14.11.5.1.66.0
OBJECT IDENTIFIER    

hpicfMacNotifyEnable 1.3.6.1.4.1.11.2.14.11.5.1.66.1.1
Indicates whether the SNMP entity is permitted to generate learned, moved or removed hpicfMacNotifyMacAddressTableChange trap notifications. Default is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hpicfMacNotifyTrapInterval 1.3.6.1.4.1.11.2.14.11.5.1.66.1.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

hpicfMacNotifyMoveEnable 1.3.6.1.4.1.11.2.14.11.5.1.66.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hpicfMacNotifyLearnedPortConfig 1.3.6.1.4.1.11.2.14.11.5.1.66.1.4
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.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

hpicfMacNotifyRemovedPortConfig 1.3.6.1.4.1.11.2.14.11.5.1.66.1.5
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.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

hpicfMacNotifyAction 1.3.6.1.4.1.11.2.14.11.5.1.66.1.6
Indicate the MAC address table change action for hpicfMacNotifyMacAddress: learned, moved or removed.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER learned(1), moved(2), removed(3)  

hpicfMacNotifyMacAddress 1.3.6.1.4.1.11.2.14.11.5.1.66.1.7
The MAC address that has been learned, moved, or removed in the MAC address table.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  MacAddress  

hpicfMacNotifyFromPortId 1.3.6.1.4.1.11.2.14.11.5.1.66.1.8
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
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32  

hpicfMacNotifyToPortId 1.3.6.1.4.1.11.2.14.11.5.1.66.1.9
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
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32  

hpicfMacNotifyVlanId 1.3.6.1.4.1.11.2.14.11.5.1.66.1.10
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
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32  

hpicfMacNotifyPortLearnedCountEnable 1.3.6.1.4.1.11.2.14.11.5.1.66.5.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hpicfMacNotifyPortLearnedCountConfig 1.3.6.1.4.1.11.2.14.11.5.1.66.5.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

hpicfMacNotifyPortLearnedCountConfigTable 1.3.6.1.4.1.11.2.14.11.5.1.66.5.3
Table containing the configured MAC count for sending mac-count-notify traps on a port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfMacNotifyPortLearnedCountConfigEntry

hpicfMacNotifyPortLearnedCountConfigEntry 1.3.6.1.4.1.11.2.14.11.5.1.66.5.3.1
An entry in hpicfMacNotifyPortLearnedCountConfigTable containing MAC count for sending mac-count-notify traps for a port.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfMacNotifyPortLearnedCountConfigEntry  

hpicfMacNotifyPortIndex 1.3.6.1.4.1.11.2.14.11.5.1.66.5.3.1.1
Indicates the ifIndex of the port
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

hpicfMacNotifyPortLearnedCount 1.3.6.1.4.1.11.2.14.11.5.1.66.5.3.1.2
Indicates the count of MAC learns when reached to send the mac-notify traps
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..128  

hpicfMacNotifyLearnedCount 1.3.6.1.4.1.11.2.14.11.5.1.66.2.1
A count of MAC addresses learned by the MAC Address Table.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfMacNotifyRemovedCount 1.3.6.1.4.1.11.2.14.11.5.1.66.2.2
A count of MAC addresses removed from the MAC Address Table.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfMacNotifyMoveCount 1.3.6.1.4.1.11.2.14.11.5.1.66.2.3
A count of MAC addresses moved in the MAC Address Table.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfMacNotifyCount 1.3.6.1.4.1.11.2.14.11.5.1.66.2.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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 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
Status: current Access: read-only
NOTIFICATION-TYPE    

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.
Status: current Access: read-only
NOTIFICATION-TYPE    

hpicfMacNotifyClearMacTableOnPorts 1.3.6.1.4.1.11.2.14.11.5.1.66.4.1
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'.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

hpicfMacNotifyClearMacTableOnVlan 1.3.6.1.4.1.11.2.14.11.5.1.66.4.2
Used to clear the MAC address table on a specific VLAN. VLAN ID identifies the VLAN that will be cleared.
Status: current Access: read-write
OBJECT-TYPE    
  VlanId  

hpicfMacNotifyCompliances 1.3.6.1.4.1.11.2.14.11.5.1.66.3.1
OBJECT IDENTIFIER    

hpicfMacNotifyGroups 1.3.6.1.4.1.11.2.14.11.5.1.66.3.2
OBJECT IDENTIFIER    

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.
Status: current Access: read-write
MODULE-COMPLIANCE    

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.
Status: current Access: read-write
MODULE-COMPLIANCE    

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
Status: current Access: read-write
OBJECT-GROUP    

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).
Status: current Access: read-write
OBJECT-GROUP    

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.
Status: current Access: read-write
OBJECT-GROUP    

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.
Status: current Access: read-write
NOTIFICATION-GROUP    

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
Status: current Access: read-write
OBJECT-GROUP    

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.
Status: current Access: read-write
OBJECT-GROUP    

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.
Status: current Access: read-write
NOTIFICATION-GROUP