<?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: OTV and Multicast in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475103#M235430</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please post configs of both router's/all routers - I'm not quite clear on the topology? Is there any transit routers/devices in between? If you are not seeing the routers in the other sites, if the overlay is up in some shape or form, almost 90% of the time its a multicast problem. Just ensure you pim enabled en routes between too. Also the RP's accessible and that there are no RPF check failures.&lt;BR /&gt;&lt;BR /&gt;Also show us the output of 'show ip pim neigh'&lt;BR /&gt;&lt;BR /&gt;Edited: I did an implementation for new DC's with N7K's and ASR1002X's - I took the pim passive command out and enabled pim sparse as usual, all started working. Pim neighbor was not up. Jon is also correct with the igmp comments to my understanding.&lt;BR /&gt;&lt;BR /&gt;Please rate useful posts &amp;amp; remember to mark any solved questions as answered. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Feb 2014 18:47:56 GMT</pubDate>
    <dc:creator>Bilal Nawaz</dc:creator>
    <dc:date>2014-02-26T18:47:56Z</dc:date>
    <item>
      <title>OTV and Multicast</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475094#M235421</link>
      <description>&lt;P&gt;Hey Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have setup the below lab and I am having trouble with the OTV adjacency finding the routers in the other site.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lab Site 1:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;1 ESX Host&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;1 WEB Server ( vlan 400)&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;2 x CSR 1000v&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;Gi1 - WAN&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Gi2 - 300&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Gi3 - MGMT&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Gi4 - Trunk(vlan 400 and will trunk more when lab is working)&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;1 HP 1910 Switch&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;VLAN's trunked to ESX host&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Access VLAN 300 patches to Switch in Site 2.&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lab Site 2:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;1 ESX Host&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;1 WEB Server ( vlan 400)&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;2 x CSR 1000v&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;Gi1 - WAN&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Gi2 - SITE LINK (VLAN 300)&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Gi3 - MGMT&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Gi4 - Trunk(vlan 400 and will trunk more when lab is working)&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;1 Cisco C3548XL switch.&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;VLAN's trunked to ESX host&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Access VLAN 300 patches to Switch in Site 2&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All routers have a port directly connect to VLAN 300 and configured with a 10.0.0.0/24 IP. All routers can ping each other and they have peered using iBGP. I have OSPF configured for internal VLAN's at each site that I dont want to extend with OTV and have BGP redistributing OSPF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The OTV is peering with the other router in its site but not detecting the routers at the other site.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IP IGMP snooping is not running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip multicast-routing distributed&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet2&lt;/P&gt;&lt;P&gt;ip pim passive&lt;/P&gt;&lt;P&gt;ip igmp version 3&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;otv site-identifier 0001.0001.0001 #0002.0002.0002 for site 2.&lt;BR /&gt;!&lt;BR /&gt;interface Overlay1&lt;BR /&gt;otv control-group 239.37.37.37&lt;BR /&gt;otv data-group 232.37.37.0/24&lt;BR /&gt;otv join-interface GigabitEthernet2&lt;BR /&gt;no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I change the OTV config to unicast it works fine but it is not recomended to do it this way and you can only specify 2 IP's when manually setting the adjacency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas of where I should focus my efforts to troubleshoot would be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 06:26:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475094#M235421</guid>
      <dc:creator>maverick-lamont</dc:creator>
      <dc:date>2019-03-05T06:26:18Z</dc:date>
    </item>
    <item>
      <title>OTV and Multicast</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475095#M235422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;David &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not configured OTV so i may be wide of the mark but my understanding was that you need IGMP snooping for it to work properly as IGMP snooping is used to learn of the mutlicast members in the remote sites. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I may be wrong but is there a reason you have not enabled IGMP snooping ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 14:31:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475095#M235422</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2014-02-25T14:31:16Z</dc:date>
    </item>
    <item>
      <title>OTV and Multicast</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475096#M235423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well I have been doing a bit of reading and IGMP snooping I believe is supposed to learn and control where the forwarding goes.&amp;nbsp;&amp;nbsp; But without it,&amp;nbsp; multicast traffic will just travel over all ports on that vlan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The connection between the routers is Layer 2 so no funky multicast routing is really needed as far as I can see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did try turning IGMP snopping on the HP switch and applied "cgmp leave-processing" on the C3548 see below article.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.experts-exchange.com/Networking/Telecommunications/IP_Telephony/VoIP/Q_23882007.html"&gt;http://www.experts-exchange.com/Networking/Telecommunications/IP_Telephony/VoIP/Q_23882007.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But it still made no difference.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 14:56:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475096#M235423</guid>
      <dc:creator>maverick-lamont</dc:creator>
      <dc:date>2014-02-25T14:56:55Z</dc:date>
    </item>
    <item>
      <title>OTV and Multicast</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475097#M235424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;David &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right about IGMP snooping and flooding, i just thought it might be something specific to OTV. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post the output of "sh otv overlay 1" from one site 1 CSR 1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 15:14:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475097#M235424</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2014-02-25T15:14:13Z</dc:date>
    </item>
    <item>
      <title>OTV and Multicast</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475098#M235425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; &lt;IMG src="https://community.cisco.com/legacyfs/online/legacy/3/4/4/181443-ASR-1.JPG" alt="ASR-1.JPG" class="jive-image-thumbnail jive-image" onclick="" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Excuse the print screen...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 15:22:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475098#M235425</guid>
      <dc:creator>maverick-lamont</dc:creator>
      <dc:date>2014-02-25T15:22:30Z</dc:date>
    </item>
    <item>
      <title>OTV and Multicast</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475099#M235426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure what the issue is but happy to keep looking if you are but like i say i haven;t done this before. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Up to you really. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does a "sh ip mroute" show ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 15:52:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475099#M235426</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2014-02-25T15:52:45Z</dc:date>
    </item>
    <item>
      <title>OTV and Multicast</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475100#M235427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.cisco.com/legacyfs/online/legacy/4/6/4/181464-ASR-1-1.JPG" alt="ASR-1-1.JPG" class="jive-image-thumbnail jive-image" onclick="" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.cisco.com/legacyfs/online/legacy/5/6/4/181465-ASR-1-2.JPG" alt="ASR-1-2.JPG" class="jive-image-thumbnail jive-image" onclick="" width="450" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 16:31:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475100#M235427</guid>
      <dc:creator>maverick-lamont</dc:creator>
      <dc:date>2014-02-25T16:31:09Z</dc:date>
    </item>
    <item>
      <title>OTV and Multicast</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475101#M235428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; With packet captures I can see the IGMP v3 traffic making it accross the sites and up the vmware trunk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example packet captured on the trunk to the ESX host at Site 2.&amp;nbsp; 10.0.0.1 is in Site 1.&amp;nbsp; &lt;/P&gt;&lt;P&gt;172 43.157517000 10.0.0.1 224.0.0.22 IGMPv3 60 Membership Report / Join group 239.37.37.37 for any sources&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 17:50:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475101#M235428</guid>
      <dc:creator>maverick-lamont</dc:creator>
      <dc:date>2014-02-25T17:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: OTV and Multicast</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475102#M235429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just been thinking about this again. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each OTV device acts as an IGMP host and sends a host membership report. What happens here is that if a host (think OTV device) sees another membership report it doesn't send it's own. This is a kind of optimisation for IGMP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However you don't want this in your setup ie. each OTV device must send a membership report. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IGMP snooping suppresses this behaviour ie. each IGMP host has to send a membership report because they never see the other IGMP hosts membership reports. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at your outputs it does seem as though only one&amp;nbsp; membership report is being seen and the other suppressed. From the CSR 1000v configuration guide - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;OTV uses IGMP snooping and group membership advertisements (GM-LSPs) to learn all multicast group members from remote sites. OTV also uses IGMP snooping to detect all multicast groups in a local site.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I appreciate you tried enabling it but could you perhaps look at this again. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit - not saying i am right but the docs do emphasise IGMP snooping. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 18:32:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475102#M235429</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2014-02-26T18:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: OTV and Multicast</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475103#M235430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please post configs of both router's/all routers - I'm not quite clear on the topology? Is there any transit routers/devices in between? If you are not seeing the routers in the other sites, if the overlay is up in some shape or form, almost 90% of the time its a multicast problem. Just ensure you pim enabled en routes between too. Also the RP's accessible and that there are no RPF check failures.&lt;BR /&gt;&lt;BR /&gt;Also show us the output of 'show ip pim neigh'&lt;BR /&gt;&lt;BR /&gt;Edited: I did an implementation for new DC's with N7K's and ASR1002X's - I took the pim passive command out and enabled pim sparse as usual, all started working. Pim neighbor was not up. Jon is also correct with the igmp comments to my understanding.&lt;BR /&gt;&lt;BR /&gt;Please rate useful posts &amp;amp; remember to mark any solved questions as answered. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 18:47:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475103#M235430</guid>
      <dc:creator>Bilal Nawaz</dc:creator>
      <dc:date>2014-02-26T18:47:56Z</dc:date>
    </item>
    <item>
      <title>OTV and Multicast</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475104#M235431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To make it simpler I have shutdown the 2nd CSR at each site so there is only 1 at each site.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The C3500XL does not support IGMP snooping.&amp;nbsp;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;I replaced it with a Linksys switch and enabled IGMP snooping on VLAN 300 on both switches,&amp;nbsp; it still made no made no difference.&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;I know the HP switch is new and supports IGMP version 3.&amp;nbsp;&amp;nbsp; So I connected both ESX hosts on a trunk port directly to the HP removing the 2nd switch from the environmnet.&amp;nbsp; Still made no difference.&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;I migrated the CSR's to the same ESX host and the adjaceny worked!&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Just FYI the VLAN 300 is passing traffic,&amp;nbsp; and BGP is peering fine.&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt;I rekon it must be something to do with IGMP on the HP not playing ball,&amp;nbsp; even though I can see with packet trace it is not droping IGMP traffic.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I guess I need better lab equipement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 09:53:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475104#M235431</guid>
      <dc:creator>maverick-lamont</dc:creator>
      <dc:date>2014-02-27T09:53:20Z</dc:date>
    </item>
    <item>
      <title>OTV and Multicast</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475105#M235432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bilal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I rekon it is multicast as well, just can't see why.&amp;nbsp; the CSR's are linked via layer 2 going through 2 physical switches.&lt;/P&gt;&lt;P&gt;The swithes have there own VTP domain and are linked via access ports,&amp;nbsp; unfortunately they are not great switches,&amp;nbsp; an HP and a Linksys. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.cisco.com/legacyfs/online/legacy/9/1/6/181619-topology.jpg" alt="topology.jpg" class="jive-image" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2014.02.27 09:23:27 =~=~=~=~=~=~=~=~=~=~=~=&lt;BR /&gt;sh run&lt;BR /&gt;Building configuration...&lt;/P&gt;&lt;P&gt;Current configuration : 3995 bytes&lt;BR /&gt;!&lt;BR /&gt;! Last configuration change at 08:37:44 UTC Thu Feb 27 2014&lt;BR /&gt;!&lt;BR /&gt;version 15.4&lt;BR /&gt;service timestamps debug datetime msec&lt;BR /&gt;service timestamps log datetime msec&lt;BR /&gt;no platform punt-keepalive disable-kernel-core&lt;BR /&gt;platform console virtual&lt;BR /&gt;!&lt;BR /&gt;hostname uk-lab2-asr-1&lt;BR /&gt;!&lt;BR /&gt;boot-start-marker&lt;BR /&gt;boot-end-marker&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;enable secret 5 $1$GbRT$mBduePO9aR7yex0LGJ8Ct1&lt;BR /&gt;!&lt;BR /&gt;aaa new-model&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;aaa authentication login default local&lt;BR /&gt;aaa authentication enable default enable&lt;BR /&gt;aaa authorization exec default local &lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;aaa session-id common&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ip multicast-routing distributed&lt;BR /&gt;no ip domain lookup&lt;BR /&gt;ip domain name test.co.uk&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;subscriber templating&lt;BR /&gt;!&lt;BR /&gt;otv site bridge-domain 352&lt;BR /&gt;!&lt;BR /&gt;otv site-identifier 0002.0002.0002&lt;BR /&gt;multilink bundle-name authenticated&lt;BR /&gt;!&lt;BR /&gt;crypto pki trustpoint TP-self-signed-2933701141&lt;BR /&gt; enrollment selfsigned&lt;BR /&gt; subject-name cn=IOS-Self-Signed-Certificate-2933701141&lt;BR /&gt; revocation-check none&lt;BR /&gt; rsakeypair TP-self-signed-2933701141&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;crypto pki certificate chain TP-self-signed-2933701141&lt;BR /&gt; certificate self-signed 01&lt;BR /&gt;&amp;nbsp; 3082022B 30820194 A0030201 02020101 300D0609 2A864886 F70D0101 05050030 &lt;BR /&gt;&amp;nbsp; 31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274 &lt;BR /&gt;&amp;nbsp; 69666963 6174652D 32393333 37303131 3431301E 170D3134 30323133 31353335 &lt;BR /&gt;&amp;nbsp; 35325A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649 &lt;BR /&gt;&amp;nbsp; 4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D32 39333337 &lt;BR /&gt;&amp;nbsp; 30313134 3130819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281 &lt;BR /&gt;&amp;nbsp; 8100DA0C DA33BF64 F53A5AF5 E2B23F64 29F3FD7F CB5DBADA F6AA3864 FACEED07 &lt;BR /&gt;&amp;nbsp; F382C8E0 EEC46C3D 9B1DD2FF 83565E68 A08DAF22 BBB3DED6 E47EBB6F 40C4C67E &lt;BR /&gt;&amp;nbsp; 35BC7B24 5020B052 C7884341 8B763CBB 01DBBEEA D870CE23 B40292EA 516812ED &lt;BR /&gt;&amp;nbsp; F2EB0F05 C85BA1A4 1A2C401A 1BD00E0E F7A1C599 6FFAA3DD A0CA4A60 A6B087B3 &lt;BR /&gt;&amp;nbsp; B85B0203 010001A3 53305130 0F060355 1D130101 FF040530 030101FF 301F0603 &lt;BR /&gt;&amp;nbsp; 551D2304 18301680 14AC647E DBB4D148 10DCC37E 529E8C7B BF27CBA1 5F301D06 &lt;BR /&gt;&amp;nbsp; 03551D0E 04160414 AC647EDB B4D14810 DCC37E52 9E8C7BBF 27CBA15F 300D0609 &lt;BR /&gt;&amp;nbsp; 2A864886 F70D0101 05050003 8181002C F73FD7EA 7EF9DF33 BAA241F1 A643EBE7 &lt;BR /&gt;&amp;nbsp; 8296CE0D 3CA16435 ACAB21B3 E3F3EC54 F8A720A5 AD6E09C7 C304F16E A2C97100 &lt;BR /&gt;&amp;nbsp; F0C93A86 AF5CBC34 8D0B41B5 E745049E 83A6508E BF6B864F 82B794F8 1FA69759 &lt;BR /&gt;&amp;nbsp; 25FF5142 B8852E81 50C9A543 E17A4122 134B0827 47260D0F 0B01162A E8F661BD &lt;BR /&gt;&amp;nbsp; 404404C7 043B8598 3FE4A839 4A16F7&lt;BR /&gt;&amp;nbsp; quit&lt;BR /&gt;license udi pid CSR1000V sn 901VI2BA36Y&lt;BR /&gt;license boot level premium&lt;BR /&gt;spanning-tree extend system-id&lt;BR /&gt;!&lt;BR /&gt;username router password 0 password&lt;BR /&gt;!&lt;BR /&gt;redundancy&lt;BR /&gt; mode none&lt;BR /&gt;bridge-domain 352 &lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;ip ssh rsa keypair-name ssh-key&lt;BR /&gt;ip ssh version 2&lt;BR /&gt;ip scp server enable&lt;BR /&gt;! &lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;! &lt;BR /&gt;!&lt;BR /&gt;interface Overlay1&lt;BR /&gt; no ip address&lt;BR /&gt; otv control-group 239.37.37.37&lt;BR /&gt; otv data-group 232.37.37.0/24&lt;BR /&gt; otv join-interface GigabitEthernet2&lt;BR /&gt;!&lt;BR /&gt;interface VirtualPortGroup0&lt;BR /&gt; ip unnumbered GigabitEthernet3&lt;BR /&gt; no mop enabled&lt;BR /&gt; no mop sysid&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1&lt;BR /&gt; ip address 10.10.0.2 255.255.255.0&lt;BR /&gt; negotiation auto&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet2&lt;BR /&gt; ip address 10.0.0.11 255.255.255.0&lt;BR /&gt; ip pim passive&lt;BR /&gt; ip igmp version 3&lt;BR /&gt; negotiation auto&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet3&lt;BR /&gt; ip address 10.100.0.121 255.255.255.0&lt;BR /&gt; negotiation auto&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet4&lt;BR /&gt; no ip address&lt;BR /&gt; negotiation auto&lt;BR /&gt; service instance 352 ethernet&lt;BR /&gt;&amp;nbsp; encapsulation dot1q 352&lt;BR /&gt;&amp;nbsp; bridge-domain 352&lt;BR /&gt; !&lt;BR /&gt; service instance 400 ethernet&lt;BR /&gt;&amp;nbsp; encapsulation dot1q 400&lt;BR /&gt;&amp;nbsp; bridge-domain 400&lt;BR /&gt; !&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet5&lt;BR /&gt; no ip address&lt;BR /&gt; shutdown&lt;BR /&gt; negotiation auto&lt;BR /&gt;!&lt;BR /&gt;router ospf 1&lt;BR /&gt; router-id 172.20.2.11&lt;BR /&gt; network 172.20.2.0 0.0.0.255 area 0&lt;BR /&gt;!&lt;BR /&gt;router bgp 300&lt;BR /&gt; bgp log-neighbor-changes&lt;BR /&gt; bgp redistribute-internal&lt;BR /&gt; redistribute ospf 1&lt;BR /&gt; neighbor 10.0.0.1 remote-as 300&lt;BR /&gt; neighbor 10.0.0.2 remote-as 300&lt;BR /&gt; neighbor 10.0.0.12 remote-as 300&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;virtual-service csr_mgmt&lt;BR /&gt; activate&lt;BR /&gt;!&lt;BR /&gt;ip forward-protocol nd&lt;BR /&gt;!&lt;BR /&gt;ip pim send-rp-discovery scope 16&lt;BR /&gt;no ip http server&lt;BR /&gt;ip http secure-server&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;control-plane&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;line con 0&lt;BR /&gt; stopbits 1&lt;BR /&gt;line aux 0&lt;BR /&gt; stopbits 1&lt;BR /&gt;line vty 0 4&lt;BR /&gt; length 0&lt;BR /&gt; transport input none&lt;BR /&gt;line vty 5 43&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;uk-lab2-asr-1# &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2014.02.27 09:22:17 =~=~=~=~=~=~=~=~=~=~=~=&lt;BR /&gt;sh run&lt;BR /&gt;Building configuration...&lt;/P&gt;&lt;P&gt;Current configuration : 3994 bytes&lt;BR /&gt;!&lt;BR /&gt;! Last configuration change at 09:13:03 UTC Thu Feb 27 2014&lt;BR /&gt;!&lt;BR /&gt;version 15.4&lt;BR /&gt;service timestamps debug datetime msec&lt;BR /&gt;service timestamps log datetime msec&lt;BR /&gt;no platform punt-keepalive disable-kernel-core&lt;BR /&gt;platform console virtual&lt;BR /&gt;!&lt;BR /&gt;hostname uk-lab1-asr-1&lt;BR /&gt;!&lt;BR /&gt;boot-start-marker&lt;BR /&gt;boot-end-marker&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;enable secret 5 $1$H757$OL9WBB5XLVB.UXo1cWqRq1&lt;BR /&gt;!&lt;BR /&gt;aaa new-model&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;aaa authentication login default local&lt;BR /&gt;aaa authentication enable default enable&lt;BR /&gt;aaa authorization exec default local &lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;aaa session-id common&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ip multicast-routing distributed&lt;BR /&gt;no ip domain lookup&lt;BR /&gt;ip domain name test.co.uk&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;subscriber templating&lt;BR /&gt;!&lt;BR /&gt;otv site bridge-domain 351&lt;BR /&gt;!&lt;BR /&gt;otv site-identifier 0001.0001.0001&lt;BR /&gt;multilink bundle-name authenticated&lt;BR /&gt;!&lt;BR /&gt;crypto pki trustpoint TP-self-signed-3862702558&lt;BR /&gt; enrollment selfsigned&lt;BR /&gt; subject-name cn=IOS-Self-Signed-Certificate-3862702558&lt;BR /&gt; revocation-check none&lt;BR /&gt; rsakeypair TP-self-signed-3862702558&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;crypto pki certificate chain TP-self-signed-3862702558&lt;BR /&gt; certificate self-signed 01&lt;BR /&gt;&amp;nbsp; 3082022B 30820194 A0030201 02020101 300D0609 2A864886 F70D0101 05050030 &lt;BR /&gt;&amp;nbsp; 31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274 &lt;BR /&gt;&amp;nbsp; 69666963 6174652D 33383632 37303235 3538301E 170D3134 30323133 30393233 &lt;BR /&gt;&amp;nbsp; 34365A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649 &lt;BR /&gt;&amp;nbsp; 4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D33 38363237 &lt;BR /&gt;&amp;nbsp; 30323535 3830819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281 &lt;BR /&gt;&amp;nbsp; 810088DA 9697C97A 930C3A8D D267179F 698523A4 07F3FA3F 34BBDDBA DDDF29DB &lt;BR /&gt;&amp;nbsp; FF4FDBAF 4F4E1ABF 13C43D66 12EA74C7 5FCCE276 A1948142 CB86B9F4 0A05B616 &lt;BR /&gt;&amp;nbsp; 3E907BF7 96D0A47B 1A512413 1880BA79 CA3088AD 6D425FA9 1F0DC324 45B252EA &lt;BR /&gt;&amp;nbsp; 1EEA753A 25F9A539 68E43C37 D53EE322 74597163 127A3B00 135FAB5F EDA42101 &lt;BR /&gt;&amp;nbsp; 32090203 010001A3 53305130 0F060355 1D130101 FF040530 030101FF 301F0603 &lt;BR /&gt;&amp;nbsp; 551D2304 18301680 141628C8 3E68B5C3 C2B27F93 49AF7031 4EB3AC01 52301D06 &lt;BR /&gt;&amp;nbsp; 03551D0E 04160414 1628C83E 68B5C3C2 B27F9349 AF70314E B3AC0152 300D0609 &lt;BR /&gt;&amp;nbsp; 2A864886 F70D0101 05050003 8181007D 46A40ACF 1E5A5350 A1AD2A38 D8E19A09 &lt;BR /&gt;&amp;nbsp; F3421437 B67AC727 ACCDF152 2F279BDA C48F1ACF C0F7A50F C09F1BCE 8E67466A &lt;BR /&gt;&amp;nbsp; 87787BD5 8200B247 D0080F4A 70E05920 F056690F D299CE7E 70F0E594 D33CAF3A &lt;BR /&gt;&amp;nbsp; 7711ED8F 1E8F1E6C A98A476A A3118E59 6712B895 47001E33 B4BB68CB 2DA93A9A &lt;BR /&gt;&amp;nbsp; 831986DC B9268D67 B8956C96 D39F1F&lt;BR /&gt;&amp;nbsp; quit&lt;BR /&gt;license udi pid CSR1000V sn 9JJQFT8YK0X&lt;BR /&gt;license accept end user agreement&lt;BR /&gt;license boot level premium&lt;BR /&gt;spanning-tree extend system-id&lt;BR /&gt;!&lt;BR /&gt;username router password 0 password&lt;BR /&gt;!&lt;BR /&gt;redundancy&lt;BR /&gt; mode none&lt;BR /&gt;bridge-domain 351 &lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;ip ssh rsa keypair-name ssh-key&lt;BR /&gt;ip ssh version 2&lt;BR /&gt;ip scp server enable&lt;BR /&gt;! &lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;! &lt;BR /&gt;!&lt;BR /&gt;interface Overlay1&lt;BR /&gt; no ip address&lt;BR /&gt; otv control-group 239.37.37.37&lt;BR /&gt; otv data-group 232.37.37.0/24&lt;BR /&gt; otv join-interface GigabitEthernet2&lt;BR /&gt;!&lt;BR /&gt;interface VirtualPortGroup0&lt;BR /&gt; ip unnumbered GigabitEthernet3&lt;BR /&gt; no mop enabled&lt;BR /&gt; no mop sysid&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1&lt;BR /&gt; ip address 10.20.0.2 255.255.255.0&lt;BR /&gt; negotiation auto&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet2&lt;BR /&gt; ip address 10.0.0.1 255.255.255.0&lt;BR /&gt; ip pim passive&lt;BR /&gt; ip igmp version 3&lt;BR /&gt; negotiation auto&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet3&lt;BR /&gt; ip address 10.100.0.120 255.255.255.0&lt;BR /&gt; negotiation auto&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet4&lt;BR /&gt; no ip address&lt;BR /&gt; negotiation auto&lt;BR /&gt; service instance 351 ethernet&lt;BR /&gt;&amp;nbsp; encapsulation dot1q 351&lt;BR /&gt;&amp;nbsp; bridge-domain 351&lt;BR /&gt; !&lt;BR /&gt; service instance 400 ethernet&lt;BR /&gt;&amp;nbsp; encapsulation dot1q 400&lt;BR /&gt;&amp;nbsp; bridge-domain 400&lt;BR /&gt; !&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet5&lt;BR /&gt; no ip address&lt;BR /&gt; shutdown&lt;BR /&gt; negotiation auto&lt;BR /&gt;!&lt;BR /&gt;router ospf 1&lt;BR /&gt; router-id 172.21.1.11&lt;BR /&gt; network 172.20.1.0 0.0.0.255 area 0&lt;BR /&gt;!&lt;BR /&gt;router bgp 300&lt;BR /&gt; bgp log-neighbor-changes&lt;BR /&gt; bgp redistribute-internal&lt;BR /&gt; redistribute ospf 1&lt;BR /&gt; neighbor 10.0.0.2 remote-as 300&lt;BR /&gt; neighbor 10.0.0.11 remote-as 300&lt;BR /&gt; neighbor 10.0.0.12 remote-as 300&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;ip forward-protocol nd&lt;BR /&gt;!&lt;BR /&gt;ip pim send-rp-discovery scope 16&lt;BR /&gt;no ip http server&lt;BR /&gt;ip http secure-server&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;control-plane&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;line con 0&lt;BR /&gt; stopbits 1&lt;BR /&gt;line aux 0&lt;BR /&gt; stopbits 1&lt;BR /&gt;line vty 0 4&lt;BR /&gt; length 0&lt;BR /&gt; transport input none&lt;BR /&gt;line vty 5 43&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;uk-lab1-asr-1# &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 10:07:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475105#M235432</guid>
      <dc:creator>maverick-lamont</dc:creator>
      <dc:date>2014-02-27T10:07:01Z</dc:date>
    </item>
    <item>
      <title>OTV and Multicast</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475106#M235433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And,&amp;nbsp; 'show ip pim neigh' has no entries.&amp;nbsp;&amp;nbsp;&amp;nbsp; I have shutdown the second CSR at each site,&amp;nbsp; so there is only 1 CSR at each site.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 10:10:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475106#M235433</guid>
      <dc:creator>maverick-lamont</dc:creator>
      <dc:date>2014-02-27T10:10:27Z</dc:date>
    </item>
    <item>
      <title>OTV and Multicast</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475107#M235434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume you can ping from and to the WAN interfaces (gi2). Could you please try to remove the command ip pim passive from both sides and enable ip pim sparse-mode instead please, when you do this, do you see the pim neighborship come up. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A thing to note though are MTU sizes. Remember OTV has overheads and you will need to support 1542 or above on the WAN I think.&lt;/P&gt;&lt;P&gt;"show otv log event" may give clues? The site adjacency seemed fine to me. Just the WAN to the other routers which was trouble.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate useful posts &amp;amp; remember to mark any solved questions as answered. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 14:35:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475107#M235434</guid>
      <dc:creator>Bilal Nawaz</dc:creator>
      <dc:date>2014-02-27T14:35:46Z</dc:date>
    </item>
    <item>
      <title>OTV and Multicast</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475108#M235435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Gi2 can ping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried pim sparse-mode which I did before and still nothing shows in neighborship.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The adjaceny should show the routers in the other site,&amp;nbsp; right now there is nothing listed in adjacency because I turned the 2nd CSR at each site off.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The MTU seems to be set to 1500 all round,&amp;nbsp;&amp;nbsp; and all the devices do support higher.&amp;nbsp;&amp;nbsp;&amp;nbsp; I dont see any error packets on the nic interfaces.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Overlay Interface Overlay1&lt;/P&gt;&lt;P&gt; VPN name&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; : None&lt;/P&gt;&lt;P&gt; VPN ID&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; : 1&lt;/P&gt;&lt;P&gt; State&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; : UP&lt;/P&gt;&lt;P&gt; AED Capable&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; : No, overlay DIS not elected&lt;/P&gt;&lt;P&gt; IPv4 control group&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 239.37.37.37&lt;/P&gt;&lt;P&gt; Mcast data group range(s): 232.37.37.0/24&lt;/P&gt;&lt;P&gt; Join interface(s)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : GigabitEthernet2&lt;/P&gt;&lt;P&gt; Join IPv4 address&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 10.0.0.11&lt;/P&gt;&lt;P&gt; Tunnel interface(s)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Tunnel0&lt;/P&gt;&lt;P&gt; Encapsulation format&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : GRE/IPv4&lt;/P&gt;&lt;P&gt; Site Bridge-Domain&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 352&lt;/P&gt;&lt;P&gt; Capability&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; : Multicast-reachable&lt;/P&gt;&lt;P&gt; Is Adjacency Server&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : No&lt;/P&gt;&lt;P&gt; Adj Server Configured&amp;nbsp;&amp;nbsp;&amp;nbsp; : No&lt;/P&gt;&lt;P&gt; Prim/Sec Adj Svr(s)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : None&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nothing to helpful:&lt;/P&gt;&lt;P&gt;uk-lab1-asr-1#sh otv log ev&lt;BR /&gt;[02/27/14 15:11:25.481 UTC 1 3] OTV-APP-DB: otv-app Database initializing (Overlay table size = 4104 bytes (513 subblocks))&lt;BR /&gt;[02/27/14 15:11:25.483 UTC 2 3] OTV-APP-DB: Created otv_app subblock for overlay 1 VPN 1&lt;BR /&gt;[02/27/14 15:11:25.488 UTC 3 3] OTV-APP-OVERLAY: Updating Overlay1 state, current state DOWN&lt;/P&gt;&lt;P&gt;[02/27/14 15:11:25.488 UTC 4 3] OTV-APP-OVERLAY:&amp;nbsp;&amp;nbsp; overlay1 state is DOWN, Missing Parameter: Control Group Address&lt;/P&gt;&lt;P&gt;[02/27/14 15:11:25.502 UTC 5 3] OTV-APP-UI: Set control-group on Overlay1&lt;BR /&gt;[02/27/14 15:11:25.503 UTC 6 3] OTV-APP-UI: Set data-group on Overlay1&lt;BR /&gt;[02/27/14 15:11:25.503 UTC 7 3] OTV-APP-UI: Set join-interface GigabitEthernet2 on Overlay1&lt;BR /&gt;[02/27/14 15:11:26.796 UTC 8 3] OTV-APP-EVC: Added site EFP 0xAF1D2E28 to list, 1 EFPs in list&lt;BR /&gt;[02/27/14 15:11:28.723 UTC 9 497] OTV-APP-EVENT: Event thread started&lt;BR /&gt;[02/27/14 15:11:29.197 UTC A 497] OTV-APP-EVENT: Processing event type OTV_APP_EV_OVERLAY_FIRST_ADD_LAST_DEL&lt;BR /&gt;[02/27/14 15:11:29.197 UTC B 497] OTV-APP-EVENT: Processing event type OTV_APP_EV_MLRIB_SEND_REDIST_REG_MSG&lt;BR /&gt;[02/27/14 15:11:29.198 UTC C 497] OTV-APP-L2RIB: Sending ucast redist register msg for VPN 1 prod 0&lt;BR /&gt;[02/27/14 15:11:29.198 UTC D 497] OTV-APP-L2RIB: Sending mcast redist register msg for VPN 1 prod 1&lt;BR /&gt;[02/27/14 15:11:29.198 UTC E 497] OTV-APP-EVENT: Processing event type OTV_APP_EV_CFG_SUPPRESS_ARP&lt;BR /&gt;[02/27/14 15:11:29.198 UTC F 497] OTV-APP-EVENT: Processing event type OTV_APP_EV_INSTALL_FHRP_ACL&lt;BR /&gt;[02/27/14 15:11:29.263 UTC 10 497] OTV-APP-OVERLAY: install FHRP ACL for Overlay1&lt;BR /&gt;[02/27/14 15:11:29.478 UTC 11 497] OTV-APP-EVENT: Processing event type OTV_APP_EV_WALK_TOPOLOGIES&lt;BR /&gt;[02/27/14 15:11:29.478 UTC 12 497] OTV-APP-EVC: Event: Walk topologies for VPN 1&lt;BR /&gt;[02/27/14 15:11:29.479 UTC 13 497] OTV-APP-EVENT: Processing event type OTV_APP_EV_CFG_CONTROL_GROUP&lt;BR /&gt;[02/27/14 15:11:29.479 UTC 14 497] OTV-APP-OVERLAY: Updating Overlay1 state, current state DOWN&lt;/P&gt;&lt;P&gt;[02/27/14 15:11:29.479 UTC 15 497] OTV-APP-OVERLAY:&amp;nbsp;&amp;nbsp; overlay1 state is DOWN, External Interface State Down&lt;/P&gt;&lt;P&gt;[02/27/14 15:11:29.479 UTC 16 497] OTV-APP-EVENT: Processing event type OTV_APP_EV_CFG_DATA_GROUP&lt;BR /&gt;[02/27/14 15:11:29.479 UTC 17 497] OTV-APP-MCAST: Mapped 0 (S,G) to new data-groups&lt;BR /&gt;[02/27/14 15:11:29.479 UTC 18 497] OTV-APP-MCAST: Successfully added data-group range [232.37.37.0, 232.37.37.255] on overlay 1&lt;BR /&gt;[02/27/14 15:11:29.479 UTC 19 497] OTV-APP-OVERLAY: Updating Overlay1 state, current state DOWN&lt;/P&gt;&lt;P&gt;[02/27/14 15:11:29.479 UTC 1A 497] OTV-APP-OVERLAY:&amp;nbsp;&amp;nbsp; overlay1 state is DOWN, External Interface State Down&lt;/P&gt;&lt;P&gt;[02/27/14 15:11:29.479 UTC 1B 497] OTV-APP-EVENT: Processing event type OTV_APP_EV_CFG_JOIN_INTF&lt;BR /&gt;[02/27/14 15:11:29.640 UTC 1C 497] OTV-APP-MCAST: Overlay 1 updated 0 (S,G) mappings with new DS: 10.0.0.1 (old DS: NoAddress(Type=0))&lt;BR /&gt;[02/27/14 15:11:29.640 UTC 1D 497] OTV-APP-OVERLAY: Overlay 1 updated core address to 10.0.0.1&lt;BR /&gt;[02/27/14 15:11:29.640 UTC 1E 497] OTV-APP-OVERLAY: Updating Overlay1 state, current state DOWN&lt;/P&gt;&lt;P&gt;[02/27/14 15:11:29.640 UTC 1F 497] OTV-APP-OVERLAY:&amp;nbsp;&amp;nbsp; overlay1 state is DOWN, External Interface State Down&lt;/P&gt;&lt;P&gt;[02/27/14 15:11:29.640 UTC 20 497] OTV-APP-OVERLAY: Updating Overlay1 state, current state DOWN&lt;/P&gt;&lt;P&gt;[02/27/14 15:11:29.640 UTC 21 497] OTV-APP-OVERLAY:&amp;nbsp;&amp;nbsp; overlay1 state is DOWN, External Interface State Down&lt;/P&gt;&lt;P&gt;[02/27/14 15:11:29.640 UTC 22 497] OTV-APP-EVENT: Processing event type OTV_APP_EV_MLRIB_EVENT_RCVD&lt;BR /&gt;[02/27/14 15:11:29.640 UTC 23 497] OTV-APP-EVENT: Processing event type OTV_APP_EV_MLRIB_EVENT_RCVD&lt;BR /&gt;[02/27/14 15:11:32.028 UTC 24 64] OTV-APP-OVERLAY: Updating Overlay1 state, current state DOWN&lt;/P&gt;&lt;P&gt;[02/27/14 15:11:32.028 UTC 25 64] OTV-APP-OVERLAY:&amp;nbsp;&amp;nbsp; overlay1 state is UP&lt;/P&gt;&lt;P&gt;[02/27/14 15:11:32.049 UTC 26 64] OTV-APP-OVERLAY: Updating Overlay1 state, current state UP&lt;/P&gt;&lt;P&gt;[02/27/14 15:11:32.049 UTC 27 64] OTV-APP-OVERLAY:&amp;nbsp;&amp;nbsp; overlay1 state is UP&lt;/P&gt;&lt;P&gt;[02/27/14 15:11:32.071 UTC 28 64] OTV-APP-EVC: All EFPs up setting site IDB up&lt;BR /&gt;40 entries printed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 15:45:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475108#M235435</guid>
      <dc:creator>maverick-lamont</dc:creator>
      <dc:date>2014-02-27T15:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: OTV and Multicast</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475109#M235436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It doesn't seem to be AED capable anymore, anything else that you changed? Before it seemed fine from your screenshots, it just needed a WAN neighbor to operate fully.&lt;BR /&gt;The very fact the pim neighborship does not come up between both sites is a problem.&lt;BR /&gt;&lt;BR /&gt;Sent from Cisco Technical Support iPhone App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 16:25:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475109#M235436</guid>
      <dc:creator>Bilal Nawaz</dc:creator>
      <dc:date>2014-02-27T16:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: OTV and Multicast</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475110#M235437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is because I turned off the second router that was in the same site.&amp;nbsp;&amp;nbsp;&amp;nbsp; Because it had adjacency with that CSR it was AED capable.&amp;nbsp;&amp;nbsp;&amp;nbsp; The problem is getting adjacency with the other site.&amp;nbsp;&amp;nbsp; If I move one of the CSR's so that they are both in the same site everything works fine,&amp;nbsp; OTV works.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 16:31:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475110#M235437</guid>
      <dc:creator>maverick-lamont</dc:creator>
      <dc:date>2014-02-27T16:31:30Z</dc:date>
    </item>
    <item>
      <title>OTV and Multicast</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475111#M235438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, the router should be AED capable without the second router. It is not necessary that you have to have two routers for a router to become AED capable, thats just silly right? Unless this is some weird limitation which i very much doubt that Cisco would have introduced.&lt;/P&gt;&lt;P&gt;You need multicast to work across to the other site. I think, after the discussions we have had, the transport network between seems to be the cause.&lt;/P&gt;&lt;P&gt;I will try to get hold of CSR's VM'd up and see if I can replicate your situation. I'll post current configs with ASR1002's with point to point connections with OTV working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Out of interest, this is the first time I have come across OTV with the virtual appliances hosted on ESX hosts, is this going in production?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate useful posts &amp;amp; remember to mark any solved questions as answered. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 16:47:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475111#M235438</guid>
      <dc:creator>Bilal Nawaz</dc:creator>
      <dc:date>2014-02-27T16:47:25Z</dc:date>
    </item>
    <item>
      <title>OTV and Multicast</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475112#M235439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;This is the config guide I originally followed:&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.layerzero.nl/blog/2013/05/otv-and-lisp-on-the-csr-1000v/"&gt;http://www.layerzero.nl/blog/2013/05/otv-and-lisp-on-the-csr-1000v/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Worked first time but I was using a single ESX host.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are planning to deploy OTV,&amp;nbsp;&amp;nbsp; so was just wanting to get familiar with it in a virtual lab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree that it is probably the switch between the site,&amp;nbsp; unfortunaly I am out of decent lab equipment. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try deploy them in our production ESX tomorrow and see if I can atleast bring the OTV with a decent switch in between.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;David &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 16:58:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475112#M235439</guid>
      <dc:creator>maverick-lamont</dc:creator>
      <dc:date>2014-02-27T16:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: OTV and Multicast</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475113#M235440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This router (ASR1002-x) has point to point links to DC and other sites with OTV functioning. Mainly going towards the DC - N7K which is interface Te0/3/0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip multicast-routing distributed&lt;/P&gt;&lt;P&gt;!&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;otv site bridge-domain 8&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;otv site-identifier 0000.0000.0010&lt;/P&gt;&lt;P&gt;multilink bundle-name authenticated&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;track 1 interface TenGigabitEthernet0/3/0 line-protocol&lt;/P&gt;&lt;P&gt;!&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;interface Loopback0&lt;/P&gt;&lt;P&gt; description PIM-RP-ADDRESS&lt;/P&gt;&lt;P&gt; ip address 192.168.255.1 255.255.255.255&lt;/P&gt;&lt;P&gt; ip pim sparse-mode&lt;/P&gt;&lt;P&gt; ip ospf 1 area 0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Loopback1&lt;/P&gt;&lt;P&gt; description PIM-ANYCAST&lt;/P&gt;&lt;P&gt; ip address 192.168.255.11 255.255.255.255&lt;/P&gt;&lt;P&gt; ip pim sparse-mode&lt;/P&gt;&lt;P&gt; ip ospf 1 area 0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Overlay1&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; otv control-group 239.1.1.1&lt;/P&gt;&lt;P&gt; otv data-group 238.1.1.0/28&lt;/P&gt;&lt;P&gt; otv join-interface TenGigabitEthernet0/3/0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0/0&lt;/P&gt;&lt;P&gt; description ## S-ASR-WAN01 ## REFXXXX ##&lt;/P&gt;&lt;P&gt; mtu 9216&lt;/P&gt;&lt;P&gt; ip address 192.168.143.1 255.255.255.252&lt;/P&gt;&lt;P&gt; ip pim sparse-mode&lt;/P&gt;&lt;P&gt; ip ospf network point-to-point&lt;/P&gt;&lt;P&gt; ip ospf bfd&lt;/P&gt;&lt;P&gt; ip ospf 1 area 0&lt;/P&gt;&lt;P&gt; ip ospf cost 1000&lt;/P&gt;&lt;P&gt; negotiation auto&lt;/P&gt;&lt;P&gt; bfd interval 50 min_rx 50 multiplier 5&lt;/P&gt;&lt;P&gt; cdp enable&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0/1&lt;/P&gt;&lt;P&gt; description ## S-ASR1002-01 ## SHUK ##&lt;/P&gt;&lt;P&gt; mtu 1700&lt;/P&gt;&lt;P&gt; ip address 192.168.230.34 255.255.255.252&lt;/P&gt;&lt;P&gt; ip pim sparse-mode&lt;/P&gt;&lt;P&gt; ip ospf bfd&lt;/P&gt;&lt;P&gt; ip ospf 1 area 0&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; negotiation auto&lt;/P&gt;&lt;P&gt; bfd interval 50 min_rx 50 multiplier 5&lt;/P&gt;&lt;P&gt; cdp enable&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface TenGigabitEthernet0/1/0&lt;/P&gt;&lt;P&gt; description ## ASR routing to ASR-WAN02 ##&lt;/P&gt;&lt;P&gt; mtu 9216&lt;/P&gt;&lt;P&gt; ip address 192.168.110.1 255.255.255.252&lt;/P&gt;&lt;P&gt; ip pim sparse-mode&lt;/P&gt;&lt;P&gt; ip ospf network point-to-point&lt;/P&gt;&lt;P&gt; ip ospf bfd&lt;/P&gt;&lt;P&gt; ip ospf 1 area 0&lt;/P&gt;&lt;P&gt; bfd interval 50 min_rx 50 multiplier 5&lt;/P&gt;&lt;P&gt; cdp enable&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface TenGigabitEthernet0/2/0&lt;/P&gt;&lt;P&gt; description ## Trunk to 6509E-VSS01 - OTV &amp;amp; ROUTE ## Te1/2/1 ##&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; cdp enable&lt;/P&gt;&lt;P&gt; service instance 8 ethernet&lt;/P&gt;&lt;P&gt;&amp;nbsp; encapsulation dot1q 8&lt;/P&gt;&lt;P&gt;&amp;nbsp; bridge-domain 8&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface TenGigabitEthernet0/2/0.1111&lt;/P&gt;&lt;P&gt; description ## P2P to 6509E-VSS01 - ROUTE ## Te1/2/1 ##&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 1111&lt;/P&gt;&lt;P&gt; ip address 192.168.111.1 255.255.255.252&lt;/P&gt;&lt;P&gt; ip pim sparse-mode&lt;/P&gt;&lt;P&gt; ip ospf network point-to-point&lt;/P&gt;&lt;P&gt; ip ospf bfd&lt;/P&gt;&lt;P&gt; ip ospf 1 area 1&lt;/P&gt;&lt;P&gt; bfd interval 50 min_rx 50 multiplier 5&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface TenGigabitEthernet0/3/0&lt;/P&gt;&lt;P&gt; description ## P2P to DC1-N7K-WAN01 - ROUTE ## Ex/x ##&lt;/P&gt;&lt;P&gt; mtu 9216&lt;/P&gt;&lt;P&gt; ip address 192.168.11.2 255.255.255.252&lt;/P&gt;&lt;P&gt; ip pim sparse-mode&lt;/P&gt;&lt;P&gt; ip igmp version 3&lt;/P&gt;&lt;P&gt; ip ospf network point-to-point&lt;/P&gt;&lt;P&gt; ip ospf bfd&lt;/P&gt;&lt;P&gt; ip ospf 1 area 0&lt;/P&gt;&lt;P&gt; bfd interval 50 min_rx 50 multiplier 5&lt;/P&gt;&lt;P&gt; cdp enable&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;router ospf 1&lt;/P&gt;&lt;P&gt; router-id 192.168.111.1&lt;/P&gt;&lt;P&gt; auto-cost reference-bandwidth 100000&lt;/P&gt;&lt;P&gt; passive-interface default&lt;/P&gt;&lt;P&gt; no passive-interface GigabitEthernet0/0/0&lt;/P&gt;&lt;P&gt; no passive-interface TenGigabitEthernet0/1/0&lt;/P&gt;&lt;P&gt; no passive-interface TenGigabitEthernet0/2/0.1111&lt;/P&gt;&lt;P&gt; no passive-interface TenGigabitEthernet0/3/0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip pim rp-address 192.168.255.1&lt;/P&gt;&lt;P&gt;ip pim ssm default&lt;/P&gt;&lt;P&gt;ip msdp peer 192.168.255.12 connect-source Loopback1&lt;/P&gt;&lt;P&gt;ip msdp peer 192.168.101.3 connect-source Loopback1&lt;/P&gt;&lt;P&gt;ip msdp peer 192.168.201.3 connect-source Loopback1&lt;/P&gt;&lt;P&gt;ip msdp cache-sa-state&lt;/P&gt;&lt;P&gt;ip msdp originator-id Loopback1&lt;/P&gt;&lt;P&gt;ip msdp mesh-group MSDP-DC 192.168.101.3&lt;/P&gt;&lt;P&gt;ip msdp mesh-group MSDP-DC 192.168.201.3&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;event manager applet Int-Down&lt;/P&gt;&lt;P&gt; event track 1 state down&lt;/P&gt;&lt;P&gt; action 1.0 cli command "enable"&lt;/P&gt;&lt;P&gt; action 1.1 cli command "conf t"&lt;/P&gt;&lt;P&gt; action 1.2 cli command "interface overlay 1"&lt;/P&gt;&lt;P&gt; action 1.3 cli command "shutdown"&lt;/P&gt;&lt;P&gt;event manager applet Int-Up&lt;/P&gt;&lt;P&gt; event track 1 state up&lt;/P&gt;&lt;P&gt; action 1.0 cli command "enable"&lt;/P&gt;&lt;P&gt; action 1.1 cli command "conf t"&lt;/P&gt;&lt;P&gt; action 1.2 cli command "interface overlay 1"&lt;/P&gt;&lt;P&gt; action 1.3 cli command "no shutdown"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate useful posts &amp;amp; remember to mark any solved questions as answered. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 17:20:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/otv-and-multicast/m-p/2475113#M235440</guid>
      <dc:creator>Bilal Nawaz</dc:creator>
      <dc:date>2014-02-27T17:20:19Z</dc:date>
    </item>
  </channel>
</rss>

