Evil_TTL> show | s

Juniper NAT

Category:Juniper -> Routing and Switching

Source NAT

Template:

set security address-book global address N-192.168.1.0/24 192.168.1.0/24
set security nat source pool NAT
-POOL address 1.1.1.0/24
set security nat source pool NAT
-POOL address 2.2.2.0/24
set security nat source rule
-set SRC-NAT from zone TRUST
set security nat source rule
-set SRC-NAT to zone UNTRUST
set security nat source rule
-set SRC-NAT rule TRUST_UNTRUST match source-address-name N-192.168.1.0/24
set security nat source rule
-set SRC-NAT rule TRUST_UNTRUST match destination-address 0.0.0.0/0
set security nat source rule
-set SRC-NAT rule TRUST_UNTRUST then source-nat pool NAT-POOL 
By privilege15