<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>TechEd NAP and SCCM Session Question</title><link>http://blogs.technet.com/mkleef/archive/2007/08/10/teched-nap-and-sccm-session-question.aspx</link><description>I had a good question from Jan yesterday after my TechEd session. She posted a comment to my article on SCCM and NAP first thoughts and wanted to know about how you use the Wake On LAN capability when the workstation is powered off (obviously) though</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: TechEd NAP and SCCM Session Question</title><link>http://blogs.technet.com/mkleef/archive/2007/08/10/teched-nap-and-sccm-session-question.aspx#1744426</link><pubDate>Mon, 13 Aug 2007 08:05:22 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1744426</guid><dc:creator>Anthony - YourASP</dc:creator><description>&lt;p&gt;Hey Michael, what software where you using to manage your VM's?&lt;/p&gt;
&lt;p&gt;It looked pretty handy.&lt;/p&gt;</description></item><item><title>re: TechEd NAP and SCCM Session Question</title><link>http://blogs.technet.com/mkleef/archive/2007/08/10/teched-nap-and-sccm-session-question.aspx#1744577</link><pubDate>Mon, 13 Aug 2007 08:49:48 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1744577</guid><dc:creator>mkleef</dc:creator><description>&lt;p&gt;I was actually using Windows Server Virtualisation (hypervisor) which has its own MMC console. If youre using Virtual Server R2 theres now a decent management tool called VMRCPlus that enhances the management experience of Virtual Server. You can search for that on the download center of Microsoft.com/downloads&lt;/p&gt;
</description></item><item><title>re: TechEd NAP and SCCM Session Question</title><link>http://blogs.technet.com/mkleef/archive/2007/08/10/teched-nap-and-sccm-session-question.aspx#1744607</link><pubDate>Mon, 13 Aug 2007 08:59:43 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1744607</guid><dc:creator>Anthony - YourASP</dc:creator><description>&lt;p&gt;Thanks. I am using VMRCPlus at the moment..it's impressive in it's own right.&lt;/p&gt;
&lt;p&gt;I'll be patient and wait for WSV to come out in some form. :)&lt;/p&gt;</description></item><item><title>re: TechEd NAP and SCCM Session Question</title><link>http://blogs.technet.com/mkleef/archive/2007/08/10/teched-nap-and-sccm-session-question.aspx#1767331</link><pubDate>Fri, 17 Aug 2007 02:58:07 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1767331</guid><dc:creator>Rob</dc:creator><description>&lt;p&gt;Hi Michael, I work with Jan so I thought I might add a bit of detail to the question. The advice from Cisco really just covers whats in the standard in Appendix B1 at &lt;a rel="nofollow" target="_new" href="http://standards.ieee.org/getieee802/download/802.1X-2004.pdf"&gt;http://standards.ieee.org/getieee802/download/802.1X-2004.pdf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The real problem occurs when you configure the cisco switches to use auth fail vlans, and guest vlans. These are designed to place computers which fail authentication into an administrator designated vlan. The interface command s would be something like this.&lt;/p&gt;
&lt;p&gt; switchport access vlan 900&lt;/p&gt;
&lt;p&gt; switchport mode access&lt;/p&gt;
&lt;p&gt; dot1x pae authenticator&lt;/p&gt;
&lt;p&gt; dot1x port-control auto&lt;/p&gt;
&lt;p&gt; dot1x control-direction in&lt;/p&gt;
&lt;p&gt; dot1x guest-vlan 999&lt;/p&gt;
&lt;p&gt; dot1x auth-fail vlan 999&lt;/p&gt;
&lt;p&gt;Now when a port has this type of config and the computer is turned off there is a very brief link state transition which causes the port to become unauthenticated. The switch will attempt to start authentication a number of times before timing out and placing the port into the guest vlan.&lt;/p&gt;
&lt;p&gt;Now the crux of the problem is this. The SMS records for the computer have an IP address from the authenticated access vlan (900 in the example). &amp;nbsp;The wake on lan packet will never be received by the computer because it is in the unauthenticated vlan.&lt;/p&gt;
&lt;p&gt;The obvious solution is to modify the SMS records to reflect an IP address and subnet in the guest vlan as well. I've used a modified version of the example at &lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/technet/prodtechnol/sms/sms2003/opsguide/ops_64m9.mspx?mfr=true"&gt;http://www.microsoft.com/technet/prodtechnol/sms/sms2003/opsguide/ops_64m9.mspx?mfr=true&lt;/a&gt; to generate the DDR and this seems to work ok. There is also an option to replace data using the ADDPROP_FULLREPLACE flag.&lt;/p&gt;
&lt;p&gt;Does SCCM send wakeup packets to each subnet in the SMS discovery record or just the first? Can SCCM exec a script to update the discovery records prior to executing the wakeup?&lt;/p&gt;
&lt;p&gt;Hope that makes our issues a little bit clearer.&lt;/p&gt;</description></item></channel></rss>