Perle Systems 5500161-40 ユーザーズマニュアル

ページ / 424
TACACS+
356 
IOLAN SDS/SCS/STS/MDC User’s Guide, Version 4.0
Accessing the IOLAN Through a Serial Port User Example Settings
The following example shows the parameters that can be set for users who are accessing the IOLAN 
from the serial side. These settings should be included in the TACACS+ user configuration file. 
Service = EXEC
{
priv-lvl = x            # x = 12-15 (Admin)
                        # x = 8-11  (Normal)
                        # x = 4-7   (Restricted)
                        # x = 0-3   (Menu)
timeout=x                        # x = session timeout in seconds
idletime=x                       # x = Idle timeout in seconds
Perle_User_Service = x           # x = 0 Telnet
                                 # x = 1 Rlogin
                                 # x = 2 TCP_Clear
                                 # x = 3 SLIP
                                 # x = 4 PPP
                                 # x = 5 SSH
                                 # x = 6 SSL_RAW
                                 # If not specified, command prompt
}
#  Depending on what Perle_User_Service is set to
service = telnet
{
addr = x.x.x.x       # ipv4 or ipv6 addr
port = x             # tcp_port #
}
service = rlogin
{
addr = x.x.x.x        # ipv4 or ipv6 addr
}
service = tcp_clear
{
addr = x.x.x.x       # ipv4 or ipv6 addr
port = x             # tcp_port #
}
service = slip
{
routing=x         # x = true (Send and Listen)
                  # x = false (None)
addr = x.x.x.x    # ipv4 addr
}