HPN-ICF-MAC-INFORMATION-MIB
- Registered at
- 1.3.6.1.4.1.11.2.14.11.15.2.87
- Last updated
- 2007-12-28 19:12
- Revisions
- 2007-12-28 19:12
- Namespace
- hp
- Source file
HPN-ICF-MAC-INFORMATION-MIB- Digest
sha256:30aac558233554323923e82536a95ddd28796ba50d02db9d38fd9e36999b1d2b
Description
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.
Imports
| From | Symbols |
|---|---|
| HPN-ICF-OID-MIB | hpnicfCommon |
| IF-MIB | ifIndex |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Counter32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, 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.
HPN-ICF-MAC-INFORMATION-MIB HPN-ICF-OID-MIB IANAifType-MIB IF-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| HpnicfMACInfoWorkMode TEXTUAL-CONVENTION The working mode of the MAC Information feature. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| hpnicfMACInformationObjects OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.87.1 | |||
| hpnicfMACInformationMibGlobal OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.1 | |||
| hpnicfMACInformationEnabled OBJECT-TYPE 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. | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.1.1 | INTEGER {enabled(1), disabled(2)} | read-write | current |
| hpnicfMACInformationcSendInterval OBJECT-TYPE The maximum interval that the device generate syslogs or traps. The unit is second. | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.1.2 | Unsigned32 (1..20000) | read-write | current |
| hpnicfMACInformationLearntMACNum OBJECT-TYPE The number of MAC addresses that learnt by the device since the hpnicfMACInformationEnabled is set to enabled(1) and hpnicfMACLearntEnable is set to enabled(1) at least on one interface. If the hpnicfMACInformationEnabled is set to disabled(2), the object will always return 0. | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.1.3 | Counter32 | read-only | current |
| hpnicfMACInformationRemovedMACNum OBJECT-TYPE The number of MAC addresses that removed by the device since the hpnicfMACInformationEnabled is set to enabled(1) and hpnicfMACRemovedEnable is set to enabled(1) at least on one interface. If the hpnicfMACInformationEnabled is set to disabled(2), the object will always return 0. | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.1.4 | Counter32 | read-only | current |
| hpnicfMACInformationTrapSendNum OBJECT-TYPE The number of traps that have been generated. This object is valid only when the hpnicfMACInfomationWorkMode is set to trap(1). If the hpnicfMACInfomationWorkMode is set to syslog(2), the object will always return 0. | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.1.5 | Counter32 | read-only | current |
| hpnicfMACInformationSyslogSendNum OBJECT-TYPE The number of syslogs that have been generated. This object is valid only when the hpnicfMACInfomationWorkMode is set to syslog(2). If the hpnicfMACInfomationWorkMode is set to trap(1), the object will always return 0. | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.1.6 | Counter32 | read-only | current |
| hpnicfMACInformationCacheLen OBJECT-TYPE 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. | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.1.7 | Unsigned32 (0..1000) | read-write | current |
| hpnicfMACInfomationWorkMode OBJECT-TYPE 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. | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.1.8 | HpnicfMACInfoWorkMode | read-write | current |
| hpnicfMACInformationMIBTableTroop OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.2 | |||
| hpnicfMACInfomationIfTable OBJECT-TYPE The table is used to enable or disable the MAC Information feature on interfaces. | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.2.1 | not-accessible | current | |
| hpnicfMACInfomationIfEntry OBJECT-TYPE The entry of hpnicfMACInfomationIfTable. | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.2.1.1 | not-accessible | current | |
| hpnicfMACLearntEnable OBJECT-TYPE If the object is set to enabled(1) on interface, the device will cache the MAC address information that learnt on the interface. | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.2.1.1.1 | INTEGER {enabled(1), disabled(2)} | read-write | current |
| hpnicfMACRemovedEnable OBJECT-TYPE If the object is set to enable(1) on interface, the device will cache the MAC address information that removed on the interface. | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.2.1.1.2 | INTEGER {enabled(1), disabled(2)} | read-write | current |
| hpnicfMACInformationMibTrap OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.3 | |||
| hpnicfMACInformationTraps OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.3.0 | |||
| hpnicfMACInformationTrapObjects OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.3.2 | |||
| hpnicfMACInfoTrapIndex OBJECT-TYPE The sequence number of trap information. When it reaches the maximum value, it should be set to 1. | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.3.2.1 | Unsigned32 (1..4294967295) | accessible-for-notify | current |
| hpnicfMACInfoTrapCount OBJECT-TYPE 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. | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.3.2.2 | Unsigned32 | accessible-for-notify | current |
| hpnicfMACInfoTrapMsg OBJECT-TYPE 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 '<cell1><cell2>...'. Each cell consists of 12 octets in the format of '<operationType><VLAN><MAC><MACtype><ifIndex>'. <operationType> 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. <VLAN> is the vlan number that correspond to the MAC address in MAC address table and has size of 2 octet. <MAC> is the MAC address and has size of 6 octets. <MACtype> 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 <ifIndex> is the index of the interface where the MAC address is learnt or removed and has size of 2 octets. | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.3.2.3 | OCTET STRING (SIZE(1..254)) | accessible-for-notify | current |
| hpnicfMACInformationMibTrapExt OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.4 | |||
| hpnicfMACInformationTrapsExt OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.4.0 | |||
| hpnicfMACInformationTrapObjectsExt OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.4.2 | |||
| hpnicfMACInfoTrapVerExt OBJECT-TYPE The version of trap information. | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.4.2.1 | Unsigned32 | accessible-for-notify | current |
| hpnicfMACInfoTrapIndexExt OBJECT-TYPE The sequence number of trap information. When it reaches the maximum value, it should be set to 1. | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.4.2.2 | Unsigned32 (1..4294967295) | accessible-for-notify | current |
| hpnicfMACInfoTrapCountExt OBJECT-TYPE 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. | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.4.2.3 | Unsigned32 | accessible-for-notify | current |
| hpnicfMACInfoTrapMsgExt OBJECT-TYPE 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 '<cell1><cell2>...'. Each cell consists of 14 octets in the format of '<operationType><VLAN><MAC><MACtype><ifIndex>'. <operationType> 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. <VLAN> is the vlan number that correspond to the MAC address in MAC address table and has size of 2 octet. <MAC> is the MAC address and has size of 6 octets. <MACtype> 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 <ifIndex> is the index of the interface where the MAC address is learnt or removed and has size of 4 octets. | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.4.2.4 | OCTET STRING (SIZE(1..254)) | accessible-for-notify | current |
| hpnicfMACInfoTrapMsgMovedAddress OBJECT-TYPE The MAC address that is moved between interfaces. | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.4.2.5 | MacAddress | accessible-for-notify | current |
| hpnicfMACInfoTrapMsgMovedVlan OBJECT-TYPE The VLAN number in which the MAC address is moved. | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.4.2.6 | Integer32 (1..4094) | accessible-for-notify | current |
| hpnicfMACInfoTrapMsgMovedFromIf OBJECT-TYPE The index of the interface from which the MAC address is moved. | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.4.2.7 | Integer32 (1..2147483647) | accessible-for-notify | current |
| hpnicfMACInfoTrapMsgMovedToIf OBJECT-TYPE The index of the interface to which the MAC address is moved. | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.4.2.8 | Integer32 (1..2147483647) | accessible-for-notify | current |
| hpnicfMACInfoTrapMsgMovedCount OBJECT-TYPE The times for which the MAC address has been moved between the interfaces. | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.4.2.9 | Counter32 | accessible-for-notify | current |
Notifications
| Name | OID | Status |
|---|---|---|
| hpnicfMACInformationChangedTrap NOTIFICATION-TYPE When the cached number of MAC address information is reached the value specified by hpnicfMACInformationCacheLen, 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 hpnicfMACInformationcSendInterval and there is at least one cached MAC address information learnt or removed. The object is valid only when hpnicfMACInfomationWorkMode is set to trap(1). When the hpnicfMACInfomationWorkMode is set to syslog(2), No trap will be generated even hpnicfMACInformationEnabled is set to enabled(1) and the feature is enabled on interface. | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.3.0.1 | current |
| hpnicfMACInformationChangedTrapExt NOTIFICATION-TYPE When the cached number of MAC address information is reached the value specified by hpnicfMACInformationCacheLen, 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 hpnicfMACInformationcSendInterval and there is at least one cached MAC address information learnt or removed. The object is valid only when hpnicfMACInfomationWorkMode is set to trap(1). When the hpnicfMACInfomationWorkMode is set to syslog(2), No trap will be generated even hpnicfMACInformationEnabled is set to enabled(1) and the feature is enabled on interface. | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.4.0.1 | current |
| hpnicfMACInformationMovedTrap NOTIFICATION-TYPE When the MAC address has been moved to another interface, trap is generated and is sent to the remote monitoring device. | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.4.0.2 | current |