Outputting log information to the console, Network requirements, Network diagram – H3C Technologies H3C WX6000 Series Access Controllers User Manual

Page 557: Configuration procedure

Advertising
background image

59-15

# ps -ae | grep syslogd

147

# kill -9 147

# syslogd -r &

Ensure that the syslogd process is started with the -r option on a Linux log host.

After the above configurations, the system will be able to keep log information in the related file.

Outputting Log Information to the Console

Network requirements

z

Log information with a severity higher than informational will be output to the console;

z

The source modules are ARP and IP.

Network diagram

Figure 59-3

Network diagram for sending log information to the console

Configuration procedure

# Enable information center.

<Sysname> system-view

[Sysname] info-center enable

# Use channel console to output log information to the console (optional, console by default).

[Sysname] info-center console channel console

# Disable the output of log, trap, and debugging information of all modules on the channel console.

[Sysname] info-center source default channel console debug state off log state off trap state

off

As the default system configurations for different channels are different, you need to disable the output
of log, trap, and debugging information of all modules on the specified channel (console in this example)
first and then configure the output rule as needed so that unnecessary information will not be output.

# Configure the information output rule: allow log information of ARP and IP modules with severity equal
to or higher than informational to be output to the console.

[Sysname] info-center source arp channel console log level informational state on

[Sysname] info-center source ip channel console log level informational state on

[Sysname] quit

Advertising