|
Enable Authorization Proxy (auth-proxy) for AAA
Sep 17,2009 00:00
by
alperen
Enable Authorization Proxy (auth-proxy) for AAATo configure AAA authorization to all proxy authentications, use the global configuration mode command aaa authorization to enable authorization and to create a method list, defining authorization methods that can be used when a user accesses the specified function. In Chapter 3, you learned a method list is simply a list describing the authorization methods to be queried (such as RADIUS or TACACS+), in sequence. Method lists enable one or more security protocols to be used for authorization, thus ensuring a backup system if the initial method fails. Use the auth-proxy option of the global configuration command aaa authorization to set parameters for proxy authentications. Use the no form of this command to disable AAA authentication proxy. The general syntax of the command is
The AAA authorization types include the following:
The authorization proxy feature uses the auth-proxy keyword. Unlike other AAA authorization options, this one requires the keyword default, not allowing the creation of a named list. Also, this feature only allows three method options: group tacacas+, group radius, and group group-name. The actual syntax and choices include
The proxy authentication feature only allows three method options: group tacacs+, group radius, and group group-name.
The following example uses TACACS+ servers for both login authentication and proxy authorization. Rtr1(config)#aaa new-model The following example uses RADIUS servers for both login authentication and proxy authorization. Rtr1(config)#aaa new-model The following example uses the three TACACS+ servers used earlier and selects only two of them to be included in the server group. Rtr1(config)#aaa new-model |