HH3C-MAC-INFORMATION-MIB

File: HH3C-MAC-INFORMATION-MIB.mib (16865 bytes)

Imported modules

HH3C-OID-MIB SNMPv2-SMI SNMPv2-TC
IF-MIB

Imported symbols

hh3cCommon Unsigned32 Counter32
OBJECT-TYPE MODULE-IDENTITY NOTIFICATION-TYPE
Integer32 TEXTUAL-CONVENTION MacAddress
ifIndex

Defined Types

Hh3cMACInfoWorkMode  
The working mode of the MAC Information feature.
TEXTUAL-CONVENTION    
  INTEGER trap(1), syslog(2)  

Hh3cMACInfomationIfEntry  
SEQUENCE    
  hh3cMACLearntEnable INTEGER
  hh3cMACRemovedEnable INTEGER

Defined Values

hh3cMACInformation 1.3.6.1.4.1.25506.2.87
This MIB file is to provide the definition of the MAC Information general configuration. MAC Information feature is used to make that the changed MAC information in the monitored device is knowable in remote monitoring device.
MODULE-IDENTITY    

hh3cMACInformationObjects 1.3.6.1.4.1.25506.2.87.1
OBJECT IDENTIFIER    

hh3cMACInformationMibGlobal 1.3.6.1.4.1.25506.2.87.1.1
OBJECT IDENTIFIER    

hh3cMACInformationMIBTableTroop 1.3.6.1.4.1.25506.2.87.1.2
OBJECT IDENTIFIER    

hh3cMACInformationMibTrap 1.3.6.1.4.1.25506.2.87.1.3
OBJECT IDENTIFIER    

hh3cMACInformationMibTrapExt 1.3.6.1.4.1.25506.2.87.1.4
OBJECT IDENTIFIER    

hh3cMACInformationEnabled 1.3.6.1.4.1.25506.2.87.1.1.1
The value is a global setting. The feature will not work until the value is set to enabled(1). If the value is set to disabled(2), the feature will stop working even there are interfaces that have been enabled the feature.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

hh3cMACInformationcSendInterval 1.3.6.1.4.1.25506.2.87.1.1.2
The maximum interval that the device generate syslogs or traps. The unit is second.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..20000  

hh3cMACInformationLearntMACNum 1.3.6.1.4.1.25506.2.87.1.1.3
The number of MAC addresses that learnt by the device since the hh3cMACInformationEnabled is set to enabled(1) and hh3cMACLearntEnable is set to enabled(1) at least on one interface. If the hh3cMACInformationEnabled is set to disabled(2), the object will always return 0.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cMACInformationRemovedMACNum 1.3.6.1.4.1.25506.2.87.1.1.4
The number of MAC addresses that removed by the device since the hh3cMACInformationEnabled is set to enabled(1) and hh3cMACRemovedEnable is set to enabled(1) at least on one interface. If the hh3cMACInformationEnabled is set to disabled(2), the object will always return 0.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cMACInformationTrapSendNum 1.3.6.1.4.1.25506.2.87.1.1.5
The number of traps that have been generated. This object is valid only when the hh3cMACInfomationWorkMode is set to trap(1). If the hh3cMACInfomationWorkMode is set to syslog(2), the object will always return 0.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cMACInformationSyslogSendNum 1.3.6.1.4.1.25506.2.87.1.1.6
The number of syslogs that have been generated. This object is valid only when the hh3cMACInfomationWorkMode is set to syslog(2). If the hh3cMACInfomationWorkMode is set to trap(1), the object will always return 0.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cMACInformationCacheLen 1.3.6.1.4.1.25506.2.87.1.1.7
The maximum queue lenth used to cache the changed MAC addresses information in the monitored device. If the value is set to 0, syslog or trap will generate as soon as there is a MAC address learnt or removed.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..1000  

hh3cMACInfomationWorkMode 1.3.6.1.4.1.25506.2.87.1.1.8
The working mode of MAC Information feature. If the object is set to trap(1), the device will use trap mode to notify the MAC address information and all properties of trap interrelated is valid. If the object is set to syslog(2), the device will use syslog mode to notify the MAC address information and all properties of trap interrelated is invalid.
Status: current Access: read-write
OBJECT-TYPE    
  Hh3cMACInfoWorkMode  

hh3cMACInfomationIfTable 1.3.6.1.4.1.25506.2.87.1.2.1
The table is used to enable or disable the MAC Information feature on interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cMACInfomationIfEntry

hh3cMACInfomationIfEntry 1.3.6.1.4.1.25506.2.87.1.2.1.1
The entry of hh3cMACInfomationIfTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cMACInfomationIfEntry  

hh3cMACLearntEnable 1.3.6.1.4.1.25506.2.87.1.2.1.1.1
If the object is set to enabled(1) on interface, the device will cache the MAC address information that learnt on the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

hh3cMACRemovedEnable 1.3.6.1.4.1.25506.2.87.1.2.1.1.2
If the object is set to enable(1) on interface, the device will cache the MAC address information that removed on the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

hh3cMACInformationTraps 1.3.6.1.4.1.25506.2.87.1.3.0
OBJECT IDENTIFIER    

hh3cMACInformationChangedTrap 1.3.6.1.4.1.25506.2.87.1.3.0.1
When the cached number of MAC address information is reached the value specified by hh3cMACInformationCacheLen, trap is generated and is sent to the remote monitoring device. The trap is also generated when the amount of time elapsed since the previous notification is greater than the interval value specified by hh3cMACInformationcSendInterval and there is at least one cached MAC address information learnt or removed. The object is valid only when hh3cMACInfomationWorkMode is set to trap(1). When the hh3cMACInfomationWorkMode is set to syslog(2), No trap will be generated even hh3cMACInformationEnabled is set to enabled(1) and the feature is enabled on interface.
Status: current Access: read-write
NOTIFICATION-TYPE    

hh3cMACInformationTrapObjects 1.3.6.1.4.1.25506.2.87.1.3.2
OBJECT IDENTIFIER    

hh3cMACInfoTrapIndex 1.3.6.1.4.1.25506.2.87.1.3.2.1
The sequence number of trap information. When it reaches the maximum value, it should be set to 1.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32 1..4294967295  

hh3cMACInfoTrapCount 1.3.6.1.4.1.25506.2.87.1.3.2.2
The cell number of the current trap information. The trap message may consists of more than one MAC address information. Each of the one MAC address information in one trap is called cell.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32  

hh3cMACInfoTrapMsg 1.3.6.1.4.1.25506.2.87.1.3.2.3
This object is the MAC information that learnt or removed in the monitored device. It can consists of more than one MAC information in the object. This object is in the format of '...'. Each cell consists of 12 octets in the format of ''. is the reason type of MAC address changed and have size of 1 octet. It only supports the following values. 1 - MAC learnt. 2 - MAC removed. is the vlan number that correspond to the MAC address in MAC address table and has size of 2 octet. is the MAC address and has size of 6 octets. is the MAC address type and has size of 1 octet. It only supports the following values. 0 - Unknown 1 - Learnt 2 - Config dynamic 3 - Config static 4 - Blackhole 5 - Security 6 - 802.1x 7 - MAC authentication 8 - Voice VLAN 9 - Reserved is the index of the interface where the MAC address is learnt or removed and has size of 2 octets.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  OCTET STRING Size(1..254)  

hh3cMACInformationTrapsExt 1.3.6.1.4.1.25506.2.87.1.4.0
OBJECT IDENTIFIER    

hh3cMACInformationChangedTrapExt 1.3.6.1.4.1.25506.2.87.1.4.0.1
When the cached number of MAC address information is reached the value specified by hh3cMACInformationCacheLen, trap is generated and is sent to the remote monitoring device. The trap is also generated when the amount of time elapsed since the previous notification is greater than the interval value specified by hh3cMACInformationcSendInterval and there is at least one cached MAC address information learnt or removed. The object is valid only when hh3cMACInfomationWorkMode is set to trap(1). When the hh3cMACInfomationWorkMode is set to syslog(2), No trap will be generated even hh3cMACInformationEnabled is set to enabled(1) and the feature is enabled on interface.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

hh3cMACInformationMovedTrap 1.3.6.1.4.1.25506.2.87.1.4.0.2
When the MAC address has been moved to another interface, trap is generated and is sent to the remote monitoring device.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

hh3cMACInformationTrapObjectsExt 1.3.6.1.4.1.25506.2.87.1.4.2
OBJECT IDENTIFIER    

hh3cMACInfoTrapVerExt 1.3.6.1.4.1.25506.2.87.1.4.2.1
The version of trap information.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32  

hh3cMACInfoTrapIndexExt 1.3.6.1.4.1.25506.2.87.1.4.2.2
The sequence number of trap information. When it reaches the maximum value, it should be set to 1.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32 1..4294967295  

hh3cMACInfoTrapCountExt 1.3.6.1.4.1.25506.2.87.1.4.2.3
The cell number of the current trap information. The trap message may consists of more than one MAC address information. Each of the one MAC address information in one trap is called cell.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32  

hh3cMACInfoTrapMsgExt 1.3.6.1.4.1.25506.2.87.1.4.2.4
This object is the MAC information that learnt or removed in the monitored device. It can consists of more than one MAC information in the object. This object is in the format of '...'. Each cell consists of 14 octets in the format of ''. is the reason type of MAC address changed and have size of 1 octet. It only supports the following values. 1 - MAC learnt. 2 - MAC removed. is the vlan number that correspond to the MAC address in MAC address table and has size of 2 octet. is the MAC address and has size of 6 octets. is the MAC address type and has size of 1 octet. It only supports the following values. 0 - Unknown 1 - Learnt 2 - Config dynamic 3 - Config static 4 - Blackhole 5 - Security 6 - 802.1x 7 - MAC authentication 8 - Voice VLAN 9 - Reserved is the index of the interface where the MAC address is learnt or removed and has size of 4 octets.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  OCTET STRING Size(1..254)  

hh3cMACInfoTrapMsgMovedAddress 1.3.6.1.4.1.25506.2.87.1.4.2.5
The MAC address that is moved between interfaces.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  MacAddress  

hh3cMACInfoTrapMsgMovedVlan 1.3.6.1.4.1.25506.2.87.1.4.2.6
The VLAN number in which the MAC address is moved.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..4094  

hh3cMACInfoTrapMsgMovedFromIf 1.3.6.1.4.1.25506.2.87.1.4.2.7
The index of the interface from which the MAC address is moved.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..2147483647  

hh3cMACInfoTrapMsgMovedToIf 1.3.6.1.4.1.25506.2.87.1.4.2.8
The index of the interface to which the MAC address is moved.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..2147483647  

hh3cMACInfoTrapMsgMovedCount 1.3.6.1.4.1.25506.2.87.1.4.2.9
The times for which the MAC address has been moved between the interfaces.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Counter32