<?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 Design Question in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/trustsec-design-question/m-p/3459782#M494138</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Feb 2017 21:24:57 GMT</pubDate>
    <dc:creator>jideji</dc:creator>
    <dc:date>2017-02-13T21:24:57Z</dc:date>
    <item>
      <title>TrustSec Design Question</title>
      <link>https://community.cisco.com/t5/network-access-control/trustsec-design-question/m-p/3459780#M494082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;L3IF trustSec Interface-to-SGT Mapping, is it possible to receive multiple&amp;nbsp; SGT&amp;nbsp; on the ports that is&amp;nbsp; facing the WAN ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample&amp;nbsp; topology &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Site-A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WAN-Cloud&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Site-B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3750x ---------- ASR-1 ---------------------GREoMPLS---------------ASR2--------------------3750x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the above topology. In Site-A,&amp;nbsp; we have five SGT 10,20,30,40 and 50&amp;nbsp; that we like to propagate across the&amp;nbsp; MPLS WAN&amp;nbsp; to Site-B. My question is; what is the best way to get these SGT from Site-A to Site-B&amp;nbsp; over the MPLS WAN link. Please any pointers will be greatly appreciated. Please also see attached topology. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2019 07:27:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/trustsec-design-question/m-p/3459780#M494082</guid>
      <dc:creator>jideji</dc:creator>
      <dc:date>2019-03-11T07:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: TrustSec Design Question</title>
      <link>https://community.cisco.com/t5/network-access-control/trustsec-design-question/m-p/3459781#M494110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GRE supports inline tagging much the same as an Ethernet interface. This will allow you to propagate the tags over the service provider MPLS WAN. So all traffic will leave one side of the WAN and arrive at the other side with the original tag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that this is not the same as L3IF-SGT mapping which will take all traffic received on the configured interface and map it to the value specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To support inline tagging over GRE apply the command &amp;lt;cts sgt inline&amp;gt; to the tunnel interface as so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Tunnel10&lt;/P&gt;&lt;P&gt;&amp;nbsp; ip mtu 1360&lt;/P&gt;&lt;P&gt;&amp;nbsp; ip tcp adjust-mss 1352&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="text-decoration: underline;"&gt;cts sgt inline&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;You will also notice that with inline tagging over GRE, an additional 8 bytes of overhead will be required so if your ip mtu is set to 1360 for example (typical for IPsec/GRE or DMVPN), you will want to lower the TCP maximum segment size by 8 bytes as above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also please note that you will want to be running 3.16.5S on the ASR which fixed a related defect, CSCvb44207.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;TrustSec TME, Cisco Systems&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 21:22:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/trustsec-design-question/m-p/3459781#M494110</guid>
      <dc:creator>mjessup</dc:creator>
      <dc:date>2017-02-13T21:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: TrustSec Design Question</title>
      <link>https://community.cisco.com/t5/network-access-control/trustsec-design-question/m-p/3459782#M494138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 21:24:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/trustsec-design-question/m-p/3459782#M494138</guid>
      <dc:creator>jideji</dc:creator>
      <dc:date>2017-02-13T21:24:57Z</dc:date>
    </item>
  </channel>
</rss>

