<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Authenticating to Cisco IOS via Active Directory</title>
	<atom:link href="http://blog.scottlowe.org/2007/07/02/authenticating-to-cisco-ios-via-active-directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.scottlowe.org/2007/07/02/authenticating-to-cisco-ios-via-active-directory/</link>
	<description>The weblog of an IT pro specializing in virtualization, storage, and servers</description>
	<pubDate>Fri, 12 Mar 2010 03:22:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eric</title>
		<link>http://blog.scottlowe.org/2007/07/02/authenticating-to-cisco-ios-via-active-directory/comment-page-1/#comment-47189</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 30 Dec 2009 15:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/2007/07/02/authenticating-to-cisco-ios-via-active-directory/#comment-47189</guid>
		<description>If you are using the Enterprise or Data Center versions of IAS, you can use network masks when setting up the Client configs.  Way better than adding thousands of individual entries!  

More info here:  http://www.pskl.us/wp/?p=312</description>
		<content:encoded><![CDATA[<p>If you are using the Enterprise or Data Center versions of IAS, you can use network masks when setting up the Client configs.  Way better than adding thousands of individual entries!  </p>
<p>More info here:  <a href="http://www.pskl.us/wp/?p=312" rel="nofollow">http://www.pskl.us/wp/?p=312</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: skribbla</title>
		<link>http://blog.scottlowe.org/2007/07/02/authenticating-to-cisco-ios-via-active-directory/comment-page-1/#comment-46277</link>
		<dc:creator>skribbla</dc:creator>
		<pubDate>Wed, 21 Oct 2009 10:18:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/2007/07/02/authenticating-to-cisco-ios-via-active-directory/#comment-46277</guid>
		<description>umm arent u supposed to then apply the authentication list to a line (console/tty/vty). like go into line config mode and apply the auth list to a line or set of lnes?? because it seems we created the auth method but ddnt apply it anywhere...... or i could be wrong :-)</description>
		<content:encoded><![CDATA[<p>umm arent u supposed to then apply the authentication list to a line (console/tty/vty). like go into line config mode and apply the auth list to a line or set of lnes?? because it seems we created the auth method but ddnt apply it anywhere&#8230;&#8230; or i could be wrong <img src='http://blog.scottlowe.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russell</title>
		<link>http://blog.scottlowe.org/2007/07/02/authenticating-to-cisco-ios-via-active-directory/comment-page-1/#comment-40076</link>
		<dc:creator>Russell</dc:creator>
		<pubDate>Wed, 16 Jul 2008 20:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/2007/07/02/authenticating-to-cisco-ios-via-active-directory/#comment-40076</guid>
		<description>Thanks Scott and Keith,

With the help you guys gave here I was able to get all of our equipment using AD for primary authentication.

This really helped when an employee found out he was being fired and tried to kill all the Cisco devices.  We had lowered his privilege via AD while he was in with HR and saved ourselves who know how much.  I couldn't have ever connected to all the switches and routers fast enough to guarantee their security without this little gem.

THANKS A TON!!

--Russell</description>
		<content:encoded><![CDATA[<p>Thanks Scott and Keith,</p>
<p>With the help you guys gave here I was able to get all of our equipment using AD for primary authentication.</p>
<p>This really helped when an employee found out he was being fired and tried to kill all the Cisco devices.  We had lowered his privilege via AD while he was in with HR and saved ourselves who know how much.  I couldn&#8217;t have ever connected to all the switches and routers fast enough to guarantee their security without this little gem.</p>
<p>THANKS A TON!!</p>
<p>&#8211;Russell</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith</title>
		<link>http://blog.scottlowe.org/2007/07/02/authenticating-to-cisco-ios-via-active-directory/comment-page-1/#comment-37788</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Tue, 13 May 2008 01:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/2007/07/02/authenticating-to-cisco-ios-via-active-directory/#comment-37788</guid>
		<description>Yes it is possible to authenticate directly to a privileged level via IAS (or NAP if using Windows 2k8).

In your IAS/NAP Network Policy you need to add the vendor specific RADIUS attribute Cisco-AV-Pair. The syntax should be "shell:priv-lvl=15". You can also change 15 to any other level from 1 - 15.

Second you need to add the following command to the swithch/router.

aaa authorization exec default group radius local</description>
		<content:encoded><![CDATA[<p>Yes it is possible to authenticate directly to a privileged level via IAS (or NAP if using Windows 2k8).</p>
<p>In your IAS/NAP Network Policy you need to add the vendor specific RADIUS attribute Cisco-AV-Pair. The syntax should be &#8220;shell:priv-lvl=15&#8243;. You can also change 15 to any other level from 1 - 15.</p>
<p>Second you need to add the following command to the swithch/router.</p>
<p>aaa authorization exec default group radius local</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slowe</title>
		<link>http://blog.scottlowe.org/2007/07/02/authenticating-to-cisco-ios-via-active-directory/comment-page-1/#comment-33992</link>
		<dc:creator>slowe</dc:creator>
		<pubDate>Fri, 02 Nov 2007 00:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/2007/07/02/authenticating-to-cisco-ios-via-active-directory/#comment-33992</guid>
		<description>Will,

It probably can be done, but I don't know how.  Sorry!</description>
		<content:encoded><![CDATA[<p>Will,</p>
<p>It probably can be done, but I don&#8217;t know how.  Sorry!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: will</title>
		<link>http://blog.scottlowe.org/2007/07/02/authenticating-to-cisco-ios-via-active-directory/comment-page-1/#comment-33946</link>
		<dc:creator>will</dc:creator>
		<pubDate>Tue, 30 Oct 2007 14:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/2007/07/02/authenticating-to-cisco-ios-via-active-directory/#comment-33946</guid>
		<description>Scott,

I was readin about your authorizing to a switch using a RADIUS server. my question is this: is there a way to authenticate to the switch directly to exec privilege using the radius server without being challenged by the switch for a local password?

thanks,
Will</description>
		<content:encoded><![CDATA[<p>Scott,</p>
<p>I was readin about your authorizing to a switch using a RADIUS server. my question is this: is there a way to authenticate to the switch directly to exec privilege using the radius server without being challenged by the switch for a local password?</p>
<p>thanks,<br />
Will</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slowe</title>
		<link>http://blog.scottlowe.org/2007/07/02/authenticating-to-cisco-ios-via-active-directory/comment-page-1/#comment-32619</link>
		<dc:creator>slowe</dc:creator>
		<pubDate>Wed, 04 Jul 2007 11:15:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/2007/07/02/authenticating-to-cisco-ios-via-active-directory/#comment-32619</guid>
		<description>Good question!  This approach provides only plain jane authentication--no command tracking or auditing.</description>
		<content:encoded><![CDATA[<p>Good question!  This approach provides only plain jane authentication&#8211;no command tracking or auditing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://blog.scottlowe.org/2007/07/02/authenticating-to-cisco-ios-via-active-directory/comment-page-1/#comment-32616</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Wed, 04 Jul 2007 03:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/2007/07/02/authenticating-to-cisco-ios-via-active-directory/#comment-32616</guid>
		<description>Would this method also give the command tracking and auditing that TACACS would give you?  Or just plain Jane authentication.</description>
		<content:encoded><![CDATA[<p>Would this method also give the command tracking and auditing that TACACS would give you?  Or just plain Jane authentication.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
