<?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 from ACS 4.0 to Cisco IOS  in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/dacl-from-acs-4-0-to-cisco-ios/m-p/709552#M421600</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying on PIX and failing.  Get the following message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"can't find authorization ACL".  There is nothing in ACS suggesting that PIX asked for the ACL.  However user authentication is successful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Mar 2007 16:59:35 GMT</pubDate>
    <dc:creator>magurwara</dc:creator>
    <dc:date>2007-03-01T16:59:35Z</dc:date>
    <item>
      <title>DACL from ACS 4.0 to Cisco IOS</title>
      <link>https://community.cisco.com/t5/network-access-control/dacl-from-acs-4-0-to-cisco-ios/m-p/709550#M421598</link>
      <description>&lt;P&gt;Cisco ACS Documentation claims that Cisco devices running IOS version 12.3(8)T or greater support Downloadable IP ACLs.However is almost impossible to find a documentation regarding this configuration.The only documentation available are those describing DACL to PIX or ASA but there shouldnt be any difference with the DACLs to IOS configuration.Thus, i really wanted to know if there is anyone who actually managed to make this work and if you have any idea what might be the reason mine configuration have failed it would be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IPsec Remote Access Using Preshared Key &lt;/P&gt;&lt;P&gt;VPN Client:4.7&lt;/P&gt;&lt;P&gt;transport:IPSEC/UDP&lt;/P&gt;&lt;P&gt;Cisco Router: 3640&lt;/P&gt;&lt;P&gt;Cisco IOS:Version 12.3(11)T10&lt;/P&gt;&lt;P&gt;AAA:Radius(ACS)&lt;/P&gt;&lt;P&gt;ACS version 4.0 for windows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login userauthen group radius&lt;/P&gt;&lt;P&gt;aaa authorization network groupauthor group radius &lt;/P&gt;&lt;P&gt;aaa accounting update periodic 1&lt;/P&gt;&lt;P&gt;aaa accounting exec default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting commands 15 default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting network default start-stop broadcast group radius&lt;/P&gt;&lt;P&gt;aaa accounting connection default start-stop group radius&lt;/P&gt;&lt;P&gt;aaa accounting system default start-stop group radius&lt;/P&gt;&lt;P&gt;aaa accounting resource default start-stop group radius&lt;/P&gt;&lt;P&gt;aaa session-id common&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;crypto isakmp policy 3&lt;/P&gt;&lt;P&gt; encr 3des&lt;/P&gt;&lt;P&gt; authentication pre-share&lt;/P&gt;&lt;P&gt; group 2  &lt;/P&gt;&lt;P&gt;no crypto isakmp ccm&lt;/P&gt;&lt;P&gt;!         &lt;/P&gt;&lt;P&gt;!         &lt;/P&gt;&lt;P&gt;crypto ipsec transform-set myset esp-3des esp-sha-hmac &lt;/P&gt;&lt;P&gt;!         &lt;/P&gt;&lt;P&gt;crypto dynamic-map dynmap 10&lt;/P&gt;&lt;P&gt; set transform-set myset &lt;/P&gt;&lt;P&gt;!         &lt;/P&gt;&lt;P&gt;!         &lt;/P&gt;&lt;P&gt;crypto map clientmap client authentication list userauthen&lt;/P&gt;&lt;P&gt;crypto map clientmap client accounting list default&lt;/P&gt;&lt;P&gt;crypto map clientmap isakmp authorization list groupauthor&lt;/P&gt;&lt;P&gt;crypto map clientmap client configuration address respond&lt;/P&gt;&lt;P&gt;crypto map clientmap 10 ipsec-isakmp dynamic dynmap &lt;/P&gt;&lt;P&gt;! &lt;/P&gt;&lt;P&gt;!        &lt;/P&gt;&lt;P&gt;radius-server host x.x.x.x auth-port 1645 acct-port 1646&lt;/P&gt;&lt;P&gt;radius-server key xxxxxxxx&lt;/P&gt;&lt;P&gt;radius-server vsa send accounting&lt;/P&gt;&lt;P&gt;radius-server vsa send authentication    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACS Configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i just created a Downloadable access list and gave the following rule: "permit icmp any any" and name:"test".&lt;/P&gt;&lt;P&gt;Next i opened a user's setting and checked the box "Assign IP ACL" and chose the name of the DACL i created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am i missing something here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the ACS is authenticating the user it seems from the "debug radius authentication" that ACS sends the DACL "test" to the router:&lt;/P&gt;&lt;P&gt; Feb 16 22:28:32.402: RADIUS:   Cisco AVpair       [1]   59  "ACS:CiscoSecure-Defined-ACL=#ACSACL#-IP-test-45d6210d"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However when i enter the command sh access lists i dont see the access list #ASCACL#(btw i havent configured any other acl on the router) and ofcourse the user has unlimited access to the network(it should have only icmp)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your time&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 21:59:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/dacl-from-acs-4-0-to-cisco-ios/m-p/709550#M421598</guid>
      <dc:creator>tedtsakrilis</dc:creator>
      <dc:date>2019-03-10T21:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: DACL from ACS 4.0 to Cisco IOS</title>
      <link>https://community.cisco.com/t5/network-access-control/dacl-from-acs-4-0-to-cisco-ios/m-p/709551#M421599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cant help with the IOS specifics... but a very easy test is to see whether IOS asks ACS for the ACL content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it does you'll see another authentication request with the ACL name as the username. If you dont you know its an IOS issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There was also a security hold fixed in DACLs sometime back where a requirement was added for the device to add a message-authenticator attribute. So if you see any complaints from ACS it could be that issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 08:40:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/dacl-from-acs-4-0-to-cisco-ios/m-p/709551#M421599</guid>
      <dc:creator>darpotter</dc:creator>
      <dc:date>2007-02-19T08:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: DACL from ACS 4.0 to Cisco IOS</title>
      <link>https://community.cisco.com/t5/network-access-control/dacl-from-acs-4-0-to-cisco-ios/m-p/709552#M421600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying on PIX and failing.  Get the following message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"can't find authorization ACL".  There is nothing in ACS suggesting that PIX asked for the ACL.  However user authentication is successful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 16:59:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/dacl-from-acs-4-0-to-cisco-ios/m-p/709552#M421600</guid>
      <dc:creator>magurwara</dc:creator>
      <dc:date>2007-03-01T16:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: DACL from ACS 4.0 to Cisco IOS</title>
      <link>https://community.cisco.com/t5/network-access-control/dacl-from-acs-4-0-to-cisco-ios/m-p/709553#M421601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Update.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do see in ACS logs that Authentication failed for ACL where username is the ACL name sent by PIX. (#ACSACL#-IP-myACL-45e6c605).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The failure code is "DACL request from device is not acceptable"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess ACS is rejecting the request, but WHY?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 17:13:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/dacl-from-acs-4-0-to-cisco-ios/m-p/709553#M421601</guid>
      <dc:creator>magurwara</dc:creator>
      <dc:date>2007-03-01T17:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: DACL from ACS 4.0 to Cisco IOS</title>
      <link>https://community.cisco.com/t5/network-access-control/dacl-from-acs-4-0-to-cisco-ios/m-p/709554#M421602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With ACS 4.x you need PIX 6.3.5 or 7.0.2+ for DACLs to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Mar 2007 15:26:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/dacl-from-acs-4-0-to-cisco-ios/m-p/709554#M421602</guid>
      <dc:creator>Vivek Santuka</dc:creator>
      <dc:date>2007-03-03T15:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: DACL from ACS 4.0 to Cisco IOS</title>
      <link>https://community.cisco.com/t5/network-access-control/dacl-from-acs-4-0-to-cisco-ios/m-p/709555#M421603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Upgrading the PIX to 6.3.5 resolved the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2007 16:12:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/dacl-from-acs-4-0-to-cisco-ios/m-p/709555#M421603</guid>
      <dc:creator>magurwara</dc:creator>
      <dc:date>2007-03-05T16:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: DACL from ACS 4.0 to Cisco IOS</title>
      <link>https://community.cisco.com/t5/network-access-control/dacl-from-acs-4-0-to-cisco-ios/m-p/709556#M421604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; do see in ACS logs that Authentication failed for ACL where username is the ACL name sent by PIX. (#ACSACL#-IP-myACL-45e6c605). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The failure code is "DACL request from device is not acceptable" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi - I am getting this exact same error message, I have recently upgraded from ACS V3.2 to ACS V4.0. I am getting this message from a (Cisco VPN 3000/ASA/PIX 7.x+)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas how to resolve this - it worked fine on V3.2 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 16:28:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/dacl-from-acs-4-0-to-cisco-ios/m-p/709556#M421604</guid>
      <dc:creator>darrengrey</dc:creator>
      <dc:date>2007-03-22T16:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: DACL from ACS 4.0 to Cisco IOS</title>
      <link>https://community.cisco.com/t5/network-access-control/dacl-from-acs-4-0-to-cisco-ios/m-p/709557#M421605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which device and what version are you using ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 15:41:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/dacl-from-acs-4-0-to-cisco-ios/m-p/709557#M421605</guid>
      <dc:creator>Vivek Santuka</dc:creator>
      <dc:date>2007-03-26T15:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: DACL from ACS 4.0 to Cisco IOS</title>
      <link>https://community.cisco.com/t5/network-access-control/dacl-from-acs-4-0-to-cisco-ios/m-p/709558#M421606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have configured DACL on a router c2821 with installed ios "adventerprisek9-m.12.4.4.T". The download from ACS to the router will work, but if the ACL on the Cisco ACS is modified, these changes will not properly move to the router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you meanwhile fix your problem and can you give me a working config?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regars&lt;/P&gt;&lt;P&gt;Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 14:25:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/dacl-from-acs-4-0-to-cisco-ios/m-p/709558#M421606</guid>
      <dc:creator>ralfdechent</dc:creator>
      <dc:date>2007-10-30T14:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: DACL from ACS 4.0 to Cisco IOS</title>
      <link>https://community.cisco.com/t5/network-access-control/dacl-from-acs-4-0-to-cisco-ios/m-p/709559#M421607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying almost whole week how to force my router, with same IOS as Yours, to work with ACS and DACL but unsuccessfuly. I'm little confused, do I need aaa authorization filterserver command or not? Would You, please, send me your router config....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Darko,&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Oct 2008 15:05:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/dacl-from-acs-4-0-to-cisco-ios/m-p/709559#M421607</guid>
      <dc:creator>dkelemen1</dc:creator>
      <dc:date>2008-10-25T15:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: DACL from ACS 4.0 to Cisco IOS</title>
      <link>https://community.cisco.com/t5/network-access-control/dacl-from-acs-4-0-to-cisco-ios/m-p/709560#M421608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I got the same problem. Does anyone give some suggestion about other router, IOS, and ACS type/series that can do DACL ?&lt;/P&gt;&lt;P&gt;I tried c2691, c2691-advsecurityk9-mz.124-9.T5, and ACS 4.2 but it doesn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2009 01:46:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/dacl-from-acs-4-0-to-cisco-ios/m-p/709560#M421608</guid>
      <dc:creator>ariantow123</dc:creator>
      <dc:date>2009-01-30T01:46:13Z</dc:date>
    </item>
  </channel>
</rss>

