Allied Telesis AT-DC2552XS User Manual

Page 161

Advertising
background image

AT-DC2552SX Switch Command Line Interface User’s Guide

Section I: Switch Management

161

LOG

Syntax

log buffered|permanent|console|host

ipv4_address

Parameters

buffered

Logs event messages in the buffered log that is stored in RAM on
the switch. This is the default setting.

permanent

Logs event messages in the permanent log which are stored in
Flash memory on the switch. This is the default setting.

console

Sends event messages to the Console port. This is the default
setting.

host

Sends event messages to a syslog server that you specify by its
IPv4 address.

ipv4_address

Specifies the IPv4 address of the syslog server.

Mode

Global Configuration mode

Description

Use this command to specify the location where log or event messages
are sent.

Confirmation Command

“SHOW LOG CONFIG” on page 172

Example

This example activates the switch to send event messages to the syslog
server with the IPv4 address of 192.168.10.2:

awplus> enable
awplus# configure terminal
awplus(config)# log host 192.168.10.2

Advertising