10-28-2017 10:54 PM - edited 02-21-2020 10:37 AM
Hi All,
Any help would be much appreicated!
======================================
ASA Version 8.4(4)1
multicast-routing
interface GigabitEthernet0/0
description OUTSIDE
nameif OUTSIDE
security-level 0
ip address 192.168.255.250 255.255.255.252
igmp static-group 239.190.70.10
!
interface GigabitEthernet0/3
nameif INSIDE
security-level 100
ip address 192.168.100.1 255.255.255.0
igmp join-group 239.190.70.10
interface GigabitEthernet0/1
nameif INSIDE2
security-level 100
ip address 192.168.101.1 255.255.255.0
!
route OUTSIDE 0.0.0.0 0.0.0.0 192.168.255.249
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Cisco 3850
version 15.2
ip routing
ip multicast-routing
interface GigabitEthernet1/1/4
description TO CISCO ASA
no switchport
ip address 192.168.255.249 255.255.255.252
ip pim sparse-mode
!
vlan 100
name MGMT
interface Vlan100
description MGMT
ip address 192.168.0.1 255.255.255.0
ip pim sparse-mode
!
ip pim rp-address 192.168.255.249
ip route 192.168.100.0 255.255.255.0 192.168.255.250
ip route 192.168.101.0 255.255.255.0 192.168.255.250
=====================================================
MULTICAST SOURCE 192.168.100.252 /24
MULTICAST DESTINATION 239.190.70.10
Multicast can be received on receiver on 192.168.101.0/24
Multicast cannot be received on 3850 on VLAN 100.
Multicast looks to be sending to GigabitEthernet1/1/4 (counters for multicast increasing however it stops there).
Can you anyone please help so that multicast can be sent from inside of ASA to outside to a receiver off the 3850 switch?
10-29-2017 08:21 AM - edited 10-29-2017 08:48 AM
Hello @hoandsons
I'm trying to understand your setup. Do you have a default route from asa to switch and static router from switch to asa?
-If I helped you somehow, please, rate it as useful.-
10-29-2017 04:15 PM
Hi,
There is a default route from ASA to Switch via
!ASA CONFIG
route OUTSIDE 0.0.0.0 0.0.0.0 192.168.255.249
!SWITCH CONFIG
ip route 192.168.100.0 255.255.255.0 192.168.255.250
ip route 192.168.101.0 255.255.255.0 192.168.255.250
There are static routes from switch to ASA for both inside interfaces.
Cheers
10-29-2017 04:21 PM
But which is the idea? Packets will be sent from asa to switch through the default route and then they are routed back to asa through static routes.
Is that what want? Don't make sense to me.
10-30-2017 05:24 AM
10-30-2017 05:38 AM
Alrghit, that´s make sense. However, unless I am still missing something the Interface vlan 100 must be down on the switch. Can you run the command "show ip int br" on the switch please and share with me?
-If I helped you somehow, please, rate it as useful.-
10-30-2017 07:08 AM
10-30-2017 08:05 AM
Now looks to me that ASA may be filtering multicast traffic.
Did you applied any permission. As far as I can tell, multicast is not permit by default through firewall.
-If I helped you somehow, please, rate it as useful.-
11-01-2017 04:32 AM
Hi,
I have applied ip any any ACLS and igmp any any on all interfaces just for testing.
Cheers
11-01-2017 04:40 AM
11-07-2017 01:50 PM
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