12-29-2005 11:22 PM - edited 03-10-2019 02:24 PM
Is there any way to secure the logining process of a router using RSA token?
And how to do that.
Thank you!
Regards.
12-31-2005 09:29 PM
You can set the router to authenticate with TACACS or with Radius and then set up the authentication server to use RSA server as the authentication processor (an external authentication to the TACACS or Radius server).
So the configuration of the router is pretty straightforward:
aaa authentication login default group tacacs+ line
aaa authentication enable default group tacacs+ enable
The more unusual part is the configuration of the TACACS server to send authentication requests to RSA.
HTH
Rick
01-04-2006 12:57 AM
Really thanks for you help?
And could you figure me out that there is any static pwd and username with the code generated by token or just the username and code generated by token.
Example:
username:test
pwd:***
token key:1234
or just
username:test
token key:1234
thank you again.
01-04-2006 06:46 AM
If the router is authenticating with RSA token there is only the name and the token key, there is no static password.
If you wanted you could configure on the router a local username and password and then use that as a backup authentication method if the TACACS was not communicating. The configuration for that might look something like this:
user test password test_pass
aaa authentication login default group tacacs+ local
aaa authentication enable default group tacacs+ enable
HTH
Rick
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide