Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > secure acs: tacacs+ and radius together

Reply
Thread Tools

secure acs: tacacs+ and radius together

 
 
psychogenic
Guest
Posts: n/a
 
      04-25-2006
Has anyone succesfully implemented secure acs using both radius and
tacacs+ without the need to have two differernt servers? I'm planning
to rollout dot1x (which requires authentication to be done via radius)
but I also want command authorization from tacacs+ which I can't seem
to emulate with radius.

Thanks.

 
Reply With Quote
 
 
 
 
Mark Williams
Guest
Posts: n/a
 
      04-25-2006
It may not be exactly what you are looking for, but you can do
privilege level authorization with RADIUS.

aaa new-model
aaa authentication login myradius group radius local
aaa authorization exec my-authradius group radius if-authenticated
radius-server host w.x.y.z auth-port 1645 acct-port 1646 non-standard

line vty 0 4
password 7 23459287234
authorization exec my-authradius
login authentication myradius

In your radius config, define return list attributes that sets a user's
privilege level:

Service-Type: NAS-Prompt
Cisco-AVPAIR: shellriv-lvl=15

If a user logs in via telnet, they will automatically be put into
privilege level 15 (enable mode). You can set the priv level for
individual users or groups of users. Then you can tune the privilege
level required for certain commands using the privilege command.

 
Reply With Quote
 
 
 
 
psychogenic
Guest
Posts: n/a
 
      04-25-2006
Hi Mark,

Thanks. Yes, I saw that with radius. However, I didn't know you can
fine tune it. Is this done on the local switch itself?

Mark Williams wrote:
> It may not be exactly what you are looking for, but you can do
> privilege level authorization with RADIUS.
>
> aaa new-model
> aaa authentication login myradius group radius local
> aaa authorization exec my-authradius group radius if-authenticated
> radius-server host w.x.y.z auth-port 1645 acct-port 1646 non-standard
>
> line vty 0 4
> password 7 23459287234
> authorization exec my-authradius
> login authentication myradius
>
> In your radius config, define return list attributes that sets a user's
> privilege level:
>
> Service-Type: NAS-Prompt
> Cisco-AVPAIR: shellriv-lvl=15
>
> If a user logs in via telnet, they will automatically be put into
> privilege level 15 (enable mode). You can set the priv level for
> individual users or groups of users. Then you can tune the privilege
> level required for certain commands using the privilege command.


 
Reply With Quote
 
Mark Williams
Guest
Posts: n/a
 
      04-26-2006
Yes. You can fine-tune what priveledge level is required for which
commands on a per-switch basis using the privilege command in global
config mode. For example, if you wanted to require privilege level 7
for the command who, use the following

privilege exec level 7 who

 
Reply With Quote
 
psychogenic
Guest
Posts: n/a
 
      04-27-2006

Mark Williams wrote:
> Yes. You can fine-tune what priveledge level is required for which
> commands on a per-switch basis using the privilege command in global
> config mode. For example, if you wanted to require privilege level 7
> for the command who, use the following
>
> privilege exec level 7 who


Rats. That would suck though if I had to do this for 50 switches?

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Secure your digital information assets with Secure Auditor. SecureWindows with Secure Auditor alannis.albert@googlemail.com Cisco 0 04-14-2008 06:53 AM
Secure your digital information assets with Secure Auditor SecureWindows with Secure Auditor alannis.albert@googlemail.com Cisco 0 04-14-2008 06:52 AM
Secure your digital information assets with Secure Auditor and alsoSecure Windows with Secure Auditor alannis.albert@googlemail.com Wireless Networking 0 04-14-2008 06:37 AM
FYI: Customer Webchat:" Using Microsoft's RADIUS server to secure your Network" on Jan 29 @ 1 PM (PST) kapil [MSFT] Wireless Networking 0 01-17-2007 11:55 PM
Cisco radius attributes with Funk Steel-Belted Radius Server David Cisco 0 11-06-2003 09:54 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57