Installation manual

Cyclades-TS
72
Appendix C - Sample pslave.conf files-The complete pslave.conf file
Installation Manual
# Speed. All ports are set to 9600 baud rate, 8 bits, No parity, 1 stop bit.
# These values can be changed port by port later in the file.
#
all.speed 9600
all.datasize 8
all.stopbits 1
all.parity none
#
# Syslog server message level. An integer between 0 and 7. Zero: does not send
# syslog messages to the syslog server.
#
all.syslog_level 4
#
# Syslog Console message level. An integer between 0 and 7. Zero: does not
send
# syslog messages to the console.
#
all.console_level 4
#
# Authentication type - either "local", "radius", "none", "remote"
# "local/radius", "radius/local", or "RadiusDownLocal".
#
# If the authentication type is configured as "local/radius" the portslave
# first tries to authenticate locally. If it fails, portslave will try to
# authenticate using the radius server.
#
# If the authentication type is configured as "RadiusDownLocal" the portslave
# first tries to authenticate using the radius server. If the Radius server
# sends back a rejection, authentication will fail. Local authentication
# will be tried only if the Radius server is down (timeout).
#
all.authtype radius
#
# Authentication host and accounting host. Two of each can be configured
# per port. The first is tried 'radretries' times before the
# second is tried. If 'radretries' is not configured, 5 is used by default.
# The parameter 'radtimeout' sets the timeout per query in seconds.
#
all.authhost1 192.168.160.3