<?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: Trustsec and static mappings in Software-Defined Access (SD-Access)</title>
    <link>https://community.cisco.com/t5/software-defined-access-sd-access/trustsec-and-static-mappings/m-p/5166606#M3491</link>
    <description>&lt;P&gt;Hi Jalejand,&lt;/P&gt;
&lt;P&gt;I'm trying to &lt;SPAN&gt;enforce traffic to an external destination on the border with an extranet scenario on a Cat9500 with:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="lia-indent-padding-left-30px"&gt;&lt;SPAN&gt;cts role-based enforcement&lt;BR /&gt;cts role-based enforcement vlan-list 1093 (l3 hanoff vlan of infra_vn)&lt;BR /&gt;cts sxp enable&lt;BR /&gt;cts sxp default password cisco&lt;BR /&gt;cts sxp connection peer &amp;lt;ISE-ADDR&amp;gt; source &amp;lt;Loopback0&amp;gt; password default mode local listener&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The SXP connection is ON and &lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;"show cts role-based sgt-map" i can see all my static mappings from ISE.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I configured a policy with deny ip from an internal SGT to the static mapping.&amp;nbsp;But "show cts role-based permissions" is empty.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Am i missing something for the extranet scenario?&lt;/P&gt;
&lt;P&gt;SDA 2.3.5.5&lt;/P&gt;
&lt;P&gt;ISE 3.2p6&lt;/P&gt;
&lt;P&gt;IOS-XE 17.9.5&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Aug 2024 15:46:11 GMT</pubDate>
    <dc:creator>racarvalho</dc:creator>
    <dc:date>2024-08-27T15:46:11Z</dc:date>
    <item>
      <title>Trustsec and static mappings</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/trustsec-and-static-mappings/m-p/4916377#M2582</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I'm testing Trustsec in my SD Access lab.&amp;nbsp; I can assign 2 ports on edge switches to different groups then apply a policy that blocks pings and it works fine.&amp;nbsp; I'm not authenticating the users so I statically assign an SGT via DNAC when I assign the ports to an address pool.&lt;/P&gt;&lt;P&gt;However, I'm also trying to test securing traffic to an external server that sits in my shared services area which is in the GRT.&amp;nbsp; To get to the server I need to leave my SD Access vrf on a L3 handoff and go through a fusion device where I route leak.&amp;nbsp; So I am trying to apply a policy on my Borders such that I statically designate an IP address to have SGT xx with the commands&lt;/P&gt;&lt;P&gt;cts role-based sgt-map 10.10.10.10 sgt 10&lt;/P&gt;&lt;P&gt;My ISE matrix then blocks my clients in SGT 5 pinging the server in SGT 10.&amp;nbsp; I can see the policy getting to my borders with&lt;/P&gt;&lt;P&gt;show cts role-based permissions&lt;/P&gt;&lt;P&gt;However, the traffic to the external device isn't blocked.&lt;/P&gt;&lt;P&gt;Is it possible to do this and if so what am I missing?&lt;/P&gt;&lt;P&gt;What I want to do is apply an extranet policy to share the INFRA_VN with a customer VN.&amp;nbsp; This works and the traffic doesn't need to go via the Fusion.&amp;nbsp; However, that does not apply any security.&amp;nbsp; It's an all or nothing in that when I designate my INFRA_VN as the provider and my customer VN as the subscriber the customer can get to anything in my INFRA_VN.&amp;nbsp; I want to be able to filter traffic at the Border with an SGT policy.&amp;nbsp; The alternative is I send the customer traffic out via a firewall and back in via the GRT which connects to the INFRA_VN.&amp;nbsp; This works but is inefficient as the traffic hairpins out the fabric borders and back in again.&lt;/P&gt;&lt;P&gt;Thanks for any input, Kev.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 19:10:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/trustsec-and-static-mappings/m-p/4916377#M2582</guid>
      <dc:creator>KevinR99</dc:creator>
      <dc:date>2023-09-01T19:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Trustsec and static mappings</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/trustsec-and-static-mappings/m-p/4916390#M2584</link>
      <description>&lt;P&gt;For non extranet scenario (Border enforcing traffic to an external destination) you must enable the following in the Border:&lt;BR /&gt;&lt;BR /&gt;1) cts role-based enforcement&lt;/P&gt;
&lt;P&gt;2) cts role-based enforcement vlan-list (L3 handoff VLAN)&lt;/P&gt;
&lt;P&gt;3) cts role-based sgt-map vrf (the fabric client VRF) x.x.x.x sgt xxx (This is called static binding and is vrf aware, you can use SXP for dynamic mappings using ISE).&lt;/P&gt;
&lt;P&gt;For extranet scenario:&lt;BR /&gt;&lt;BR /&gt;change the vlan list to include the VLAN used in for the L3 handoff in the GRT.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 19:39:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/trustsec-and-static-mappings/m-p/4916390#M2584</guid>
      <dc:creator>jalejand</dc:creator>
      <dc:date>2023-09-01T19:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Trustsec and static mappings</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/trustsec-and-static-mappings/m-p/4916532#M2586</link>
      <description>&lt;P&gt;Excellent, worked a treat.&lt;/P&gt;&lt;P&gt;Thanks for the swift reply, much appreciated.&lt;/P&gt;&lt;P&gt;Kev.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Sep 2023 10:31:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/trustsec-and-static-mappings/m-p/4916532#M2586</guid>
      <dc:creator>KevinR99</dc:creator>
      <dc:date>2023-09-02T10:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Trustsec and static mappings</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/trustsec-and-static-mappings/m-p/4916713#M2588</link>
      <description>&lt;P&gt;I had a look at the ISE I have in my SDA lab.&amp;nbsp; I would prefer to use this to define and propagate my static mappings.&amp;nbsp; However, when Iook in&amp;nbsp;&lt;/P&gt;&lt;P&gt;Work centers - TrustSec - Components - IP SGT Static Mapping&amp;nbsp;&lt;/P&gt;&lt;P&gt;there is a drop down against the IP address field as if ISE will populate IP addresses.&amp;nbsp; So I can.t define my external fabric IP address.&lt;/P&gt;&lt;P&gt;Is there a licensing or other requirement on ISE to allow me to configure and deploy static SGT mappings ?&lt;/P&gt;&lt;P&gt;Thanks, Kev.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Sep 2023 12:15:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/trustsec-and-static-mappings/m-p/4916713#M2588</guid>
      <dc:creator>KevinR99</dc:creator>
      <dc:date>2023-09-03T12:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Trustsec and static mappings</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/trustsec-and-static-mappings/m-p/4916715#M2589</link>
      <description>&lt;P&gt;See above&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 10:58:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/trustsec-and-static-mappings/m-p/4916715#M2589</guid>
      <dc:creator>KevinR99</dc:creator>
      <dc:date>2023-09-11T10:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Trustsec and static mappings</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/trustsec-and-static-mappings/m-p/4921370#M2619</link>
      <description>&lt;P&gt;I'm still unable to define static SGT mappings in ISE.&amp;nbsp; My hope was that I could define them there and propagate them to my Borders so that they know what SGT I want external devices to be mapped to.&amp;nbsp; Then I can use that mapping in the trustsec matrix.&lt;/P&gt;&lt;P&gt;When I go to Trustsec - IP SGT static mapping&lt;/P&gt;&lt;P&gt;it offers me a drop down box on the 1st line next to ip address.&amp;nbsp; It's as if it needs to know about a device IP address before I can then statically assign an SGT.&amp;nbsp; What I want to do is tell ISE the IP address and SGT such that it is propagated to my Border via SXP.&lt;/P&gt;&lt;P&gt;Kev.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 10:58:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/trustsec-and-static-mappings/m-p/4921370#M2619</guid>
      <dc:creator>KevinR99</dc:creator>
      <dc:date>2023-09-11T10:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Trustsec and static mappings</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/trustsec-and-static-mappings/m-p/4921390#M2620</link>
      <description>&lt;P&gt;Isnt this available for u?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andydoesntlikeuucp_0-1694431780548.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/196930iF3E2CFEAC11F6ADF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="andydoesntlikeuucp_0-1694431780548.png" alt="andydoesntlikeuucp_0-1694431780548.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 11:29:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/trustsec-and-static-mappings/m-p/4921390#M2620</guid>
      <dc:creator>Andrii Oliinyk</dc:creator>
      <dc:date>2023-09-11T11:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Trustsec and static mappings</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/trustsec-and-static-mappings/m-p/4921560#M2623</link>
      <description>&lt;P&gt;It is available but the IP address field seems to expect values to be available in the drop down menu. &amp;nbsp;When I type in an IP address it won’t accept it and it never allows me to press the save button.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 18:04:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/trustsec-and-static-mappings/m-p/4921560#M2623</guid>
      <dc:creator>KevinR99</dc:creator>
      <dc:date>2023-09-11T18:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Trustsec and static mappings</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/trustsec-and-static-mappings/m-p/4921611#M2624</link>
      <description>&lt;P&gt;khm... i'll check it in the lab &amp;amp; feed back&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 19:23:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/trustsec-and-static-mappings/m-p/4921611#M2624</guid>
      <dc:creator>Andrii Oliinyk</dc:creator>
      <dc:date>2023-09-11T19:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Trustsec and static mappings</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/trustsec-and-static-mappings/m-p/4921628#M2625</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1191315"&gt;@KevinR99&lt;/a&gt; You manually add the IP address, there is no drop-down list of pre-populated IP addresses/networks. You can press the save button only once you've added at least the minimum values - IP address, SGT and Send to SXP Domain&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RobIngram_0-1694462033831.png" style="width: 425px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/196963iFBE3ECD5CE685582/image-dimensions/425x348?v=v2" width="425" height="348" role="button" title="RobIngram_0-1694462033831.png" alt="RobIngram_0-1694462033831.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RobIngram_1-1694462086488.png" style="width: 575px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/196964iB12D98672043CE46/image-dimensions/575x158?v=v2" width="575" height="158" role="button" title="RobIngram_1-1694462086488.png" alt="RobIngram_1-1694462086488.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 19:57:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/trustsec-and-static-mappings/m-p/4921628#M2625</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2023-09-11T19:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Trustsec and static mappings</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/trustsec-and-static-mappings/m-p/4921811#M2626</link>
      <description>&lt;P&gt;i can confirm: no issues with saving the configuration.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 06:40:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/trustsec-and-static-mappings/m-p/4921811#M2626</guid>
      <dc:creator>Andrii Oliinyk</dc:creator>
      <dc:date>2023-09-12T06:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Trustsec and static mappings</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/trustsec-and-static-mappings/m-p/4921852#M2628</link>
      <description>&lt;P&gt;What version of ISE are you using? &amp;nbsp;Mine is 3.0.&lt;/P&gt;&lt;P&gt;There are drop down boxes next to my IP address and Virtual Networks fields but nothing available in them. &amp;nbsp;When I try to type a value it clears as soon as I go to the next field and because I cannot fill in &amp;nbsp;all the fields the save button is never active.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 08:07:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/trustsec-and-static-mappings/m-p/4921852#M2628</guid>
      <dc:creator>KevinR99</dc:creator>
      <dc:date>2023-09-12T08:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Trustsec and static mappings</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/trustsec-and-static-mappings/m-p/4921877#M2629</link>
      <description>&lt;P&gt;my SW is 3.2, but i dont think u hit the bug with 3.0 . i also have dropdown but i ignore it &amp;amp; just typing necessary values in the editable area of d/b. u must have the same result as in above images.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 09:11:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/trustsec-and-static-mappings/m-p/4921877#M2629</guid>
      <dc:creator>Andrii Oliinyk</dc:creator>
      <dc:date>2023-09-12T09:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Trustsec and static mappings</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/trustsec-and-static-mappings/m-p/4922574#M2630</link>
      <description>&lt;P&gt;Working.&amp;nbsp; When I saw the drop down box I assumed it would populate as I filled in addresses or when I completed an address and moved to the next field my address was accepted.&amp;nbsp; However, as you say, ignore the drop down box but hit return after entering the address and it's accepted.&amp;nbsp; I've then confirmed that the static mappings get propagated to my devices.&lt;/P&gt;&lt;P&gt;Thanks your your input.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 08:59:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/trustsec-and-static-mappings/m-p/4922574#M2630</guid>
      <dc:creator>KevinR99</dc:creator>
      <dc:date>2023-09-13T08:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Trustsec and static mappings</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/trustsec-and-static-mappings/m-p/5166606#M3491</link>
      <description>&lt;P&gt;Hi Jalejand,&lt;/P&gt;
&lt;P&gt;I'm trying to &lt;SPAN&gt;enforce traffic to an external destination on the border with an extranet scenario on a Cat9500 with:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="lia-indent-padding-left-30px"&gt;&lt;SPAN&gt;cts role-based enforcement&lt;BR /&gt;cts role-based enforcement vlan-list 1093 (l3 hanoff vlan of infra_vn)&lt;BR /&gt;cts sxp enable&lt;BR /&gt;cts sxp default password cisco&lt;BR /&gt;cts sxp connection peer &amp;lt;ISE-ADDR&amp;gt; source &amp;lt;Loopback0&amp;gt; password default mode local listener&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The SXP connection is ON and &lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;"show cts role-based sgt-map" i can see all my static mappings from ISE.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I configured a policy with deny ip from an internal SGT to the static mapping.&amp;nbsp;But "show cts role-based permissions" is empty.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Am i missing something for the extranet scenario?&lt;/P&gt;
&lt;P&gt;SDA 2.3.5.5&lt;/P&gt;
&lt;P&gt;ISE 3.2p6&lt;/P&gt;
&lt;P&gt;IOS-XE 17.9.5&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2024 15:46:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/trustsec-and-static-mappings/m-p/5166606#M3491</guid>
      <dc:creator>racarvalho</dc:creator>
      <dc:date>2024-08-27T15:46:11Z</dc:date>
    </item>
  </channel>
</rss>

