07-04-2007 09:51 AM - edited 03-03-2019 05:43 PM
Hello
I Need Link includs site to site Vpn Cscenarion/configuration.I Want to do a VPN Test.
10xs
07-04-2007 10:01 AM
Hi Ali
You don't say whether this is with routers or firewalls etc. but here is a link to confgiuration examples for all types of IPSEC connection.
http://www.cisco.com/en/US/tech/tk583/tk372/tech_configuration_examples_list.html
HTH
Jon
07-04-2007 10:08 AM
Jon My Freind
its routers But With Dyngen
10xs
07-04-2007 10:45 AM
HI Jon!
i need 1 router to router site-2-site VPN
10XS
07-04-2007 11:45 AM
Do this on both routers.
! define hash and authentication for IKE
crypto isakmp policy 1
hash md5
authentication pre-share
crypto isakmp keepalive 30 5
! define ipsec hash and encryption
crypto ipsec transform-set myset esp-3des esp-md5-hmac
! define neighbor ipsec device, apply ipsec and interesting traffic
crypto map mymap 1 ipsec-isakmp
set peer [neighbor ip]
set transform-set myset
match address 100
! define ACL
access-list 100 permit ip [source network] [destination network ]
! apply ipsec to the egress interface.
interface s0/0
ip address x.x.x.x x.x.x.x
crypto map mymap
07-04-2007 11:48 AM
hi EdisonOrtiz
10xs i need 1 with image and clear Link Connection
07-04-2007 12:47 PM
Ali,
I have no idea what you mean by 'image and clear link connection'.
07-04-2007 07:27 PM
Hi Ali
In the link i sent there are quite a few examples of router to router VPN's.
http://www.cisco.com/en/US/tech/tk583/tk372/tech_configuration_examples_list.html#anchor18
As with Edison i am a little confused what you mean in your last post. Could you clarify ?
Jon
07-04-2007 08:25 PM
07-05-2007 04:47 AM
HI All
Hi Guru Prasad!
10xs for ur great Reply.I Like this Forum Because all Experts Help/Answer from their deep Hurt.I Respect All
10xs
Ali
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