ページの先頭です。
ここから本文です。
This setting example explains the procedure of Syslog Transfer Setting for ZEQUO series switches.
Applicable models | |
---|---|
Product name | Product number |
ZEQUO 6400 | PN36240E |
ZEQUO 2200 | PN26241 |
ZEQUO 2210 | PN26161 |
This procedure describes how to configure settings to transfer system logs of ZEQUO series switches to other hosts.
This setting enables to transfer system logs of ZEQUO series switches to terminals such as syslog servers.
Connect PC and the Ethernet switch with a console cable, and display a setting screen on a terminal emulator such as ZEQUOASSIST.
(Refer to Setting Example “Ethernet switch Connection Procedure to a Console Port” for the procedure to display the setting screen on the console port
On the login screen, enter UserName and PassWord (both set as manager by default), and login to the setting screen. (Refer to Figure 1)
Set the IP address for ZEQUO 6400.
The IP interface of VLAN1 is set to System (default).
After Z6400:admin#, enter command as shown in the following.
Z6400:admin#config ipif System ipaddress 192.168.1.254/24 vlan default
If the command is entered correctly, the following message will appear.
Command: config ipif System ipaddress 192.168.1.254/24 vlan default
Success.
Set the syslog server onto ZEQUO 6400.
Select the level 6 information (Informational) for the severity level and select local0 for the facility.
Z6400:admin#create syslog host 1 ipaddress 192.168.1.1 severity informational facility local0 state enable
Command: create syslog host 1 ipaddress 192.168.1.1 severity informational facility local0 state enable
Success.
* Contents to be output to the syslog sever are different depending on the severity setting.
emergency : Only the emergency-level events contents of the system log
alert : Contents of includes emergency and alert
critical : Contentsincludes from emergency to from emergency to alert and contents of critical
error : Contentsincludes from emergency to critical and contents of error
warning : ContentsIncludes from emergency to error and contents of warning
notice : ContentsIncludes from emergency to warning and contents of notice
informational : ContentIncludes from emergency to notice and contents of informational
debug : ContentsIncludes from emergency to informational and contents of debug
* When Severity and Facility are not specified, the following settings are applied.
severity: emergency
facility: local0
Enable the function of ZEQUO 6400 to transfer the log to the syslog server.
Z6400:admin#enable syslog
Command: enable syslog
Success.
When all the settings are complete, save the settings.
Z6400:admin#save
Command: save
Saving all configurations to NV-RAM.......... Done.
Confirm that the log of the console login and the log after completion of saving the setting are transmitted to the syslog server.
ここからサブメニューです。