Specifications
RMON Command Set
Packet Capture Commands
12-38 SecureStack A2 Configuration Guide
12.2.6.2 set rmon capture
Use this command to configure an RMON capture entry.
set rmon capture index {channel [action {lock}] [slice slice] [loadsize loadsize]
[offset offset] [asksize asksize] [owner owner]}
Syntax Description
Command Defaults
• If not specified, action defaults to lock.
• If not specified, offset defaults to 0.
• If not specified, asksize defaults to 1 (which will request as many octets as
possible)
• If slice is not specified, 1518 will be applied.
• If loadsize is not specified, 100 will be applied.
• If owner is not specified, it will be set to monitor.
index Specifies a buffer control entry.
channel Specifies the channel to which this capture entry will be
applied.
action lock (Optional) Specifies the action of the buffer when it is full
as:
• lock - Packets will cease to be accepted
slice slice (Optional) Specifies the maximum octets from each
packet to be saved in a buffer. (default: 1518)
loadsize loadsize (Optional) Specifies the maximum octets from each
packet to be downloaded from the buffer (default: 100)
offset offset (Optional) Specifies that the first octet from each packet
that will be retrieved.
asksize asksize (Optional) Specifies the requested maximum octets to be
saved in this buffer.
owner (Optional) Specifies the name of the entity that configured
this entry.