dosDefenseDebugMode
AT-DOS-MIB ·
.1.3.6.1.4.1.207.8.4.4.4.143.2
Object
scalar Bits
The debugging options enabled for DoS defense. Output goes
to the asynchronous port or telnet session that enabled
debugging.
The bit 'None(0)' indicates that no debugging is enabled.
The bit 'Attack(1)' indicates that information about the
start and finish of attacks is displayed.
The bit 'Packet(2)' indicates that a hexadecimal dump of
the IP header of all suspect packets is displayed.
The bit 'Diagnostics(3)' indicates that additional
debugging and diagnostic messages may be displayed.
Context
- MIB
- AT-DOS-MIB
- OID
.1.3.6.1.4.1.207.8.4.4.4.143.2- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- dosDefense
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AT-DOS-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-DOS-MIB::dosDefenseDebugMode.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AT-DOS-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AT-DOS-MIB::dosDefenseDebugMode'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | none |
1 | packet |
2 | attack |
3 | packet-attack |
4 | diagnostics |
5 | packet-diagnostics |
6 | attack-diagnostics |
7 | packet-attack-diagnostics |