set rmon filter (S-, K-Series)

Use this command to configure an RMON filter entry.

Syntax

set rmon filter index channel_index [offset offset] [status status] [smask smask] [snotmask snotmask] [data data] [dmask dmask] [dnotmask dnotmask] [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.
channel_index Specifies the channel to which this filter will be applied.
offset offset (Optional) Specifies an offset from the beginning of the packet to look for matches.
status status (Optional) Specifies packet status bits that are to be matched.
smask smask (Optional) Specifies the mask applied to status to indicate which bits are significant.
snotmask snotmask (Optional) Specifies the inversion mask that indicates which bits should be set or not set.
data data (Optional) Specifies the data to be matched.
dmask dmask (Optional) Specifies the mask applied to data to indicate which bits are significant.
dnotmask dnotmask (Optional) Specifies the inversion mask that indicates which bits should be set or not set.
owner (Optional) Specifies the name of the entity that configured this entry.

Defaults

  • If owner is not specified, it will be set to monitor.
  • If no other options are specified, none (0) will be applied.

Mode

All command modes.

Example

This example shows how to create RMON filter 1 and apply it to channel 10:

System(rw)->set rmon filter 1 10 offset 30 data 0a154305 dmask ffffffff