<?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: DACL for Printers in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/dacl-for-printers/m-p/4975724#M585651</link>
    <description>&lt;P&gt;DACL (Discretionary Access Control List) for printers manages who can access and perform actions (like printing or managing settings) and lists user/group permissions for the &lt;A href="https://printtechie.com/" target="_self"&gt;printer&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Dec 2023 18:27:24 GMT</pubDate>
    <dc:creator>wemav21770</dc:creator>
    <dc:date>2023-12-11T18:27:24Z</dc:date>
    <item>
      <title>DACL for Printers</title>
      <link>https://community.cisco.com/t5/network-access-control/dacl-for-printers/m-p/4409285#M567580</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;Currently, we've an Authorization profile configured for the printers (canon) with the DACL being used is 'permit ip any any'. Now, client would like to restrict just to the basic services as given below:-&lt;/P&gt;&lt;P&gt;permit udp any eq bootpc any eq bootps&lt;BR /&gt;permit tcp any any eq 25&lt;BR /&gt;permit udp any any eq 53&lt;BR /&gt;permit tcp any eq 9100 any&lt;BR /&gt;deny ip any any&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. If any extra port needs to be allowed for a device in a network discover the printer ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. The above ACL is applied from the source-port perspective (oubound from device). For the return traffic, should it be allowed explicitly?&lt;/P&gt;&lt;P&gt;3.Also, client would like to apply an ACL from RFC1918 address TO this Printer on 'any' services. How can this be done (in addition to DACL)?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 08:36:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/dacl-for-printers/m-p/4409285#M567580</guid>
      <dc:creator>Srinivasan Nagarajan</dc:creator>
      <dc:date>2021-05-27T08:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: DACL for Printers</title>
      <link>https://community.cisco.com/t5/network-access-control/dacl-for-printers/m-p/4409294#M567581</link>
      <description>&lt;P&gt;Hey!&lt;/P&gt;&lt;P&gt;1) If another port needs to be allowed.. you will find out once something doesn't work and then you need to add it to the dACL. If you don't know what exactly the printer does, you'll need to capture the traffic (SPAN Port on Switch) or ask the vendor.&lt;/P&gt;&lt;P&gt;2) You don't need to allow the return traffic, the dACL is only applied inbound on the switchport.&lt;/P&gt;&lt;P&gt;3) You can't realize that with the dACL, you should do that somewhere else in the network (Firewall?).&lt;/P&gt;&lt;P&gt;Let me know if that helps.&lt;/P&gt;&lt;P&gt;BR&lt;BR /&gt;Juls&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 08:47:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/dacl-for-printers/m-p/4409294#M567581</guid>
      <dc:creator>julian.bendix</dc:creator>
      <dc:date>2021-05-27T08:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: DACL for Printers</title>
      <link>https://community.cisco.com/t5/network-access-control/dacl-for-printers/m-p/4409303#M567582</link>
      <description>&lt;P&gt;Hi Julian&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;2. Yeah, DACL is inbound to the switch port. Does the return traffic from the destination need to be explicitly allowed or permitted automatically ?&lt;/P&gt;&lt;P&gt;3. Client would like to get this done on the ISE and I'm not sure if using ACL(Filter-ID) would work. what is the purpose of this attribute which is appended with .in on the AuthZ policy.&amp;nbsp; Any idea?&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 09:02:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/dacl-for-printers/m-p/4409303#M567582</guid>
      <dc:creator>Srinivasan Nagarajan</dc:creator>
      <dc:date>2021-05-27T09:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: DACL for Printers</title>
      <link>https://community.cisco.com/t5/network-access-control/dacl-for-printers/m-p/4409312#M567583</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;2) Yes the return traffic will work, since there is no filter for that direction at all (if you don't add one specifically somewhere else).&lt;/P&gt;&lt;P&gt;3) Unfortunately I don't know .. In all setups I work with we solved this on another level (Firewall etc.).&lt;/P&gt;&lt;P&gt;BR&lt;BR /&gt;Juls&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 09:14:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/dacl-for-printers/m-p/4409312#M567583</guid>
      <dc:creator>julian.bendix</dc:creator>
      <dc:date>2021-05-27T09:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: DACL for Printers</title>
      <link>https://community.cisco.com/t5/network-access-control/dacl-for-printers/m-p/4409315#M567584</link>
      <description>&lt;P&gt;Thanks for the reply and your time. I'll leave it open to other folks to check and assist us for the below:-&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Client would like to get this done on the ISE and I'm not sure if using ACL(Filter-ID) would work. what is the purpose of this attribute which is appended with .in on the AuthZ policy.&amp;nbsp; Any idea?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 09:18:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/dacl-for-printers/m-p/4409315#M567584</guid>
      <dc:creator>Srinivasan Nagarajan</dc:creator>
      <dc:date>2021-05-27T09:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: DACL for Printers</title>
      <link>https://community.cisco.com/t5/network-access-control/dacl-for-printers/m-p/4713150#M577979</link>
      <description>&lt;P&gt;Thank You for your question I got my issue solved too was having the same issue that annoyed me the most. As I was getting the issue with my Epson Sublimation Printer &lt;A href="https://printartisty.com/best-epson-sublimation-printer/" target="_self"&gt;here&lt;/A&gt; instead of the canon.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2022 18:34:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/dacl-for-printers/m-p/4713150#M577979</guid>
      <dc:creator>john david333</dc:creator>
      <dc:date>2022-10-31T18:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: DACL for Printers</title>
      <link>https://community.cisco.com/t5/network-access-control/dacl-for-printers/m-p/4975724#M585651</link>
      <description>&lt;P&gt;DACL (Discretionary Access Control List) for printers manages who can access and perform actions (like printing or managing settings) and lists user/group permissions for the &lt;A href="https://printtechie.com/" target="_self"&gt;printer&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 18:27:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/dacl-for-printers/m-p/4975724#M585651</guid>
      <dc:creator>wemav21770</dc:creator>
      <dc:date>2023-12-11T18:27:24Z</dc:date>
    </item>
  </channel>
</rss>

