ZTE-AN-SECURITY-L3-MIB: View SNMP OID List / Download MIB

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


 Home MIB: ZTE-AN-SECURITY-L3-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
 zxAnSecurityL3Mib 1.3.6.1.4.1.3902.1082.70.37
The MIB module for the layer 3 security management.
       zxAnSecL3Objects 1.3.6.1.4.1.3902.1082.70.37.2
           zxAnSecL3IpObjects 1.3.6.1.4.1.3902.1082.70.37.2.2
               zxAnSecL3IpGlobalObjects 1.3.6.1.4.1.3902.1082.70.37.2.2.1
                   zxAnSecL3IpSrcDstIpAddrCheckEn 1.3.6.1.4.1.3902.1082.70.37.2.2.1.1 integer read-write
Enable/disable source and destination IP address check function. When this object is set to enabled(1), the source and destination IP address of the received packets will be checked, if both addresses are the same, the packets will be dropped. Enumeration: 'disabled': 2, 'enabled': 1.
                   zxAnSecL3IpSrcRouteCheckEn 1.3.6.1.4.1.3902.1082.70.37.2.2.1.2 integer read-write
Enable/disable IP source route check function. When this object is set to enabled(1), the received packets with IP source route option will be dropped. Enumeration: 'disabled': 2, 'enabled': 1.
           zxAnSecL3TcpObjects 1.3.6.1.4.1.3902.1082.70.37.2.3
               zxAnSecL3TcpGlobalObjects 1.3.6.1.4.1.3902.1082.70.37.2.3.1
                   zxAnSecL3TcpSynFloodGlbObjects 1.3.6.1.4.1.3902.1082.70.37.2.3.1.1
                       zxAnSecL3TcpSynFldProtectEnable 1.3.6.1.4.1.3902.1082.70.37.2.3.1.1.1 integer read-write
Enable/disable TCP SYN flooding protection function. Enumeration: 'disabled': 2, 'enabled': 1.
                       zxAnSecL3TcpSynFldProtectType 1.3.6.1.4.1.3902.1082.70.37.2.3.1.1.2 integer read-write
TCP SYN flooding protection type. delHalfOpenAndAccelerateTimeout(1) -- Both delHalfOpen(2) and accelerateTimeout(3) will be performed when zxAnSecL3TcpSynFldProtectStatus is defence(3). delHalfOpen(2) -- TCP half-open connections specified by zxAnSecL3TcpHalfOpenDels will be deleted, this action will be performed automatically and periodically until zxAnSecL3TcpSynFldProtectStatus is not defence(3). when zxAnSecL3TcpSynFldProtectStatus is defence(3). accelerateTimeout(3) -- The system TCP half-open timeout parameter will be forcely set to the value specified by zxAnSecL3TcpHalfOpenTimeout when zxAnSecL3TcpSynFldProtectStatus is defence(3). Enumeration: 'accelerateTimeout': 3, 'delHalfOpenAndAccelerateTimeout': 1, 'delHalfOpen': 2.
                       zxAnSecL3TcpHalfOpenTimeout 1.3.6.1.4.1.3902.1082.70.37.2.3.1.1.3 integer32 read-write
Timeout of TCP half-open (SYN-RCVD) status. This object will be activated when zxAnSecL3TcpSynFldProtectStatus is defence(3).
                       zxAnSecL3TcpHalfOpenDels 1.3.6.1.4.1.3902.1082.70.37.2.3.1.1.4 integer32 read-write
Deleting number of TCP half-open connections that cannot be established each time. This action will be performed automatically and periodically until zxAnSecL3TcpSynFldProtectStatus is not defence(3).
                       zxAnSecL3TcpHalfOpenLoThresh 1.3.6.1.4.1.3902.1082.70.37.2.3.1.1.5 integer32 read-write
TCP half-open connections lowest ratio threshold between zxAnSecL3TcpHalfOpenConns and zxAnSecL3TcpTotalConns.
                       zxAnSecL3TcpHalfOpenHiThresh 1.3.6.1.4.1.3902.1082.70.37.2.3.1.1.6 integer32 read-write
TCP half-open connections highest ratio threshold between zxAnSecL3TcpHalfOpenConns and zxAnSecL3TcpTotalConns.
                       zxAnSecL3TcpC1MHalfOpenLoThresh 1.3.6.1.4.1.3902.1082.70.37.2.3.1.1.7 integer32 read-write
TCP half-open connections lowest ratio threshold between zxAnSecL3TcpC1MHalfOpenConns and zxAnSecL3TcpC1MTotalConns in current 1 minute.
                       zxAnSecL3TcpC1MHalfOpenHiThresh 1.3.6.1.4.1.3902.1082.70.37.2.3.1.1.8 integer32 read-write
TCP half-open connections highest ratio threshold between zxAnSecL3TcpC1MHalfOpenConns and zxAnSecL3TcpC1MTotalConns in current 1 minute.
                       zxAnSecL3TcpSynFldProtectStatus 1.3.6.1.4.1.3902.1082.70.37.2.3.1.1.20 integer read-only
TCP SYN flooding protection status. This object will be automatically set as following: CurrentHoRatio = 100 * zxAnSecL3TcpHalfOpenConns / zxAnSecL3TcpTotalConns Current1MinHoRatio = 100 * zxAnSecL3TcpC1MHalfOpenConns / zxAnSecL3TcpC1MTotalConns If CurrentHoRatio < zxAnSecL3TcpHalfOpenLoThresh and Current1MinHoRatio < zxAnSecL3TcpC1MHalfOpenLoThresh zxAnSecL3TcpSynFldProtectStatus will be set to safety(1); If CurrentHoRatio >= zxAnSecL3TcpHalfOpenHiThresh or Current1MinHoRatio >= zxAnSecL3TcpC1MHalfOpenHiThresh zxAnSecL3TcpSynFldProtectStatus will be set to defence(3); In other cases, zxAnSecL3TcpSynFldProtectStatus will be set to warning(2). Enumeration: 'warning': 2, 'safety': 1, 'defence': 3.
                       zxAnSecL3TcpTotalConns 1.3.6.1.4.1.3902.1082.70.37.2.3.1.1.21 integer32 read-only
Number of all TCP connections.
                       zxAnSecL3TcpHalfOpenConns 1.3.6.1.4.1.3902.1082.70.37.2.3.1.1.22 integer32 read-only
Number of TCP half-open connections that cannot be established.
                       zxAnSecL3TcpC1MTotalConns 1.3.6.1.4.1.3902.1082.70.37.2.3.1.1.23 integer32 read-only
Number of all TCP connections in current 1 minute.
                       zxAnSecL3TcpC1MHalfOpenConns 1.3.6.1.4.1.3902.1082.70.37.2.3.1.1.24 integer32 read-only
Number of TCP half-open connections that cannot be established in current 1 minute.