By default, the monitoring of the deleted or discarded packets is disabled. You can enable the monitoring of all TM deleted or discarded packets on the SLX device, or all VOQ discarded packets.
Note
This feature is supported only on devices based on the DNX chipset family. For more information, see Supported Hardware.device# configure terminal
device(config)# system-monitor TM
device(sys-mon tm)# delete-packets threshold 10
device(sys-mon tm)# delete-packets logging-interval 100
device(sys-mon tm)# discard-packets threshold 15
device(sys-mon tm)# discard-packets logging-interval 100
device(sys-mon tm)# discard-voq-packets threshold 10
device(sys-mon tm)# discard-voq-packets logging-interval 100
The following example summarizes the commands in this procedure.
device# configure terminal device(config)# system-monitor TM device(sys-mon tm)# delete-packets logging-interval 100 device(sys-mon tm)# delete-packets threshold 10 device(sys-mon tm)# discard-packets threshold 15 device(sys-mon tm)# discard-packets logging-interval 100 device(sys-mon tm)# discard-voq-packets threshold 10 device(sys-mon tm)# discard-voq-packets logging-interval 100
Use the show system monitor tm command to display the configuration for the deleted and discarded TM-device packets or the discarded VOQ discarded packets.
device# show system monitor tm delete-packet Delete packet count monitoring configuration: Logging-interval : 60 minutes Threshold : 10 packets
device# show system monitor tm discard-packet Discard packet count monitoring configuration: Logging-interval : 60 minutes Threshold : 10 packets
device# show system monitor tm discard-voq-packet Discard VOQ packet count monitoring configuration: Logging-interval : 60 minutes Threshold : 10 packets