ZTE-AN-MAC-MIB: View SNMP OID List / Download MIB

VENDOR: ZHONGXING TELECOM CO.,LTD. (ABBR. ZTE)


 Home MIB: ZTE-AN-MAC-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 zxAnMacMib 1.3.6.1.4.1.3902.1082.40.10
This MIB defines MAC forwarding managed objects of zte Access Node.
       zxAnMacObjects 1.3.6.1.4.1.3902.1082.40.10.2
           zxAnMacTableObjects 1.3.6.1.4.1.3902.1082.40.10.2.1
               zxAnMacTableGlobalObjects 1.3.6.1.4.1.3902.1082.40.10.2.1.1
                   zxAnMacAgingTime 1.3.6.1.4.1.3902.1082.40.10.2.1.1.1 integer32 read-write
The timeout period in seconds for aging out dynamically learned forwarding information. 802.1D-1990 recommends a default of 300 seconds.
                   zxAnMacTableCapacity 1.3.6.1.4.1.3902.1082.40.10.2.1.1.2 integer32 read-only
The capacity of the MAC forwarding table.
                   zxAnMacTableMonitorInterval 1.3.6.1.4.1.3902.1082.40.10.2.1.1.3 integer32 read-write
The interval to monitor the max utilization of the MAC forwarding table.
                   zxAnMacTableMonitorElapsedTime 1.3.6.1.4.1.3902.1082.40.10.2.1.1.4 integer32 read-only
The elapsed time of this monitoring period.
                   zxAnMacTableCurrUtilization 1.3.6.1.4.1.3902.1082.40.10.2.1.1.5 integer32 read-only
The current utilization of the MAC forwarding table.
                   zxAnMacTableCurrMaxUtilization 1.3.6.1.4.1.3902.1082.40.10.2.1.1.6 integer32 read-only
The max utilization of the MAC forwarding table in current monitoring period.
                   zxAnMacTableHisMaxUtilization 1.3.6.1.4.1.3902.1082.40.10.2.1.1.7 integer32 read-only
The max utilization of the MAC forwarding table from system startup.
                   zxAnMacTableUtilizationThreshold 1.3.6.1.4.1.3902.1082.40.10.2.1.1.8 integer32 read-write
The utilization threshold of the MAC forwarding table. The zxAnMacTableUtilOverThresh trap should be generated when it is exceeded.
                   zxAnMacTableCurrTotalMacAddress 1.3.6.1.4.1.3902.1082.40.10.2.1.1.9 integer32 read-only
The current total MAC address number of the MAC forwarding table. The value will be updated in each 5 seconds.
                   zxAnMacTableUtilOverReportMode 1.3.6.1.4.1.3902.1082.40.10.2.1.1.10 integer read-write
A trap reporting mode when the current utilization exceeds the threshold. - alarm(1): An alarm trap should be generated when the utilization exceeds the threshold. - notification(2): A notification trap should be generated when the utilization exceeds the threshold. Only supports C6XX, not supports C3XX. Enumeration: 'notification': 2, 'alarm': 1.
                   zxAnMacTableUtilAlmClrThresh 1.3.6.1.4.1.3902.1082.40.10.2.1.1.11 integer32 read-write
The utilization alarm cleared threshold. Only supports C6XX, not supports C3XX.
               zxAnMacFwdTable 1.3.6.1.4.1.3902.1082.40.10.2.1.2 no-access
This table contains information about unicast entries for which the bridge has forwarding and/or filtering information. This information is used by the transparent bridging function in determining how to propagate a received frame.
                   zxAnMacFwdEntry 1.3.6.1.4.1.3902.1082.40.10.2.1.2.1 no-access
Information about a specific unicast MAC address for which the bridge has some forwarding and/or filtering information.
                       zxAnMacFwdAddrStatus 1.3.6.1.4.1.3902.1082.40.10.2.1.2.1.1 integer no-access
A MAC address status to forward and/or filter. The following is the explanation of each value of variable zxAnMacFwdAddrStatus. - dynamic(1): The type of MAC forwarding table is dynamic.The dynamic mac table will generate when a port receive frames and can be aging out. - permanent(2): The type of MAC forwarding table is permanent.It can be configured or delete by manually. The permenent MAC address should be saved. - static(3): The type of MAC forwarding table is static. It can be configured or deleted by other protocols automatically. The MAC address could not be saved. Enumeration: 'static': 3, 'permanent': 2, 'dynamic': 1.
                       zxAnMacFwdVid 1.3.6.1.4.1.3902.1082.40.10.2.1.2.1.2 integer32 no-access
The vlan id of mac forwarding entry.This value may be 0 as some user-cards don't support to learn vlanId of the MAC table.
                       zxAnMacFwdMacAddr 1.3.6.1.4.1.3902.1082.40.10.2.1.2.1.3 macaddress no-access
An unicast MAC address for which the bridge has forwarding and/or filtering information.
                       zxAnMacFwdConfRowStatus 1.3.6.1.4.1.3902.1082.40.10.2.1.2.1.50 rowstatus read-only
The status of this conceptual row. The state of this conceptual row only support 'not exist' and 'active'. The action of this conceptual row only support 'createAndGo' and 'destroy'. The dynamic MAC table is read-only,don't support to create or delete. The permanent MAC table support to create or delete. To create a permanent MAC table, a manager must set this object as createAndGo(4). To delete a permanent MAC table, a manager must set this object as destroy(6). To query this object when a MAC table is existed, it always returns active(1). To query this object when a MAC table isn't existed, it always returns no such instance.
               zxAnMacFwdVlanStatsTable 1.3.6.1.4.1.3902.1082.40.10.2.1.3 no-access
MAC statistics table based on VLAN. This table includes statistical information of numbers of unicast MAC addresses for all the bridges on the device that have forwarding and/or filtering information.
                   zxAnMacFwdVlanStatsEntry 1.3.6.1.4.1.3902.1082.40.10.2.1.3.1 no-access
MAC statistics entry based on VLAN.
                       zxAnMacFwdVlanStatsVid 1.3.6.1.4.1.3902.1082.40.10.2.1.3.1.1 vlanid no-access
The VLAN ID of MAC forwarding entry.
                       zxAnMacFwdVlanStatsMacs 1.3.6.1.4.1.3902.1082.40.10.2.1.3.1.2 counter32 read-only
The number of MAC forwarding entries on the specified VLAN.
               zxAnMacFwdVlanConfTable 1.3.6.1.4.1.3902.1082.40.10.2.1.4 no-access
A table containing MAC forwarding configuration based on VLAN. Only supports C6XX, not supports C3XX.
                   zxAnMacFwdVlanConfEntry 1.3.6.1.4.1.3902.1082.40.10.2.1.4.1 no-access
Entry for zxAnMacFwdVlanConfTable.
                       zxAnMacFwdVlanConfVid 1.3.6.1.4.1.3902.1082.40.10.2.1.4.1.1 vlanid no-access
The VLAN ID of MAC forwarding configuration.
                       zxAnMacFwdVlanConfAgingTime 1.3.6.1.4.1.3902.1082.40.10.2.1.4.1.2 integer32 read-only
The MAC aging time based on VLAN.
                       zxAnMacFwdVlanConfRowStatus 1.3.6.1.4.1.3902.1082.40.10.2.1.4.1.50 rowstatus read-only
The status of this conceptual row. The supported actions of this conceptual row only include: 'createAndGo' and 'destroy'. To create a row in this table, a manager must set this object to createAndGo(4), and must comply with the multi-variables binding rule described in zxAnMacFwdVlanConfEntry. To delete a row in this table, a manager must set this object to destroy(6). To get this object, the agent always returns 1.
               zxAnMacFwdVlanMacTable 1.3.6.1.4.1.3902.1082.40.10.2.1.5 no-access
A table containing MAC address based on VLAN. Only supports C6XX, not supports C3XX.
                   zxAnMacFwdVlanMacEntry 1.3.6.1.4.1.3902.1082.40.10.2.1.5.1 no-access
Entry for zxAnMacFwdVlanMacTable.
                       zxAnMacFwdVlanMacAddr 1.3.6.1.4.1.3902.1082.40.10.2.1.5.1.1 macaddress read-only
An unicast MAC address for which the VLAN has forwarding and/or filtering information.
           zxAnMacFtpObjects 1.3.6.1.4.1.3902.1082.40.10.2.3
               zxAnMacFtpSnapCollectGlbObjects 1.3.6.1.4.1.3902.1082.40.10.2.3.2
                   zxAnMacFtpSnapCollectEnable 1.3.6.1.4.1.3902.1082.40.10.2.3.2.1 integer read-write
Enables and disables MAC snapshot collecting function. MAC snapshot collecting is a function that generates csv files periodically containing snapshot information about unicast entries for all the bridges on the device that have forwarding and/or filtering information. Enumeration: 'disabled': 2, 'enabled': 1.
                   zxAnMacFtpSnapCollectStartTime 1.3.6.1.4.1.3902.1082.40.10.2.3.2.2 dateandtime read-write
The starting time of periodical MAC snapshot collecting.
                   zxAnMacFtpSnapCollectInterval 1.3.6.1.4.1.3902.1082.40.10.2.3.2.3 integer32 read-write
The interval of periodical MAC snapshot collecting.
               zxAnMacFtpAccCollectGlbObjects 1.3.6.1.4.1.3902.1082.40.10.2.3.3
                   zxAnMacFtpAccCollectEnable 1.3.6.1.4.1.3902.1082.40.10.2.3.3.1 integer read-write
Enables and disables MAC accumulation collecting function. MAC accumulation collecting is a function which is similar to MAC snapshot collecting, except that the collected unicast entries are not a snapshot but are accumulative between the two collecting times. Enumeration: 'disabled': 2, 'enabled': 1.
                   zxAnMacFtpAccCollectStartTime 1.3.6.1.4.1.3902.1082.40.10.2.3.3.2 dateandtime read-write
The starting time of periodical MAC accumulation collecting.
                   zxAnMacFtpAccCollectInterval 1.3.6.1.4.1.3902.1082.40.10.2.3.3.3 integer32 read-write
The interval of periodical MAC accumulation collecting.
       zxAnMacNotifications 1.3.6.1.4.1.3902.1082.40.10.3
           zxAnMacTableTraps 1.3.6.1.4.1.3902.1082.40.10.3.1
               zxAnMacTableUtilOverThresh 1.3.6.1.4.1.3902.1082.40.10.3.1.1
When the current utilization exceeds the threshold in a monitoring period, then a notification is generated. In one monitoring period the system may generate only one notification at most.
       zxAnMacConformance 1.3.6.1.4.1.3902.1082.40.10.4
           zxAnMacCompliances 1.3.6.1.4.1.3902.1082.40.10.4.1
               zxAnMacCompliance 1.3.6.1.4.1.3902.1082.40.10.4.1.1
The compliance statement for entities which implement the ZTE-AN-MAC-MIB. only C3XX support,C6XX not support anymore.
           zxAnMacGroups 1.3.6.1.4.1.3902.1082.40.10.4.2
               zxAnMacTableGlobalObjectsGroup 1.3.6.1.4.1.3902.1082.40.10.4.2.1
A collection of objects providing mac table global information.
               zxAnMacFwdTableGroup 1.3.6.1.4.1.3902.1082.40.10.4.2.2
Information about unicast entry in mac forwarding table.
               zxAnMacFwdVlanStatsGroup 1.3.6.1.4.1.3902.1082.40.10.4.2.3
Information about mac amounts of vlan.
               zxAnMacFwdVlanConfGroup 1.3.6.1.4.1.3902.1082.40.10.4.2.4
Information about mac aging time of vlan.
               zxAnMacFwdVlanMacTableGroup 1.3.6.1.4.1.3902.1082.40.10.4.2.5
Information about vlan mac table.
               zxAnMacFtpSnapCollectGlbGroup 1.3.6.1.4.1.3902.1082.40.10.4.2.7
Information about mac ftp snapCollect.
               zxAnMacFtpAccCollectGlbGroup 1.3.6.1.4.1.3902.1082.40.10.4.2.8
Information about mac ftp accCollect.
               zxAnMacTableUsageTrapsGroup 1.3.6.1.4.1.3902.1082.40.10.4.2.50
The notifications which entities are required to implement.