08-22-2013 02:19 PM - edited 03-01-2019 07:24 AM
We are setting up OTV on the N7K in unicast mode. Do I still need IGMP v3 configured on the join interface ? And then on the Other side of the Join interface does that interface need IGMP v3 enabled as well?
example
Production VDC:
interface port-channel8
description to OTV-VDC-Join Interface
mtu 1600
ip address 172.23.1.213/30
ip ospf network point-to-point
ip router ospf 2 area 0.0.0.0
ip igmp version 3
OTV VDC:
interface port-channel8
description to Production-VDC _Join Interface
mtu 1600
ip address 172.23.1.214/30
ip router ospf 2 area 0.0.0.0
ip igmp version 3
interface Overlay0
otv join-interface port-channel8
otv extend-vlan 201
otv adjacency-server unicast-only
no shutdown
08-23-2013 01:57 AM
Have a look at this guide that provides a configuration example for Unicast mode
http://www.cisco.com/en/US/docs/solutions/Enterprise/Data_Center/DCI/whitepaper/DCI_A.html
See below a snippet from the guide
interface Ethernet2/5
description [ To the OTV Join-Interface ]
ip address 172.26.255.97/30
ip ospf network point-to-point
ip router ospf 2 area 0.0.0.0
ip pim sparse-mode
ip igmp version 3
no shutdown
Don't forget to rate all helpful posts
08-23-2013 10:00 AM
You still need a command "ip igmp ver 3", the only difference in the configuration point of view is in the Overlay Interface.
07-31-2014 02:58 PM
has anyone successfully got this to work?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide