TACACS+
358 IOLAN SDS/SCS/STS/MDC User’s Guide, Version 4.0

Accessing the IOLAN from the Network User Example Settings

The following example shows the parameters that can be set for users who are accessing the IOLAN

from the Ethernet side. These settings should be included in the TACACS+ user configuration file.

# Setting s for telnet/S SH access
service = raccess
{
priv-lvl = x # x = 12-15 (Admin)
# x = 8-11 ( Normal)
# x = 4-7 (R estricted)
# x = 0-3 (M enu)
Perle_Lin e_Access_i=x # i = port n umber
# x = 0 (Dis abled)
# x = 1 (Rea d/Write)
# x = 2 (Rea d Input)
# x = 3 (Rea d Input/Write)
# x = 4 (Rea d Output)
# x = 5 (Rea d Output/Write )
# x = 6 (Rea d Output/Input )
# x = 7 (Rea d Output/Write )
timeout=x # x = sessio n timeout in s econds
idletime= x # x = Idle t imeout in seco nds
Perle_Clu stered_Port_Ac cess=x # x = 0 (Disabled)
# x = 1 (Enabled)
}
Note: Users who are accessing the IOLAN through WebManager or DeviceManager and are being

authenticated by TACACS+ must have the Admin privilege level and the TACACS+ service

level must be set to EXEC.

# Setting s for WebManag er and Device Manager access
service=EXEC
{
priv-lvl = 12 # x = 12-15 (Admin)
Perle_Lin e_Access_i=x # i = port n umber
# x = 0 (Dis abled)
# x = 1 (Rea d/Write)
# x = 2 (Rea d Input)
# x = 3 (Rea d Input/Write)
# x = 4 (Rea d Output)
# x = 5 (Rea d Output/Write )
# x = 6 (Rea d Output/Input )
# x = 7 (Rea d Output/Write )
Perle_Clu stered_Port_Ac cess = 1 # en able clustered port access
}