<?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: NAC for printers in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/nac-for-printers/m-p/5166022#M591403</link>
    <description>&lt;P&gt;Yes, it is possible to implement NAC (Network Access Control) for your HP Color Laser printers connected to Cisco switches. You can achieve this by configuring MAC address-based filtering on your switches, allowing only the printers' MAC addresses to connect. This ensures that any other devices trying to connect will be denied network access. If you're interested in other specialized hardware, like the &lt;STRONG&gt;Prusa MK3S+ &lt;A href="https://directmacro.com/prusa-mk3s.html" target="_self"&gt;3D printer&lt;/A&gt;&lt;/STRONG&gt;, it's important to ensure similar security measures to protect your network and devices.&lt;/P&gt;</description>
    <pubDate>Mon, 26 Aug 2024 15:58:35 GMT</pubDate>
    <dc:creator>liana corner</dc:creator>
    <dc:date>2024-08-26T15:58:35Z</dc:date>
    <item>
      <title>NAC for printers</title>
      <link>https://community.cisco.com/t5/network-access-control/nac-for-printers/m-p/5147514#M590743</link>
      <description>&lt;P&gt;Is it possible to do NAC for&amp;nbsp;&lt;SPAN&gt;HP Color Laser printers. Printers are connected to Cisco switches.&lt;BR /&gt;Requirement is only these printers should be permitted to connect to the switch. Any other switch connecting, should not be permitted in the network.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jul 2024 06:42:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/nac-for-printers/m-p/5147514#M590743</guid>
      <dc:creator>manvik</dc:creator>
      <dc:date>2024-07-20T06:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: NAC for printers</title>
      <link>https://community.cisco.com/t5/network-access-control/nac-for-printers/m-p/5147522#M590745</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/161770"&gt;@manvik&lt;/a&gt; yes you can certainly do NAC on printers, most printers support 802.1X.&lt;/P&gt;
&lt;P&gt;You can either configure the printer with a username/password and perform PEAP/MSCHAPv2 authentication or configure a certificate for EAP-TLS authentication.&lt;/P&gt;
&lt;P&gt;If you do not wish to use 802.1X you could perform MAB, based on the MAC address of the printer.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jul 2024 07:09:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/nac-for-printers/m-p/5147522#M590745</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2024-07-20T07:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: NAC for printers</title>
      <link>https://community.cisco.com/t5/network-access-control/nac-for-printers/m-p/5147523#M590746</link>
      <description>&lt;P&gt;the&amp;nbsp;&lt;SPAN&gt;HP Color Laser printer do not support 802.1x. If MAB is to be used what should be the switch port configuration.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jul 2024 07:14:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/nac-for-printers/m-p/5147523#M590746</guid>
      <dc:creator>manvik</dc:creator>
      <dc:date>2024-07-20T07:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: NAC for printers</title>
      <link>https://community.cisco.com/t5/network-access-control/nac-for-printers/m-p/5147524#M590747</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/161770"&gt;@manvik&lt;/a&gt; ok. It's standard switchport configuration, nothing special for printers.&lt;/P&gt;
&lt;PRE&gt;interface range GigabitEthernet w/x/y-z&lt;BR /&gt;&amp;nbsp;description ## 802.1x enabled access port ##&lt;BR /&gt;&amp;nbsp;switchport access vlan &amp;lt;VLAN ID&amp;gt;&lt;BR /&gt;&amp;nbsp;switchport mode access&lt;BR /&gt;&amp;nbsp;authentication event fail action next-method&lt;BR /&gt;&amp;nbsp;authentication event server dead action authorize vlan &amp;lt;VLAND ID&amp;gt;&lt;BR /&gt;&amp;nbsp;authentication event server alive action reinitialize&lt;BR /&gt;&amp;nbsp;authentication host-mode multi-auth&lt;BR /&gt;&amp;nbsp;authentication order dot1x mab&lt;BR /&gt;&amp;nbsp;authentication priority dot1x mab&lt;BR /&gt;&amp;nbsp;authentication port-control auto&lt;BR /&gt;&amp;nbsp;authentication periodic&lt;BR /&gt;&amp;nbsp;authentication timer reauthenticate server&lt;BR /&gt;&amp;nbsp;authentication timer inactivity server dynamic&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;mab&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;dot1x pae authenticator&lt;BR /&gt;&amp;nbsp;dot1x timeout tx-period 7&lt;BR /&gt;&amp;nbsp;dot1x max-reauth-req 3&lt;BR /&gt;&amp;nbsp;spanning-tree portfast&lt;BR /&gt;&amp;nbsp;spanning-tree bpduguard enable&lt;/PRE&gt;
&lt;P&gt;Refer to the ISE guide for more information &lt;A href="https://community.cisco.com/t5/security-knowledge-base/ise-secure-wired-access-prescriptive-deployment-guide/ta-p/3641515" target="_blank"&gt;https://community.cisco.com/t5/security-knowledge-base/ise-secure-wired-access-prescriptive-deployment-guide/ta-p/3641515&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jul 2024 07:19:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/nac-for-printers/m-p/5147524#M590747</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2024-07-20T07:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: NAC for printers</title>
      <link>https://community.cisco.com/t5/network-access-control/nac-for-printers/m-p/5166022#M591403</link>
      <description>&lt;P&gt;Yes, it is possible to implement NAC (Network Access Control) for your HP Color Laser printers connected to Cisco switches. You can achieve this by configuring MAC address-based filtering on your switches, allowing only the printers' MAC addresses to connect. This ensures that any other devices trying to connect will be denied network access. If you're interested in other specialized hardware, like the &lt;STRONG&gt;Prusa MK3S+ &lt;A href="https://directmacro.com/prusa-mk3s.html" target="_self"&gt;3D printer&lt;/A&gt;&lt;/STRONG&gt;, it's important to ensure similar security measures to protect your network and devices.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2024 15:58:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/nac-for-printers/m-p/5166022#M591403</guid>
      <dc:creator>liana corner</dc:creator>
      <dc:date>2024-08-26T15:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: NAC for printers</title>
      <link>https://community.cisco.com/t5/network-access-control/nac-for-printers/m-p/5206652#M592363</link>
      <description>&lt;P&gt;When setting up NAC (Network Access Control) for printers, including models like the Brother HL-L2395DW, it's important to ensure the printer is compliant with your network's security policies. For the&amp;nbsp;&lt;A href="https://directmacro.com/hl-l2395dw-brother-laser-printer.html" target="_self"&gt;&lt;SPAN&gt;brother hl-l2395dw&lt;/SPAN&gt;&lt;/A&gt;, you'll want to check the printer's compatibility with your NAC solution and ensure that it can handle the necessary authentication protocols.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 16:32:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/nac-for-printers/m-p/5206652#M592363</guid>
      <dc:creator>tp1o6</dc:creator>
      <dc:date>2024-10-10T16:32:22Z</dc:date>
    </item>
  </channel>
</rss>

