delete-packet

Configures the logging or monitoring interval for all Traffic Management (TM) deleted packets on the SLX-OS device.

Syntax

delete-packet { logging-interval minutes } | { threshold deleted-packets }
no delete-packet logging-interval | threshold

Command Default

The logging interval is 60 minutes.

The default threshold is zero (0) deleted packets.

Parameters

logging-interval minutes
Specifies the logging interval in minutes. Enter an integer from from 10 to 2880.
threshold deleted-packets
Specifies the threshold limit for all deleted packets of the TM device. Enter a value from 0 to 10000. The value of 0 disables the monitoring of the all TM deleted packets.

Modes

System monitor TM configuration mode

Usage Guidelines

Use the no version of this command to reset the default interval or threshold values.

A RASlog message for the TM device statistics is generated within the logging interval similar to the following format:
M1 | Active, WARNING, SLX, TM threshold, Head deleted packets 34462
on device 3.1.1.

Examples

The following example configures the logging interval to 120 minutes.

device# configure terminal
device(config)# system-monitor tm
device(config-sys-mon-tm)# delete-packet logging-interval 120 

The following example configures the threshold to 50 deleted packets.

device# configure terminal
device(config)# system-monitor tm
device(config-sys-mon-tm)# delete-packet threshold 50