clear logging raslog

Clears RASLog messages from the router.

Syntax

clear logging raslog [ message-type { DCE | SYSTEM } ]

Command Default

Clear all RASLog messages on the local router.

Parameters

message-type
Clears RASLog messages of the specified repository type.
SYSTEM
Clears system LOG messages.
DCE
Clears DCE application messages.

Modes

Privileged EXEC mode

Usage Guidelines

This command clears all RASLog messages by default.

SLX-OS maintains two separate internal message storage repositories, SYSTEM and DCE. A RASLog message can have one or more type attributes. For example, a message can be of type DCE, FFDC, and AUDIT.

Note

Note

A message cannot have both LOG and DCE type attributes. LOG type messages are stored in the SYSTEM message-type repository and DCE type messages are stored in the DCE message-type repository. LOG type messages are not stored in the DCE message-type repository and DCE type messages are not stored in the SYSTEM message-type repository.

Examples

To clear all RASLog messages:

device# clear logging raslog
 
DCE Raslogs are cleared
SYSTEM Raslogs are cleared

To clear all messages from the DCE message-type repository:

device# clear logging raslog message-type DCE
 
DCE Raslogs are cleared

To clear all messages from the SYSTEM message-type repository:

device# clear logging raslog message-type SYSTEM
 
SYSTEM Raslogs are cleared