Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi All,
Any help would be much appreicated!
======================================
ASA Version 8.4(4)1
multicast-routing
interface GigabitEthernet0/0description OUTSIDEnameif OUTSIDEsecurity-level 0ip address 192.168.255.250 255.255.255.252 igmp st...
Hi,Yes you are right, sorry I forgot to mention that there is a interface on that vlan eg:interface Gi1/0/1description multicast receiverswitchport access vlan 100switchport mode accessswitchportno shutPlease note that I can ping between source and d...
Hi,For example, a host on the inside interface has an IP address of 192.168.100.100 is sending a multicast stream to 239.190.70.10.The ASA has a default route up to the switch which has multiple VLANs and is routing between them. I only mention one V...
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.250ip route 192.168.101.0 255.255.255.0 192.168.255.250
There are static...
Hi,
I am having trouble but my situation is a bit different. My interesting traffic is a GRE tunnel.
The tunnel destination is only reachable from a spoke.
For example
ip route e.f.g.h 255.255.255.255 10.0.0.2 !a valid spoke which can reach e.f.g.h...