3 system log configuration example – PLANET WGSW-50040 User Manual

Page 258

Advertising
background image

35-29

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.

35.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

Advertising