[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring Logging for the Routing Protocol Process

To control how much information the routing protocol process should log, include the options statement.

Include the following form of the statement to log messages for a particular severity level and all higher levels:

routing-options {
options syslog upto level;
}

Include the following form of the statement to log messages for a particular severity level:

routing-options {
options syslog level level;
}

For a list of hierarchy levels at which you can include this statement, see the statement summary section for this statement.

Note: System logging frequently deals with processes logged at the info or notice severity level. Make sure that your regular system logging configurations include the info or notice levels.


[Contents] [Prev] [Next] [Index] [Report an Error]