10
Most read
11
Most read
18
Most read
Site to Site VPN
Policy Based & Route Based
Dhruv Sharma
Introduction
• In this session we will setup a site-to-site VPN between two cisco IOS routers, one configured with
Route Based VPN and other configured with Policy Based.
Topology
Pre-configured - R1
Pre-configured - R1
!
hostname R1
!
interface Loopback1
ip address 11.11.11.1 255.0.0.0
!
interface GigabitEthernet0/0
ip address 10.10.10.10 255.0.0.0
no sh
!
Pre-Configured – R2
Pre-Configured – R2
!
hostname R2
!
interface Loopback1
ip address 12.12.12.1 255.0.0.0
!
interface GigabitEthernet0/0
ip address 10.10.10.11 255.0.0.0
no sh
!
• Configuration – R1
!
crypto isakmp policy 1
encr 3des
hash md5
authentication pre-share
group 2
crypto isakmp key cisco address 10.10.10.11
!
crypto ipsec transform-set ra-set esp-3des esp-md5-hmac
!
crypto ipsec profile profile1
set transform-set ra-set
!
!
interface Tunnel1
ip address 192.168.1.1 255.255.255.0
tunnel source GigabitEthernet0/0
tunnel mode ipsec ipv4
tunnel destination 10.10.10.11
tunnel protection ipsec profile profile1
!
ip route 12.0.0.0 255.0.0.0 Tunnel1
!
• Configuration – R2
!
crypto isakmp policy 1
encr 3des
hash md5
authentication pre-share
group 2
crypto isakmp key cisco address 10.10.10.10
!
crypto ipsec transform-set ra-set esp-3des esp-md5-hmac
!
crypto map babi 20 ipsec-isakmp
set peer 10.10.10.10
set transform-set ra-set
match address 101
!
!
ip route 0.0.0.0 0.0.0.0 10.10.10.10
!
access-list 101 permit ip 12.0.0.0 0.255.255.255 11.0.0.0 0.255.255.255
!
interface GigabitEthernet0/0
ip address 10.10.10.11 255.0.0.0
duplex auto
speed auto
media-type rj45
crypto map babi
!
• Verification
Verification
Verification
Verification
References
• https://community.cisco.com/t5/security-blogs/connect-route-based-
vpn-connect-to-policy-based-vpn/ba-p/4624682
• https://packetlife.net/blog/2011/aug/15/policy-based-vs-route-
based-vpns-part-1/
• Lab Work
Routebased-Policybased VPN.pptx

More Related Content

PDF
Microsoft Zero Trust
PDF
Aduana historialabor
PPTX
Top 20 Security Controls for a More Secure Infrastructure
PDF
Cyber Threat Intel : Overview
PDF
CompTIA Security+ SY0-601 Domain 2
PDF
CompTIA PenTest+: Everything you need to know about the exam
PPTX
Cybersecurity for medical devices in the EU
PDF
NextLevel Cyber Security Executive Briefing
Microsoft Zero Trust
Aduana historialabor
Top 20 Security Controls for a More Secure Infrastructure
Cyber Threat Intel : Overview
CompTIA Security+ SY0-601 Domain 2
CompTIA PenTest+: Everything you need to know about the exam
Cybersecurity for medical devices in the EU
NextLevel Cyber Security Executive Briefing

Similar to Routebased-Policybased VPN.pptx (20)

PDF
Configuring Ip Sec Between A Router And A Pix
PPT
PPT
rpsec-4 (1).ppt
PPTX
CCIE Collaboration Lecture - Chapter 1.1 campus design - vlan dhcp and ntp
PDF
Capacitacion 2018
PDF
VPNIPSec site to site
PPTX
LISP + GETVPN as alternative to DMVPN+OSPF+GETVPN
PPT
seminarr KJ CISCO SHDKNDSLKADASDAAOIASHD DAOIDAI
PPTX
Get vpn multicast for CCIE Security
PPT
Day 17.1 nat pat
PPT
Vpn site to site
PPTX
Security myth of i pv6 and dns64
PDF
보안위협 관리통제
PPTX
PDF
Implementation of DNS Anycast - a case study
DOCX
Triển khai vpn client to site qua router gpon
PPT
Chapter14ccna
PDF
Nxll18 vpn (s2 s gre & dmvpn)
DOC
Configuring a Cisco Router as a PPPoE Client for DSL Connectivity
PDF
Cisco ios xr mpls configuration guide for the cisco crs router,
Configuring Ip Sec Between A Router And A Pix
rpsec-4 (1).ppt
CCIE Collaboration Lecture - Chapter 1.1 campus design - vlan dhcp and ntp
Capacitacion 2018
VPNIPSec site to site
LISP + GETVPN as alternative to DMVPN+OSPF+GETVPN
seminarr KJ CISCO SHDKNDSLKADASDAAOIASHD DAOIDAI
Get vpn multicast for CCIE Security
Day 17.1 nat pat
Vpn site to site
Security myth of i pv6 and dns64
보안위협 관리통제
Implementation of DNS Anycast - a case study
Triển khai vpn client to site qua router gpon
Chapter14ccna
Nxll18 vpn (s2 s gre & dmvpn)
Configuring a Cisco Router as a PPPoE Client for DSL Connectivity
Cisco ios xr mpls configuration guide for the cisco crs router,
Ad

More from Dhruv Sharma (17)

PPTX
RAVPN EAP-IKEv2 VPN.pptx
PPTX
Load Balance with NSX-T.pptx
PPTX
NSX_Troubleshooting.pptx
PPTX
ASA VPN_Certificate authentication_ISE Authorization.pptx
PPTX
Setting up CDP (Cisco Discovery Protocol) between Cisco IOS and VMware Virtua...
PPTX
Ansible Network Automation session1
PPTX
Setting up Cisco WSA Proxy in Transparent and Explicit Mode
PPTX
Factory setup wsa_9.2_v1.0
PPTX
Tacacs+ with ise 2.4_ CCIE
PPTX
Route tags with OSPF
PPTX
Aci vmware integration_youtube
PPTX
Introduction to nexux from zero to Hero
PPTX
Cisco umbrella youtube
PPTX
GTM vs AWS Route 53 with Cisco umbrella
PPTX
Setting up VPN between F5 LTM & ASA
PPTX
Unquoted service path exploitation
PPTX
Getting started kali linux
RAVPN EAP-IKEv2 VPN.pptx
Load Balance with NSX-T.pptx
NSX_Troubleshooting.pptx
ASA VPN_Certificate authentication_ISE Authorization.pptx
Setting up CDP (Cisco Discovery Protocol) between Cisco IOS and VMware Virtua...
Ansible Network Automation session1
Setting up Cisco WSA Proxy in Transparent and Explicit Mode
Factory setup wsa_9.2_v1.0
Tacacs+ with ise 2.4_ CCIE
Route tags with OSPF
Aci vmware integration_youtube
Introduction to nexux from zero to Hero
Cisco umbrella youtube
GTM vs AWS Route 53 with Cisco umbrella
Setting up VPN between F5 LTM & ASA
Unquoted service path exploitation
Getting started kali linux
Ad

Recently uploaded (20)

PDF
Physical education and sports and CWSN notes
PPTX
Cite It Right: A Compact Illustration of APA 7th Edition.pptx
PDF
Farming Based Livelihood Systems English Notes
PPTX
Neurological complocations of systemic disease
PPTX
Why I Am A Baptist, History of the Baptist, The Baptist Distinctives, 1st Bap...
PPTX
Neurology of Systemic disease all systems
PDF
Solved Past paper of Pediatric Health Nursing PHN BS Nursing 5th Semester
PPTX
ACFE CERTIFICATION TRAINING ON LAW.pptx
PDF
anganwadi services for the b.sc nursing and GNM
PPTX
Power Point PR B.Inggris 12 Ed. 2019.pptx
PPTX
Theoretical for class.pptxgshdhddhdhdhgd
PDF
Horaris_Grups_25-26_Definitiu_15_07_25.pdf
PPTX
UNIT_2-__LIPIDS[1].pptx.................
PPTX
IT infrastructure and emerging technologies
PDF
faiz-khans about Radiotherapy Physics-02.pdf
PDF
Fun with Grammar (Communicative Activities for the Azar Grammar Series)
PPTX
Integrated Management of Neonatal and Childhood Illnesses (IMNCI) – Unit IV |...
DOCX
EDUCATIONAL ASSESSMENT ASSIGNMENT SEMESTER MAY 2025.docx
PDF
Chevening Scholarship Application and Interview Preparation Guide
PDF
Diabetes Mellitus , types , clinical picture, investigation and managment
Physical education and sports and CWSN notes
Cite It Right: A Compact Illustration of APA 7th Edition.pptx
Farming Based Livelihood Systems English Notes
Neurological complocations of systemic disease
Why I Am A Baptist, History of the Baptist, The Baptist Distinctives, 1st Bap...
Neurology of Systemic disease all systems
Solved Past paper of Pediatric Health Nursing PHN BS Nursing 5th Semester
ACFE CERTIFICATION TRAINING ON LAW.pptx
anganwadi services for the b.sc nursing and GNM
Power Point PR B.Inggris 12 Ed. 2019.pptx
Theoretical for class.pptxgshdhddhdhdhgd
Horaris_Grups_25-26_Definitiu_15_07_25.pdf
UNIT_2-__LIPIDS[1].pptx.................
IT infrastructure and emerging technologies
faiz-khans about Radiotherapy Physics-02.pdf
Fun with Grammar (Communicative Activities for the Azar Grammar Series)
Integrated Management of Neonatal and Childhood Illnesses (IMNCI) – Unit IV |...
EDUCATIONAL ASSESSMENT ASSIGNMENT SEMESTER MAY 2025.docx
Chevening Scholarship Application and Interview Preparation Guide
Diabetes Mellitus , types , clinical picture, investigation and managment

Routebased-Policybased VPN.pptx