cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
887
Views
0
Helpful
3
Replies

Routing multicast not working on NX9K

BryanDuriez
Level 1
Level 1

Hello everybody,

 

I have some pb on nexus 9K, they have one interco between my 9k.

Il have one sender et one receiver.

I don't have de traffic on my receiver. They have 700mb sending en my sender.

You can show my config :

 

SW1

feature pim
feature interface-vlan

 

interface Vlan1000
  description SVI-INTERCO
  no shutdown
  ip address 192.168.239.248/24
  ip pim sparse-mode


interface Vlan1003

  description SVI-SENDER
  no shutdown
  ip address 192.168.240.248/24
  ip pim sparse-mode

 

interface Ethernet1/1
  description vers SW2
  switchport mode trunk
  switchport trunk allowed vlan 1000

 

interface Ethernet1/47
  description vers sender
  switchport mode access
  switchport access vlan 1003

 

SW1

feature pim
feature interface-vlan

 

interface Vlan1000
  description SVI-INTERCO
  no shutdown
  ip address 192.168.239.249/24
  ip pim sparse-mode


interface Vlan 2191

  description SVI-RECEIVER
  no shutdown
  ip address 192.168.241.248/24
  ip pim sparse-mode

 

interface Ethernet1/1
  description vers SW1
  switchport mode trunk
  switchport trunk allowed vlan 1000

 

interface Ethernet1/47
  description vers receiver
  switchport mode access
  switchport access vlan 2191

 

I have tested with RP static and auto, i don't see the change.

the data multicast don't forwarding on my L3 SVI, they have 0 kb on inter eth1/1

 

thx a lot

 


 

 

1 Accepted Solution

Accepted Solutions
3 Replies 3

- Hello @BryanDuriez , DId you join the sender to Igmp group, Also try to creat loop back on both of them and active Msdp peer through this loopbacks.

 

 

balaji.bandi
Hall of Fame
Hall of Fame

Hello,

I followed the guide, but my pb is persitent. I don't see the trafic

what is the comand debugg necessary for traffic multicast or for the discard ou log error ?