HPN-ICF-MAC-INFORMATION-MIB: View SNMP OID List / Download MIB
VENDOR: HEWLETT-PACKARD
Home | MIB: HPN-ICF-MAC-INFORMATION-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).
|
|||
Object Name | OID | Type | Access | Info |
hpnicfMACInformation | 1.3.6.1.4.1.11.2.14.11.15.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. |
||
hpnicfMACInformationObjects | 1.3.6.1.4.1.11.2.14.11.15.2.87.1 | |||
hpnicfMACInformationMibGlobal | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.1 | |||
hpnicfMACInformationEnabled | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.1.1 | integer | read-write |
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. Enumeration: 'disabled': 2, 'enabled': 1. |
hpnicfMACInformationcSendInterval | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.1.2 | unsigned32 | read-write |
The maximum interval that the device generate syslogs or traps. The unit is second. |
hpnicfMACInformationLearntMACNum | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.1.3 | counter32 | read-only |
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. |
hpnicfMACInformationRemovedMACNum | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.1.4 | counter32 | read-only |
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. |
hpnicfMACInformationTrapSendNum | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.1.5 | counter32 | read-only |
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. |
hpnicfMACInformationSyslogSendNum | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.1.6 | counter32 | read-only |
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. |
hpnicfMACInformationCacheLen | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.1.7 | unsigned32 | read-write |
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. |
hpnicfMACInfomationWorkMode | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.1.8 | hpnicfmacinfoworkmode | read-write |
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. |
hpnicfMACInformationMIBTableTroop | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.2 | |||
hpnicfMACInfomationIfTable | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.2.1 | no-access |
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.1 | no-access |
The entry of hpnicfMACInfomationIfTable. |
||
hpnicfMACLearntEnable | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.2.1.1.1 | integer | read-write |
If the object is set to enabled(1) on interface, the device will cache the MAC address information that learnt on the interface. Enumeration: 'disabled': 2, 'enabled': 1. |
hpnicfMACRemovedEnable | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.2.1.1.2 | integer | read-write |
If the object is set to enable(1) on interface, the device will cache the MAC address information that removed on the interface. Enumeration: 'disabled': 2, 'enabled': 1. |
hpnicfMACInformationMibTrap | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.3 | |||
hpnicfMACInformationTraps | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.3.0 | |||
hpnicfMACInformationChangedTrap | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.3.0.1 |
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. |
||
hpnicfMACInformationTrapObjects | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.3.2 | |||
hpnicfMACInfoTrapIndex | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.3.2.1 | unsigned32 | no-access |
The sequence number of trap information. When it reaches the maximum value, it should be set to 1. |
hpnicfMACInfoTrapCount | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.3.2.2 | unsigned32 | no-access |
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. |
hpnicfMACInfoTrapMsg | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.3.2.3 | octet string | no-access |
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 ' |
hpnicfMACInformationMibTrapExt | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.4 | |||
hpnicfMACInformationTrapsExt | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.4.0 | |||
hpnicfMACInformationChangedTrapExt | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.4.0.1 |
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. |
||
hpnicfMACInformationMovedTrap | 1.3.6.1.4.1.11.2.14.11.15.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. |
||
hpnicfMACInformationTrapObjectsExt | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.4.2 | |||
hpnicfMACInfoTrapVerExt | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.4.2.1 | unsigned32 | no-access |
The version of trap information. |
hpnicfMACInfoTrapIndexExt | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.4.2.2 | unsigned32 | no-access |
The sequence number of trap information. When it reaches the maximum value, it should be set to 1. |
hpnicfMACInfoTrapCountExt | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.4.2.3 | unsigned32 | no-access |
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. |
hpnicfMACInfoTrapMsgExt | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.4.2.4 | octet string | no-access |
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 ' |
hpnicfMACInfoTrapMsgMovedAddress | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.4.2.5 | macaddress | no-access |
The MAC address that is moved between interfaces. |
hpnicfMACInfoTrapMsgMovedVlan | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.4.2.6 | integer32 | no-access |
The VLAN number in which the MAC address is moved. |
hpnicfMACInfoTrapMsgMovedFromIf | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.4.2.7 | integer32 | no-access |
The index of the interface from which the MAC address is moved. |
hpnicfMACInfoTrapMsgMovedToIf | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.4.2.8 | integer32 | no-access |
The index of the interface to which the MAC address is moved. |
hpnicfMACInfoTrapMsgMovedCount | 1.3.6.1.4.1.11.2.14.11.15.2.87.1.4.2.9 | counter32 | no-access |
The times for which the MAC address has been moved between the interfaces. |