Create Date: Sep 19 2013 7:20AM
Thank you for the hint. But, these commands do not work for me (XOS 15.2.2.7). Applying the policy (both external-filter and interarea-filter)
entry deny {
if match any {
nlri 130.183.87.192/26 ;
}
then {
deny ;
}
}
entry permit {
if match all {
}
then {
permit ;
}
}
does not prevent adding the route
#o1 130.183.87.192/26 192.168.5.6 7 UG-D---um--f- Net-5 0d:15h:37m:13s
to the routing table. (from Hans-Werner_Paulsen)