cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
539
Views
0
Helpful
2
Replies

Routing public IP's to MPLS VPN

Haris P
Level 4
Level 4

Dears ,

How I can route public IP's to MPLS VPNs

?

Regards

Haris

2 Replies 2

dennis.usle
Level 1
Level 1

Here you are:

ip route public_ip subnet serial1/0/1:0

ip route vrf test public_ip subnet s1/0/1:0

ip route vrf test 0.0.0.0 0.0.0.0 1.1.1.2 global

int gi 0/1

ip address 1.1.1.1 255.255.255.254

interface s1/0/1:0

ip vrf for test

ip add x.x.x.x /30

romccallum
Level 4
Level 4

as dennis eludes to earlier - look up "how to inject a global route into a vpn". That will give you the info required.

OR if you cant be bothered searching :D

http://www.cisco.com/en/US/tech/tk436/tk832/technologies_configuration_example09186a0080231a3e.shtml