A3COM0012-TRAPTABLE2 Table View

Table-centric layout grouping table, row, and column objects.

Tables
1
Rows
1
Columns
7

snmpTrapTable

table mandatory
.1.3.6.1.4.1.43.10.10.2 · 1 row entry · 7 columns
This table can store the destination addresses of SNMP 
managers that wish to receive traps from this device.
snmpTrapEntry entry .1.3.6.1.4.1.43.10.10.2.1
This table can store the destination addresses of SNMP
managers that wish to receive traps from this device.
Indexes
snmpTrapIndex
Column Syntax OID
snmpTrapIndex mandatory
This is the unique identifier for this row in the
snmpTrapTable. When creating a new row, a manager can read the value of the
snmpTrapNextFreeIndex object and (if non-zero) can use this value as the index
of the new …
Integer32
Constraints:
range: 1-255
.1.3.6.1.4.1.43.10.10.2.1.1
snmpTrapDestination mandatory
This DisplayString is the network address of the device to
which SNMP traps will be sent. This is an IP or IPX address. The following
formats can be used. IP nnn.nnn.nnn.nnn - dotted format IPX
AABBCCDD:AABBCCDD…
OctetStringr/w
Constraints:
range: 0-50
.1.3.6.1.4.1.43.10.10.2.1.2
snmpTrapProtocol mandatory
This defines the transport protocol to use when sending an
SNMP trap.

At present, this value is determined by the format/value of snmpTrapDestionation
which is currently un-ambiguous and so this object …
Enumeration
Enumerated Values:
1unknown
2ip
3ipx
.1.3.6.1.4.1.43.10.10.2.1.3
snmpTrapCommunity mandatory
SNMP Community String to be used when sending Traps to this destination.
OctetStringr/w
Constraints:
range: 0-32
.1.3.6.1.4.1.43.10.10.2.1.4
snmpTrapCategory mandatory
32 Bit Mask indicating which Trap categories that the
snmpTrapDestination is interested in.

'00000001'h - High Priority Configuration Traps '00000002'h - Low Priority
Configuration Traps '00000004'h - H…
OctetStringr/w
Constraints:
range: 4-4
.1.3.6.1.4.1.43.10.10.2.1.5
snmpTrapThrottle mandatory
The maximum rate at which that snmpTrapDestination is
willing to receive traps, specified as the minimum interval in milliseconds
between traps. For example, a value of 2000 will limit traps sent to this
destination …
Integer32r/w
Constraints:
range: 0-99999
.1.3.6.1.4.1.43.10.10.2.1.6
snmpTrapRowStatus mandatory
The SNMPv2 RowStatus convention.

Notes: Because this is such a simple table:- 1) Writing any data to a destroyed
row, changes its state to active. 2) There is no notReady or notInService state.
Each row…
Enumerationr/w
Enumerated Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.4.1.43.10.10.2.1.7