HH3C-MAC-INFORMATION-MIB: View SNMP OID List / Download MIB
VENDOR: H3C
Home | MIB: HH3C-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 |
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. |
||
hh3cMACInformationObjects | 1.3.6.1.4.1.25506.2.87.1 | |||
hh3cMACInformationMibGlobal | 1.3.6.1.4.1.25506.2.87.1.1 | |||
hh3cMACInformationEnabled | 1.3.6.1.4.1.25506.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. |
hh3cMACInformationcSendInterval | 1.3.6.1.4.1.25506.2.87.1.1.2 | unsigned32 | read-write |
The maximum interval that the device generate syslogs or traps. The unit is second. |
hh3cMACInformationLearntMACNum | 1.3.6.1.4.1.25506.2.87.1.1.3 | counter32 | read-only |
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. |
hh3cMACInformationRemovedMACNum | 1.3.6.1.4.1.25506.2.87.1.1.4 | counter32 | read-only |
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. |
hh3cMACInformationTrapSendNum | 1.3.6.1.4.1.25506.2.87.1.1.5 | counter32 | read-only |
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. |
hh3cMACInformationSyslogSendNum | 1.3.6.1.4.1.25506.2.87.1.1.6 | counter32 | read-only |
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. |
hh3cMACInformationCacheLen | 1.3.6.1.4.1.25506.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. |
hh3cMACInfomationWorkMode | 1.3.6.1.4.1.25506.2.87.1.1.8 | hh3cmacinfoworkmode | 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. |
hh3cMACInformationMIBTableTroop | 1.3.6.1.4.1.25506.2.87.1.2 | |||
hh3cMACInfomationIfTable | 1.3.6.1.4.1.25506.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.25506.2.87.1.2.1.1 | no-access |
The entry of hh3cMACInfomationIfTable. |
||
hh3cMACLearntEnable | 1.3.6.1.4.1.25506.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. |
hh3cMACRemovedEnable | 1.3.6.1.4.1.25506.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. |
hh3cMACInformationMibTrap | 1.3.6.1.4.1.25506.2.87.1.3 | |||
hh3cMACInformationTraps | 1.3.6.1.4.1.25506.2.87.1.3.0 | |||
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. |
||
hh3cMACInformationTrapObjects | 1.3.6.1.4.1.25506.2.87.1.3.2 | |||
hh3cMACInfoTrapIndex | 1.3.6.1.4.1.25506.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. |
hh3cMACInfoTrapCount | 1.3.6.1.4.1.25506.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. |
hh3cMACInfoTrapMsg | 1.3.6.1.4.1.25506.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 ' |
hh3cMACInformationMibTrapExt | 1.3.6.1.4.1.25506.2.87.1.4 | |||
hh3cMACInformationTrapsExt | 1.3.6.1.4.1.25506.2.87.1.4.0 | |||
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. |
||
hh3cMACInformationTrapObjectsExt | 1.3.6.1.4.1.25506.2.87.1.4.2 | |||
hh3cMACInfoTrapVerExt | 1.3.6.1.4.1.25506.2.87.1.4.2.1 | unsigned32 | no-access |
The version of trap information. |
hh3cMACInfoTrapIndexExt | 1.3.6.1.4.1.25506.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. |
hh3cMACInfoTrapCountExt | 1.3.6.1.4.1.25506.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. |
hh3cMACInfoTrapMsgExt | 1.3.6.1.4.1.25506.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 ' |