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.

Junos 10.4 <strong>Policy</strong> <strong>Framework</strong> <strong>Configuration</strong> <strong>Guide</strong><br />

prefix-list prefix1 {<br />

1.1.0.0/16;<br />

1.2.0.0/16;<br />

1.3.0.0/16;<br />

}<br />

}<br />

firewall {<br />

policer pol1 {<br />

if-exceeding {<br />

bandwidth-limit 401k;<br />

burst-size-limit 50k;<br />

}<br />

then discard;<br />

}<br />

filter filter1 {<br />

term one {<br />

from {<br />

source-address 12.1.0.0/16;<br />

}<br />

then {<br />

reject host-unknown;<br />

}<br />

}<br />

term two {<br />

from {<br />

source-address 12.2.0.0/16;<br />

}<br />

then policer pol1;<br />

}<br />

}<br />

family inet {<br />

service-filter inetsf1 {<br />

term term1 {<br />

from {<br />

source-prefix-list {<br />

prefix1;<br />

}<br />

}<br />

then count prefix1;<br />

}<br />

}<br />

}<br />

}<br />

}<br />

}<br />

services {<br />

service-set fred {<br />

max-flows 100;<br />

interface-service {<br />

service-interface sp-1/2/0.0;<br />

}<br />

}<br />

}<br />

262<br />

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

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

Saved successfully!

Ooh no, something went wrong!