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

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


 Home MIB: ZTE-AN-MAC-ANTI-SPOOFING-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
 zxAnMasMib 1.3.6.1.4.1.3902.1082.70.20
This MIB defines mac-anti-spoofing objects of zte Access Node, Mas means mac-anti-spoofing.
       zxAnMasGlobalObjects 1.3.6.1.4.1.3902.1082.70.20.1
           zxAnMasEnable 1.3.6.1.4.1.3902.1082.70.20.1.1 integer read-write
Enable or disable MAC-anti-spoofing(Mas). Enumeration: 'disabled': 2, 'enabled': 1.
           zxAnMasUplinkProtectEnable 1.3.6.1.4.1.3902.1082.70.20.1.2 integer read-write
Enable or disable global uplink-protect status.When zxAnMasEnable is enable, this value is valid. As follows are the combination of zxAnMasEnable and zxAnMasUplinkProtectEnable: 1) zxAnMasEnable is disabled, then MAC move can happen and won't be forbidden by the system. 2) zxAnMasEnable is enable and zxAnMasUplinkProtectEnable is enabled, then MAC move between user-port is forbidden, MAC can move from user-port to uplink-port and MAC can move between two uplink-port, can't move from uplink-port to user-port. This combination is the recommended configure. 3) zxAnMasEnable is enable and zxAnMasUplinkProtectEnable is disabled, then any MAC move will be forbidden by the system. 4)Only supports C3XX, not supports C6XX. Enumeration: 'disabled': 2, 'enabled': 1.
           zxAnMasUserSideMacMoveEnable 1.3.6.1.4.1.3902.1082.70.20.1.3 integer read-write
Enable or disable user-side MAC address moving function. When zxAnMasEnable and zxAnMasUplinkProtectEnable are all enabled, zxAnMasUserSideMacMoveEnable is activated. enabled(1) - MAC address can move between user ports, but can't move from uplink port to user port. disabled(2) - MAC address can't move between user ports. Only supports C3XX, not supports C6XX. Enumeration: 'disabled': 2, 'enabled': 1.
           zxAnMasMacMovePermitVlanList 1.3.6.1.4.1.3902.1082.70.20.1.4 octet string read-write
MAC-anti-spoofing(Mas) VLAN ID list for permitting MAC address moving. | Byte 0 | Byte 1 | Byte 2 | Byte 3 ... Byte 512 | +-----------+-----------+-----------+-----------...--------------+ | BitMap | BitMap | BitMap | BitMap ... BitMap | | VLAN 0-7 | VLAN8-15 | VLAN16-23 | VLAN24-31 ...VLAN4088-4095 | +-----------+-----------+-----------+-----------...--------------+ If one bit is set to '1', the corresponding VLAN ID is configured to permit MAC address moving. VLAN 0 and VLAN 4095 are invalid, so bit 0 and bit 4095 must be always '0'. This object is effective only when zxAnMasEnable is enabled.
       zxAnMasObjects 1.3.6.1.4.1.3902.1082.70.20.2
           zxAnMasMacMoveObjects 1.3.6.1.4.1.3902.1082.70.20.2.1
               zxAnMasMacMoveGlbObjects 1.3.6.1.4.1.3902.1082.70.20.2.1.1
                   zxAnMasMacMoveReportEnable 1.3.6.1.4.1.3902.1082.70.20.2.1.1.1 integer read-write
Enable or disable MAC move notification report control. The related notification group is zxAnMasMacMoving and zxAnMasMacMoveForbidden. When zxAnMasMacMoveReportEnable is disabled, the system can't detect any MAC move. When zxAnMasMacMoveReportEnable is enabled, the system can detect MAC move.A MAC move can be detected by main-card or user-card and will be recorded as a MAC move log. Based on the MAC move log, a MAC move notification will be reported to NMS. Enumeration: 'disabled': 2, 'enabled': 1.
                   zxAnMasMacMoveReportInterval 1.3.6.1.4.1.3902.1082.70.20.2.1.1.2 integer32 read-write
The report interval of the same MAC move notification.When zxAnMasMacMoveReportEnable is enable and a MAC move is detected by system, the system will record a MAC move log. The first time this MAC move log will be reported to NMS in 5 seconds,later this same MAC move log will be reported to NMS after the defined zxAnMasMacMoveReportInterval.
               zxAnMasMacMoveLogTable 1.3.6.1.4.1.3902.1082.70.20.2.1.2 no-access
A table that contains the MAC move information.
                   zxAnMasMacMoveLogEntry 1.3.6.1.4.1.3902.1082.70.20.2.1.2.1 no-access
This table contains information about a specific MAC move log. When a MAC move is detected by the system, it will be recorded as a MAC move log.
                       zxAnMasMacMoveLogIndex 1.3.6.1.4.1.3902.1082.70.20.2.1.2.1.1 integer32 no-access
The index of a specific MAC move log.The system will store at most 256 different MAC move logs in current.
                       zxAnMasMacMoveLogMacAddr 1.3.6.1.4.1.3902.1082.70.20.2.1.2.1.2 macaddress read-only
This value indicates the MAC address that move between zxAnMasMacMoveLogFromIfIndex and zxAnMasMacMoveLogToIfIndex on zxAnMasMacMoveLogVid. This object is instantiated only when zxAnMasMacMoveReportEnable value is set to enable(1) and a MAC move is detected by the MAC move notification feature.
                       zxAnMasMacMoveLogVid 1.3.6.1.4.1.3902.1082.70.20.2.1.2.1.3 integer32 read-only
This value indicates the VLAN on which the zxAnMasMacMoveLogMacAddr is moving.This object is instantiated only when zxAnMasMacMoveReportEnable value is set to enable(1) and a MAC move is detected by the MAC move notification feature.
                       zxAnMasMacMoveLogFromIfIndex 1.3.6.1.4.1.3902.1082.70.20.2.1.2.1.4 integer32 read-only
The value of the port from which the zxAnMasMacMoveLogMacAddr is moving on zxAnMasMacMoveLogVid. This object is instantiated only when zxAnMasEnable and zxAnMasMacMoveReportEnable value is set to enable(1) and a MAC move is detected by the MAC move notification feature.
                       zxAnMasMacMoveLogFromSubIfIndex 1.3.6.1.4.1.3902.1082.70.20.2.1.2.1.5 zxansubifindex read-only
The value of the sub-port from which the zxAnMasMacMoveLogMacAddr is moving on zxAnMasMacMoveLogVid.This object is instantiated only when zxAnMasMacMoveReportEnable value is set to enable(1) and a MAC move is detected by the MAC move notification feature.
                       zxAnMasMacMoveLogToIfIndex 1.3.6.1.4.1.3902.1082.70.20.2.1.2.1.6 integer32 read-only
The value of the port to which the zxAnMasMacMoveLogMacAddr is moving on zxAnMasMacMoveLogVid.This object is instantiated only when zxAnMasMacMoveReportEnable value is set to enable(1) and a MAC move is detected by the MAC move notification feature.
                       zxAnMasMacMoveLogToSubIfIndex 1.3.6.1.4.1.3902.1082.70.20.2.1.2.1.7 zxansubifindex read-only
The value of the sub-port to which the zxAnMasMacMoveLogMacAddr is moving on zxAnMasMacMoveLogVid. This object is instantiated only when zxAnMasMacMoveReportEnable value is set to enable(1) and a MAC move is detected by the MAC move notification feature.
           zxAnMasIfObjects 1.3.6.1.4.1.3902.1082.70.20.2.2
               zxAnMasIfConfTable 1.3.6.1.4.1.3902.1082.70.20.2.2.2 no-access
MAC-anti-spoofing(Mas) trust configuration for permitting MAC address moving based on interface table.
                   zxAnMasIfConfEntry 1.3.6.1.4.1.3902.1082.70.20.2.2.2.1 no-access
An entry in zxAnMasIfConfTable.
                       zxAnMasIfTrustEnable 1.3.6.1.4.1.3902.1082.70.20.2.2.2.1.1 integer read-write
Enable or disable MAC-anti-spoofing(Mas) trust enabling on uplink interface. Enumeration: 'disabled': 2, 'enabled': 1.
       zxAnMasNotifications 1.3.6.1.4.1.3902.1082.70.20.3
           zxAnMasMacMoveTraps 1.3.6.1.4.1.3902.1082.70.20.3.1
               zxAnMasMacMoving 1.3.6.1.4.1.3902.1082.70.20.3.1.1
zxAnMasMacMoving means the mac move is generated and successful. If zxAnMasMacMoveReportEnable is enable, zxAnMasMacMoving may be generated when a MAC entry is moving between two interfaces.
               zxAnMasMacMoveForbidden 1.3.6.1.4.1.3902.1082.70.20.3.1.2
zxAnMasMacMoveForbidden means the mac move is forbbiden by system.If both zxAnMasEnable and zxAnMasMacMoveReportEnable is enable,zxAnMasMacMoveForbidden may be generated when a MAC entry attempts to move between two interfaces.
       zxAnMasConformance 1.3.6.1.4.1.3902.1082.70.20.4
           zxAnMasCompliances 1.3.6.1.4.1.3902.1082.70.20.4.1
               zxAnMasCompliance 1.3.6.1.4.1.3902.1082.70.20.4.1.1
The compliance statement for entities which implement the ZTE-AN-MAC-ANTI-SPOOFING-MIB.OnlyC3XX support,C6XX not support anymore
           zxAnMasGroups 1.3.6.1.4.1.3902.1082.70.20.4.2
               zxAnMasGlobalGroup 1.3.6.1.4.1.3902.1082.70.20.4.2.1
A collection of objects providing MAC-anti-spoofing global information.
               zxAnMasMacMoveGlbGroup 1.3.6.1.4.1.3902.1082.70.20.4.2.2
A collection of objects providing MAC move notification report-control information.
               zxAnMasMacMoveLogGroup 1.3.6.1.4.1.3902.1082.70.20.4.2.3
A collection of objects providing MAC move log information.
               zxAnMasIfConfGroup 1.3.6.1.4.1.3902.1082.70.20.4.2.4
A collection of objects providing MAC port configuration.
               zxAnMasMacMoveTrapsGroup 1.3.6.1.4.1.3902.1082.70.20.4.2.50
A collection of objects providing MAC move notification information.