Header
Home | Set as homepage | Add to favorites
  Search the Site     » Advanced Search
Sections
Syndication


Blogroll:

||||| ALL Cisco-Network ARTICLES |||||  
CCIE Journey,
The CCIE Journey,


Implementing Authorization Method Lists

Jul 14,2009 by alperen

image


To configure AAA authorization using named method lists, perform the following tasks beginning in Global Configuration mode:

Task

Command

Create an authorization method list for an authorization type and enable authorization.

aaa authorization {authorization-type} list-name [method1 [method2...] ]

Enter Line Configuration mode on which you want to apply the authorization method list. or Enter the Interface Configuration mode for the interfaces to which you want to apply the authorization method list.

line [aux | console | tty | vty] line-number [ending-line-number] or interface interface-type interface-number

Apply the authorization list to the line(s). or Apply the authorization list to the interface.

authorization {authorization-type} list-name or ppp authorization list-name

The following example defines the network authorization method list named XYZ-auth, which specifies TACACS+ authorization will be used on serial lines using PPP. If the TACACS+ server fails to respond, the local network authorization will be performed.

Rtr1(config)#aaa new-model 
Rtr1(config)#tacacs-server host 192.168.1.4
Rtr1(config)#tacacs-server key seattle19
Rtr1(config)#aaa authentication login XYZ-access group tacacs+ enable none
Rtr1(config)#aaa authentication ppp PPP-access group tacacs+ none
Rtr1(config)#aaa authorization network xyz-auth group tacacs+ local
Rtr1(config)#interface serial 0/1
Rtr1(config-if)#encapsulation ppp
Rtr1(config-if)#ppp authentication ppp-access
Rtr1(config-if)#ppp authorization xyz-auth

cp3 aaa Accounting

463 times read

Related news

» Implementing Accounting Method Lists
by alperen posted on Jul 16,2009
» Enable Authorization Proxy (auth-proxy) for AAA
by alperen posted on Sep 17,2009
» Restricting Command Access
by admin posted on Jul 21,2008
» Authentication and Authorization
by alperen posted on Jul 08,2009
» Authorization
by alperen posted on Jul 14,2009
Did you enjoy this article?
Rating: 5.00Rating: 5.00Rating: 5.00Rating: 5.00Rating: 5.00 (total 72 votes)

comment Comments (0 posted) 

More Top News
CCSP-Cisco Certified Security Professional
Most Popular
Most Commented
Featured Author