dosDefensePortType
AT-DOS-MIB ·
.1.3.6.1.4.1.207.8.4.4.4.143.4.1.7
Object
column Enumeration
If dosDefenseAttackType is Land(6), the type of port.
For other values of dosDefenseAttackType, this object
returns notapplicable(0).
A device connected to a client(1) port should have an IP
address in the local subnet, and be the original source or
ultimate destination of packets transiting the network.
Incoming packets should have a source address in the local
subnet. Outgoing packets should have a destination address
in the local subnet.
A gateway(2) port is connected directly to a gateway device
attached to external networks. Apart from a small number of
packets from the gateway device itself, all packets arriving
at the gateway port should be from other subnets. Incoming
packets should have a source address not in the local
subnet. Outgoing packets should have a destination address
not in the local subnet.
Context
- MIB
- AT-DOS-MIB
- OID
.1.3.6.1.4.1.207.8.4.4.4.143.4.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- dosDefenseEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -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::dosDefensePortType'
More examples
Read one indexed 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::dosDefensePortType.<dosDefensePort>.<dosDefenseAttackType>'
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::dosDefensePortType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | notApplicable |
1 | client |
2 | gateway |