Cisco Cisco Packet Data Gateway (PDG)

Página de 8770
  Global Configuration Mode Commands (L-S) 
logging disable  ▀   
 
Command Line Interface Reference, StarOS Release 16  ▄  
 
   
5305 
logging disable 
Enables/disables the logging of the specified event ID or range of IDs. 
Product
 
All 
Privilege
 
Security Administrator, Administrator 
Mode
 
Exec > Global Configuration 
configure
 
Entering the above command sequence results in the following prompt: 
[local]host_name(config)# 
Syntax
 
logging disable eventid id [ to to_id ] 
no logging disable eventid id [ to to_id ] 
no
 
Indicates the event IDs specified are to be enabled for logging. 
eventid
 
id
 
Specifies the event for which no logging is to occur.  
In 14.1 and earlier releases, 
id
 is an integer from 1 through 202699. 
In 15.0 and later releases, 
id
 is an integer from 1 through 204999. 
to
 
to_id
 
Specifies the end ID of the events when a range of event ID is to be disabled from being logged. 
to_id
 must 
be an integer from 1 through 204999. The 
to_id
 must be equal to or larger than the 
id
 specified. 
Usage 
Disable common events which may occur with a normal frequency are not of interest in monitoring the 
system for troubles. 
Example
 
The following commands disables the logging of event ID 4580 and the range of events from 4500 through 
4599, respectively. 
logging disable eventid 4580 4580 
logging disable eventid 4500 to 4599 
The following enables the subset of disabled event IDs: 
no logging disable eventid 4500 to 4549