I have two 3560's setup with vlans, inter-vlan routing (static), hsrp, and require multicast traffic to be routed between two vlans. Can this be done?
My first guess would be something like:
where the recipient of 239.100.3.1 would exist on Vlan3 and 239.100.4.1 on Vlan4. Am I way off base or on the right track?
After this is working how would I then subscribe ports to a multicast address so that the traffic doesn't get sent everywhere on the destination vlan?
Cheers,
vbahuse
My first guess would be something like:
Code:
ip route 239.100.3.1 255.255.255.255 Vlan3
ip route 239.100.4.1 255.255.255.255 Vlan4
where the recipient of 239.100.3.1 would exist on Vlan3 and 239.100.4.1 on Vlan4. Am I way off base or on the right track?
After this is working how would I then subscribe ports to a multicast address so that the traffic doesn't get sent everywhere on the destination vlan?
Cheers,
vbahuse