cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1685
Views
0
Helpful
3
Replies

VPN (site-to-site) between 3 routers...

dibyam-baral
Level 1
Level 1

Someone please be kind and send me a cisco file (.pkt) about VPN(site-to-site) between three router. Again, 3 router must be consider in packet tracer.Here, i have tried alot but it does not succeed . I tried by  maintaing 2 maps  as well as dedicated map with dedicated ACL but i fail. So, guys please help me in here...............

3 Replies 3

dibyam-baral
Level 1
Level 1

My email-id is "dibyam88@gmail.com"

m.kafka
Level 4
Level 4

On each router your create a single crypto map with a crypto map entry for each of the other two routers.

Just add an additional crypto map [same name] [new sequence number] and continue from there like a normal site2site configuration

For routers A, B and C something like:

On Router A:

crypto map A 10

  match address [acl-local-lan-remoteB]

  set peer [tunnel-endpointB]

  set transform [transform]

crypto map A 20

  match address [acl-local-lan-remoteC]

  set peer [tunnel-endpointC]

  set transform [transform]

On Router B:

crypto map B 10

  match address [acl-local-lan-remoteA]

  set peer [tunnel-endpointA]

  set transform [transform]

crypto map B 20

  match address [acl-local-lan-remoteC]

  set peer [tunnel-endpointC]

  set transform [transform]

On Router C:

crypto map C 10

  match address [acl-local-lan-remoteA]

  set peer [tunnel-endpointA]

  set transform [transform]

crypto map C 20

  match address [acl-local-lan-remoteB]

  set peer [tunnel-endpointB]

  set transform [transform]

If you can configure a static site2site, then a VPN with three routers shouldn't be a problem, it's the same scheme

Dear friend, m.kafka
                 I have already done that you kindly expalined me. But i dont know where i fail. So please send .pkt file to my mail-id     "dibyam88@gmail.com" . And thank for you reply......