cancel
Showing results for 
Search instead for 
Did you mean: 

MSDP peer filter

MSDP peer filter

AmericoMassotti
New Contributor

Hello everybody.

I’m struggling with a conf about msdp filter.

I want apply outbound filter toward a msdp peer:

 

configure msdp peer 192.168.1.2 sa-filter out msdp_policy_out

msdp_policy_out.pol

entry permit {
        if match any {
                nlri 239.200.200.0/24;
        }
        then {
                permit;
        }
}

entry deny {
        if match any {
                nlri 224.0.0.0/4;
        }
        then {
                deny;
        }
}

 

However when I applied it, on the peer (Cisco router) I not receive nothing.

I want permit only the first statement.

Where I wrong?

Thanks a lot and have a nice day.

 

Americo

0 REPLIES 0
GTM-P2G8KFN