|
|
This chapter provides configuration and viewing information for Remote Monitoring (RMON). Information in this chapter applies to all CSS models except where noted.
This chapter contains the following sections:
RMON allows you to remotely monitor and analyze the activity of packets on CSS Ethernet ports. It also allows alarm configuration for monitoring MIB objects, and the event configuration to notify you of these alarm conditions. For detailed information about RMON and its MIB objects, refer to RFC 1757.
The version of RMON provided on the CSS is a subset of the RMON-1 groups. The CSS supports (Figure 11-1):

Consider the following before you implement RMON functionality on your CSS:
The sections in this chapter for configuring events, alarms, and histories provide quick configuration tables. If you need additional configuration information, refer to the sections that follow the tables.
An RMON event is the action that occurs when an associated RMON alarm is triggered. When an alarm event occurs, it can be configured to generate a log event, a trap to an SNMP network management station, or both. For information on viewing alarm events in log files, refer to "Viewing Events in a Log File"later in this chapter. For more information on configuring SNMP on your CSS, refer to
Configuring Simple Network Management Protocol (SNMP).
If you are familiar with configuring the attributes for an RMON event, refer to Table 11-1. The table contains the steps to configure an event, their possible settings, and an example for each step. For more detailed information on configuring an event, refer to the sections after the following table.
| Steps and Possible Settings |
|---|
1. From global configuration mode, create an RMON event configuration identifier. Enter a number from 1 to 65534. |
2. Assign an existing SNMP community for this event. Enter the community name configured by using the (config) snmp community command. This step is only required if the traps are sent to an SNMP network management station. |
3. Provide a description for the event. Enter a quoted string with a maximum of 126 characters including spaces. |
4. Assign the owner who defined and is using the resources of the event. Enter a quoted string with a maximum of 126 characters including spaces. You must define the owner before you can activate the event. |
5. Specify the type of event notification. The type determines where the notification is sent. The options are type log, type trap, or type log-and-trap. |
6. Activate the event. |
For information on configuring an alarm and associating this event to an alarm, refer to "Configuring an RMON Alarm" later in this chapter.
To create an event configuration identifier, use the rmon-event index command from any configuration mode except boot and RMON alarm configuration modes. The index is a number from 1 to 65535.
![]() |
Note The RMON event index 65535 is administratively predefined and cannot be modified. If you enter this index number, a message similar to the following appears: |
%% Index internally used. Administrative control not
allowed.
For example, to create a RMON event with an identifier of 1, access global configuration mode and enter:
(config)# rmon-event 1
To see a list of existing RMON event configuration identifiers, enter:
(config)# rmon-event ?
After you create the identifier for the event, the prompt changes to (config-rmonevent[1]). Now you can define the event, as described in "Setting the RMON Event Attributes" later in this chapter.
When you have created an RMON event configuration identifier but you have not activated it, you can modify its attributes.
![]() |
Note If the event configuration identifier is activated, you cannot modify its attributes. You must delete it, recreate it, and respecify its attributes. |
To modify the attributes, you must access the RMON event configuration mode for that event. To access this mode from any configuration mode except boot and RMON alarm configuration modes, use the rmon-event command.
For example, to access the mode for RMON event 1, access global configuration mode and enter:
(config)# rmon-event 1
To see a list of existing RMON events, enter:
(config)# rmon-event ?
To modify the attributes, refer to "Setting the RMON Event Attributes"later in this chapter.
To delete the event configuration identifier, use the no rmon-event command. For example, to delete RMON event 1 and its configuration, access global configuration mode and enter:
(config)# no rmon-event 1
After you delete the identifier to change its attributes, recreate it as described in "Creating a Configuration Identifier for an RMON Event" later in this chapter.
After you create an RMON event identifier or access RMON event configuration mode for an existing inactive event identifier, you can set its attributes as described in the following sections:
After you set the attributes, activate the event as described in "Activating the Event" later in this chapter.
When an alarm event occurs and the event is configured to send an SNMP trap, the CSS sends the trap to the trap host with the specified community. To define a community to an unactivated event, use the community community_name command. The community_name variable is the name of the SNMP community you configured using the (config) snmp community command.
For example, to define the SNMP moonbase_alpha community for this event, enter:
(config-rmonevent[1])# community moonbase_alpha
When an alarm event occurs, the CSS sends a description with the event notification. Because a description is not generated automatically, you must provide one. To provide a description, use the description "description" command. The description variable is the description for the RMON event. Enter a quoted text string with a maximum length of 126 characters.
For example, to provide a description for the event, enter:
(config-rmonevent[1])# description "This event occurs when service connections exceed 100"
For example, to define the owner named Boston Tech Lab, enter:
(config-rmonevent[1])# owner "Boston Tech Lab"
When an RMON event occurs, the event type determines where the CSS sends the event notification.
(config-rmonevent[1])# type log
(config-rmonevent[1])# type trap
![]() |
Note When you want the event to send a trap to a network management station, you need to configure SNMP. For more information on SNMP, refer to Configuring Simple Network Management Protocol (SNMP). |
(config-rmonevent[1])# type log-and-trap
After you configure the event attributes, you can activate the event. Before you can activate an event, you must specify the owner of the event as described in "Assigning an Owner" earlier in this chapter. To activate the event, enter:
(config-rmonevent[1])# active
![]() |
Note Before you activate the event, make sure that you are finished configuring it and are satisfied with its settings. After you activate an event, you cannot modify its configuration settings. The only way to change the event is to delete it, and then recreate it. |
RMON allows you to configure two types of sampling, absolute and delta:
When a sample value crosses an alarm threshold, an associated event is generated. To limit the number of generated events, only one event is generated when a threshold is crossed. The CSS does not generate additional events until an opposite threshold is crossed. For example, when a rising threshold is crossed, one event is generated. The next event occurs only when a falling threshold is crossed.
When you associate an event to an alarm and an alarm occurs, the event defines the action the CSS takes when an alarm occurs. For more information on events, refer to "Configuring an RMON Event" earlier in this chapter.
Figure 11-2 is an example of absolute sampling.

Figure 11-3 is an example of delta sampling.

If you are familiar with configuring the attributes for an RMON alarm, refer to
Table 11-2. The table contains the steps to configure the alarm, its possible settings, and an example for each step. For more detailed information on configuring an alarm, refer to the sections following Table 11-2.
| Steps and Possible Settings |
|---|
1. From global configuration mode, create a configuration identifier for an RMON alarm. Enter a number from 1 to 65534. |
2. Assign the owner who defined and is using the resources of the alarm. Enter a quoted string with a maximum of 32 characters including spaces. The owner must be the same as the owner for the event. |
3. Define the MIB object for the sample variable. For example, for the current number of connections for this service, enter apSvcConnections. To see a list of objects, use the sample-variable ? command. For detailed information about an object, use the lookup command. |
4. Define the sampling type. The options are absolute or delta. |
5. Define the startup alarm type. The options are falling, rising, or rising-and-falling. |
6. Define the rising threshold. Enter a number from 0 to 4294967295. (config-rmonalarm[1])# rising-threshold 100 |
7. Associate the rising threshold with an existing RMON event. Enter a number from 0 to 65535. If you enter 0, no event is generated. (config-rmonalarm[1])# rising-event 1 |
8. Define the falling threshold. Enter a number from 0 to 4294967295. (config-rmonalarm[1])# falling-threshold 90 |
9. Associate the falling threshold with an existing RMON event. Enter a number from 0 to 65535. If you enter 0, no event is generated. (config-rmonalarm[1])# falling-event 2 |
10. Specify the sampling interval for the RMON alarm. The interval is in seconds. Enter a number from 1 to 65535. (config-rmonalarm[1])# sample-interval 30 |
11. Activate the alarm. (config-rmonalarm[1])# active |
To create an alarm configuration identifier, use the rmon-alarm index command from any configuration mode except boot and RMON history configuration modes. The index is a number from 1 to 65535.
![]() |
Note The RMON alarm index 65535 is administratively predefined and cannot be modified. If you enter this index number, a message similar to the following appears: |
Index internally used. Administrative control not allowed.
For example, to create an RMON alarm with an identifier of 1, access global configuration mode and enter:
(config)# rmon-alarm 1
To see a list of existing RMON alarm configuration identifiers, enter
rmon-alarm ?.
After you create the identifier for the alarm, the prompt changes to (config-rmonalarm[1]). Now you can define the alarm, as described in "Setting the RMON Alarm Attributes" later in this chapter.
When you have already created an RMON alarm configuration identifier and its attributes but you have not activated it, you can modify its attributes.
![]() |
Note If the alarm configuration is activated, you cannot modify its settings. You must delete the alarm configuration, recreate it, and respecify its attributes. |
To modify the attributes, you must access the RMON alarm configuration mode for that alarm. To access this mode from any configuration mode except boot and RMON history configuration modes, use the rmon-alarm command. For example, to access the mode for RMON alarm 1, access global configuration mode and enter:
(config)# rmon-alarm 1
To see a list of existing RMON alarms, enter:
(config)# rmon-alarm ?
To modify the attributes, refer to "Setting the RMON Alarm Attributes" later in this chapter.
To delete the alarm configuration identifier, use the no rmon-alarm command. For example, to delete RMON alarm 1 and its configuration, access global configuration mode and enter:
(config)# no rmon-alarm 1
After you delete the alarm identifier to change its attributes, recreate the identifier as described in "Creating a Configuration Identifier for an RMON Alarm" earlier in this chapter.
After you create an RMON alarm identifier or access RMON alarm configuration mode for an existing inactive alarm identifier, you can set its attributes as described in the following sections:
After you set all of the attributes, activate the alarm as described in "Activating an Alarm" later in this chapter.
You must define the entity that configured the RMON alarm and is using the resources assigned to it. To define the owner, use the owner "owner_name" command. The owner_name variable is a quoted text string with a maximum of 32 characters. Enter the same name as the owner of the event.
For example, to define the owner named Boston Tech Lab, enter:
(config-rmonalarm[1])# owner "Boston Tech Lab"
For an alarm condition, RMON samples a configured sample variable associated with a MIB object. MIB objects to consider include the following:
![]() |
Note For more information on CSS MIBs, refer to Configuring Simple Network Management Protocol (SNMP). |
To look up a MIB object and view its description, use the lookup command. For example, to view the description for the apSvcConnections object, enter:
(config-rmonalarm[1])# lookup apSvcConnections ASN Name: apSvcConnections MIB: svcext Object Identifier: 1.3.6.1.4.1.2467.1.15.2.1.20 Argument Type: Integer Range: 0-4294967295 Description: The current number of TCP connections to this service
To specify the sample variable for this RMON alarm, use the sample-variable mib_object command. For example, to define the apSvcConnections MIB object for the current number of service connections, enter:
(config-rmonalarm[1])# sample-variable apSvcConnections
To see a list of SNMP variables, use the sample-variable ? command. For example:
(config-rmonalarm[1])# sample-variable ? apSvcLoadInfoTimeout apSvcLoadSvcStatRptTimeout apSvcLoadEnable apSvcLoadDecayInterval apSvcLoadStepStatic apSvcLoadStepSize apSvcLoadThreshold ...
When you configure an alarm, you can define the sampling method to compare the sample value of a MIB object to either:
(config-rmonalarm[1])# sample-type absolute
(config-rmonalarm[1])# sample-type delta
When you want to be notified when a sampling is greater than or equal to a specific number, set a rising threshold and associate it to a configured event.
![]() |
Note You must create an RMON event before you can associate it with an alarm. |
For a single rising alarm event to occur, a sampled value is greater than or equal to the rising threshold value, and the value at the last sampling interval is less than this threshold.
(config-rmonalarm[1])# rising-threshold 100
(config-rmonalarm[1])# rising-event 1
(config-rmonalarm[1])# rising-event ?
When you want to be notified when a sampling is less or equal to a specific number, set a falling threshold and associate it to a configured event.
![]() |
Note You must create an RMON event before you can associate it with an alarm. |
For a single falling alarm event to occur, a sampled value is less than or equal to the falling threshold value, and the value at the last sampling interval is greater than this threshold.
(config-rmonalarm[1])# falling-threshold 90
(config-rmonalarm[1])# falling-event 2
(config-rmonalarm[1])# falling-event ?
(config-rmonalarm[1])# startup-type falling
(config-rmonalarm[1])# startup-type rising
(config-rmonalarm[1])# startup-type rising-and-falling
For example, to enter a sampling interval of 60 seconds, enter:
(config-rmonalarm[1])# sample-interval 60
With delta sampling, set the sampling interval short enough so that the sampled variable, which has a tendency to go up and down very fast, does not wrap during a single sampling period.
After you configure the alarm attributes, you can activate the alarm. Before you can activate an alarm, you must specify all attributes for this alarm. To activate the alarm, enter:
(config-rmonalarm[1])# active
![]() |
Note Before you activate the alarm, make sure that you are finished configuring it and are satisfied with its settings. After you activate an alarm, you cannot modify its configuration settings. The only way to change the alarm is to delete it, and then recreate it. |
You can configure the operation of the RMON history that periodically samples any CSS Ethernet port for statistical data. All ports are preconfigured with histories for 30-second and 30-minute intervals, and 50 buckets with one sample per bucket. However, you can create additional histories for a specific port. This allows you to configure the time interval to take the sample and the number of samples you want to save.
You can view the statistical information for the history by using the show rmon-history command. For more information about viewing the history, refer to "Viewing History" later in this chapter.
If you are familiar with configuring the attributes for an RMON history, refer to
Table 11-3. The table contains the steps to configure the history, their possible settings, and an example for each step. For more detailed information on configuring a history, refer to the sections following Table 11-3.
.
| Steps and Possible Settings |
|---|
1. From global configuration mode, create an RMON history. Enter a number from 1 to 65535. (config)# rmon-history 5 |
2. Assign the owner who defined and is using the history resources. Enter up to 32 characters. (config-rmonhistory[5])# owner Boston_Tech_Lab |
3. Define the data source object for the Ethernet port. The port is identified by an ifIndex data object identifier. To see a list of data object IDs, use the show interface command. (config-rmonhistory[5])# data-source ifIndex.3 |
4. Define the time interval for the history. The interval is in seconds. Enter a number from 1 to 3600. The default is 1800. (config-rmonhistory[5])# interval 60 |
5. Define the bucket count for the interval. Enter a number from 1 to 65535. The default is 50. (config-rmonhistory[5])# requested-buckets 25 |
6. Activate the history. (config-rmonhistory[5])# active |
To create a history identifier, use the rmon-history index command from any configuration mode except boot configuration mode. The index variable is the index number that identifies the history. Enter an integer from 1 to 65535.
For example, to create an RMON history identifier 5, access global configuration mode and enter:
(config)# rmon-history 5
![]() |
Note Some history index numbers are administratively predefined and cannot be modified. If you enter an index number under administrative control, a message similar to the following appears: |
%% Index internally used. Administrative control not
allowed.
After you create the identifier, the prompt changes to (config-rmonhistory [5]). Now you can define the history, as described in "Setting the RMON History Attributes" later in this chapter.
When you have already created an RMON history identifier but you have not activated it, you can modify its attributes.
![]() |
Note If the history is activated, you cannot modify its settings. You must delete the history, recreate it, and respecify its attributes. |
To modify the attributes, you must access the RMON history configuration mode for that history. To access this mode from any configuration mode except boot configuration mode, use the rmon-history command. For example, to access the mode for RMON history 5, access global configuration mode and enter:
(config)# rmon-history 5
To see a list of existing RMON histories, enter:
(config)# rmon-history ?
![]() |
Note Some history index numbers are administratively predefined and cannot be modified. If you enter an index number under administrative control, a message similar to the following appears: |
%% Index internally used. Administrative control not
allowed.
To modify the history attributes, refer to the "Setting the RMON History Attributes" later in this chapter.
To delete an RMON history configuration identifier, use the no rmon-history command. For example, to delete RMON history 5, access global configuration mode and enter:
(config)# no rmon-history 5
After you delete the history identifier to change its attributes, recreate it as described in "Creating a Configuration Identifier for an RMON History" later in this chapter.
After you create an RMON history or access RMON history configuration mode for an existing inactive alarm, you can set its attributes as described in the following sections:
After you set the attributes, activate the history as described in "Activating an RMON History Entry" later in this chapter.
When you create a history, you must associate it with a CSS Fast Ethernet or Gigabit Ethernet port. To define the data object, use the data-source port command. The port is identified by an ifIndex data object identifier. For example, if your CSS has 12 Ethernet ports, they have data object IDs of ifIndex.1 through ifIndex.12. The Ethernet management port has an ID of ifIndex.14.
For example, to define Ethernet port 4, enter:
(config-rmonhistory[5])# data-source ifIndex.4
To see a list of data object IDs for all of the CSS Ethernet ports, enter:
(config-rmonhistory[5])# show interface
For example, to define an owner named Boston Tech Lab, enter:
(config-rmonhistory[5])# owner Boston_Tech_Lab
For example, to define a bucket count of 25, enter:
(config-rmonhistory[5])# requested-buckets 25
You can specify the time interval, in seconds, to take a bucket sample for an RMON history operation. To set this interval, use the interval value command. The value variable is the interval in seconds. Enter an integer from 1 to 3600. The default is 1800 (30 minutes).
For example, to define a time interval of 60 seconds, enter:
(config-rmonhistory[5])# interval 60
After you configure the history attributes, you can activate the history for the port. To activate an RMON history entry, use the active command.
![]() |
Note Before activating this command, you must specify the owner for the RMON history entry. |
To activate the history, enter:
(config-rmonhistory[5])# active
![]() |
Note Before you activate the history, make sure that you are finished configuring it and are satisfied with its settings. After you activate a history, you cannot modify its configuration settings. The only way to change the history is to delete it, and then recreate it. |
RMON information includes:
The following sections provide information on:
The CSS show rmon command allows you to display the extended 64-bit RMON statistics for a specific Ethernet port or all Ethernet ports in the CSS. The CSS Enterprise ap64Stats MIB defines these statistics. You can also display the RFC1757 32-bit statistics by adding the -32 suffix to the show rmon command.
# show rmon
# show rmon port_name
# show rmon ?
For example, to display the extended RMON statistics for the Ethernet-4 port in the CSS, enter:
# show rmon ethernet-4
Table 11-4 lists and describes the fields in the show rmon screen.
| Field | Description |
|---|---|
Bytes | The total number of received bytes. |
Packets | The total number of received packets (including bad packets, broadcast packets, and multicast packets). |
Broadcast Packets | The total number of good received packets that were directed to the broadcast address. Note that this does not include multicast packets. |
Multicast Packets | The total number of good received packets that were directed to a multicast address. This number does not include packets directed to the broadcast address. |
CRC Alignment Errors | The total number of packets received that had a length (excluding framing bits, but including FCS octets) between 64 and 1518 octets, inclusive, but had either an FCS Error, a bad Frame Check Sequence (FCS) with an integral number of octets, or an Alignment Error, a bad FCS with a non-integral number of octets. |
Oversize Packets | The total number of received packets that were longer than 1518 octets (excluding framing bits, but including FCS octets) and were otherwise well formed. |
Undersize Packets | The total number of received packets that were less than 64 octets long (excluding framing bits, but including FCS octets) and were otherwise well formed. |
Fragments | The total number of received packets that were less than 64 octets in length (excluding framing bits but including FCS octets) and had either an FCS Error, a bad Frame Check Sequence (FCS) with an integral number of octets, or an Alignment Error, a bad FCS with a non-integral number of octets. It is normal for fragment statistics to increment because the CSS counts both runts (which are normal occurrences due to collisions) and noise hits. |
Drop Events | The total number of events in which packets were dropped by the probe due to lack of resources. This number is not necessarily the number of packets dropped; it is the number of times this condition has been detected. |
Slobbers | An internal counter. This field will always be zero. |
Jabbers | The total number of packets received that were longer than 1518 octets (excluding framing bits, but including FCS octets), and had either an FCS Error, a bad Frame Check Sequence (FCS) with an integral number of octets, or Alignment Error, a bad FCS with a non-integral number of octets. This definition of jabber is different than the definition in IEEE-802.3 section 8.2.1.5, 10BASE5, and section 10.3.1.4, 10BASE2. These documents define jabber as the condition where any packet exceeds 20 ms. The allowed range to detect jabber is between 20 ms and 150 ms. |
Collisions | The best estimate of the total number of collisions on this Ethernet segment. The returned value depends on the location of the RMON probe. Section 8.2.1.3, 10BASE-5, and section 10.3.1.3, 10BASE-2, of IEEE standard 802.3 states that a station must detect a collision, in the receive mode, if three or more stations are transmitting simultaneously. A repeater port must detect a collision when two or more stations are transmitting simultaneously. Thus, a probe placed on a repeater port might record more collisions than would a probe connected to a station on the same segment. Probe location plays a much smaller role when considering 10BASE-T. IEEE standard 802.3 14.2.1.4, 10BASE-T defines a collision as the simultaneous presence of signals on the DO and RD circuits (transmitting and receiving at the same time). A 10BASE-T station can only detect collisions when it is transmitting. Thus, probes placed on a station and a repeater should report the same number of collisions. Ideally, an RMON probe inside a repeater should report collisions between the repeater and one or more other hosts (transmit collisions as defined by IEEE 802.3k), plus receiver collisions observed on any coax segments to which the repeater is connected. |
Packets (0-64) Packets (65-127) Packets (128-255) Packets (256-511) Packets (512-1023) Packets (1024-1518) | The total number of packets (including bad packets) received that were between the following octets in length inclusive (excluding framing bits but including FCS octets):
|
For example, to clear the statistics for Ethernet port 1, enter:
# clear statistics Ethernet-1
To see a list of ports, enter:
# clear statistics ?
![]() |
Note When you reset RMON statistics on a CSS Ethernet port to zero, the Ethernet errors and MIB-II statistics for the port are also reset to zero. |
You can display the default and configured RMON history information for a specific Ethernet port or all Ethernet ports in the CSS. For information on configuring an RMON history, refer to "Configuring an RMON History" earlier in this chapter.
By default, the CSS maintains two tables of history statistics for each port. One table contains the last 50 samples at 30-second intervals. The other table contains 50 samples at 30-minute intervals. You cannot modify the configuration for these histories.
# show rmon-history
# show rmon-history port_name
# show rmon-history ?
# show rmon-history port_name history_index
For example, to view the history 5 for the Ethernet-4 port, enter:
# show rmon-history ethernet-4 5
# show rmon-history port_name ?
# show rmon-history ethernet-4 ? The following table lists and describes the fields in the show rmon-history screen.
| Field | Description |
|---|---|
Owner | The entity that configured the entry and is using the resources assigned to it. |
Start Time | The time when the bucket sampling started. |
Interval | The time interval in seconds when RMON takes a bucket sample. |
Buckets | The number of discrete sampling intervals over which data is to be saved for the history. |
Time | The time that the sample was taken. |
Sample | The number of the sample. |
Octets | The total number of octets of data (including those in bad packets) received on the network, excluding framing bits but including FCS octets. You can use this object as a reasonable estimate of Ethernet utilization. If greater precision is desired, sample the Ethernet statistic packet and octet objects before and after a common interval. The differences in the sampled values are packets (Pkts) and Octets, respectively, and the number of seconds in the Interval. These values are used to calculate the utilization of a 10 MB Ethernet port as follows: |
Packets | The total number of received packets (including bad packets, broadcast packets, and multicast packets). |
Errors | The total number of errors that RMON received for this port. |
Util% | The bandwidth utilization percentage of the Ethernet segment on a scale of 0 to 100 percent. |
The CSS can send notifications of RMON alarm events to a traplog file or a configured log location, such as a log file on the CSS disk, a CSS session, host syslog daemon, or an email address. The notification itself displays when the event occurred, the event number, and its configured description in parenthesis. For example:
FEB 15 15:41:22 EVENT#4 FIRED: (Service Toys exceeded 30,000 connections).
For information on configuring an RMON event, refer to "Configuring an RMON Event" earlier in this chapter. For information on configuring an RMON alarm, refer to "Configuring an RMON Alarm" earlier in this chapter.
![]() |
Note The traps sent to the traplog file are the same traps sent to an SNMP network management station. For information on configuring SNMP, refer to Configuring Simple Network Management Protocol (SNMP). |
To display all SNMP traps that have occurred on the CSS, enter:
# show log traplog
![]() |
Note Even though traps are disabled, the CSS still produces a log message for any event that would normally generate a trap. |
Before the CSS can send an event to a log location, you must:
(config)# logging subsystem netman level info-6
To view the events in a log file on the CSS disk, use the show log log_filename command. For example, to view a log file named log1, enter:
# show log log1
The following example shows an RMON configuration in a startup-config file.
!************************ RMON EVENT************************* rmon-event 1 active description "Service connections exceeded 100" owner "Boston Tech Lab" community moonbase_alpha type log-and-trap rmon-event 2 active description "Service connections are below 90" owner "Boston Tech Lab" community moonbase_alpha type log-and-trap !************************* RMON ALARM ************************* rmon-alarm 1 active owner "Boston Tech Lab" sample-variable apSvcConnections. sample-type absolute startup-type rising-and-falling rising-threshold 100 rising-event 1 falling-threshold 90 falling-event 1 sample-interval 30 !************************ RMON HISTORY ************************ rmon-history 5 active owner Boston Tech Lab data-source ifIndex.3 interval 60 requested-buckets 25
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Tue Dec 12 05:41:15 PST 2000
Copyright 1989-2000©Cisco Systems Inc.