Remote Network Monitoring (RMON) Commands
805 OL-32830-01 Command Line Interface Reference Guide
41
41.7 rmon table-size
To configure the maximum size of RMON tables, use the rmon table-size Global
Configuration modecommand. To return to the default size, use the no form of this
command.
Syntax
rmon table-size
{history entries | log entries
}
no rmon table-size
{history | log}
Parameters
• history
entries
—Specifies the maximum number of history table entries.
(Range: 20–32767)
• log
entries
—Specifies the maximum number of log table entries. (Range:
20–32767)
Default Configuration
The default history table size is 270 entries.
The default log table size is 200 entries.
Command Mode
Global Configuration mode
User Guidelines
The configured table size takes effect after the device is rebooted.
Example
The following example configures the maximum size of RMON history tables to
100 entries.
switchxxxxxx(config)#
rmon table-size history 100