Service manual

Cyclades-TS
114
Appendix C - Sample pslave.conf files-The complete pslave.conf file
Installation & Service Manual
# can be configured using a combination of group names and user names.
#
#conf.group mkt: paul, sam
#
#conf.group adm: joe, mark
#
#s1.users mkt, joe
#
#s2.users adm, sam
#
# 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
#
# Media type - define media type and operation mode (half/full) duplex.
#
# valid values:
# rs232 - RS232 (default value).
# rs485_half - RS485 half duplex without terminator
# rs485_full - RS485 full duplex without terminator
# rs485_half_terminator - RS485 half duplex with terminator
# rs485_full_terminator - RS485 full duplex with terminator
# rs422 - alike rs485_full
# rs422_terminator - alike rs485_full_terminator
#all.media rs232
#
# 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.
#