<?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: CCNP BCMSN(642-812) Lab &#8211; AAA dot1x(New)</title>
	<atom:link href="http://www.ciscobible.net/archives/481/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ciscobible.net/archives/481</link>
	<description>Free Cisco Training &#38; Resources – Certification Exam Preparation</description>
	<lastBuildDate>Sun, 14 Mar 2010 23:10:14 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Raiy Wong</title>
		<link>http://www.ciscobible.net/archives/481/comment-page-1#comment-1787</link>
		<dc:creator>Raiy Wong</dc:creator>
		<pubDate>Fri, 16 Oct 2009 08:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.ciscobible.net/archives/481#comment-1787</guid>
		<description>Sorry, i donot have the new version.</description>
		<content:encoded><![CDATA[<p>Sorry, i donot have the new version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deco</title>
		<link>http://www.ciscobible.net/archives/481/comment-page-1#comment-1786</link>
		<dc:creator>deco</dc:creator>
		<pubDate>Fri, 16 Oct 2009 03:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ciscobible.net/archives/481#comment-1786</guid>
		<description>Raiy,

Do you have a new version?? know where I find?

I have the version 3.10.....will be trust??</description>
		<content:encoded><![CDATA[<p>Raiy,</p>
<p>Do you have a new version?? know where I find?</p>
<p>I have the version 3.10&#8230;..will be trust??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raiy Wong</title>
		<link>http://www.ciscobible.net/archives/481/comment-page-1#comment-1785</link>
		<dc:creator>Raiy Wong</dc:creator>
		<pubDate>Fri, 16 Oct 2009 02:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ciscobible.net/archives/481#comment-1785</guid>
		<description>Pass4sure has released the new version 642-812, you can have a look.</description>
		<content:encoded><![CDATA[<p>Pass4sure has released the new version 642-812, you can have a look.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deco</title>
		<link>http://www.ciscobible.net/archives/481/comment-page-1#comment-1783</link>
		<dc:creator>deco</dc:creator>
		<pubDate>Thu, 15 Oct 2009 03:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ciscobible.net/archives/481#comment-1783</guid>
		<description>Hi,

Please, whats a lastest version Pass4Sure of bcmsn 642-812 ?? only bcmsn, no composite!!

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Please, whats a lastest version Pass4Sure of bcmsn 642-812 ?? only bcmsn, no composite!!</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LTcisco</title>
		<link>http://www.ciscobible.net/archives/481/comment-page-1#comment-1763</link>
		<dc:creator>LTcisco</dc:creator>
		<pubDate>Sun, 27 Sep 2009 12:30:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ciscobible.net/archives/481#comment-1763</guid>
		<description>i just checked in the student guide and configured in the lab and it works fine with the following configuration:

vlan access-map CB 10
 action forward
 match ip address 1
access-list 1 permit 172.120.40.0 0.0.0.255
vlan filter CB vlan-list 20

i believe this is the right configuration although others might work too</description>
		<content:encoded><![CDATA[<p>i just checked in the student guide and configured in the lab and it works fine with the following configuration:</p>
<p>vlan access-map CB 10<br />
 action forward<br />
 match ip address 1<br />
access-list 1 permit 172.120.40.0 0.0.0.255<br />
vlan filter CB vlan-list 20</p>
<p>i believe this is the right configuration although others might work too</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anuloma_viloma</title>
		<link>http://www.ciscobible.net/archives/481/comment-page-1#comment-1758</link>
		<dc:creator>anuloma_viloma</dc:creator>
		<pubDate>Tue, 22 Sep 2009 19:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.ciscobible.net/archives/481#comment-1758</guid>
		<description>Hi,

I still don&#039;t understand these lines :

ASW1(config)#aaa new-model
ASW1(config)#radius-server host 172.120.39.46 key rad123
ASW1(config)#aaa authentication dot1x default group radius
ASW1(config)#dot1x system-auth-control
ASW1(config)#inter fastEthernet 0/1
ASW1(config-if)#swithcport mode access
ASW1(config-if)#dot1x port-control auto
ASW1(config-if)#exit
ASW1#copy run start

Where could I find explanations ?
Thanks in advance,
Anuloma</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I still don&#8217;t understand these lines :</p>
<p>ASW1(config)#aaa new-model<br />
ASW1(config)#radius-server host 172.120.39.46 key rad123<br />
ASW1(config)#aaa authentication dot1x default group radius<br />
ASW1(config)#dot1x system-auth-control<br />
ASW1(config)#inter fastEthernet 0/1<br />
ASW1(config-if)#swithcport mode access<br />
ASW1(config-if)#dot1x port-control auto<br />
ASW1(config-if)#exit<br />
ASW1#copy run start</p>
<p>Where could I find explanations ?<br />
Thanks in advance,<br />
Anuloma</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boy_Racer</title>
		<link>http://www.ciscobible.net/archives/481/comment-page-1#comment-1746</link>
		<dc:creator>Boy_Racer</dc:creator>
		<pubDate>Sun, 20 Sep 2009 11:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.ciscobible.net/archives/481#comment-1746</guid>
		<description>...although I am assuming these devices are already in VLAN20 as per the question... &quot;Devices on VLAN 20 are restricted to in the address range of 172.120.40.0/24&quot;</description>
		<content:encoded><![CDATA[<p>&#8230;although I am assuming these devices are already in VLAN20 as per the question&#8230; &#8220;Devices on VLAN 20 are restricted to in the address range of 172.120.40.0/24&#8243;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boy_Racer</title>
		<link>http://www.ciscobible.net/archives/481/comment-page-1#comment-1745</link>
		<dc:creator>Boy_Racer</dc:creator>
		<pubDate>Sun, 20 Sep 2009 11:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.ciscobible.net/archives/481#comment-1745</guid>
		<description>Once the user has authenticated successfully, they will be placed into VLAN20 so the &#039;switch access vlan 20&#039; command is not required.</description>
		<content:encoded><![CDATA[<p>Once the user has authenticated successfully, they will be placed into VLAN20 so the &#8217;switch access vlan 20&#8242; command is not required.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
