cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
313
Views
0
Helpful
4
Replies

MPLS VPN Internet Access NAT

pablitomassa82
Level 1
Level 1

Hi,

i'd like to enable internet access to a customers of a MPLS VPN. I'd like to know if the IP address of the link between CE (Customer) and PE (Service Provider) must be public or private. Many example use private address, but i don't know if it's true in the real word. Should i use public ip with NAT on CE?

Thanks a lot

4 Replies 4

Nagendra Kumar Nainar
Cisco Employee
Cisco Employee

Hi,

It is not mandatory to have public IP between PE-CE for internet traffic. What is the address range (for user/LAN) in customer site. Is it public or private?.

 

If public, you dont need NAT. If privtae, you may need NAT. 

In the Attachment the topology. I'd like use private IP on LAN and i also wanto to provide internet access to ther user. So User/LAN use private address, and i want to nat them when they connect to the Internet.

Is correct this configuration?

CE:

fa0/0 (user-facing interface)

ip address 10.0.2.2 255.255.255.0

no shut

fa0/1 (PE-facing interface)

ip addres 88.88.88.88 255.255.255.0

no shut

ip nat source static 10.0.2.1 88.88.88.88      (10.0.2.1 one user)

ip 0.0.0.0 0.0.0.0 88.88.88.89    

 

PE:

fa0/0 (ce-facing interface)

ip address 88.88.88.89 255.255.255.0

ip vrf forwarding GREEN

 

ip vrf GREEN 0.0.0.0 0.0.0.0 GW-1 global

ip route 88.88.88.88 255.255.255.0 fa0/0

router ospf 1

redistribute static

 

i had omitted some config

Thanks a lot

Paolo

Hello,

the only reason I can come up with to use public address is resolving the host name of the router when using traceroute or something similar. Otherwise, it is not necessary.

Based on your topology, using the subnet mask of 24 for you public IP is not correct.

As for Nat, some commands are missing. IP Nat inside and outside. And also it works when only one user is behind the router (only Nat works for 10.0.2.1)

I hope it helps

Hi, i used the /24 in the public address only for example without care about wasting of IP address :)

to complete the NAT i used:

CE fa0/0 ip nat inside

CE fa0/1 ip nat outside

Thanks

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