The policy described in this section is applied to Router A and does the following:
The following is a route filter policy named custFilter:
entry et1 { if match all { nlri 172.16.1.0/24; } then { deny; } } entry et2 { if match any { nlri 10.1.0.0/16; as-path 64499; } then { med set 100; community set "2342:6788"; permit; } }
* (pacman) DUTA.53 # configure bgp neighbor 10.10.10.2 route-policy in custfilter