<?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: SDA Fusion redundancy constructs in Software-Defined Access (SD-Access)</title>
    <link>https://community.cisco.com/t5/software-defined-access-sd-access/sda-fusion-redundancy-constructs/m-p/4756084#M2120</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;STRONG&gt;&amp;gt;&amp;gt;&amp;gt; Q2: Why such route-map is applied on Border-only switches? Right now if Fusion1 fails, B1 has no exit path which would result in a negative impact for SDA endpoints.&lt;/STRONG&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;gt;&amp;gt;&amp;gt; Q3: Application of this route-map is manual or automated? I know this route-map is also used under LISP routing process but I didn't find any documentation about applying it under BGP routing process.&lt;/STRONG&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Q2: From my research, it looks like this route-map "deny_0.0.0.0" is useful under BGP routing process and applied to eBGP neighbors, only in the case of Internal-only Borders since this Border type should not advertise a default route into the SDA Fabric.&lt;/P&gt;
&lt;P&gt;Removing the application of the route-map doesn't break anything. It brings the default route redundancy on B1 and B2 nodes.&lt;/P&gt;
&lt;P&gt;Q3: I believe it was manually applied but cannot confirm.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Still investigating on the other questions...&lt;/P&gt;</description>
    <pubDate>Tue, 17 Jan 2023 15:41:53 GMT</pubDate>
    <dc:creator>Sylvain_Che</dc:creator>
    <dc:date>2023-01-17T15:41:53Z</dc:date>
    <item>
      <title>SDA Fusion redundancy constructs</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/sda-fusion-redundancy-constructs/m-p/4753065#M2119</link>
      <description>&lt;P&gt;Dear,&lt;/P&gt;
&lt;P&gt;I took the ownership of an existing SDA Fabric and I should bring some redundancy at various levels. Unfortunately the implementation was not documented and I have to do reverse engineering to understand what stuff are configured and why in order to think about the items to configure to bring this needed redundancy. I have no lab to test and dCloud is not sufficient here.&lt;/P&gt;
&lt;P&gt;I'll try to describe the best I can the current implementation of the Fabric.&lt;/P&gt;
&lt;P&gt;The SDA Fabric is configured with a single Fabric site, 2 Border/Control Plane nodes and 2 Border-only nodes in total. All 4 Borders are Anywhere borders.&lt;/P&gt;
&lt;P&gt;The Fabric site is actually split in 2 geographical sites (close enough to respect the latency requirements). On each geographical site, there is 1 B/CP and 1 Border. Both of them are connected to a single site-local Fusion with eBGP.&lt;/P&gt;
&lt;P&gt;Fabric Edges have 1 uplink to each site-local Border nodes (so 2 uplinks in total).&lt;/P&gt;
&lt;P&gt;There is 1 physical link between BCP1 and BCP2, and 1 physical link between B1 and B2. There is no direct physical link between Fusion switches.&lt;/P&gt;
&lt;P&gt;iBGP is configured between both BCP nodes for all VNs with the route-map "tag_local_eids" applied in the outgoing direction as documented in &lt;A href="https://bst.cisco.com/bugsearch/bug/CSCvm77399" target="_self"&gt;CSCvm77399 - SDA - Prefixes stay in LISP map-cache even after Source of prefix is lost &lt;/A&gt;. I don't know at the time of the implementation (2019) if this was configured manually or automated via DNAC but anyway, the config is there and it's OK.&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Fusion redundancy:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;At the moment:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The site-1 endpoints exit the Fabric through Fusion1 which then forwards to final destination.&lt;/LI&gt;
&lt;LI&gt;The site-2 endpoints exit the Fabric through Fusion2. Traffic then goes from Fusion2 to Fusion1 because Fusion1 sends a default route via OSPF to Fusion2. The reason is because routing between Fusion2 and legacy2 has never been configured.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;However if Fusion1 fails, endpoints from the fabric (whatever the geographical site they are located) have no way to reach the legacy and outside world. This is obviously a big concern.&lt;/P&gt;
&lt;P&gt;Configuring routing between Fusion2 and legacy2 is not a very big deal. With iBGP being configured between BCP nodes, I know that BCP nodes have redundant paths towards the outside.&lt;/P&gt;
&lt;P&gt;Now my concern/reverse-engineering is about how the 4 Borders are configured and how Border-only nodes can route traffic to the outside.&lt;/P&gt;
&lt;P&gt;&amp;gt; BCP1 and BCP2 are route-reflectors. B1 and B2 are route-reflector clients of both BCP1 and BCP2. &lt;STRONG&gt;&amp;gt;&amp;gt;&amp;gt; Q1: First, can you please confirm that this configuration is entirely manual (I assume that DNAC templating is equal to be manual config) and not automated by DNAC?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;gt; B1 and B2 have the following route-map applied under BGP IPv4 and VPNv4 address-families in the ingress direction:&lt;/P&gt;
&lt;PRE&gt;B1#&lt;BR /&gt;address-family ipv4&lt;BR /&gt; bgp redistribute-internal&lt;BR /&gt; redistribute isis level-1-2&lt;BR /&gt; neighbor &lt;EM&gt;&lt;STRONG&gt;BCP2&lt;/STRONG&gt;&lt;/EM&gt;.122.133 activate&lt;BR /&gt; neighbor &lt;EM&gt;&lt;STRONG&gt;BCP2&lt;/STRONG&gt;&lt;/EM&gt;.122.133 &lt;STRONG&gt;route-map deny_0.0.0.0 in&lt;/STRONG&gt;&lt;BR /&gt; neighbor &lt;EM&gt;&lt;STRONG&gt;BCP1&lt;/STRONG&gt;&lt;/EM&gt;.124.129 activate&lt;BR /&gt; neighbor &lt;EM&gt;&lt;STRONG&gt;BCP1&lt;/STRONG&gt;&lt;/EM&gt;.124.129 &lt;STRONG&gt;route-map deny_0.0.0.0 in&lt;/STRONG&gt;&lt;BR /&gt;exit-address-family&lt;BR /&gt;!&lt;BR /&gt;address-family vpnv4&lt;BR /&gt;&amp;nbsp; neighbor &lt;EM&gt;&lt;STRONG&gt;BCP2&lt;/STRONG&gt;&lt;/EM&gt;.122.133 activate&lt;BR /&gt;&amp;nbsp; neighbor &lt;EM&gt;&lt;STRONG&gt;BCP2&lt;/STRONG&gt;&lt;/EM&gt;.122.133 send-community both&lt;BR /&gt;&amp;nbsp; neighbor &lt;EM&gt;&lt;STRONG&gt;BCP2&lt;/STRONG&gt;&lt;/EM&gt;.122.133 &lt;STRONG&gt;route-map deny_0.0.0.0 in&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp; neighbor &lt;EM&gt;&lt;STRONG&gt;BCP2&lt;/STRONG&gt;&lt;/EM&gt;.122.133 route-map tag_local_eids out&lt;BR /&gt;&amp;nbsp; neighbor &lt;EM&gt;&lt;STRONG&gt;BCP1&lt;/STRONG&gt;&lt;/EM&gt;.124.129 activate&lt;BR /&gt;&amp;nbsp; neighbor &lt;EM&gt;&lt;STRONG&gt;BCP1&lt;/STRONG&gt;&lt;/EM&gt;.124.129 send-community both&lt;BR /&gt;&amp;nbsp; neighbor &lt;EM&gt;&lt;STRONG&gt;BCP1&lt;/STRONG&gt;&lt;/EM&gt;.124.129 &lt;STRONG&gt;route-map deny_0.0.0.0 in&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp; neighbor &lt;EM&gt;&lt;STRONG&gt;BCP1&lt;/STRONG&gt;&lt;/EM&gt;.124.129 route-map tag_local_eids out&lt;BR /&gt;&amp;nbsp;exit-address-family&lt;BR /&gt;!&lt;BR /&gt;route-map deny_0.0.0.0 deny 25&lt;BR /&gt;&amp;nbsp;match ip address prefix-list deny_0.0.0.0&lt;BR /&gt;route-map deny_0.0.0.0 permit 30&lt;BR /&gt;!&lt;BR /&gt;ip prefix-list deny_0.0.0.0 seq 10 permit 0.0.0.0/0&lt;BR /&gt;!&lt;BR /&gt;// *same config on B2. &lt;/PRE&gt;
&lt;P&gt;This route-map says "Drop the advertisement of the 0.0.0.0/0 route coming from BCP nodes" leaving the Border-only switches with the following BGP table (example with B1):&lt;/P&gt;
&lt;PRE&gt;&lt;STRONG&gt;B1#&lt;/STRONG&gt;show ip bgp vpnv4 vrf CAMPUS&lt;BR /&gt;BGP table version is 168555, local router ID is &lt;EM&gt;&lt;STRONG&gt;B1&lt;/STRONG&gt;&lt;/EM&gt;.124.130&lt;BR /&gt;Status codes: s suppressed, d damped, h history, * valid, &amp;gt; best, i - internal,&lt;BR /&gt;&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; r RIB-failure, S Stale, m multipath, b backup-path, f RT-Filter,&lt;BR /&gt;&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; x best-external, a additional-path, c RIB-compressed,&lt;BR /&gt;&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; t secondary path, L long-lived-stale,&lt;BR /&gt;Origin codes: i - IGP, e - EGP, ? - incomplete&lt;BR /&gt;RPKI validation codes: V valid, I invalid, N Not found&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Network&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Next Hop&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Metric LocPrf Weight Path&lt;BR /&gt;Route Distinguisher: 1:4102 (default for vrf CAMPUS)&lt;BR /&gt;&amp;nbsp;*&amp;gt;&amp;nbsp;&amp;nbsp; 0.0.0.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt;&lt;STRONG&gt;Fusion1&lt;/STRONG&gt;&lt;/EM&gt;.126.74&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; 65535 65000 i&lt;BR /&gt;[...]&lt;BR /&gt;&lt;STRONG&gt;B1&lt;/STRONG&gt;#&lt;/PRE&gt;
&lt;P&gt;while BCP1 has 4 different possible paths:&lt;/P&gt;
&lt;PRE&gt;&lt;STRONG&gt;BCP1#&lt;/STRONG&gt;show ip bgp vpnv4 vrf CAMPUS&lt;BR /&gt;BGP table version is 3811592, local router ID is &lt;EM&gt;&lt;STRONG&gt;BCP1&lt;/STRONG&gt;&lt;/EM&gt;.124.129&lt;BR /&gt;Status codes: s suppressed, d damped, h history, * valid, &amp;gt; best, i - internal,&lt;BR /&gt;&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; r RIB-failure, S Stale, m multipath, b backup-path, f RT-Filter,&lt;BR /&gt;&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; x best-external, a additional-path, c RIB-compressed,&lt;BR /&gt;&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; t secondary path, L long-lived-stale,&lt;BR /&gt;Origin codes: i - IGP, e - EGP, ? - incomplete&lt;BR /&gt;RPKI validation codes: V valid, I invalid, N Not found&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Network&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Next Hop&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Metric LocPrf Weight Path&lt;BR /&gt;Route Distinguisher: 1:4102 (default for vrf CAMPUS)&lt;BR /&gt;&amp;nbsp;* i&amp;nbsp; 0.0.0.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt;&lt;STRONG&gt;B2&lt;/STRONG&gt;&lt;/EM&gt;.122.132&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; 100&amp;nbsp; 45000 65000 i&lt;BR /&gt;&amp;nbsp;* i&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; &lt;EM&gt;&lt;STRONG&gt;BCP2&lt;/STRONG&gt;&lt;/EM&gt;.127.237&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; 100&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 65000 i&lt;BR /&gt;&amp;nbsp;* i&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; &lt;EM&gt;&lt;STRONG&gt;B1&lt;/STRONG&gt;&lt;/EM&gt;.124.130&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; 100&amp;nbsp; 45000 65000 i&lt;BR /&gt;&amp;nbsp;*&amp;gt;&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; &lt;EM&gt;&lt;STRONG&gt;Fusion1&lt;/STRONG&gt;&lt;/EM&gt;.126.62&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; 65535 65000 i&lt;BR /&gt;[...]&lt;BR /&gt;&lt;STRONG&gt;BCP1&lt;/STRONG&gt;#&lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;gt;&amp;gt;&amp;gt; Q2: Why such route-map is applied on Border-only switches? Right now if Fusion1 fails, B1 has no exit path which would result in a negative impact for SDA endpoints.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;gt;&amp;gt;&amp;gt; Q3: Application of this route-map is manual or automated? I know this route-map is also used under LISP routing process but I didn't find any documentation about applying it under BGP routing process.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt; Another configuration applied on all 4 Borders which is not symmetric is the redistribution of the underlay prefixes in BGP routing process (AF IPv4).&lt;/P&gt;
&lt;P&gt;On &lt;STRONG&gt;BCP1&lt;/STRONG&gt;: both "&lt;FONT face="courier new,courier"&gt;redistribute isis level-1-2"&lt;/FONT&gt; and "&lt;FONT face="courier new,courier"&gt;redistribute lisp metric 10&lt;/FONT&gt;" commands are present.&lt;/P&gt;
&lt;P&gt;On &lt;STRONG&gt;B1&lt;/STRONG&gt;: only "&lt;FONT face="courier new,courier"&gt;redistribute isis level-1-2&lt;/FONT&gt;" command is present.&lt;/P&gt;
&lt;P&gt;On &lt;STRONG&gt;BCP2&lt;/STRONG&gt;: only "&lt;FONT face="courier new,courier"&gt;redistribute lisp metric 10&lt;/FONT&gt;" command is present.&lt;/P&gt;
&lt;P&gt;On &lt;STRONG&gt;B2&lt;/STRONG&gt;: no redistribute command configured.&lt;/P&gt;
&lt;P&gt;On both &lt;STRONG&gt;Fusion1&lt;/STRONG&gt; and &lt;STRONG&gt;Fusion2&lt;/STRONG&gt;, I can see /31s and /32s underlay prefixes learned via eBGP from site-local Border nodes.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;gt;&amp;gt;&amp;gt; Q4: Since the configuration is not symmetric I believe the commands were pushed manually. Do you confirm?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;gt;&amp;gt;&amp;gt; Q5: At the end, which command should be applied? ISIS only? LISP only? Both? &lt;/STRONG&gt;For sure, I will configure aggregate-address command to avoid getting absolutely all Fabric prefixes learned by Fusion switches.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;
&lt;P&gt;Additional questions might arise...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sylvain.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 08:36:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/sda-fusion-redundancy-constructs/m-p/4753065#M2119</guid>
      <dc:creator>Sylvain_Che</dc:creator>
      <dc:date>2023-01-17T08:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: SDA Fusion redundancy constructs</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/sda-fusion-redundancy-constructs/m-p/4756084#M2120</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;STRONG&gt;&amp;gt;&amp;gt;&amp;gt; Q2: Why such route-map is applied on Border-only switches? Right now if Fusion1 fails, B1 has no exit path which would result in a negative impact for SDA endpoints.&lt;/STRONG&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;gt;&amp;gt;&amp;gt; Q3: Application of this route-map is manual or automated? I know this route-map is also used under LISP routing process but I didn't find any documentation about applying it under BGP routing process.&lt;/STRONG&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Q2: From my research, it looks like this route-map "deny_0.0.0.0" is useful under BGP routing process and applied to eBGP neighbors, only in the case of Internal-only Borders since this Border type should not advertise a default route into the SDA Fabric.&lt;/P&gt;
&lt;P&gt;Removing the application of the route-map doesn't break anything. It brings the default route redundancy on B1 and B2 nodes.&lt;/P&gt;
&lt;P&gt;Q3: I believe it was manually applied but cannot confirm.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Still investigating on the other questions...&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 15:41:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/sda-fusion-redundancy-constructs/m-p/4756084#M2120</guid>
      <dc:creator>Sylvain_Che</dc:creator>
      <dc:date>2023-01-17T15:41:53Z</dc:date>
    </item>
  </channel>
</rss>

