Specifications

Table Of Contents
Fabric OS Commands
838 Fabric OS Version 3.1.x/4.1.x Reference Guide
Remove the IP address of a syslog daemon.
Synopsis: V3.1.x
syslogdIpRemove “IPaddress”
Synopsis: V4.1.x
syslogdIpRemove “ip_address”
Availability
Admin
Release
V3.1.x and V4.1.x
Description
Use this command to remove the IP address of a syslog daemon, that is, the IP
address of the server which is running the syslogd process.
Operands
This command has the following operand:
Example
To remove the address 11.22.33.44 from the list of machines to which system
messages are sent (V4.1.x example):
syslogdIpRemove
IPaddress
(V3.1.x only)
Specify the IP address, enclosed in quotation marks, of the
server running syslogd. This operand is required.
ip_address
(V4.1.x only)
Specify the IP address of the server running syslogd. This
operand is required.
switch:admin> syslogdIpRemove 11.22.33.44
Committing configuration...done.