address

Configures the IP address of the Remote syslog server.

Syntax

address [ A.B.C.D | A:B::C:D ]

Parameters

A.B.C.D
Specifies the IPv4 address.
A:B::C:D
Specifies the IPv6 address.

Modes

Host configuration mode

Usage Guidelines

Only valid unicast IP addresses are supported, multicast IP addresses are not supported.

Examples

The following example shows how to configure the IP address of the Remote syslog server.

device(config-logging-host-H1)# address 1.1.1.1 
Warning: Existing Host configuration changed
device(config-logging-host-h1)# address 0.0.0.0 
Error(-1): Invalid parameter! 

device(config-logging-host-h1)# address 230.1.1.1 
Error(-1): Invalid parameter! 

device(config-logging-host-h1)# address abc 
% Unknown command. 

device(config-logging-host-h1)# address 192.168 
Error(-1): Invalid parameter! 

device(config-logging-host-h1)# address 1.1.1.1 
Host already configured!