
340 Chapter 8 • Securing your Remote Access Network
To apply an authentication login list to a line or set of lines, use:
router(config)#line [aux | console | tty | vty ] line number [end-line-
number]
router(config-line)#login authentication {default | list-name}
The following configuration is an example of how a router may be con-
figured to use AAA login authentication. The authentication list is first
defined, then applied to the appropriate interfaces.
router(config)#aaa new-model
router(config)#aaa authentication login default tacacs+ radius
router(config)#aaa authentication login customers tacacs+ radius local
none
router(config)#line 0
router(config-line)#login ...