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 configurat ion file.

Service = EX EC
{
priv-lvl = x # x = 12-15 (Ad min)
# x = 8-11 (No rmal)
# x = 4-7 (Re stricted)
# x = 0-3 (Me nu)
timeout=x # x = session timeou t in seconds
idletime=x # x = Idle timeout i n seconds
Perle_User_S ervice = 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 n ot specified, command promp t
}
# Depending on what Perle _User_Service is set to
service = te lnet
{
addr = x.x.x.x # ipv4 or ipv6 addr
port = x # tcp _port #
}
service = rl ogin
{
addr = x.x.x .x # ip v4 or ipv6 ad dr
}
service = tc p_clear
{
addr = x.x.x.x # ipv4 or ipv6 addr
port = x # tcp _port #
}
service = sl ip
{
routing=x # x = tr ue (Send and Listen)
# x = fa lse (None)
addr = x.x.x.x # ipv4 addr
}