cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4414
Views
0
Helpful
23
Replies

Multicasting between vlan

kkpc
Level 1
Level 1

Hi,

I need help for configuration cisco catalist 4500x and catalyst 3750 protokol multicast.

swtitch 4500x is set to layer3:

ip multicast-routing

interface vlan 200

ip pim sparse-mode

interface vlan 203

ip pim sparse-mode

ip pim rp-address (ip 4500x)

 

swtitch 3750:

ip multicast-routing

interface vlan 200

ip pim sparse-mode

interface vlan 203

ip pim sparse-mode

ip pim rp-address (ip 4500x)

 

 

server is vlan 200

camers is vlan 203

 

Multicating between vlan200 and 203 not routing, why ?

Working multicasting inside vlan but between vlans is not working.

 

Thanks for help.

 

 

 

23 Replies 23

kkpc
Level 1
Level 1

architecture LAN in in attachment

kkpc
Level 1
Level 1

I heve a question,
In the case of multicasts on one switch we configure routing-multicast ?,
Do you need on everyone ?
Only igmp on the others ?

Thx,

Jaderson Pessoa
VIP Alumni
VIP Alumni

@kkpc Hello

 

Could you share below configuration:

ON 4500X

show running-config 

ON 3750

show running-config

?

 

Because in your topology you told to us that just 4500X is configured as L3 device, in this case, you wont neeed a interface vlan 200 and 203 on others switch and wont need "ip pim sparse-mode" under interface on them.

Jaderson Pessoa
*** Rate All Helpful Responses ***

igmp is default enabled on cisco devices.
Jaderson Pessoa
*** Rate All Helpful Responses ***

@ Jaderson Pessoa


part configuration
--- for C3850

!
!
ip multicast-routing
!
interface Vlan200
description vlan200
ip address 172.172.211.3 255.255.255.0
ip pim sparse-dense-mode
!
interface Vlan203
description Vlan203
ip address 172.21.81.3 255.255.255.0
ip pim sparse-dense-mode
!
interface Vlan205
description Vlan205
ip address 172.21.85.3 255.255.255.0
ip pim sparse-mode
!
!
!
!
ip forward-protocol nd
ip pim rp-address 172.21.85.1
no ip http server
no ip http secure-server
!
!

---for C4500



!
!
ip multicast-routing
!
!
vlan 200
name VLAN200
!
vlan 200
name VLAN203
!
vlan 205
name VLAN205
!
!
!
interface Vlan200
description Vlan200
ip address 172.172.211.1 255.255.255.0
ip pim sparse-dense-mode
!
interface Vlan203
description Vlan203
ip address 172.21.81.1 255.255.255.0
ip pim sparse-dense-mode
!
interface Vlan205
description Vlan205
ip address 172.21.85.1 255.255.255.0
ip pim sparse-mode
!
!
!
ip forward-protocol nd
no ip http server
no ip http secure-server
ip pim rp-address 172.21.85.1
!

ok, good. Connection between switch, could you share configuration under interface?
Jaderson Pessoa
*** Rate All Helpful Responses ***

Communication between switches is possible over a LAN. I will remove PIM from the other switches tomorrow and see if it works.

@Jaderson Pessoa 

Thx for help.

I removed PIM from the other switches and is working.

 

Nice guy... thank you for your feedback :)
Jaderson Pessoa
*** Rate All Helpful Responses ***