<?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: Cisco ISE Trustsec failing in lab 3750E in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/cisco-ise-trustsec-failing-in-lab-3750e/m-p/4769059#M579667</link>
    <description>&lt;P&gt;I recall an issue with the 'cts-pac-opaque' when using older switches. The way to resolve that issue was to create two separate 'radius server' entries for the same PSN using different ports for authentication/accounting. You would then use one entry for non-pac config and the other entry for the pac-based config and CTS list.&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;radius server ise30-sa&lt;BR /&gt;address ipv4 192.168.120.180 auth-port 1812 acct-port 1813&lt;BR /&gt;key xxxxx&lt;BR /&gt;radius server ise30-sa-PAC&lt;BR /&gt;address ipv4 192.168.120.180 auth-port 1645 acct-port 1646&lt;BR /&gt;pac key xxxxx&lt;BR /&gt;! &lt;BR /&gt;aaa group server radius ISE_Auth&lt;BR /&gt;server name ise30-sa&lt;BR /&gt;aaa group server radius ISE_Auth+PAC&lt;BR /&gt;server name ise30-sa-PAC&lt;BR /&gt;aaa authentication dot1x default group ISE_Auth&lt;BR /&gt;aaa authorization network default group ISE_Auth &lt;BR /&gt;aaa authorization network CTS-LIST group ISE_Auth+PAC &lt;BR /&gt;aaa accounting update newinfo periodic 2880&lt;BR /&gt;aaa accounting identity default start-stop group ISE_Auth&lt;BR /&gt;!&lt;BR /&gt;cts authorization list CTS-LIST&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 05 Feb 2023 21:39:06 GMT</pubDate>
    <dc:creator>Greg Gibbs</dc:creator>
    <dc:date>2023-02-05T21:39:06Z</dc:date>
    <item>
      <title>Cisco ISE Trustsec failing in lab 3750E</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-trustsec-failing-in-lab-3750e/m-p/4768497#M579628</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P class=""&gt;For some reason I cannot get my switch to authenticate with ISE for CTS. The live logs show Event 5405 RADIUS Request dropped Failure Reason 11302 Received Secure RADIUS request without a cts-pac-opaque cisco-av-pair attribute .&lt;/P&gt;&lt;P class=""&gt;As far as ISE config everything looks good in the "Advanced Trustsec Settings" section. Here is my switch config.&lt;/P&gt;&lt;P class=""&gt;This is on a 3750E running version 15.0(2)SE11&lt;/P&gt;&lt;P class=""&gt;aaa authentication dot1x default group radius&lt;/P&gt;&lt;P class=""&gt;aaa authorization network default group radius&lt;/P&gt;&lt;P class=""&gt;aaa authorization network cts-list group ise-group&lt;/P&gt;&lt;P class=""&gt;aaa authorization network TRUSTSEC group ise-group&lt;/P&gt;&lt;P class=""&gt;aaa accounting system default start-stop group ise-group&lt;/P&gt;&lt;P class=""&gt;aaa accounting dot1x default start-stop group radius&lt;/P&gt;&lt;P class=""&gt;radius server ISE&lt;/P&gt;&lt;P class=""&gt;address ipv4 [IP ADDRESS] auth-port 1812 acct-port 1813&lt;/P&gt;&lt;P class=""&gt;automate-tester username radius-test&lt;/P&gt;&lt;P class=""&gt;pac key Passw0rd&lt;/P&gt;&lt;P class=""&gt;aaa group server radius ise-group&lt;/P&gt;&lt;P class=""&gt;server name ISE&lt;/P&gt;&lt;P class=""&gt;aaa authorization network cts-list group ise-group&lt;/P&gt;&lt;P class=""&gt;cts authorization list TRUSTSEC&lt;/P&gt;&lt;P class=""&gt;cts role-based enforcement&lt;/P&gt;&lt;P class=""&gt;cts role-based enforcement vlan-list 1-4094&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 04 Feb 2023 02:35:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-trustsec-failing-in-lab-3750e/m-p/4768497#M579628</guid>
      <dc:creator>jaismith</dc:creator>
      <dc:date>2023-02-04T02:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE Trustsec failing in lab 3750E</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-trustsec-failing-in-lab-3750e/m-p/4768660#M579637</link>
      <description>&lt;P&gt;hello&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1349468"&gt;@jaismith&lt;/a&gt;&amp;nbsp;,&amp;nbsp; did you see any inputs if you issue the commands "show cts provisioning" and "show cts credentials" ? , please confirm that you have the credentials matching with what you have configured in the trustsec configuration within the NAD section on ISE , lastly I would also confirm that the radius you have is working fine first by removing the cts configuration and testing only radius with ISE to then reenter the cts commands .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if that helped you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Feb 2023 15:10:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-trustsec-failing-in-lab-3750e/m-p/4768660#M579637</guid>
      <dc:creator>Rodrigo Diaz</dc:creator>
      <dc:date>2023-02-04T15:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE Trustsec failing in lab 3750E</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-trustsec-failing-in-lab-3750e/m-p/4768797#M579657</link>
      <description>&lt;P&gt;For 3750-E, the last date of support is January 31, 2018 as shown in&amp;nbsp;&lt;A href="https://www.cisco.com/c/en/us/products/collateral/switches/catalyst-3750-series-switches/eol_c51-696372.html" target="_self"&gt;End-of-Sale and End-of-Life Announcement for the Cisco Catalyst 3750G, 3560G, 3750-E, and 3560-E Series Switches&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And, Table 3 End of Sale Group Based Policy Platform Support Matrix in&amp;nbsp;&lt;A href="https://www.cisco.com/c/dam/en/us/solutions/collateral/enterprise-networks/trustsec/software-platform-capability-matrix.pdf" target="_self"&gt;Cisco Group Based Policy Platform and Capability Matrix Release 6.5&lt;/A&gt;&amp;nbsp;shows Catalyst 3750-E series support SGT classification and SXP only but not SGT enforcement.&lt;/P&gt;</description>
      <pubDate>Sun, 05 Feb 2023 21:22:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-trustsec-failing-in-lab-3750e/m-p/4768797#M579657</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2023-02-05T21:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE Trustsec failing in lab 3750E</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-trustsec-failing-in-lab-3750e/m-p/4769059#M579667</link>
      <description>&lt;P&gt;I recall an issue with the 'cts-pac-opaque' when using older switches. The way to resolve that issue was to create two separate 'radius server' entries for the same PSN using different ports for authentication/accounting. You would then use one entry for non-pac config and the other entry for the pac-based config and CTS list.&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;radius server ise30-sa&lt;BR /&gt;address ipv4 192.168.120.180 auth-port 1812 acct-port 1813&lt;BR /&gt;key xxxxx&lt;BR /&gt;radius server ise30-sa-PAC&lt;BR /&gt;address ipv4 192.168.120.180 auth-port 1645 acct-port 1646&lt;BR /&gt;pac key xxxxx&lt;BR /&gt;! &lt;BR /&gt;aaa group server radius ISE_Auth&lt;BR /&gt;server name ise30-sa&lt;BR /&gt;aaa group server radius ISE_Auth+PAC&lt;BR /&gt;server name ise30-sa-PAC&lt;BR /&gt;aaa authentication dot1x default group ISE_Auth&lt;BR /&gt;aaa authorization network default group ISE_Auth &lt;BR /&gt;aaa authorization network CTS-LIST group ISE_Auth+PAC &lt;BR /&gt;aaa accounting update newinfo periodic 2880&lt;BR /&gt;aaa accounting identity default start-stop group ISE_Auth&lt;BR /&gt;!&lt;BR /&gt;cts authorization list CTS-LIST&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Feb 2023 21:39:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-trustsec-failing-in-lab-3750e/m-p/4769059#M579667</guid>
      <dc:creator>Greg Gibbs</dc:creator>
      <dc:date>2023-02-05T21:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE Trustsec failing in lab 3750E</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-trustsec-failing-in-lab-3750e/m-p/4769088#M579668</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/388087"&gt;@Greg Gibbs&lt;/a&gt; : IIRC the workaround is for C3750X or C3560X on 15.0(2)SE train. C3750X and C3560X do support CTS enforcement.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 01:02:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-trustsec-failing-in-lab-3750e/m-p/4769088#M579668</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2023-02-06T01:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE Trustsec failing in lab 3750E</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-trustsec-failing-in-lab-3750e/m-p/4770779#M579703</link>
      <description>&lt;P&gt;The switch is a 3750-X switch with 3750E software. I just upgraded to 15.2(4)E10. I guess that compatibility matrix is confusing me because I have a 3750-X so I assumed it should work with the upgraded software. Am I wrong? Thanks&lt;/P&gt;&lt;P&gt;SW-1#show inv&lt;BR /&gt;NAME: "1", DESCR: "WS-C3750X-48P"&lt;BR /&gt;PID: WS-C3750X-48PF-S&lt;/P&gt;&lt;P&gt;Cisco IOS Software, C3750E Software (C3750E-UNIVERSALK9-M), Version 15.2(4)E10, RELEASE SOFTWARE (fc2)&lt;BR /&gt;Technical Support: &lt;A href="http://www.cisco.com/techsupport" target="_blank"&gt;http://www.cisco.com/techsupport&lt;/A&gt;&lt;BR /&gt;Copyright (c) 1986-2020 by Cisco Systems, Inc.&lt;BR /&gt;Compiled Tue 31-Mar-20 13:22 by prod_rel_team&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 23:56:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-trustsec-failing-in-lab-3750e/m-p/4770779#M579703</guid>
      <dc:creator>jaismith</dc:creator>
      <dc:date>2023-02-07T23:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE Trustsec failing in lab 3750E</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-trustsec-failing-in-lab-3750e/m-p/4771736#M579736</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;The switch is a 3750-X switch with 3750E software. I just upgraded to 15.2(4)E10. I guess that compatibility matrix is confusing me because I have a 3750-X so I assumed it should work with the upgraded software. Am I wrong? Thanks&lt;/P&gt;&lt;P&gt;SW-1#show inv&lt;BR /&gt;NAME: "1", DESCR: "WS-C3750X-48P"&lt;BR /&gt;PID: WS-C3750X-48PF-S&lt;/P&gt;&lt;P&gt;Cisco IOS Software, C3750E Software (C3750E-UNIVERSALK9-M), Version 15.2(4)E10, RELEASE SOFTWARE (fc2)&lt;BR /&gt;Technical Support: &lt;A href="http://www.cisco.com/techsupport" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.cisco.com/techsupport&lt;/A&gt;&lt;BR /&gt;Copyright (c) 1986-2020 by Cisco Systems, Inc.&lt;BR /&gt;Compiled Tue 31-Mar-20 13:22 by prod_rel_team&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Feb 2023 02:24:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-trustsec-failing-in-lab-3750e/m-p/4771736#M579736</guid>
      <dc:creator>jaismith</dc:creator>
      <dc:date>2023-02-09T02:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE Trustsec failing in lab 3750E</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-trustsec-failing-in-lab-3750e/m-p/5302710#M596948</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;Were you able to solve this problem?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 03:36:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-trustsec-failing-in-lab-3750e/m-p/5302710#M596948</guid>
      <dc:creator>bryan-cruz</dc:creator>
      <dc:date>2025-06-26T03:36:44Z</dc:date>
    </item>
  </channel>
</rss>

