08-System Volume

HomeSupportSwitchesH3C S7500E Switch SeriesConfigure & DeployConfiguration GuidesH3C S7500E Series Ethernet Switches Operation Manual(Release 6300 series V1.03)08-System Volume
09-Information Center Configuration
Title Size Download
09-Information Center Configuration 169.23 KB

Information Center Configuration

When configuring information center, go to these sections for information you are interested in:

l          Information Center Overview

l          Configuring Information Center

l          Displaying and Maintaining Information Center

l          Information Center Configuration Examples

Information Center Overview

Introduction to Information Center

Acting as the system information hub, information center classifies and manages system information, offering a powerful support for network administrators and developers in monitoring network performance and diagnosing network problems.

The following describes the working process of information center:

l          Receives the log, trap, and debugging information generated by each module.

l          Outputs the above information to different information channels according to the user-defined output rules.

l          Outputs the information to different destinations based on the information channel-to-destination associations.

To sum up, information center assigns the log, trap and debugging information to the ten information channels according to the eight severity levels and then outputs the information to different destinations. The following describes the working process in details.

 

By default, the information center is enabled. An enabled information center affects the system performance in some degree due to information classification and output. Such impact becomes more obvious in the event that there is enormous information waiting for processing.

 

Classification of system information

The system information of the information center falls into three types:

l          Log information

l          Trap information

l          Debugging information

Eight levels of system information

The information is classified into eight levels by severity. The severity levels in the descending order are emergencies, alerts, critical, errors, warnings, notifications, informational and debugging. When the system information is output by level, the information with severity level higher than or equal to the specified level is output. For example, in the output rule, if you configure to output information with severity level being informational, the information with severity level being emergencies through informational is all allowed to be output.

Table 1-1 Severity description

Severity

Severity value

Description

emergencies

0

The system is unavailable.

alerts

1

Information that demands prompt reaction

critical

2

Critical information

errors

3

Error information

warnings

4

Warnings

notifications

5

Normal information that needs to be noticed

informational

6

Informational information to be recorded

debugging

7

Information generated during debugging

 

Seven output destinations and ten channels of system information

The system supports seven information output destinations, including the console, monitor terminal (monitor), log buffer, log host, trap buffer, SNMP module and log file.

The system supports ten channels. The seven channels 0 through 5, and channel 9 are configured with channel names, output rules, and are associated with output destinations by default. The channel names, output rules and the associations between the channels and output destinations can be changed through commands. Besides, you can configure channels 6, 7, and 8 without changing the default configuration of the seven channels.

Table 1-2 Information channels and output destinations

Information channel number

Default channel name

Default output destination

Note

0

console

Console

 Receives log, trap and debugging information

1

monitor

Monitor terminal

Receives log, trap and debugging information, facilitating remote maintenance

2

loghost

Log host

Receives log, trap and debugging information and information will be stored in files for future retrieval.

3

trapbuffer

Trap buffer

Receives trap information, a buffer inside the router for recording information.

4

logbuffer

Log buffer

Receives log and debugging information, a buffer inside the router for recording information.

5

snmpagent

SNMP module

Receives trap information

6

channel6

Not specified

Receives log, trap, and debugging information

7

channel7

Not specified

Receives log, trap, and debugging information

8

channel8

Not specified

Receives log, trap, and debugging information

9

channel9

Log file

Receives log, trap, and debugging information

 

Configurations for the seven output destinations function independently and take effect only after the information center is enabled.

 

Outputting system information by source module

The system is composed of a variety of protocol modules, board drivers, and configuration modules. The system information can be classified, filtered, and output according to source modules. You can use the info-center source ? command to view the supported information source modules.

Default output rules of system information

The default output rules define the source modules allowed to output information on each output destination, the output information type, and the output information level as shown in Table 1-3, which indicates that by default and in terms of all modules:

l          All log information is allowed to be output to the log file; log information with severity level equal to or higher than informational is allowed to be output to the log host; log information with severity level equal to or higher than warnings is allowed to be output to the console, monitor terminal, and log buffer; log information is not allowed to be output to the trap buffer and the SNMP module.

l          All trap information is allowed to be output to the console, monitor terminal, log host and log file; trap information with severity level equal to or higher than warnings is allowed to be output to the trap buffer and SNMP module; trap information is not allowed to be output to the log buffer.

l          All debugging information is allowed to be output to the console and monitor terminal; debugging information is not allowed to be output to the log host, log file, log buffer, trap buffer and the SNMP module.

Table 1-3 Default output rules for different output destinations

Output destination

Modules allowed

LOG

TRAP

DEBUG

Enabled/disabled

Severity

Enabled/disabled

Severity

Enabled/disabled

Severity

Console

default (all modules)

Enabled

warnings

Enabled

debugging

Enabled

debugging

Monitor terminal

default (all modules)

Enabled

warnings

Enabled

debugging

Enabled

debugging

Log host

default (all modules)

Enabled

informational

Enabled

debugging

Disabled

debugging

Trap buffer

default (all modules)

Disabled

informational

Enabled

warnings

Disabled

debugging

Log buffer

default (all modules)

Enabled

warnings

Disabled

debugging

Disabled

debugging

SNMP module

default (all modules)

Disabled

debugging

Enabled

warnings

Disabled

debugging

Log file

default (all modules)

Enabled

debugging

Enabled

debugging

Disabled

debugging

 

System Information Format

System information has the following format:

<priority>timestamp sysname module/level/digest:content

 

l          The closing set of angel brackets < >, the space, the forward slash /, and the colon are all required in the above format.

l          Before the <priority>, there may be a %, #, or * followed with a space, indicating log, alarm, or debugging information respectively.

l          This format is the standard format of system information. After the system information is sent to the log host, the displayed format depends on the tools you use to view the logs.

 

Below is an example of the format of log information to be output to a log host:

% <188>Sep 28 15:33:46:235 2005 MyDevice SHELL/4/LOGIN: Console login from con0

What follows is a detailed explanation of the fields involved:

Priority

The priority is calculated using the following formula: facility*8+severity, in which facility represents the logging facility name and can be configured when you set the log host parameters. The facility ranges from local0 to local7 (16 to 23 in decimal integers) and defaults to local7. The facility is mainly used to mark different log sources on the log host, query and filter the logs of the corresponding log source. Severity ranges from 0 to 7. Table 1-1 details the value and meaning associated with each severity.

Note that there is no space between the priority and timestamp fields and that the priority takes effect only when the information has been sent to the log host.

Timestamp

Timestamp records the time when system information is generated to allow users to check and identify system events. You can use the info-center timestamp command to configure whether to include a timestamp in the system information as well as the timestamp format if it is included. The time stamp of the system information sent from the information center to the log host is with a precision of seconds, whereas that of the system information sent from the information center to the other destinations is with a precision of milliseconds.

Note that there is a space between the timestamp and sysname (host name) fields.

Sysname

Sysname is the system name of the current host. You can use the sysname command to modify the system name. (Refer to Basic System Configuration Commands in the System Volume for details)

Note that there is a space between the sysname and module fields.

Module

The module field represents the name of the module that generates system information. You can enter the info-center source ? command in system view to view the module list. Between “module” and “level” is a “/”.

Level (Severity)

System information can be divided into eight levels based on its severity, from 0 to 7. Refer to Table 1-1 for definition and description of these severity levels. The levels of system information generated by modules are predefined by developers, and you cannot change the system information levels. However, you can configure to output information of the specified level using the info-center source command.

Note that there is a forward slash between the levels (severity) and digest fields.

Digest

The digest field is a string of up to 32 characters, outlining the system information.

Note that there is a colon between the digest and content fields.

Content

This field provides the content of the system information.

Configuring Information Center

Information Center Configuration Task List

Complete the following tasks to configure information center:

Task

Remarks

Setting to Output System Information to the Console

Optional

Setting to Output System Information to a Monitor Terminal

Optional

Setting to Output System Information to a Log Host

Optional

Setting to Output System Information to the Trap Buffer

Optional

Setting to Output System Information to the Log Buffer

Optional

Setting to Output System Information to the SNMP Module

Optional

Setting to Save System Information to a Log File

Optional

Configuring Synchronous Information Output

Optional

 

Setting to Output System Information to the Console

Setting to output system information to the console

To do…

Use the command…

Remarks

Enter system view

system-view

Enable information center

info-center enable

Optional

Enabled by default

Name the channel with a specified channel number

info-center channel channel-number name channel-name

Optional

Refer to Table 1-2 for default channel names.

Configure the channel through which system information can be output to the console

info-center console channel { channel-number | channel-name }

Optional

By default, system information is output to the console through channel 0 (known as console).

Configure the output rules of system information

info-center source { module-name | default } channel { channel-number | channel-name } [ debug { level severity | state state } * | log { level severity | state state } * | trap { level severity | state state } * ] *

Optional

Refer to Default output rules of system information for the default output rules of system information.

Configure the format of the time stamp

info-center timestamp { debugging | log | trap } { boot | date | none }

Optional

The time stamp format for log, trap and debugging information is date by default.

 

Enabling the display of system information on the console

After setting to output system information to the console, you need to enable the associated display function to display the output information on the console.

Follow these steps in user view to enable the display of system information on the console:

To do…

Use the command…

Remarks

Enable the monitoring of system information on the console

terminal monitor

Optional

Enabled on the console and disabled on the monitor terminal by default.

Enable the display of debugging information on the console

terminal debugging

Required

Disabled by default

Enable the display of log information on the console

terminal logging

Optional

Enabled by default

Enable the display of trap information on the console

terminal trapping

Optional

Enabled by default

 

Setting to Output System Information to a Monitor Terminal

System information can also be output to a monitor terminal, which is a user terminal that has login connections through the AUX, VTY user interface.

Setting to output system information to a monitor terminal

To do…

Use the command…

Remarks

Enter system view

system-view

Enable information center

info-center enable

Optional

Enabled by default

Name the channel with a specified channel number

info-center channel channel-number name channel-name

Optional

Refer to Table 1-2 for default channel names.

Configure the channel through which system information can be output to a monitor terminal

info-center monitor channel { channel-number | channel-name }

Optional

By default, system information is output to the monitor terminal through channel 1 (known as monitor).

Configure the output rules of the system information

info-center source { module-name | default } channel { channel-number | channel-name } [ debug { level severity | state state } * | log { level severity | state state } * | trap { level severity | state state } * ] *

Optional

Refer to Default output rules of system information for the default output rules of the system information.

Configure the format of the time stamp

info-center timestamp { debugging | log | trap } { boot | date | none }

Optional

By default, the time stamp format for log, trap and debugging information is date.

 

Enabling the display of system information on a monitor terminal

After setting to output system information to a monitor terminal, you need to enable the associated display function in order to display the output information on the monitor terminal.

Follow these steps to enable the display of system information on a monitor terminal:

To do…

Use the command…

Remarks

Enable the monitoring of system information on a monitor terminal

terminal monitor

Required

Enabled on the console and disabled on the monitor terminal by default.

Enable the display of debugging information on a monitor terminal

terminal debugging

Required

Disabled by default

Enable the display of log information on a monitor terminal

terminal logging

Optional

Enabled by default

Enable the display of trap information on a monitor terminal

terminal trapping

Optional

Enabled by default

 

Setting to Output System Information to a Log Host

To do…

Use the command…

Remarks

Enter system view

system-view

Enable information center

info-center enable

Optional

Enabled by default

Name the channel with a specified channel number

info-center channel channel-number name channel-name

Optional

Refer to Table 1-2 for default channel names.

Specify a log host and configure the parameters when system information is output to the log host

info-center loghost host-ip [ channel { channel-number | channel-name } | facility local-number ] *

Required

By default, the system does not output information to a log host. If you specify to output system information to a log host, the system uses channel 2 (loghost) by default.

Configure the output rules of the system information

info-center source { module-name | default } channel { channel-number | channel-name } [ debug { level severity | state state } * | log { level severity | state state } * | trap { level severity | state state } * ] *

Optional

Refer to Default output rules of system information for the default output rules of the system information.

Configure the interface through which log information can be output to a log host

info-center loghost source interface-type interface-number

Optional

By default, the source interface is determined by the matched route.

Configure the format of the time stamp for system information output to the log host

info-center timestamp loghost { date | no-year-date | none }

Optional

date by default.

 

Setting to Output System Information to the Trap Buffer

 

The trap buffer receives the trap information only, and discards the log and debugging information even if you have configured to output them to the trap buffer.

 

To do…

Use the command…

Remarks

Enter system view

system-view

Enable information center

info-center enable

Optional

Enabled by default

Name the channel with a specified channel number

info-center channel channel-number name channel-name

Optional

Refer to Table 1-2 for default channel names.

Configure the channel through which system information can be output to the trap buffer and specify the buffer size

info-center trapbuffer [ channel { channel-number | channel-name } | size buffersize ] *

Optional

By default, system information is output to the trap buffer through channel 3 (known as trapbuffer) and the default buffer size is 256.

Configure the output rules of the system information

info-center source { module-name | default } channel { channel-number | channel-name } [ debug { level severity | state state } * | log { level severity | state state } * | trap { level severity | state state } * ] *

Optional

Refer to Default output rules of system information for the default output rules of the system information.

Configure the format of the time stamp

info-center timestamp { debugging | log | trap } { boot | date | none }

Optional

The time stamp format for log, trap and debugging information is date by default.

 

Setting to Output System Information to the Log Buffer

 

You can configure to output log, trap, and debugging information to the log buffer, but the log buffer receives the log and debugging information only, and discards the trap information.

 

To do…

Use the command…

Remarks

Enter system view

system-view

Enable information center

info-center enable

Optional

Enabled by default.

Name the channel with a specified channel number

info-center channel channel-number name channel-name

Optional

Refer to Table 1-2 for default channel names.

Configure the channel through which system information can be output to the log buffer and specify the buffer size

info-center logbuffer [ channel { channel-number | channel-name } | size buffersize ] *

Optional

By default, system information is output to the log buffer through channel 4 (known as logbuffer) and the default buffer size is 512.

Configure the output rules of the system information

info-center source { module-name | default } channel { channel-number | channel-name } [ debug { level severity | state state } * | log { level severity | state state } * | trap { level severity | state state } * ] *

Optional

Refer to Default output rules of system information for the default output rules of the system information.

Configure the format of the timestamp

info-center timestamp { debugging | log | trap } { boot | date | none }

Optional

The time stamp format for log, trap and debugging information is date by default.

 

Setting to Output System Information to the SNMP Module

 

The SNMP module receives the trap information only, and discards the log and debugging information even if you have configured to output them to the SNMP module.

 

To monitor the device running status, trap information is usually sent to the SNMP network management station (NMS). In this case, you need to configure to send traps to the SNMP module, and then set the trap sending parameters for the SNMP module to further process traps. For details, refer to SNMP Configuration in the System Volume.

Follow these steps to configure to output system information to the SNMP module:

To do…

Use the command…

Remarks

Enter system view

system-view

Enable information center

info-center enable

Optional

Enabled by default

Name the channel with a specified channel number

info-center channel channel-number name channel-name

Optional

Refer to Table 1-2 for default channel names.

Configure the channel through which system information can be output to the SNMP module

info-center snmp channel { channel-number | channel-name }

Optional

By default, system information is output to the SNMP module through channel 5 (known as snmpagent).

Configure the output rules of the system information

info-center source { module-name | default } channel { channel-number | channel-name } [ debug { level severity | state state } * | log { level severity | state state } * | trap { level severity | state state } * ] *

Optional

Refer to Default output rules of system information for the default output rules of the system information.

Configure the format of the timestamp

info-center timestamp { debugging | log | trap } { boot | date | none }

Optional

The time stamp format for log, trap and debugging information is date by default.

 

Setting to Save System Information to a Log File

With the log file feature enabled, the log information generated by system can be saved to a specified directory with a predefined frequency. This allows you to check the operation history at any time to ensure that the device functions properly.

Logs are saved into the logfile buffer before they are saved into a log file. The system writes the logs in the logfile buffer into the log file at a specified frequency, which is usually set to 24 hours. The system saves the logs at a relatively free time, in mornings for example. You can also manually save the logs. After you successfully save the logs in the logfile buffer into the log file, the logs in the logfile buffer will be cleared.

Follow these steps to set to save system information to a log file:

To do…

Use the command…

Remarks

Enter system view

system-view

Enable the log file feature

info-center logfile enable

Optional

Enabled by default

Configure the frequency with which the log file is saved

info-center logfile frequency freq-sec

Optional

The default value is 86,400 seconds.

Configure the maximum storage space reserved for a log file

info-center logfile size-quota size

Optional

The default value is 1 MB.

Configure the directory to save the log file

info-center logfile switch-directory dir-name

Optional

By default, the directory to save the log file is the logfile directory under root directory of the CF card.

Manually save the log buffer content to the log file

logfile save

Optional

Available in any view

By default, the system saves the log file with the frequency defined by the info-center logfile frequency command.

 

l          To ensure that the device works normally, use the info-center logfile size-quota command to set a logfile to be no smaller than 1 MB and no larger than 10 MB.

l          Use the info-center logfile switch-directory command to manually configure the directory to which a log file can be saved. The configuration will be invalid after system reboot or the primary/backup switchover.

 

Configuring Synchronous Information Output

Synchronous information output refers to the feature that if the user’s input is interrupted by system output such as log, trap, or debugging information, then after the completion of system output the system will display a command line prompt (a prompt in command editing mode, or a [Y/N] string in interaction mode) and your input so far.

This command is used in the case that your input is interrupted by a large amount of system output. With this feature enabled, you can continue your operations from where you were stopped.

Follow these steps to enable synchronous information output:

To do…

Use the command…

Remarks

Enter system view

system-view

Enable synchronous information output

info-center synchronous

Required

Disabled by default

 

l          If system information, such as log information, is output before you input any information under the current command line prompt, the system will not display the command line prompt after the system information output.

l          If system information is output when you are inputting some interactive information (non Y/N confirmation information), then after the system information output, the system will not display the command line prompt but your previous input in a new line.

 

Displaying and Maintaining Information Center

To do…

Use the command…

Remarks

Display information about information channels

display channel [ channel-number | channel-name ]

Available in any view

Display the information of each output destination

display info-center

Available in any view

Display the state of the log buffer and the log information recorded

display logbuffer [ reverse ] [ level severity | size buffersize | slot slotnum] * [ | { begin | exclude | include } regular-expression ]

Available in any view

Display a summary of the log buffer

display logbuffer summary [ level severity | slot slotnum ] *

Available in any view

Display the content of the log file buffer

display logfile buffer

Available in any view

Display the configuration of the log file

display logfile summary

Available in any view

Display the state of the trap buffer and the trap information recorded

display trapbuffer [ reverse ] [ size buffersize ]

Available in any view

Reset the log buffer

reset logbuffer

Available in user view

Reset the trap buffer

reset trapbuffer

Available in user view

 

Information Center Configuration Examples

Outputting Log Information to a Unix Log Host

Network requirements

l          Send log information to a Unix log host with an IP address of 1.2.0.1/16;

l          Log information with severity higher than informational will be output to the log host;

l          The source modules are ARP and IP.

Network diagram

Figure 1-1 Network diagram for outputting log information to a Unix log host

 

Configuration procedure

Before the configuration, make sure that there is a route between Device and PC.

1)        Configure the device

# Enable information center.

<Sysname> system-view

[Sysname] info-center enable

# Specify the host with IP address 1.2.0.1/16 as the log host, use channel loghost to output log information (optional, loghost by default), and use local4 as the logging facility.

[Sysname] info-center loghost 1.2.0.1 channel loghost facility local4

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

[Sysname] info-center source default channel loghost 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 (loghost 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 log host.

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

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

2)        Configure the log host

The following configurations were performed on SunOS 4.0 which has similar configurations to the Unix operating systems implemented by other vendors.

Step 1: Log in to the log host as a root user.

Step 2: Create a subdirectory named Device under directory /var/log/, and create file info.log under the Device directory to save logs of Device.

# mkdir /var/log/Device

# touch /var/log/Device/info.log

Step 3: Edit file /etc/syslog.conf and add the following contents.

# Device configuration messages

local4.info    /var/log/Device/info.log

In the above configuration, local4 is the name of the logging facility used by the log host to receive logs. info is the information level. The Unix system will record the log information with severity level equal to or higher than informational to file /var/log/Device/info.log.

 

Be aware of the following issues while editing file /etc/syslog.conf:

l          Comments must be on a separate line and begin with the # sign.

l          No redundant spaces are allowed after the file name.

l          The logging facility name and the information level specified in the /etc/syslog.conf file must be identical to those configured on the device using the info-center loghost and info-center source commands; otherwise the log information may not be output properly to the log host.

 

Step 4: After log file info.log is created and file /etc/syslog.conf is modified, you need to issue the following commands to display the process ID of syslogd, kill the syslogd process and then restart syslogd using the –r option to make the modified configuration take effect.

# ps -ae | grep syslogd

147

# kill -HUP 147

# syslogd -r &

After the above configurations, the system will be able to record log information into the log file.

Outputting Log Information to a Linux Log Host

Network requirements

l          Send log information to a Linux log host with an IP address of 1.2.0.1/16;

l          Log information with severity higher than informational will be output to the log host;

l          All modules can output log information.

Network diagram

Figure 1-2 Network diagram for outputting log information to a Linux log host

 

Configuration procedure

Before the configuration, make sure that there is a route between Device and PC.

1)        Configure the device

# Enable information center.

<Sysname> system-view

[Sysname] info-center enable

# Specify the host with IP address 1.2.0.1/16 as the log host, use channel loghost to output log information (optional, loghost by default), and use local5 as the logging facility.

[Sysname] info-center loghost 1.2.0.1 channel loghost facility local5

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

[Sysname] info-center source default channel loghost 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 (loghost 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 all modules with severity equal to or higher than informational to be output to the log host.

[Sysname] info-center source default channel loghost log level informational state on

2)        Configure the log host

Step 1: Log in to the log host as a root user.

Step 2: Create a subdirectory named Device under directory /var/log/, and create file info.log under the Device directory to save logs of Device.

# mkdir /var/log/Device

# touch /var/log/Device/info.log

Step 3: Edit file /etc/syslog.conf and add the following contents.

# Device configuration messages

local5.info    /var/log/Device/info.log

In the above configuration, local5 is the name of the logging facility used by the log host to receive logs. info is the information level. The Linux system will record the log information with severity level equal to or higher than informational to file /var/log/Device/info.log.

 

Be aware of the following issues while editing file /etc/syslog.conf:

l          Comments must be on a separate line and begin with the # sign.

l          No redundant spaces are allowed after the file name.

l          The logging facility name and the information level specified in the /etc/syslog.conf file must be identical to those configured on the device using the info-center loghost and info-center source commands; otherwise the log information may not be output properly to the log host.

 

Step 4: After log file info.log is created and file /etc/syslog.conf is modified, you need to issue the following commands to display the process ID of syslogd, kill the syslogd process, and restart syslogd using the -r option to make the modified configuration take effect.

# 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 record log information into the log file.

Outputting Log Information to the Console

Network requirements

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

l          The source modules are ARP and IP.

Network diagram

Figure 1-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 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

# Enable the display of log information on a terminal. (Optional, this function is enabled by default.)

<Sysname> terminal monitor

% Current terminal monitor is on

<Sysname> terminal logging

% Current terminal logging is on

After the above configuration takes effect, if the specified module generates log information, the information center automatically sends the log information to the console, which then displays the information.

 

  • Cloud & AI
  • InterConnect
  • Intelligent Computing
  • Security
  • SMB Products
  • Intelligent Terminal Products
  • Product Support Services
  • Technical Service Solutions
All Services
  • Resource Center
  • Policy
  • Online Help
All Support
  • Become a Partner
  • Partner Resources
  • Partner Business Management
All Partners
  • Profile
  • News & Events
  • Online Exhibition Center
  • Contact Us
All About Us
新华三官网