set rmon topN properties (S-, K-Series)

Use this command to configure an RMON topN entry (report).

Syntax

set rmon topn properties index [hindex hindex] [rate {inpackets | outpackets | inoctets | outoctets | errors | bcast | mcast}] [duration duration] [size size] [owner owner]

Parameters

index Specifies an index number for this entry. An entry will automatically be created if an unused index number is chosen. Maximum number of entries is 10. Maximum value is 65535.
hindex hindex (Optional) Specifies an index number of the host table.
rate inpackets | outpackets | inoctets | outoctets | errors | bcast | mcast (Optional) Specifies the type of counter to activate with this entry as InPackets, OutPackets, InOctets, OutOctets, OutErrors, Broadcast packets, or Multicast packets.
duration duration (Optional) Specifies the sampling interval in seconds. Value must be a minimum of 60.
size size (Optional) Specifies the maximum number of entries to maintain.
owner owner (Optional) Specifies the name of the entity that configured this entry.

Defaults

  • If host index is not specified, none will be applied.
  • If counter type is not specified, inpackets will be applied.
  • If duration is not specified, none will be applied.
  • If size is not specified, 10 will be applied.
  • If owner is not specified, monitor will be applied.

Mode

All command modes.

Example

This example shows how to configure RMON TopN entry 1, for host 1 with a sampling interval of 60 seconds and a maximum number of entries of 20:

System(rw)->set rmon topN properties 1 1 inpackets 60 20