<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: 802.1x MAB and Printers in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/802-1x-mab-and-printers/m-p/2012489#M202123</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you tried this WoL command?&lt;BR /&gt;&lt;BR /&gt;"authentication control direction both"&lt;BR /&gt;&lt;BR /&gt;Sent from Cisco Technical Support iPhone App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Jun 2013 00:15:37 GMT</pubDate>
    <dc:creator>dynamitec1</dc:creator>
    <dc:date>2013-06-13T00:15:37Z</dc:date>
    <item>
      <title>802.1x MAB and Printers</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-mab-and-printers/m-p/2012487#M202118</link>
      <description>&lt;P&gt;Hello all, I am curious how people are dealing with printers and 802.1x. We are using MAB to authenticate the devices which works fine. We have begun to implement the black hole concept as our next phase. We have built a vlan 86 that is strictly layer 2, we put all of the ports into that vlan and then use dynamic vlan assignment to place them into the correct vlan. That too works fine, the issue we have been running into is when the printer goes into hibernate/sleep mode. I am guessing that causes an up/down event on the switch which will cause the 802.1x authentication process to start over. When that happens the devices end up in vlan 86 and MAB is stuck in the running state because the device is not talking on the network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried enabling ip device tracking but that didn't help. I am going to setup a ping probe using InterMapper to ping the device and see if that keeps it active but I am curious if anyone out there has ran into issues with printers and if so how have they dealt with them. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 02:12:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-mab-and-printers/m-p/2012487#M202118</guid>
      <dc:creator>Jason Mann</dc:creator>
      <dc:date>2019-03-11T02:12:56Z</dc:date>
    </item>
    <item>
      <title>802.1x MAB and Printers</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-mab-and-printers/m-p/2012488#M202121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe STATIC ARP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 15:42:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-mab-and-printers/m-p/2012488#M202121</guid>
      <dc:creator>edondurguti</dc:creator>
      <dc:date>2012-06-20T15:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x MAB and Printers</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-mab-and-printers/m-p/2012489#M202123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you tried this WoL command?&lt;BR /&gt;&lt;BR /&gt;"authentication control direction both"&lt;BR /&gt;&lt;BR /&gt;Sent from Cisco Technical Support iPhone App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 00:15:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-mab-and-printers/m-p/2012489#M202123</guid>
      <dc:creator>dynamitec1</dc:creator>
      <dc:date>2013-06-13T00:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x MAB and Printers</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-mab-and-printers/m-p/2012490#M202125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Adam, WoL feature would help you here. Could you please paste the port configuration here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most WoL endpoints flap the link when going into hibernation or standby mode, thus clearing any existing MAB authenticated session. By default, traffic through the unauthorized port will be blocked in both directions, and the magic packet will never get to the sleeping endpoint. To support WoL in a MAB environment, you can configure a Cisco Catalyst switch to modify the control direction of the port, allowing traffic to the endpoint while still controlling traffic from the endpoint. This approach allows the hibernating endpoint to receive the WoL packet while still preventing the unauthorized endpoint from sending any traffic to the network. After it is awakened, the endpoint can authenticate and gain full access to the network. Control direction works the same with MAB as it does with IEEE 802.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configuration example.&lt;/P&gt;&lt;PRE&gt;Switch(config)# interface fastethernet 5/1&lt;BR /&gt;Switch(config-if)# authentication control-direction both&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/ios-xml/ios/sec_usr_8021x/configuration/15-2mt/sec-ieee-wake-lan-supp.html#GUID-E1DF650C-0311-48C4-BEDF-C9A95F74FFCC"&gt;http://www.cisco.com/en/US/docs/ios-xml/ios/sec_usr_8021x/configuration/15-2mt/sec-ieee-wake-lan-supp.html#GUID-E1DF650C-0311-48C4-BEDF-C9A95F74FFCC&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jatin Katyal &lt;BR /&gt; - Do rate helpful posts -&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 00:28:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-mab-and-printers/m-p/2012490#M202125</guid>
      <dc:creator>Jatin Katyal</dc:creator>
      <dc:date>2013-06-13T00:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x MAB and Printers</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-mab-and-printers/m-p/2012491#M202127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that the documentation that you provided is wrong in that specific example. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WoL can be supported by using &lt;STRONG&gt;authentication control-direction in&lt;/STRONG&gt; argument, not both (which is the default). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt; Enables 802.1X authentication with WoL on the&amp;nbsp; port. Use these keywords to configure the port as bidirectional or&amp;nbsp; unidirectional: &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;A name="GUID-351EABFF-60C5-47DE-A1E9-6F422593A297__GUID-4BB89982-340F-4D79-A9DB-BA8B39C38D2E"&gt;&lt;/A&gt;
&lt;UL id="GUID-351EABFF-60C5-47DE-A1E9-6F422593A297__GUID-4BB89982-340F-4D79-A9DB-BA8B39C38D2E"&gt;&lt;LI id="GUID-351EABFF-60C5-47DE-A1E9-6F422593A297__LI_A87ED9702FB04AA9BED42518A77018FA"&gt;&lt;A name="GUID-351EABFF-60C5-47DE-A1E9-6F422593A297__LI_A87ED9702FB04AA9BED42518A77018FA"&gt;&lt;/A&gt; both--Sets the port as&amp;nbsp; bidirectional.&lt;SPAN style="text-decoration: underline;"&gt; The port cannot receive packets from or send packets to&amp;nbsp; the host. By default, the port is bidirectional. &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI id="GUID-351EABFF-60C5-47DE-A1E9-6F422593A297__LI_4AFA8F61F15941CA9CA0523CC239B040"&gt;&lt;A name="GUID-351EABFF-60C5-47DE-A1E9-6F422593A297__LI_4AFA8F61F15941CA9CA0523CC239B040"&gt;&lt;/A&gt; in--Sets the port as unidirectional. &lt;SPAN style="text-decoration: underline;"&gt;The port can send packets to the host but cannot receive packets from the host. &lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;BR /&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 12:11:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-mab-and-printers/m-p/2012491#M202127</guid>
      <dc:creator>Octavian Szolga</dc:creator>
      <dc:date>2013-06-13T12:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x MAB and Printers</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-mab-and-printers/m-p/2012492#M202129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oct,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ahhh, My bad, While adding those commands. I forgot to replace &lt;STRONG&gt;both &lt;/STRONG&gt;with &lt;STRONG&gt;in&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jatin Katyal &lt;BR /&gt; - Do rate helpful posts -&lt;/P&gt;&lt;DIV class="mcePaste" id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;"&gt;Ahh, you are&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 12:48:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-mab-and-printers/m-p/2012492#M202129</guid>
      <dc:creator>Jatin Katyal</dc:creator>
      <dc:date>2013-06-13T12:48:57Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-mab-and-printers/m-p/2012493#M202131</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I've got this problem too (3 years later...).&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;What I see is that 802.1x state is Authenticated &amp;amp; Authorized:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;show authentication sessions int gi 1/0/31 details&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Interface: GigabitEthernet1/0/31&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;IIF-ID: 0x10595C000000337&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;MAC Address: 0026.7348.d3da&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;IPv6 Address: Unknown&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;IPv4 Address: 10.100.13.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;User-Name: 00-26-73-48-D3-DA&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Status: Authorized&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Domain: DATA&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Oper host mode: multi-auth&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Oper control dir: in&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Session timeout: 3600s (local), Remaining: 644s&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Timeout action: Reauthenticate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Common Session ID: C0A8FEFE00002BBAA4294690&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Acct Session ID: 0x00002B66&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Handle: 0x7D0000A1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Current Policy: POLICY_Gi1/0/31&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Local Policies:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Service Template: DEFAULT_LINKSEC_POLICY_SHOULD_SECURE (priority 150)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Server Policies:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Vlan Group: Vlan: 13&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Method status list:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Method State&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;mab Authc Success&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;the ip device tracking entry for this interface is OK but the related ARP entry shows incomple for the mac-address value.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;sho ip device track int gi 1/0/31&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;--------------------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Interface GigabitEthernet1/0/31 is: STAND ALONE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;IP Device Tracking = Enabled&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;IP Device Tracking Probe Count = 3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;IP Device Tracking Probe Interval = 30&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;IPv6 Device Tracking Client Registered Handle: 23&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;IP Device Tracking Enabled Features:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;HOST_TRACK_CLIENT_SM&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;--------------------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;10.100.13.1 0026.7348.d3da 13 GigabitEthernet1/0/31 30 ACTIVE ARP&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Here the switchport config : &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;interface GigabitEthernet1/0/31&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;switchport access vlan 13&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;switchport mode access&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;switchport nonegotiate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;authentication control-direction in&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;authentication host-mode multi-auth&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;authentication order mab dot1x&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;authentication port-control auto&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;authentication periodic&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;mab&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;dot1x pae authenticator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;storm-control broadcast level 70.00&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;no lldp transmit&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;no lldp receive&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;spanning-tree portfast&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;end&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;ping 10.100.13.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Type escape sequence to abort.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Sending 5, 100-byte ICMP Echos to 10.100.13.1, timeout is 2 seconds:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;.....&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Success rate is 0 percent (0/5)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;sh ip arp 10.100.13.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Protocol Address Age (min) Hardware Addr Type Interface&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Internet 10.100.13.1 114 incomplete ARPA Vlan13&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If I add static ARP, the printers become reachable :&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;arp 10.100.13.1 0026.7348.d3da arpa&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;ping 10.100.13.1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Sending 5, 100-byte ICMP Echos to 10.100.13.1, timeout is 2 seconds:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;!!!!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Success rate is 100 percent (5/5), round-trip min/avg/max = 1/4/10 ms&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Does anyone already encounter this issue ?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2016 15:43:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-mab-and-printers/m-p/2012493#M202131</guid>
      <dc:creator>ssambourg</dc:creator>
      <dc:date>2016-02-15T15:43:54Z</dc:date>
    </item>
  </channel>
</rss>

