cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
837
Views
0
Helpful
3
Replies

ACS Terminal-Server

t.akin
Level 1
Level 1

Hi,

can someone tell me, if it is possible to authenticate terminal-server lines with tacacs on a ACS-Server?

Thx

3 Replies 3

tepatel
Cisco Employee
Cisco Employee

YES..you can configure that. Here is the sample config for terminal server config.

http://www.cisco.com/warp/public/793/access_dial/comm_server.html

You need to configure the terminal server for login access authenticated by ACS (tacacs). For that add following commands

aaa new-model

aaa authentication login default group tacacs local

tacacs-server host x.x.x.x

tacacs-server timeout 10

tacacs-server key xxxxx

Pl. visit following url for more

http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fsecur_c/fsaaa/scfathen.htm#1000979

Hi Tejal,

thanks for your answer. This is not what I exactly want. Here some more details, we have connected Sun-Stations to the Terminal-Server and at the moment there are different accounts configured on the Terminal-Server. Thats not the best solution. What we want is, to configure each account for the lines (SUN) on the ACS.

Is this possible?

So basically you want the users to be authenticated to ACS before they get access to SUN (lines) via Terminal server right?

If YES, then the config that i have pointed is the right one for terminal server. Now you need to configure the ACS for users too. You need to configure those accounts (username and password) in ACS.