11-20-2019 01:13 AM
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.
Solved! Go to Solution.
11-22-2019 01:07 AM - edited 11-22-2019 02:02 AM
11-22-2019 01:17 AM
11-22-2019 03:52 AM - edited 11-22-2019 03:54 AM
@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.
11-22-2019 03:55 AM
11-22-2019 04:52 AM - edited 11-22-2019 04:54 AM
@ 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
!
11-22-2019 06:21 AM
11-22-2019 10:04 AM
11-23-2019 03:08 AM - edited 11-23-2019 03:09 AM
11-23-2019 06:16 AM
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