You are on page 1of 3

UCS Technology Labs Nexus 1000v on UCS

IGMP in Nexus 1000v


Last updated: April 11, 2013

Task
Using JPerf, generate a simple multicast feed from Win2k8-www-1 to Win2k8-www-2.
Ensure that you see the IGMP group in N1Kv.

Configuration
We need to have PIM running to manage IGMP, and because we are on the same subnet, and
therefore not routing, PIM passive will work just fine. We will run this on the 3750 for now, but
this could just as easily be ip pim sparse-mode on one of the N7Ks.
On 3750:

ip multicast-routing distributed
interface Vlan110
ip address 10.0.110.254 255.255.255.0
ip pim passive

On Win2k8-www-2, we need to run JPerf and set up the client as shown here. Remember in
multicast, server and client are backward.

FEEDBACK

On Win2k8-www-1, we need to run JPerf and set up the server as shown here.

Verification
Now let's look at our N1Kv IGMP snooping groups.

N1Kv-01# sh ip igmp snooping groups


Type: S - Static, D - Dynamic, R - Router port
Vlan Group Address

Ver Type Port list

110

*/*

Po3 Po4

110

225.1.1.1

v2

Veth6

N1Kv-01# sh run int po3


interface port-channel3
inherit port-profile VM-Guests
vem 3

N1Kv-01# sh run int po4


interface port-channel4
inherit port-profile VM-Guests
vem 4

N1Kv-01# sh run int veth6


interface Vethernet6
inherit port-profile VM-110
description Win2k8-www-1, Network Adapter 1
vmware dvport 224 dvswitch uuid "2a 80 3b 50 37 b7 1b 8e-18 98 be 68 05
cd ba
32"
vmware vm mac 000C.298F.859D
N1Kv-01#

^ back to top

Disclaimer (http://www.ine.com/feedback.htm) | Privacy Policy (http://www.ine.com/resources/)


Inc., All Rights Reserved (http://www.ine.com/about-us.htm)

2013 INE

You might also like