cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
201
Views
0
Helpful
1
Replies

ip nat over two pvc with cisco 876w

andre_hro
Level 1
Level 1

Hello,

I will connect my provider over 2 pvi.

I create two dialer. Each dialer gets a dynamic ip from my provider.

I would like to route all packages from 172.16.1.0 to dialer 1 and all packages from 172.16.2.0 to dialer 2.

I have create the following setup see attachment. I can route from 172.16.1.0 to dialer 1 but not form the second network two the second dialer. Can someone give me assistance?

with best regards

André

1 Reply 1

Edison Ortiz
Hall of Fame
Hall of Fame

Remove the highlighted portion of the config:

route-map NAT-VoipDailer permit 10

description NAT route-map for dialer 2

match ip address ACL-NAT-VoipNet

match interface Dialer2

route-map NAT-DataDailer permit 10

description NAT route-map for dailer 1

match ip address ACL-NAT-DataNet

match interface Dialer1

and modify the following entry:

ip access-list extended PBR-Traffic-Divert

permit tcp 172.16.2.0 0.0.0.255 any

with:

ip access-list extended PBR-Traffic-Divert

permit ip 172.16.2.0 0.0.0.255 any

HTH,

__

Edison.

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:

Review Cisco Networking products for a $25 gift card