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

Create successful ePaper yourself

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

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

28<br />

routing-options {<br />

static {<br />

/* Static route to SNMP trap server via si- interface */<br />

route 169.37.0.1/32 next-hop si-5/0/0.1;<br />

/* Static route to syslog server via si- interface */<br />

route 169.37.0.2/32 next-hop si-5/0/0.1;<br />

}<br />

}<br />

}<br />

jnu-vs {<br />

instance-type virtual-switch;<br />

bridge-domains {<br />

jnu {<br />

vlan-id 4094;<br />

interface ae479.16385;<br />

routing-interface irb.16385;<br />

}<br />

}<br />

}<br />

}<br />

services {<br />

service-set ss-nat {<br />

nat-rules jnu-use-controller;<br />

next-hop-service {<br />

inside-service-interface si-5/0/0.1;<br />

outside-service-interface si-5/0/0.2;<br />

}<br />

}<br />

nat {<br />

/* There needs to be 1 NAT pool (with the same address) per satellite */<br />

pool jnu-sat1 {<br />

/* Use Management IP address */<br />

address 137.34.0.1/32;<br />

}<br />

pool jnu-sat2 {<br />

/* Use Management IP address */<br />

address 137.34.0.1/32;<br />

}<br />

allow-overlapping-nat-pools;<br />

rule jnu-use-controller {<br />

match-direction input;<br />

term jnu-sat1 {<br />

/* Each satellite connection will use 1 term on its own */<br />

from {<br />

source-address {<br />

/* 1st satellite */<br />

10.0.0.1/32;<br />

}<br />

}<br />

then {<br />

translated {<br />

source-pool jnu-sat1;<br />

translation-type {<br />

basic-nat44;<br />

}<br />

}<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!