12.07.2013 Views

Designing and Implementing a Junos Node Unifier Network

Designing and Implementing a Junos Node Unifier Network

Designing and Implementing a Junos Node Unifier Network

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

JNU 1.2 Design <strong>and</strong> Implementation Guide<br />

}<br />

vlans {<br />

jnu {<br />

vlan-id 4094;<br />

l3-interface vlan.4094;<br />

}<br />

}<br />

policy-options {<br />

policy-statement jnu-management {<br />

/ * Routes that are to be leaked from jnu-vrf to main instance */<br />

from {<br />

route-filter 169.37.0.1/32 exact;<br />

route-filter 132.0.1.1/32 exact;<br />

protocol static;<br />

}<br />

then accept;<br />

}<br />

policy-statement reject-all {<br />

then reject;<br />

}<br />

}<br />

routing-options {<br />

/ * These configurations to leak routes from jnu-vrf to main instance */<br />

rib-groups jnu {<br />

import-rib [ jnu.inet.0 inet.0 ];<br />

import-policy jnu-management;<br />

}<br />

}<br />

routing-instances {<br />

jnu-vrf {<br />

/ * Routing-instance containing uplink to controller */<br />

instance-type vrf;<br />

interface vlan.4094;<br />

route-distinguisher 192.168.0.2:1;<br />

vrf-import reject-all;<br />

vrf-export reject-all;<br />

routing-options {<br />

routing-options {<br />

static {<br />

rib-group jnu;<br />

route 169.37.0.1/32 next-hop 192.168.0.1;<br />

route 132.0.1.1/32 next-hop 192.168.0.1;<br />

}<br />

}<br />

}<br />

}<br />

}<br />

}<br />

}<br />

Sample Initial Configuration on an ACX Universal Access Router<br />

34<br />

The following is an example of the configuration that is configured <strong>and</strong> committed on<br />

the satellite device during the initialization process.<br />

groups {<br />

Copyright © 2013, Juniper <strong>Network</strong>s, Inc.

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

Saved successfully!

Ooh no, something went wrong!