16.03.2014 Views

Policy Framework Configuration Guide - Juniper Networks

Policy Framework Configuration Guide - Juniper Networks

Policy Framework Configuration Guide - Juniper Networks

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Chapter 4: Routing <strong>Policy</strong> <strong>Configuration</strong><br />

dsc {<br />

unit 0 {<br />

family inet {<br />

filter {<br />

input filter-name;<br />

output filter-name;<br />

}<br />

}<br />

}<br />

}<br />

You can include this statement at the following hierarchy levels:<br />

• [edit interfaces interface-name]<br />

• [edit logical-systems logical-system-name interfaces interface-name]<br />

The dsc interface name denotes the discard interface. The discard interface supports<br />

only unit 0. For more information about configuring interfaces, see the Junos OS Network<br />

Interfaces <strong>Configuration</strong> <strong>Guide</strong>.<br />

The following two configurations are required to configure a policy to forward all packets<br />

to the discard interface.<br />

Configure an input policy to associate a community with the discard interface:<br />

[edit]<br />

policy-options {<br />

community community-name members [ community-id ];<br />

policy-statement statement-name {<br />

term term-name {<br />

from community community-name;<br />

then {<br />

next-hop address; # Remote end of the point-to-point interface<br />

accept;<br />

}<br />

}<br />

}<br />

}<br />

Configure an output policy to set up the community on the routes injected into the network:<br />

Testing Routing Policies<br />

[edit]<br />

policy-options {<br />

policy-statement statement-name {<br />

term term-name {<br />

from prefix-list name;<br />

then community (set | add | delete) community-name;<br />

}<br />

}<br />

}<br />

Before applying a routing policy, you can issue the test policy command to ensure that<br />

the policy produces the results that you expect:<br />

Copyright © 2010, <strong>Juniper</strong> <strong>Networks</strong>, Inc.<br />

71

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!