<?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  in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nac/m-p/562687#M790551</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Harry&lt;/P&gt;&lt;P&gt;the sw config is ok (is like yours)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think is a problem with the settings in ACS. Anyway as i saw on the forum i sould first install ACS 4.0 and i will start do the config again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Mar 2006 14:56:59 GMT</pubDate>
    <dc:creator>costin.vilcu</dc:creator>
    <dc:date>2006-03-29T14:56:59Z</dc:date>
    <item>
      <title>NAC</title>
      <link>https://community.cisco.com/t5/network-security/nac/m-p/562685#M790549</link>
      <description>&lt;P&gt;hi everyone&lt;/P&gt;&lt;P&gt;I am getting annoyed getting NAC to work.&lt;/P&gt;&lt;P&gt;I just want to make it work with a client, an ACS and a 3550sw or 2611XM router.&lt;/P&gt;&lt;P&gt;I installed the necessary IOS on the router, i installed CTA on client and i think i have done all the  wright configurations in the ACS (i did all the steps wrote in a documentation file). But the only thing that works is that the router querry the client and sees that it has or not the CTA. ( this i saw from: debug eapoudp:&lt;/P&gt;&lt;P&gt;Mar 23 15:55:41 2.2.2.1 44: *Mar  2 07:29:50.143: %AP-6-POSTURE_STATE_CHANGE: IP=2.2.2.2| STATE=POSTURE ESTAB&lt;/P&gt;&lt;P&gt;Mar 23 15:55:42 2.2.2.1 45: *Mar  2 07:29:51.285: %EOU-6-CTA: IP=2.2.2.2| CiscoTrustAgent=DETECTED&lt;/P&gt;&lt;P&gt;Mar 23 15:55:42 2.2.2.1 46: *Mar  2 07:29:51.553: %EOU-6-AUTHTYPE: IP=2.2.2.2| AuthType=EAP&lt;/P&gt;&lt;P&gt;Mar 23 16:58:11 2.2.2.1 47: *Mar  2 08:32:19.854: %EOU-6-SESSION: IP=2.2.2.2| HOST=REMOVED| Interface=FastEthernet0/1&lt;/P&gt;&lt;P&gt;Mar 23 17:17:35 2.2.2.1 48: *Mar  2 08:51:45.549: %AP-6-POSTURE_START_VALIDATION: IP=2.2.2.2| Interface=FastEthernet0/1&lt;/P&gt;&lt;P&gt;Mar 23 17:17:36 2.2.2.1 49: *Mar  2 08:51:45.553: %AP-6-POSTURE_STATE_CHANGE: IP=2.2.2.2| STATE=POSTURE ESTAB&lt;/P&gt;&lt;P&gt;Mar 23 17:17:36 2.2.2.1 50: *Mar  2 08:51:45.553: %EOU-6-SESSION: IP=2.2.2.2| HOST=DETECTED| Interface=FastEthernet0/1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;) Where am i doing wrong or what did i miss?&lt;/P&gt;&lt;P&gt; Can you show me a sample config or something ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:47:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nac/m-p/562685#M790549</guid>
      <dc:creator>costin.vilcu</dc:creator>
      <dc:date>2020-02-21T08:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: NAC</title>
      <link>https://community.cisco.com/t5/network-security/nac/m-p/562686#M790550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this are relevant parts(!) of my config for NAC-L2-IP:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa authentication eou default group radius&lt;/P&gt;&lt;P&gt;aaa authorization network default group radius &lt;/P&gt;&lt;P&gt;aaa accounting network default start-stop group radius&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa session-id common&lt;/P&gt;&lt;P&gt;vtp mode transparent&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;ip admission name NAC-L2-IP eapoudp&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip dhcp snooping vlan 1&lt;/P&gt;&lt;P&gt;ip device tracking&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1&lt;/P&gt;&lt;P&gt; switchport mode access&lt;/P&gt;&lt;P&gt; ip access-group interface_acl in&lt;/P&gt;&lt;P&gt; spanning-tree portfast&lt;/P&gt;&lt;P&gt; ip admission NAC-L2-IP&lt;/P&gt;&lt;P&gt;........&lt;/P&gt;&lt;P&gt;........&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt; ip address xxx.xxx.xxx.xxx 255.255.255.0&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;ip http server&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;ip access-list extended interface_acl&lt;/P&gt;&lt;P&gt; remark Allow EAPoUDP&lt;/P&gt;&lt;P&gt; permit udp any any eq 21862&lt;/P&gt;&lt;P&gt; remark Allow DHCP&lt;/P&gt;&lt;P&gt; permit udp any eq bootpc any eq bootps&lt;/P&gt;&lt;P&gt; remark Allow DNS&lt;/P&gt;&lt;P&gt; permit udp any any eq domain&lt;/P&gt;&lt;P&gt; remark Allow HTTP access to update server&lt;/P&gt;&lt;P&gt; remark Allow ICMP for test purposes&lt;/P&gt;&lt;P&gt; permit icmp any any&lt;/P&gt;&lt;P&gt; permit tcp any host xxx.xxx.xxx.xxx eq port&lt;/P&gt;&lt;P&gt; remark Implicit Deny&lt;/P&gt;&lt;P&gt; deny   ip any any&lt;/P&gt;&lt;P&gt;ip access-list extended quarantine_url_redir_acl&lt;/P&gt;&lt;P&gt; deny   tcp any host xxx.xxx.xxx.xxx eq www&lt;/P&gt;&lt;P&gt; permit tcp any any eq www&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;radius-server attribute 8 include-in-access-req&lt;/P&gt;&lt;P&gt;radius-server host xxx.xxx.xxx.xxx auth-port 1645 acct-port 1646&lt;/P&gt;&lt;P&gt;radius-server source-ports 1645-1646&lt;/P&gt;&lt;P&gt;radius-server key YourKey&lt;/P&gt;&lt;P&gt;radius-server vsa send authentication&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;post yours, if this couldn't help&lt;/P&gt;&lt;P&gt;it's a config from a 3560 but should be no different,&lt;/P&gt;&lt;P&gt;my IOS Version is ipbase SEE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any "failed attempt" entry in the acs log ?&lt;/P&gt;&lt;P&gt;or log from cta ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;another tip, look if windows firewall is turned on, you should turn it off while testing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mfg&lt;/P&gt;&lt;P&gt;harry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 13:34:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nac/m-p/562686#M790550</guid>
      <dc:creator>HarrytheBrain</dc:creator>
      <dc:date>2006-03-24T13:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: NAC</title>
      <link>https://community.cisco.com/t5/network-security/nac/m-p/562687#M790551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Harry&lt;/P&gt;&lt;P&gt;the sw config is ok (is like yours)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think is a problem with the settings in ACS. Anyway as i saw on the forum i sould first install ACS 4.0 and i will start do the config again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2006 14:56:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nac/m-p/562687#M790551</guid>
      <dc:creator>costin.vilcu</dc:creator>
      <dc:date>2006-03-29T14:56:59Z</dc:date>
    </item>
  </channel>
</rss>

