SNR S2940-8G-v2 Switch Configuration Guide
Monitor and Debug
logging loghost sequence-number
no logging loghost sequence-number
Add the loghost sequence-number for the log,
the no command does not include the loghost
sequence-number.
3. Enable/disable the log executed-commands
Command Explanation
Global Mode
logging executed-commands { enable | dis-
able }
Enable or disable the logging executed-
commands.
4. Display the log source
Command Explanation
Admin and Config Mode
show logging source mstp Show the log information source of MSTP mod-
ule.
5. Display executed-commands state
Command Explanation
Admin Mode
show logging executed-commands state Show the state of logging executed-commands.
66.7.3 System Log Configuration Example
Example 1: When managing VLAN the IPv4 address of the switch is 100.100.100.1, and the IPv4
address of the remote log server is 100.100.100.5. It is required to send the log information with a
severity equal to or higher than warnings to this log server and save in the log record equipment
local1.
Configuration procedure:
Switch(config)#interface vlan 1
Switch(Config-if-Vlan1)# ip address 100.100.100.1 255.255.255.0
Switch(Config-if-Vlan1)#exit
Switch(config)#logging 100.100.100.5 facility local1 level warnings
Example 2: When managing VLAN the IPv6 address of the switch is 3ffe:506::1, and the IPv4
address of the remote log server is 3ffe:506::4. It is required to send the log information with a
severity equal to or higher than critical to this log server and save the log in the record equipment
local7.
Configuration procedure:
Switch(config)#interface vlan 1
Switch(Config-if-Vlan1)#ipv6 address 3ffe:506::1/64
Switch(Config-if-Vlan1)#exit
Switch(config)#logging 3ffe:506::4 facility local7 level critical
417