cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
253
Views
5
Helpful
1
Replies

NAT, multiple interfaces

sfeldmiller
Level 1
Level 1

I am looking for a config example of NAT same source, out two different interfaces.

E0 - 10.10.1.x

E1 - 192.168.1.x

E2 - 2.4.6.x

Need to NAT traffic from source E0 out both interfaces using two pools.

1 Accepted Solution

Accepted Solutions

thisisshanky
Level 11
Level 11

Hope this helps!

int e0

ip nat inside

int e1

ip nat outside

int e2

ip nat outside

access-list 101 permit ip 10.10.1.0 0.0.0.255 192.168.1.0 0.0.0.255

access-list 102 permit ip 10.10.1.0 0.0.0.255 2.4.6.0 0.0.0.255

ip nat pool first prefix-length

ip nat pool second prefix-length

ip nat inside source list 101 pool first

ip nat inside source list 102 pool second

ip nat inside source

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus

View solution in original post

1 Reply 1

thisisshanky
Level 11
Level 11

Hope this helps!

int e0

ip nat inside

int e1

ip nat outside

int e2

ip nat outside

access-list 101 permit ip 10.10.1.0 0.0.0.255 192.168.1.0 0.0.0.255

access-list 102 permit ip 10.10.1.0 0.0.0.255 2.4.6.0 0.0.0.255

ip nat pool first prefix-length

ip nat pool second prefix-length

ip nat inside source list 101 pool first

ip nat inside source list 102 pool second

ip nat inside source

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: