02-20-2017 09:50 PM - edited 03-08-2019 09:25 AM
It has been quite sometime since I have configured a multicast network. Yesterday I tried configuring it on the Production environment but didn't work. We have the multicast servers connected directly to the Core Switch (x2) and I can see the switch is receiving multicast packets but it is not forwarding to the ASA firewall. We have many more devices after the ASA but I am stuck on the first two devices. Can someone help to see what is missing from the config below?
Core switch (C3560X-48T-E) configuration
CORE-SW1
ip multicast-routing distributed
no ip igmp snooping
interface GigabitEthernet0/3
description "ASA-FW1:e0/1"
switchport access vlan 103
switchport trunk encapsulation dot1q
switchport trunk native vlan 103
switchport trunk allowed vlan 103
switchport mode trunk
interface Vlan103
description ACCESS
ip address 10.12.3.5 255.255.255.0
ip pim sparse-dense-mode (newly added)
standby 103 ip 10.102.3.4
standby 103 priority 110
standby 103 preempt delay minimum 30
standby 103 name ACC
CORE-SW2
ip multicast-routing distributed
no ip igmp snooping
interface GigabitEthernet0/3
description "ASA-FWFO:e0/1"
switchport access vlan 103
switchport trunk encapsulation dot1q
switchport trunk native vlan 103
switchport trunk allowed vlan 103
switchport mode trunk
interface Vlan103
description ACCESS
ip address 10.12.3.6 255.255.255.0
ip pim sparse-dense-mode (newly added)
standby 103 ip 10.12.3.4
standby 103 priority 90
standby 103 preempt
standby 103 name ACC
ASA-FW1 (ASA 5510)
multicast-routing
!
interface Ethernet0/0
description WAN-SWITCH
nameif WAN
security-level 0
ip address 10.12.9.1 255.255.255.0 standby 10.12.9.2
igmp static-group 239.192.0.45
!
interface Ethernet0/1
description ACCESS
nameif ACC
security-level 100
ip address 10.12.3.1 255.255.255.0 standby 10.12.3.2
igmp join-group 239.192.0.45
!
ASA-FW1# sh mroute
Multicast Routing Table
Flags: D - Dense, S - Sparse, B - Bidir Group, s - SSM Group,
C - Connected, L - Local, I - Received Source Specific Host Report,
P - Pruned, R - RP-bit set, F - Register flag, T - SPT-bit set,
J - Join SPT
Timers: Uptime/Expires
Interface state: Interface, State
(*, 239.192.0.45), 02:28:46/never, RP 0.0.0.0, flags: DCL
Incoming interface: Null
RPF nbr: 0.0.0.0
Immediate Outgoing interface list:
POS, Forward, 00:13:32/never
WAN, Forward, 02:28:46/never
ASA-FW1# sh mroute count
IP Multicast Statistics
5 routes, 3 groups, 0.00 average sources per group
Forwarding Counts: Pkt Count/Pkts per second/Avg Pkt Size/Kilobits per second
Other counts: Total/RPF failed/Other drops(OIF-null, rate-limit etc)
Group: 239.192.0.45
RP-tree:
02-28-2017 10:57 PM
Hello, first from your config I can see that on gig0/3 you are making the vlan an access vlan then converting finally it into a trunk, that is also creating issues.
Please refer thefollowing guide to Configuring IP Multicast Routing on 3560:
http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3560/software/release/12-2_52_se/configuration/guide/3560scg/swmcast.html
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