07-22-2012 01:22 AM
Hello!
I got the network as in the picture. I need that traffic for customer-1 devices flows through the blue tunnel and from the customer-2 through the red tunnel. I know how to make tunnels on PE-1 and PE-2, but I can't find out how to devide traffic flows from different VPNs.
Thanks and regards
ilya.
Solved! Go to Solution.
07-22-2012 02:19 AM
Ilya,
this is what you are after:
HTH,
Ivan.
07-22-2012 01:51 AM
Hi Ilya,
interface Tunnel1
description** VPN Tunnel Blue **
bandwidth 100000
ip vrf forwarding
ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip mtu 1500
load-interval 60
tunnel source GigabitEthernet0/0.
tunnel destination [IP Address]
tunnel protection ipsec profile dmvpn
!
interface Tunnel2
description **VPN Tunnel Red **
ip vrf forwarding
ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip mtu 1500
load-interval 60
tunnel source GigabitEthernet0/0.
tunnel destination [IP Address]
tunnel protection ipsec profile dmvpn
!
And on the connected physical interface. You need to map the ACL with the specific permits for the different tunnels.... Also you can have the dynamic routing protocol eigrp/ospf/rip to advertise your LAN subnets from cust 1 and cust 2. If the PE1 knows the route to reach PE2 it will form the tunnel and vice versa. You can restric the blue one to the red by acl and vice versa. I hope you understood the scenarion.
Please do rate if the given information helps.
By
Karthik
07-22-2012 01:54 AM
Ilya,
have a look at this - http://www.cisco.com/en/US/docs/ios/mpls/configuration/guide/mp_te_tun_select_ps6922_TSD_Products_Configuration_Guide_Chapter.html#wp1056359
Regards,
Ivan.
07-22-2012 02:13 AM
http://www.cisco.com/en/US/docs/solutions/Enterprise/WAN_and_MAN/DMVPN_2_Phase2.html#wp37281
the above link is a very useful document on the same.
please do rate if the given information helps.
By
Karthik
07-22-2012 02:19 AM
Ilya,
this is what you are after:
HTH,
Ivan.
07-22-2012 05:13 AM
Thanks to everybody! I will try to configure my network.
At first sight Ivan's answer is the right answer.
Best regards
Ilya
08-14-2012 01:06 AM
How about with same topology. If one customer wants a specific traffic to go on different path.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide