2-62
Cisco ONS SONET TL1 Command Guide, R6.0
Chapter 2 Procedures and Provisioning
2.10.2 ENT-RMONTH-<MOD2_RMON>
2.10.2 ENT-RMONTH-<MOD2_RMON>
The ENT-RMONTH-<MOD2_RMON> command creates a threshold type (an entry in the RMON alarm
table) for an RMON statistic, for the RMON-managed PMs. An event (TCA) is generated and reported
when the threshold is crossed in the appropriate direction during the sampled time period.
More than one threshold can be created by using different parameters (rising/falling threshold), for each
montype.
This command applies to G1000, GIGE, FSTE, POS, and FC data objects.
Input Format ENT-RMONTH-<MOD2>:[<TID>]:<AID>:<CTAG>::<MONTYPE>,,,,<INTVL>:RISE=<RISE>,
FALL=<FALL>,[SAMPLE=<SAMPLE>,][STARTUP=<STARTUP >][:];
Input Example The following example creates an entry in the RMON threshold table for the etherStatsOctets statistic
type with an interval equal to 100 seconds, rising threshold of 1000, falling threshold of 100, DELTA
sampling type and the startup type of RISING-OR-LTING.
ENT-RMONTH-GIGE:CISCO:FAC-2-1:123::ETHERSTATSOCTETS,,,,100:RISE=1000,
FALL=100,SAMPLE=DELTA,STARTUP=RISING-OR-LTING;
Table 2-12 shows the error messages associated with the ENT-RMONTH-<MOD2_RMON> command.
Table 2-11 Error Messages for RTRV-PM-<MOD2>
Error Code Description Scenario When the Error Message is Sent
IDNV TMPER Type Not
Supported
The TMPER parameter specified is not applicable for
the MOD2 type. For example, 1-MIN is not applicable
for OC48 PM types.
IDNV Current Interval Not
Supported For RMON PMs
The current interval is specified by default, or is
explicitly specified by mondat/montm, when the
TMPER is 1-MIN, 15-MIN, 1-HR, or 1-DAY.
Table 2-12 Error Messages for ENT-RMONTH-<MOD2_RMON>
Error Code Description Scenario When the Error Message is Sent
IDNV Invalid Interval The input interval value is less than 10.
IDRG Invalid Threshold Value The rising/falling threshold is less than 0, or the falling
threshold is greater than or equal to rising threshold.
IDNV Invalid MONTYPE value The montype is not applicable to the data type
(represented by the MOD2).
IIDT Cannot Create More
RMON Threshold
The number of RMON threshold created reached the
maximum (256).
IIDT Duplicate RMON
Threshold
There already is a threshold created with the exact
parameters.