<?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: CoA in TrustSec &amp; Enforcement in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/coa-in-trustsec-enforcement/m-p/3481040#M494147</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sait,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please also reference some of the technical documents found at &lt;A href="http://www.cisco.com/go/trustsec"&gt;http://www.cisco.com/go/trustsec&lt;/A&gt;. There you will find a number of reference documents that should help as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Oct 2016 12:43:12 GMT</pubDate>
    <dc:creator>mjessup</dc:creator>
    <dc:date>2016-10-28T12:43:12Z</dc:date>
    <item>
      <title>CoA in TrustSec &amp; Enforcement</title>
      <link>https://community.cisco.com/t5/network-access-control/coa-in-trustsec-enforcement/m-p/3481038#M494100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I’m trying to implement Cisco TrustSec (partly) using Cisco ISE. I’m using a Cisco Catalyst 3560x Switch and ISE version 2.0. Within ISE, I go through the steps of TrustSec and set the settings. I have done the right configurations on the switch (I think). I want to download the environment data (created in ISE) to my switch now. This should work with CoA. I have configured this yet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I have configured on the switch is: &lt;/P&gt;&lt;P&gt;'' Aaa-server radius dynamic author "+" client [ip ISE] server-key [radius key] " &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I can’t download the environment data to the switch. Could you maybe help and / or advice with this? Maybe you have a tip or (configuration) manual which I can use to properly configure the settings? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error I get is: CoA failed --&amp;gt; Dynamic Authorization Failed for Device&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Also have another question about the enforcement of TrustSec on my switch. &lt;/P&gt;&lt;P&gt;I’ve read many configuration guides about TrustSec and tried to activate the enforcement on my switch. &lt;/P&gt;&lt;P&gt;I’m using the following command: ‘cts role-based enforcement’. But it doesn’t work, because my switch can’t recognize the command. Is that the right command to enable enforcement on my switch? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I’m using the Cisco Catalyst Switch 3560X. Version: 15.0(1)SE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The CoA notification to push 'Security Group Tag's'' is working fine, but the CoA to push SGACL or the matrix doesn't work and results in a failed notification. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help me as soon as possible? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2019 06:53:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/coa-in-trustsec-enforcement/m-p/3481038#M494100</guid>
      <dc:creator>1263846Osmanoglu</dc:creator>
      <dc:date>2019-03-11T06:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: CoA in TrustSec &amp; Enforcement</title>
      <link>https://community.cisco.com/t5/network-access-control/coa-in-trustsec-enforcement/m-p/3481039#M494119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sait,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to be using 15.0(2)SE or later - that is when SGACL support was introduced to the 3560X, IP Base license needed also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With that version or later, you could check that these steps have been done:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the Catalyst &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;! Enabling AAA&lt;/P&gt;&lt;P&gt;Switch#config t&lt;/P&gt;&lt;P&gt;Enter configuration commands, one per line.&amp;nbsp; End with CNTL/Z.&lt;/P&gt;&lt;P&gt;Switch(config)#aaa new-model&lt;/P&gt;&lt;P&gt;Switch(config)#cts authorization list &amp;lt;AUTHZ_List_Name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;! Define RADIUS server with pac keyword&lt;/P&gt;&lt;P&gt;Switch(config)#aaa authentication dot1x default group radius&lt;/P&gt;&lt;P&gt;Switch(config)#aaa authorization network &amp;lt;AUTHZ_List_Name&amp;gt; group radius&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;! Define authorization list name for the TrustSec policy keyword&lt;/P&gt;&lt;P&gt;Switch(config)#cts authorization list &amp;lt;AUTHZ_List_Name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;! Use default AAA group for 802.1X and ‘defined authorisation list for authorisation&lt;/P&gt;&lt;P&gt;Switch(config)#aaa authentication dot1x default group radius&lt;/P&gt;&lt;P&gt;Switch(config)#aaa authorization network &amp;lt;AUTHZ_List_Name&amp;gt; group radius&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;! Configure RADIUS server to use VSA in authentication request&lt;/P&gt;&lt;P&gt;Switch(config)#radius-server vsa send authentication&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;! Enable 802.1X in system level&lt;/P&gt;&lt;P&gt;Switch(config)#dot1x system-auth-control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;! Define device credential (EAP-FAST I-ID), which must match ones in ISE AAA client configuration&lt;/P&gt;&lt;P&gt;! Please note this is not in the config - this is in exec mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Switch#cts credential id &amp;lt;DEVICE_ID&amp;gt; password &amp;lt;DEVICE_PASSWORD&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;! The device_ID and device_password must match those in ISE (In Admin - go to network devices - and for your switch go down to the Advanced TrustSec settings to check they match)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With those config steps done, hope that if you ran the following commands you would see data downloaded from ISE&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;show cts pacs&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;show cts environment-data&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to see the output to expect you will find a variety of docs, but if you search on the CiscoLive sites for BRKSEC-3690 you would find slides that cover this by Darrin Miller or myself with troubleshooting steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2016 21:22:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/coa-in-trustsec-enforcement/m-p/3481039#M494119</guid>
      <dc:creator>Kevin Regan</dc:creator>
      <dc:date>2016-06-29T21:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: CoA in TrustSec &amp; Enforcement</title>
      <link>https://community.cisco.com/t5/network-access-control/coa-in-trustsec-enforcement/m-p/3481040#M494147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sait,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please also reference some of the technical documents found at &lt;A href="http://www.cisco.com/go/trustsec"&gt;http://www.cisco.com/go/trustsec&lt;/A&gt;. There you will find a number of reference documents that should help as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2016 12:43:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/coa-in-trustsec-enforcement/m-p/3481040#M494147</guid>
      <dc:creator>mjessup</dc:creator>
      <dc:date>2016-10-28T12:43:12Z</dc:date>
    </item>
  </channel>
</rss>

