Create Date: Mar 30 2012 4:04AM
Hi,
I think, all you need is the following:
1st of all, create a policy with the following content:
entry mcast {
if {
} then {
nlri *your_mcast_address*;
}
}
Then configure mcast:
enable ipmcforwarding
conf pim add vlan *your mcast-sender vlan* sparse
conf pim add vlan *your transfer vlan* sparse
configure pim crp vlan " your transfer vlan " "your policy file" 0
configure pim cbsr vlan " your transfer vlan " *priority*
enable pim
Now - check the configuration with *sh pim rp-set* - the mcast-address entered in you policy-file must be in list.
best regards
Falk
(from Falk_Fischer)