ZTE-AN-ANTI-DOS-MIB

File: ZTE-AN-ANTI-DOS-MIB.mib (14386 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
ZTE-AN-IF-MIB ZTE-AN-TC-MIB ZTE-AN-SMI

Imported symbols

OBJECT-TYPE MODULE-IDENTITY Integer32
NOTIFICATION-TYPE RowStatus ifIndex
zxAnSubIfIndex ZxAnPortList zxAnServiceSecurity

Defined Types

ZxAnAntiDosGlobalIfConfEntry  
SEQUENCE    
  zxAnAntiDosGlbIfConfIfType INTEGER
  zxAnAntiDosGlbIfConfProtoType INTEGER
  zxAnAntiDosGlbIfConfChkInterval Integer32
  zxAnAntiDosGlbIfConfRateThresh Integer32
  zxAnAntiDosGlbIfConfRateLimit Integer32
  zxAnAntiDosGlbIfConfRowStatus RowStatus

ZxAnAntiDosIfConfEntry  
SEQUENCE    
  zxAnAntiDosIfConfProtoType INTEGER
  zxAnAntiDosIfConfChkInterval Integer32
  zxAnAntiDosIfConfRateThresh Integer32
  zxAnAntiDosIfConfRateLimit Integer32
  zxAnAntiDosIfConfRowStatus RowStatus

ZxAnAntiDosBlacklistEntry  
SEQUENCE    
  zxAnAntiDosBlacklistRack Integer32
  zxAnAntiDosBlacklistShelf Integer32
  zxAnAntiDosBlacklistSlot Integer32
  zxAnAntiDosBlacklistPortList ZxAnPortList

Defined Values

zxAnAntiDosMib 1.3.6.1.4.1.3902.1082.70.27
The MIB module for the Anti-Dos management.
MODULE-IDENTITY    

zxAnAntiDosGlobalObjects 1.3.6.1.4.1.3902.1082.70.27.1
OBJECT IDENTIFIER    

zxAnAntiDosObjects 1.3.6.1.4.1.3902.1082.70.27.2
OBJECT IDENTIFIER    

zxAnAntiDosEnable 1.3.6.1.4.1.3902.1082.70.27.1.1
Enable/disable anti-DoS function.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

zxAnAntiDosDiagnosisLogEnable 1.3.6.1.4.1.3902.1082.70.27.1.2
Enable/disable anti-DoS diagnosis log function. Only supports C6XX, not supports C3XX.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

zxAnAntiDosRateLimitEnable 1.3.6.1.4.1.3902.1082.70.27.1.3
Enable/disable anti-DoS rate limit. Only supports C6XX, not supports C3XX.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

zxAnAntiDosGlobalIfConfTable 1.3.6.1.4.1.3902.1082.70.27.2.2
Anti-DoS global interface configuration information table. The global interface based anti-DoS configuration will be applied to the interface if the interface based anti-DoS configuration is not given in zxAnAntiDosIfConfTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ZxAnAntiDosGlobalIfConfEntry

zxAnAntiDosGlobalIfConfEntry 1.3.6.1.4.1.3902.1082.70.27.2.2.1
Anti-DoS global interface configuration information entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  ZxAnAntiDosGlobalIfConfEntry  

zxAnAntiDosGlbIfConfIfType 1.3.6.1.4.1.3902.1082.70.27.2.2.1.1
Interface type based on global interface. Dsl(1) only supports C3XX, not supports C6XX. Others support C3XX and C6XX.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER dsl(1), pon(2), ptp(3)  

zxAnAntiDosGlbIfConfProtoType 1.3.6.1.4.1.3902.1082.70.27.2.2.1.2
Protocol type based on global interface. Ieee8021x(5) only supports C3XX, not supports C6XX. dhcpv6(6),nd(7),mld(8) only supports C6XX, not supports C3XX. Others support C3XX and C6XX.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER dhcp(1), pppoe(2), igmp(3), arp(4), ieee8021x(5), dhcpv6(6), nd(7), mld(8), all(255)  

zxAnAntiDosGlbIfConfChkInterval 1.3.6.1.4.1.3902.1082.70.27.2.2.1.3
Interval based on global interface to check if the interface in blacklist is still under DoS attack, if not the interface will be removed from blacklist.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 5..86400  

zxAnAntiDosGlbIfConfRateThresh 1.3.6.1.4.1.3902.1082.70.27.2.2.1.4
Packet rate threshold based on global interface. If the packet average rate of the interface exceeds this value, the interface will be temporarily blacklisted and an zxAnDosAttackAlarm notification will be generated.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..1024  

zxAnAntiDosGlbIfConfRateLimit 1.3.6.1.4.1.3902.1082.70.27.2.2.1.5
Packet rate limit in the blacklist based on global interface. The value '0' means discarding all the packets directly.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..1024  

zxAnAntiDosGlbIfConfRowStatus 1.3.6.1.4.1.3902.1082.70.27.2.2.1.50
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 zxAnAntiDosGlobalIfConfEntry. To delete a row in this table, a manager must set this object to destroy(6). To get this object, the agent always returns active(1).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

zxAnAntiDosIfConfTable 1.3.6.1.4.1.3902.1082.70.27.2.3
Anti-DoS interface configuration information table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ZxAnAntiDosIfConfEntry

zxAnAntiDosIfConfEntry 1.3.6.1.4.1.3902.1082.70.27.2.3.1
Anti-DoS interface configuration information entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  ZxAnAntiDosIfConfEntry  

zxAnAntiDosIfConfProtoType 1.3.6.1.4.1.3902.1082.70.27.2.3.1.1
Protocol type based on interface. Ieee8021x(5) only supports C3XX, not supports C6XX. dhcpv6(6),nd(7),mld(8) only supports C6XX, not supports C3XX. Others support C3XX and C6XX.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER dhcp(1), pppoe(2), igmp(3), arp(4), ieee8021x(5), dhcpv6(6), nd(7), mld(8), all(255)  

zxAnAntiDosIfConfChkInterval 1.3.6.1.4.1.3902.1082.70.27.2.3.1.2
Interval based on interface to check if the interface in blacklist is still under DoS attack, if not the interface will be removed from blacklist.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 5..86400  

zxAnAntiDosIfConfRateThresh 1.3.6.1.4.1.3902.1082.70.27.2.3.1.3
Packet rate threshold based on interface. If the packet average rate of the interface exceeds this value, the interface will be temporarily blacklisted and an zxAnDosAttackAlarm notification will be generated.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..1024  

zxAnAntiDosIfConfRateLimit 1.3.6.1.4.1.3902.1082.70.27.2.3.1.4
Packet rate limit of the interface in the blacklist. The value '0' means discarding all the packets directly.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..1024  

zxAnAntiDosIfConfRowStatus 1.3.6.1.4.1.3902.1082.70.27.2.3.1.50
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 zxAnAntiDosIfConfEntry. To delete a row in this table, a manager must set this object to destroy(6). To get this object, the agent always returns active(1).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

zxAnAntiDosBlacklistTable 1.3.6.1.4.1.3902.1082.70.27.2.4
Anti-DoS blacklist information table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ZxAnAntiDosBlacklistEntry

zxAnAntiDosBlacklistEntry 1.3.6.1.4.1.3902.1082.70.27.2.4.1
Anti-DoS blacklist information entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  ZxAnAntiDosBlacklistEntry  

zxAnAntiDosBlacklistRack 1.3.6.1.4.1.3902.1082.70.27.2.4.1.1
The rack that contains the port list.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

zxAnAntiDosBlacklistShelf 1.3.6.1.4.1.3902.1082.70.27.2.4.1.2
The shelf that contains the port list.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

zxAnAntiDosBlacklistSlot 1.3.6.1.4.1.3902.1082.70.27.2.4.1.3
The slot that contains the port list.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

zxAnAntiDosBlacklistPortList 1.3.6.1.4.1.3902.1082.70.27.2.4.1.4
The port list in the blacklist.
Status: current Access: read-only
OBJECT-TYPE    
  ZxAnPortList