[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring Authentication

Once TACACS+ support is enabled on the router, you can configure TACACS+ authentication. Perform the following steps:

  1. Specify AAA new model as the authentication method for the vty lines on your router.
    host1(config)#aaa new-model
  2. Specify AAA authentication by defining an authorization methods list.
    host1(config)#aaa authentication login tac tacacs+ radius enable
  3. Specify the privilege level by defining a methods list that uses TACACS+ for authentication.
    host1(config)#aaa authentication enable default tacacs+ radius enable
  4. Configure vty lines.
    host1(config)#line vty 0 4
  5. Apply an authentication list to the vty lines you specified on your router.
    host1(config-line)#login authentication tac

[Contents] [Prev] [Next] [Index] [Report an Error]