great that worked so the only other thing I do not understand is how to let tom enable on all routers and switches when there are 5 different enable passwords between all the equipment?<br><br><div class="gmail_quote">On Mon, Aug 3, 2009 at 11:46 AM, john heasley <span dir="ltr"><<a href="mailto:heas@shrubbery.net">heas@shrubbery.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Mon, Aug 03, 2009 at 10:55:32AM -0400, Tom Murch:<br>
<div class="im">> Hello<br>
><br>
> so I am trying to get this up and running correctly but I am not sure on a<br>
> few things. What I am trying to accomplish is as follows:<br>
><br>
> user tom would have access to switches 1-5 and routers 1-10. Tom will also<br>
> be able to enable on all these switches and routers. The enable password is<br>
> different on some routers how do I define that?<br>
><br>
> user matt would have access to switches 1-5 and routers 1-10 but only able<br>
> to enable on switches 1-5 and routers 1-4.<br>
<br>
</div>user tom { }<br>
acl = badmatt {<br>
deny 192\.168\.0\.1 # disallow enable on this tacacs client<br>
permit .*<br>
}<br>
user matt { enableacl = badmatt }<br>
<div class="im"><br>
> Any help would be greatly appreciated as I am a tad confused on how to do<br>
> this or if it is even possible.<br>
><br>
> Thanks in advance<br>
><br>
> Tom<br>
</div>> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL: <a href="http://www.shrubbery.net/pipermail/tac_plus/attachments/20090803/0eb0a14d/attachment.html" target="_blank">http://www.shrubbery.net/pipermail/tac_plus/attachments/20090803/0eb0a14d/attachment.html</a><br>
> _______________________________________________<br>
> tac_plus mailing list<br>
> <a href="mailto:tac_plus@shrubbery.net">tac_plus@shrubbery.net</a><br>
> <a href="http://www.shrubbery.net/mailman/listinfo.cgi/tac_plus" target="_blank">http://www.shrubbery.net/mailman/listinfo.cgi/tac_plus</a><br>
</blockquote></div><br>