[j-nsp] Multicast issue

Gökhan Gümüş ggumus at gmail.com
Fri Dec 17 04:33:00 EST 2010


Dear all,

I have a problem with counting multicast packets sending out to Receiver
Site.

Source------PE-------------PE----------------Receiver

PE-Receiver connection is IRB interface.
I have put an output filter facing Receiver site with destination-MAC  (
converted MAC address from Group Address) but it did not work.
Here is my filter below:

abc> show configuration firewall family bridge filter xxx
term 01 {
    from {
        destination-mac-address {
            01:00:5e:00:35:06/48;
        }
    }
    then {
        count mcast_count;
        accept;
    }
}
term 02 {
    then accept;

Is there any way how to count multicast packet sent by PE router to the
receiver?

Thanks,
Gokhan


More information about the juniper-nsp mailing list