12-16
Cisco ONS 15310-MA SDH Reference Manual, Release 9.1 and Release 9.2
78-19417-01
Chapter 12 SNMP
SNMP Remote Monitoring

12.10.2.2 Row Creation in historyControlTable

To activate a historyControlTable row, the SetRequest PDU must contain all needed values and have a
status variable value of 2 (createRequest). All OIDs in the SetRequest PDU should be type OID.0 for
entry creation.
To create a SetRequest PDU for the historyControlTable, the following values are required:
The historyControlDataSource and its desired value
The historyControlBucketsRequested and it desired value
The historyControlInterval and its desired value
The historyControlOwner and its desired value
The historyControlStatus with a value of createRequest (2)
The historyControlBucketsRequested OID value is ignored because the number of buckets allowed for
each sampling period, based upon the historyControlInterval value, is already fixed as listed in
Table 12-6.
The historyControlInterval value cannot be changed from the four allowed choices. If you use another
value, the SNMP agent selects the closest smaller time period from the set buckets. For example, if the
set request specifies a 25-minute interval, this falls between the 15-minute (32 bucket) variable and the
60-minute (24 bucket) variable. The SNMP agent automatically selects the lower, closer value, which is
15 minutes, so it allows 32 buckets.
If the SetRequest PDU is valid, a historyControlTable row is created. If the row already exists, or if the
SetRequest PDU values do not make sense or are insufficient, the SNMP agent does not create the row
and returns an error code.

12.10.2.3 Get Requests and GetNext Requests

These PDUs are not restricted.

12.10.2.4 Row Deletion in historyControl Table

To delete a row from the table, the SetRequest PDU should contain a historyControlStatus value of 4
(invalid). A deleted row can be recreated.
12.10.3 Ethernet History RMON Group
The ONS 15310-MA SDH implement the etherHistoryTable as defined in RFC 2819. The group is
created within the bounds of the historyControlTable and does not deviate from the RFC in its design.

12.10.3.1 64-Bit etherHistoryHighCapacityTable

64-bit Ethernet history for the HC-RMON-MIB is implemented in the etherHistoryHighCapacityTable,
which is an extension of the etherHistoryTable. The etherHistoryHighCapacityTable adds four columns
for 64-bit performance monitoring data. These two tables have a one-to-one relationship. Adding or
deleting a row in one table will effect the same change in the other.