SlideShare a Scribd company logo
DMVPN
DYNAMIC MULTIPOINT
VIRTUAL PRIVATE NETWORK
July 2014
- Tilak Upadhyay
THE PING BOX .NET CCIE Security 4.0
1 | P a g e
DMVPN Phase – I with EIGRP
CONFIGURATION:
ON NHS (ROUTER R4)
crypto isakmp policy 10
encr 3des
hash md5
authentication pre-share
group 2
exit
crypto isakmp key cisco address 0.0.0.0
crypto ipsec transform-set tset esp-3des esp-md5-hmac
mode transport
exit
THE PING BOX .NET CCIE Security 4.0
2 | P a g e
crypto ipsec profile DMVPN
set transform-set tset
exit
router eigrp 10
network 4.0.0.0
network 192.168.1.0
exit
int tunn 0
ip add 192.168.1.4 255.255.255.0
tunn sou fa1/0
tunn mode gre multipoint
ip nhrp network-id 10
ip nhrp auth cisco
ip nhrp map multicast dynamic
no ip split-horizon eigrp 10
tunn protection ipsec profile DMVPN
ON ROUTER R1
crypto isakmp policy 10
encr 3des
hash md5
authentication pre-share
group 2
exit
crypto isakmp key cisco address 0.0.0.0
crypto ipsec transform-set tset esp-3des esp-md5-hmac
mode transport
exit
THE PING BOX .NET CCIE Security 4.0
3 | P a g e
crypto ipsec profile DMVPN
set transform-set tset
exit
router eigrp 10
network 1.0.0.0
network 192.168.1.0
exit
int tunn 0
ip add 192.168.1.1 255.255.255.0
tunn sou fa 1/0
tunn mode gre multipoint
ip nhrp network-id 10
ip nhrp auth cisco
ip nhrp nhs 192.168.1.4
ip nhrp map 192.168.1.4 40.0.0.4
ip nhrp map multicast 40.0.0.4
tunn protection ipsec profile DMVPN
exit
ON ROUTER R2
crypto isakmp policy 10
encr 3des
hash md5
authentication pre-share
group 2
exit
crypto isakmp key cisco address 0.0.0.0
THE PING BOX .NET CCIE Security 4.0
4 | P a g e
crypto ipsec transform-set tset esp-3des esp-md5-hmac
mode transport
exit
crypto ipsec profile DMVPN
set transform-set tset
exit
router eigrp 10
network 2.0.0.0
network 192.168.1.0
exit
int tunn 0
ip add 192.168.1.2 255.255.255.0
tunn sou fa 1/0
tunn mode gre multipoint
ip nhrp network-id 10
ip nhrp auth cisco
ip nhrp nhs 192.168.1.4
ip nhrp map 192.168.1.4 40.0.0.4
ip nhrp map multicast 40.0.0.4
tunn protection ipsec profile DMVPN
exit
VERIFIACTION:
# sh ip route
# sh ip nhrp
# sh crypto isakmp sa det
# sh crypto ipsec sa
THE PING BOX .NET CCIE Security 4.0
5 | P a g e
DMVPN Phase – II with EIGRP
CONFIGURATION:
ON NHS (ROUTER R4)
crypto isakmp policy 10
encr 3des
hash md5
authentication pre-share
group 2
exit
crypto isakmp key cisco address 0.0.0.0
crypto ipsec transform-set tset esp-3des esp-md5-hmac
mode transport
exit
THE PING BOX .NET CCIE Security 4.0
6 | P a g e
crypto ipsec profile DMVPN
set transform-set tset
exit
router eigrp 10
network 4.0.0.0
network 192.168.1.0
exit
int tunn 0
ip add 192.168.1.4 255.255.255.0
tunn sou fa1/0
tunn mode gre multipoint
ip nhrp network-id 10
ip nhrp auth cisco
ip nhrp map multicast dynamic
no ip split-horizon eigrp 10
no ip next-hop-self eigrp 10
tunn protection ipsec profile DMVPN
ON ROUTER R1
crypto isakmp policy 10
encr 3des
hash md5
authentication pre-share
group 2
exit
crypto isakmp key cisco address 0.0.0.0
crypto ipsec transform-set tset esp-3des esp-md5-hmac
mode transport
THE PING BOX .NET CCIE Security 4.0
7 | P a g e
crypto ipsec profile DMVPN
set transform-set tset
exit
router eigrp 10
network 1.0.0.0
network 192.168.1.0
exit
int tunn 0
ip add 192.168.1.1 255.255.255.0
tunn sou fa 1/0
tunn mode gre multipoint
ip nhrp network-id 10
ip nhrp auth cisco
ip nhrp nhs 192.168.1.4
ip nhrp map 192.168.1.4 40.0.0.4
ip nhrp map multicast 40.0.0.4
tunn protection ipsec profile DMVPN
exit
ON ROUTER R2
crypto isakmp policy 10
encr 3des
hash md5
authentication pre-share
group 2
exit
crypto isakmp key cisco address 0.0.0.0
THE PING BOX .NET CCIE Security 4.0
8 | P a g e
crypto ipsec transform-set tset esp-3des esp-md5-hmac
mode transport
exit
crypto ipsec profile DMVPN
set transform-set tset
exit
router eigrp 10
network 2.0.0.0
network 192.168.1.0
exit
int tunn 0
ip add 192.168.1.2 255.255.255.0
tunn sou fa 1/0
tunn mode gre multipoint
ip nhrp network-id 10
ip nhrp auth cisco
ip nhrp nhs 192.168.1.4
ip nhrp map 192.168.1.4 40.0.0.4
ip nhrp map multicast 40.0.0.4
tunn protection ipsec profile DMVPN
exit
VERIFIACTION:
# sh ip route
# sh ip nhrp
# sh crypto isakmp sa det
# sh crypto ipsec sa
THE PING BOX .NET CCIE Security 4.0
9 | P a g e
DMVPN Phase – III with EIGRP
CONFIGURATION:
ON NHS (ROUTER R4)
crypto isakmp policy 10
encr 3des
hash md5
authentication pre-share
group 2
exit
crypto isakmp key cisco address 0.0.0.0
crypto ipsec transform-set tset esp-3des esp-md5-hmac
mode transport
exit
THE PING BOX .NET CCIE Security 4.0
10 | P a g e
crypto ipsec profile DMVPN
set transform-set tset
exit
router eigrp 10
network 4.0.0.0
network 192.168.1.0
exit
int tunn 0
ip add 192.168.1.4 255.255.255.0
tunn sou fa1/0
tunn mode gre multipoint
ip nhrp network-id 10
ip nhrp auth cisco
ip nhrp map multicast dynamic
ip nhrp redirect
no ip split-horizon eigrp 10
tunn protection ipsec profile DMVPN
ON ROUTER R1
crypto isakmp policy 10
encr 3des
hash md5
authentication pre-share
group 2
exit
crypto isakmp key cisco address 0.0.0.0
crypto ipsec transform-set tset esp-3des esp-md5-hmac
mode transport
THE PING BOX .NET CCIE Security 4.0
11 | P a g e
crypto ipsec profile DMVPN
set transform-set tset
exit
router eigrp 10
network 1.0.0.0
network 192.168.1.0
exit
int tunn 0
ip add 192.168.1.1 255.255.255.0
tunn sou fa 1/0
tunn mode gre multipoint
ip nhrp network-id 10
ip nhrp auth cisco
ip nhrp nhs 192.168.1.4
ip nhrp map 192.168.1.4 40.0.0.4
ip nhrp map multicast 40.0.0.4
ip nhrp shortcut
tunn protection ipsec profile DMVPN
exit
ON ROUTER R2
crypto isakmp policy 10
encr 3des
hash md5
authentication pre-share
group 2
exit
crypto isakmp key cisco address 0.0.0.0
THE PING BOX .NET CCIE Security 4.0
12 | P a g e
crypto ipsec transform-set tset esp-3des esp-md5-hmac
mode transport
exit
crypto ipsec profile DMVPN
set transform-set tset
exit
router eigrp 10
network 2.0.0.0
network 192.168.1.0
exit
int tunn 0
ip add 192.168.1.2 255.255.255.0
tunn sou fa 1/0
tunn mode gre multipoint
ip nhrp network-id 10
ip nhrp auth cisco
ip nhrp nhs 192.168.1.4
ip nhrp map 192.168.1.4 40.0.0.4
ip nhrp map multicast 40.0.0.4
ip nhrp shortcut
tunn protection ipsec profile DMVPN
exit
VERIFIACTION:
# sh ip route
# sh ip nhrp
# sh crypto isakmp sa det
# sh crypto ipsec sa
THE PING BOX .NET CCIE Security 4.0
13 | P a g e
DMVPN Phase – II with OSPF
CONFIGURATION:
ON NHS (ROUTER R4)
crypto isakmp policy 10
encr 3des
hash md5
authentication pre-share
group 2
exit
crypto isakmp key cisco address 0.0.0.0
crypto ipsec transform-set tset esp-3des esp-md5-hmac
mode transport
exit
THE PING BOX .NET CCIE Security 4.0
14 | P a g e
crypto ipsec profile DMVPN
set transform-set tset
exit
router ospf 10
network 4.0.0.0 0.255.255.255 area 0
network 192.168.1.0 0.0.0.255 area 0
exit
int tunn 0
ip add 192.168.1.4 255.255.255.0
tunn sou fa1/0
tunn mode gre multipoint
ip nhrp network-id 10
ip nhrp auth cisco
ip nhrp map multicast dynamic
ip ospf priority 255
ip ospf network broadcast
tunn protection ipsec profile DMVPN
ON ROUTER R1
crypto isakmp policy 10
encr 3des
hash md5
authentication pre-share
group 2
exit
crypto isakmp key cisco address 0.0.0.0
crypto ipsec transform-set tset esp-3des esp-md5-hmac
mode transport
THE PING BOX .NET CCIE Security 4.0
15 | P a g e
crypto ipsec profile DMVPN
set transform-set tset
exit
router ospf 10
network 1.0.0.0 0.255.255.255 area 0
network 192.168.1.0 0.0.0.255 area 0
exit
int tunn 0
ip add 192.168.1.1 255.255.255.0
tunn sou fa 1/0
tunn mode gre multipoint
ip nhrp network-id 10
ip nhrp auth cisco
ip nhrp nhs 192.168.1.4
ip nhrp map 192.168.1.4 40.0.0.4
ip nhrp map multicast 40.0.0.4
ip ospf priority 0
ip ospf network broadcast
tunn protection ipsec profile DMVPN
exit
ON ROUTER R2
crypto isakmp policy 10
encr 3des
hash md5
authentication pre-share
group 2
exit
crypto isakmp key cisco address 0.0.0.0
THE PING BOX .NET CCIE Security 4.0
16 | P a g e
crypto ipsec transform-set tset esp-3des esp-md5-hmac
mode transport
exit
crypto ipsec profile DMVPN
set transform-set tset
exit
router ospf 10
network 2.0.0.0 0.255.255.255 area 0
network 192.168.1.0 0.0.0.255 area 0
exit
int tunn 0
ip add 192.168.1.2 255.255.255.0
tunn sou fa 1/0
tunn mode gre multipoint
ip nhrp network-id 10
ip nhrp auth cisco
ip nhrp nhs 192.168.1.4
ip nhrp map 192.168.1.4 40.0.0.4
ip nhrp map multicast 40.0.0.4
ip ospf priority 0
ip ospf network broadcast
tunn protection ipsec profile DMVPN
VERIFIACTION:
# sh ip route
# sh ip nhrp
# sh crypto isakmp sa det
# sh crypto ipsec sa
THE PING BOX .NET CCIE Security 4.0
17 | P a g e
DMVPN Phase – III with OSPF
CONFIGURATION:
ON NHS (ROUTER R4)
crypto isakmp policy 10
encr 3des
hash md5
authentication pre-share
group 2
exit
crypto isakmp key cisco address 0.0.0.0
crypto ipsec transform-set tset esp-3des esp-md5-hmac
mode transport
exit
THE PING BOX .NET CCIE Security 4.0
18 | P a g e
crypto ipsec profile DMVPN
set transform-set tset
exit
router ospf 10
network 4.0.0.0 0.255.255.255 area 0
network 192.168.1.0 0.0.0.255 area 0
exit
int tunn 0
ip add 192.168.1.4 255.255.255.0
tunn sou fa1/0
tunn mode gre multipoint
ip nhrp network-id 10
ip nhrp auth cisco
ip nhrp map multicast dynamic
ip nhrp redirect
ip ospf network point-to-multipoint
tunn protection ipsec profile DMVPN
ON ROUTER R1
crypto isakmp policy 10
encr 3des
hash md5
authentication pre-share
group 2
exit
crypto isakmp key cisco address 0.0.0.0
crypto ipsec transform-set tset esp-3des esp-md5-hmac
mode transport
THE PING BOX .NET CCIE Security 4.0
19 | P a g e
crypto ipsec profile DMVPN
set transform-set tset
exit
router ospf 10
network 1.0.0.0 0.255.255.255 area 0
network 192.168.1.0 0.0.0.255 area 0
exit
int tunn 0
ip add 192.168.1.1 255.255.255.0
tunn sou fa 1/0
tunn mode gre multipoint
ip nhrp network-id 10
ip nhrp auth cisco
ip nhrp nhs 192.168.1.4
ip nhrp map 192.168.1.4 40.0.0.4
ip nhrp map multicast 40.0.0.4
ip nhrp shortcut
ip ospf network point-to-multipoint
tunn protection ipsec profile DMVPN
exit
ON ROUTER R2
crypto isakmp policy 10
encr 3des
hash md5
authentication pre-share
group 2
exit
crypto isakmp key cisco address 0.0.0.0
THE PING BOX .NET CCIE Security 4.0
20 | P a g e
crypto ipsec transform-set tset esp-3des esp-md5-hmac
mode transport
exit
crypto ipsec profile DMVPN
set transform-set tset
exit
router ospf 10
network 2.0.0.0 0.255.255.255 area 0
network 192.168.1.0 0.0.0.255 area 0
exit
int tunn 0
ip add 192.168.1.2 255.255.255.0
tunn sou fa 1/0
tunn mode gre multipoint
ip nhrp network-id 10
ip nhrp auth cisco
ip nhrp nhs 192.168.1.4
ip nhrp map 192.168.1.4 40.0.0.4
ip nhrp map multicast 40.0.0.4
ip nhrp shortcut
ip ospf network point-to-multipoint
tunn protection ipsec profile DMVPN
VERIFIACTION:
# sh ip route
# sh ip nhrp
# sh crypto isakmp sa det
# sh crypto ipsec sa

More Related Content

What's hot

HSRP ccna
HSRP ccna HSRP ccna
HSRP ccna
MohamedJafar5
 
Mpls technology
Mpls technologyMpls technology
Mpls technology
Naveen Sihag
 
Ospf
OspfOspf
101 CCNA Labs with Solutions.pdf
101 CCNA Labs with Solutions.pdf101 CCNA Labs with Solutions.pdf
101 CCNA Labs with Solutions.pdf
BiVnHu1
 
CCNA Lab Guide
CCNA Lab GuideCCNA Lab Guide
CCNA Lab Guide
Salachudin Emir
 
Sensor networks: 6LoWPAN & LPWAN
Sensor networks: 6LoWPAN & LPWANSensor networks: 6LoWPAN & LPWAN
Sensor networks: 6LoWPAN & LPWAN
Agence du Numérique (AdN)
 
SEGMENT Routing
SEGMENT RoutingSEGMENT Routing
Cisco Live! :: Introduction to Segment Routing :: BRKRST-2124 | Las Vegas 2017
Cisco Live! :: Introduction to Segment Routing :: BRKRST-2124  | Las Vegas 2017Cisco Live! :: Introduction to Segment Routing :: BRKRST-2124  | Las Vegas 2017
Cisco Live! :: Introduction to Segment Routing :: BRKRST-2124 | Las Vegas 2017
Bruno Teixeira
 
Deploying IP/MPLS VPN - Cisco Networkers 2010
Deploying IP/MPLS VPN - Cisco Networkers 2010Deploying IP/MPLS VPN - Cisco Networkers 2010
Deploying IP/MPLS VPN - Cisco Networkers 2010
Febrian ‎
 
Ccnp workbook network bulls
Ccnp workbook network bullsCcnp workbook network bulls
Ccnp workbook network bulls
Swapnil Kapate
 
Juniper mpls best practice part 1
Juniper mpls best practice   part 1Juniper mpls best practice   part 1
Juniper mpls best practice part 1
Febrian ‎
 
VLAN Trunking Protocol
VLAN Trunking ProtocolVLAN Trunking Protocol
VLAN Trunking Protocol
Netwax Lab
 
IOS Cisco - Cheat sheets
IOS Cisco - Cheat sheetsIOS Cisco - Cheat sheets
IOS Cisco - Cheat sheets
Alejandro Marin
 
How to configure vlan, stp, dtp step by step guide
How to configure vlan, stp, dtp step by step guideHow to configure vlan, stp, dtp step by step guide
How to configure vlan, stp, dtp step by step guide
IT Tech
 
Mpls Services
Mpls ServicesMpls Services
Mpls Services
Kristof De Brouwer
 
Ospf.ppt
Ospf.pptOspf.ppt
Tn 310 vlan-trunking
Tn 310 vlan-trunkingTn 310 vlan-trunking
Tn 310 vlan-trunking
sali Ibrahimu
 
Vlan
Vlan Vlan
Vlan
sanss40
 
MPLS - Multiprotocol Label Switching
MPLS - Multiprotocol Label SwitchingMPLS - Multiprotocol Label Switching
MPLS - Multiprotocol Label Switching
Peter R. Egli
 
CCNA training 101
CCNA training 101CCNA training 101
CCNA training 101
Rohan Reddy
 

What's hot (20)

HSRP ccna
HSRP ccna HSRP ccna
HSRP ccna
 
Mpls technology
Mpls technologyMpls technology
Mpls technology
 
Ospf
OspfOspf
Ospf
 
101 CCNA Labs with Solutions.pdf
101 CCNA Labs with Solutions.pdf101 CCNA Labs with Solutions.pdf
101 CCNA Labs with Solutions.pdf
 
CCNA Lab Guide
CCNA Lab GuideCCNA Lab Guide
CCNA Lab Guide
 
Sensor networks: 6LoWPAN & LPWAN
Sensor networks: 6LoWPAN & LPWANSensor networks: 6LoWPAN & LPWAN
Sensor networks: 6LoWPAN & LPWAN
 
SEGMENT Routing
SEGMENT RoutingSEGMENT Routing
SEGMENT Routing
 
Cisco Live! :: Introduction to Segment Routing :: BRKRST-2124 | Las Vegas 2017
Cisco Live! :: Introduction to Segment Routing :: BRKRST-2124  | Las Vegas 2017Cisco Live! :: Introduction to Segment Routing :: BRKRST-2124  | Las Vegas 2017
Cisco Live! :: Introduction to Segment Routing :: BRKRST-2124 | Las Vegas 2017
 
Deploying IP/MPLS VPN - Cisco Networkers 2010
Deploying IP/MPLS VPN - Cisco Networkers 2010Deploying IP/MPLS VPN - Cisco Networkers 2010
Deploying IP/MPLS VPN - Cisco Networkers 2010
 
Ccnp workbook network bulls
Ccnp workbook network bullsCcnp workbook network bulls
Ccnp workbook network bulls
 
Juniper mpls best practice part 1
Juniper mpls best practice   part 1Juniper mpls best practice   part 1
Juniper mpls best practice part 1
 
VLAN Trunking Protocol
VLAN Trunking ProtocolVLAN Trunking Protocol
VLAN Trunking Protocol
 
IOS Cisco - Cheat sheets
IOS Cisco - Cheat sheetsIOS Cisco - Cheat sheets
IOS Cisco - Cheat sheets
 
How to configure vlan, stp, dtp step by step guide
How to configure vlan, stp, dtp step by step guideHow to configure vlan, stp, dtp step by step guide
How to configure vlan, stp, dtp step by step guide
 
Mpls Services
Mpls ServicesMpls Services
Mpls Services
 
Ospf.ppt
Ospf.pptOspf.ppt
Ospf.ppt
 
Tn 310 vlan-trunking
Tn 310 vlan-trunkingTn 310 vlan-trunking
Tn 310 vlan-trunking
 
Vlan
Vlan Vlan
Vlan
 
MPLS - Multiprotocol Label Switching
MPLS - Multiprotocol Label SwitchingMPLS - Multiprotocol Label Switching
MPLS - Multiprotocol Label Switching
 
CCNA training 101
CCNA training 101CCNA training 101
CCNA training 101
 

Viewers also liked

DMVPN Lab WorkBook
DMVPN Lab WorkBookDMVPN Lab WorkBook
DMVPN Lab WorkBook
RHC Technologies
 
IPSec VPN
IPSec VPNIPSec VPN
Nxll18 vpn (s2 s gre & dmvpn)
Nxll18 vpn (s2 s gre & dmvpn)Nxll18 vpn (s2 s gre & dmvpn)
Nxll18 vpn (s2 s gre & dmvpn)
Netwax Lab
 
ihsan cv
ihsan cvihsan cv
ihsan cv
IhsanUllah Khan
 
Dmvpn with configuration example
Dmvpn with configuration exampleDmvpn with configuration example
Dmvpn with configuration example
3Anetwork com
 
Security Benefits of Firewall Protection
Security Benefits of Firewall ProtectionSecurity Benefits of Firewall Protection
Security Benefits of Firewall Protection
david rom
 
CCNP Security-Firewall
CCNP Security-FirewallCCNP Security-Firewall
CCNP Security-Firewall
mohannadalhanahnah
 
CCIE R&S V5 Changes
CCIE R&S V5 ChangesCCIE R&S V5 Changes
CCIE R&S V5 Changes
John Berry
 
Nxll25 hsrp with failover
Nxll25 hsrp with failoverNxll25 hsrp with failover
Nxll25 hsrp with failover
Netwax Lab
 
Cisco Router and Switch Security Hardening Guide
Cisco Router and Switch Security Hardening GuideCisco Router and Switch Security Hardening Guide
Cisco Router and Switch Security Hardening Guide
Harris Andrea
 
ASA Firewall Interview- Questions & Answers
ASA Firewall Interview- Questions & AnswersASA Firewall Interview- Questions & Answers
ASA Firewall Interview- Questions & Answers
NetProtocol Xpert
 
Types of VPN
Types of VPNTypes of VPN
Types of VPN
NetProtocol Xpert
 
Cisco ASA Firewall Lab WorkBook
Cisco ASA Firewall Lab WorkBookCisco ASA Firewall Lab WorkBook
Cisco ASA Firewall Lab WorkBook
RHC Technologies
 
MPLS Layer 3 VPN
MPLS Layer 3 VPN MPLS Layer 3 VPN
MPLS Layer 3 VPN
NetProtocol Xpert
 
Project Types and their importance
Project Types and their importanceProject Types and their importance
Project Types and their importance
Ujjwal Joshi
 

Viewers also liked (15)

DMVPN Lab WorkBook
DMVPN Lab WorkBookDMVPN Lab WorkBook
DMVPN Lab WorkBook
 
IPSec VPN
IPSec VPNIPSec VPN
IPSec VPN
 
Nxll18 vpn (s2 s gre & dmvpn)
Nxll18 vpn (s2 s gre & dmvpn)Nxll18 vpn (s2 s gre & dmvpn)
Nxll18 vpn (s2 s gre & dmvpn)
 
ihsan cv
ihsan cvihsan cv
ihsan cv
 
Dmvpn with configuration example
Dmvpn with configuration exampleDmvpn with configuration example
Dmvpn with configuration example
 
Security Benefits of Firewall Protection
Security Benefits of Firewall ProtectionSecurity Benefits of Firewall Protection
Security Benefits of Firewall Protection
 
CCNP Security-Firewall
CCNP Security-FirewallCCNP Security-Firewall
CCNP Security-Firewall
 
CCIE R&S V5 Changes
CCIE R&S V5 ChangesCCIE R&S V5 Changes
CCIE R&S V5 Changes
 
Nxll25 hsrp with failover
Nxll25 hsrp with failoverNxll25 hsrp with failover
Nxll25 hsrp with failover
 
Cisco Router and Switch Security Hardening Guide
Cisco Router and Switch Security Hardening GuideCisco Router and Switch Security Hardening Guide
Cisco Router and Switch Security Hardening Guide
 
ASA Firewall Interview- Questions & Answers
ASA Firewall Interview- Questions & AnswersASA Firewall Interview- Questions & Answers
ASA Firewall Interview- Questions & Answers
 
Types of VPN
Types of VPNTypes of VPN
Types of VPN
 
Cisco ASA Firewall Lab WorkBook
Cisco ASA Firewall Lab WorkBookCisco ASA Firewall Lab WorkBook
Cisco ASA Firewall Lab WorkBook
 
MPLS Layer 3 VPN
MPLS Layer 3 VPN MPLS Layer 3 VPN
MPLS Layer 3 VPN
 
Project Types and their importance
Project Types and their importanceProject Types and their importance
Project Types and their importance
 

Similar to DMVPN

Triển khai vpn client to site qua router gpon
Triển khai vpn client to site qua router gponTriển khai vpn client to site qua router gpon
Triển khai vpn client to site qua router gpon
laonap166
 
LISP + GETVPN as alternative to DMVPN+OSPF+GETVPN
LISP + GETVPN as alternative to DMVPN+OSPF+GETVPNLISP + GETVPN as alternative to DMVPN+OSPF+GETVPN
LISP + GETVPN as alternative to DMVPN+OSPF+GETVPN
JobSnijders
 
Nxll17 dynamic routing with asa
Nxll17 dynamic routing with asaNxll17 dynamic routing with asa
Nxll17 dynamic routing with asa
Netwax Lab
 
Nxll22 role based cli
Nxll22 role based cliNxll22 role based cli
Nxll22 role based cli
Netwax Lab
 
Báo cáo thực tập athena trần trọng thái
Báo cáo thực tập athena   trần trọng tháiBáo cáo thực tập athena   trần trọng thái
Báo cáo thực tập athena trần trọng thái
tran thai
 
Handy Networking Tools and How to Use Them
Handy Networking Tools and How to Use ThemHandy Networking Tools and How to Use Them
Handy Networking Tools and How to Use Them
Sneha Inguva
 
Cisco CCNA EIGRP IPV6 Configuration
Cisco CCNA EIGRP IPV6 ConfigurationCisco CCNA EIGRP IPV6 Configuration
Cisco CCNA EIGRP IPV6 Configuration
Hamed Moghaddam
 
Lab 4 marking
Lab 4 markingLab 4 marking
Lab 4 marking
VNG
 
ACI Multicast 구성 가이드
ACI Multicast 구성 가이드ACI Multicast 구성 가이드
ACI Multicast 구성 가이드
Woo Hyung Choi
 
SITE TO SITE IPSEC VPN TUNNEL B/W CISCO ROUTERS
SITE TO SITE IPSEC VPN TUNNEL B/W CISCO ROUTERSSITE TO SITE IPSEC VPN TUNNEL B/W CISCO ROUTERS
SITE TO SITE IPSEC VPN TUNNEL B/W CISCO ROUTERS
NetProtocol Xpert
 
Configuring Ip Sec Between A Router And A Pix
Configuring Ip Sec Between A Router And A PixConfiguring Ip Sec Between A Router And A Pix
Configuring Ip Sec Between A Router And A Pix
angelitoh11
 
Cisco asa vpn
Cisco asa vpnCisco asa vpn
Cisco asa vpn
Andres Ldño
 
Actividad configuración de cisco asa vpn
Actividad configuración de cisco asa vpnActividad configuración de cisco asa vpn
Actividad configuración de cisco asa vpn
Andres Ldño
 
Cisco CCNA OSPF IPV6 Configuration
Cisco CCNA OSPF IPV6 ConfigurationCisco CCNA OSPF IPV6 Configuration
Cisco CCNA OSPF IPV6 Configuration
Hamed Moghaddam
 
IPv6 Fundamentals & Securities
IPv6 Fundamentals & SecuritiesIPv6 Fundamentals & Securities
IPv6 Fundamentals & Securities
Don Anto
 
Npppd: easy vpn with OpenBSD
Npppd: easy vpn with OpenBSDNpppd: easy vpn with OpenBSD
Npppd: easy vpn with OpenBSD
Giovanni Bechis
 
Vpn(4)
Vpn(4)Vpn(4)
Vpn(4)
Suraj Kumar
 
Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)
Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)
Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)
Netwax Lab
 
[오픈소스컨설팅] Linux Network Troubleshooting
[오픈소스컨설팅] Linux Network Troubleshooting[오픈소스컨설팅] Linux Network Troubleshooting
[오픈소스컨설팅] Linux Network Troubleshooting
Open Source Consulting
 
CCNP Security SIMOS 300-209=vpn 642-648
CCNP Security SIMOS 300-209=vpn 642-648CCNP Security SIMOS 300-209=vpn 642-648
CCNP Security SIMOS 300-209=vpn 642-648
Mohmed Abou Elenein Attia
 

Similar to DMVPN (20)

Triển khai vpn client to site qua router gpon
Triển khai vpn client to site qua router gponTriển khai vpn client to site qua router gpon
Triển khai vpn client to site qua router gpon
 
LISP + GETVPN as alternative to DMVPN+OSPF+GETVPN
LISP + GETVPN as alternative to DMVPN+OSPF+GETVPNLISP + GETVPN as alternative to DMVPN+OSPF+GETVPN
LISP + GETVPN as alternative to DMVPN+OSPF+GETVPN
 
Nxll17 dynamic routing with asa
Nxll17 dynamic routing with asaNxll17 dynamic routing with asa
Nxll17 dynamic routing with asa
 
Nxll22 role based cli
Nxll22 role based cliNxll22 role based cli
Nxll22 role based cli
 
Báo cáo thực tập athena trần trọng thái
Báo cáo thực tập athena   trần trọng tháiBáo cáo thực tập athena   trần trọng thái
Báo cáo thực tập athena trần trọng thái
 
Handy Networking Tools and How to Use Them
Handy Networking Tools and How to Use ThemHandy Networking Tools and How to Use Them
Handy Networking Tools and How to Use Them
 
Cisco CCNA EIGRP IPV6 Configuration
Cisco CCNA EIGRP IPV6 ConfigurationCisco CCNA EIGRP IPV6 Configuration
Cisco CCNA EIGRP IPV6 Configuration
 
Lab 4 marking
Lab 4 markingLab 4 marking
Lab 4 marking
 
ACI Multicast 구성 가이드
ACI Multicast 구성 가이드ACI Multicast 구성 가이드
ACI Multicast 구성 가이드
 
SITE TO SITE IPSEC VPN TUNNEL B/W CISCO ROUTERS
SITE TO SITE IPSEC VPN TUNNEL B/W CISCO ROUTERSSITE TO SITE IPSEC VPN TUNNEL B/W CISCO ROUTERS
SITE TO SITE IPSEC VPN TUNNEL B/W CISCO ROUTERS
 
Configuring Ip Sec Between A Router And A Pix
Configuring Ip Sec Between A Router And A PixConfiguring Ip Sec Between A Router And A Pix
Configuring Ip Sec Between A Router And A Pix
 
Cisco asa vpn
Cisco asa vpnCisco asa vpn
Cisco asa vpn
 
Actividad configuración de cisco asa vpn
Actividad configuración de cisco asa vpnActividad configuración de cisco asa vpn
Actividad configuración de cisco asa vpn
 
Cisco CCNA OSPF IPV6 Configuration
Cisco CCNA OSPF IPV6 ConfigurationCisco CCNA OSPF IPV6 Configuration
Cisco CCNA OSPF IPV6 Configuration
 
IPv6 Fundamentals & Securities
IPv6 Fundamentals & SecuritiesIPv6 Fundamentals & Securities
IPv6 Fundamentals & Securities
 
Npppd: easy vpn with OpenBSD
Npppd: easy vpn with OpenBSDNpppd: easy vpn with OpenBSD
Npppd: easy vpn with OpenBSD
 
Vpn(4)
Vpn(4)Vpn(4)
Vpn(4)
 
Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)
Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)
Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)
 
[오픈소스컨설팅] Linux Network Troubleshooting
[오픈소스컨설팅] Linux Network Troubleshooting[오픈소스컨설팅] Linux Network Troubleshooting
[오픈소스컨설팅] Linux Network Troubleshooting
 
CCNP Security SIMOS 300-209=vpn 642-648
CCNP Security SIMOS 300-209=vpn 642-648CCNP Security SIMOS 300-209=vpn 642-648
CCNP Security SIMOS 300-209=vpn 642-648
 

More from NetProtocol Xpert

Basic Cisco ASA 5506-x Configuration (Firepower)
Basic Cisco ASA 5506-x Configuration (Firepower)Basic Cisco ASA 5506-x Configuration (Firepower)
Basic Cisco ASA 5506-x Configuration (Firepower)
NetProtocol Xpert
 
Common Layer 2 Threats, Attacks & Mitigation
Common Layer 2 Threats, Attacks & MitigationCommon Layer 2 Threats, Attacks & Mitigation
Common Layer 2 Threats, Attacks & Mitigation
NetProtocol Xpert
 
Storm-Control
Storm-ControlStorm-Control
Storm-Control
NetProtocol Xpert
 
Dynamic ARP Inspection (DAI)
Dynamic ARP Inspection (DAI)Dynamic ARP Inspection (DAI)
Dynamic ARP Inspection (DAI)
NetProtocol Xpert
 
IP Source Guard
IP Source Guard IP Source Guard
IP Source Guard
NetProtocol Xpert
 
DHCP Snooping
DHCP SnoopingDHCP Snooping
DHCP Snooping
NetProtocol Xpert
 
Password Recovery
Password RecoveryPassword Recovery
Password Recovery
NetProtocol Xpert
 
Application & Data Center
Application & Data CenterApplication & Data Center
Application & Data Center
NetProtocol Xpert
 
Cisco ISR 4351 Router
Cisco ISR 4351 RouterCisco ISR 4351 Router
Cisco ISR 4351 Router
NetProtocol Xpert
 
Cisco ASR 1001-X Router
Cisco ASR 1001-X RouterCisco ASR 1001-X Router
Cisco ASR 1001-X Router
NetProtocol Xpert
 
Securing management, control & data plane
Securing management, control & data planeSecuring management, control & data plane
Securing management, control & data plane
NetProtocol Xpert
 
Point to-point protocol (ppp), PAP & CHAP
Point to-point protocol (ppp), PAP & CHAPPoint to-point protocol (ppp), PAP & CHAP
Point to-point protocol (ppp), PAP & CHAP
NetProtocol Xpert
 
Avoid DNS lookup when mistyping a command
Avoid DNS lookup when mistyping a commandAvoid DNS lookup when mistyping a command
Avoid DNS lookup when mistyping a command
NetProtocol Xpert
 
TCLSH and Macro Ping Test on Cisco Routers and Switches
TCLSH and Macro Ping Test on Cisco Routers and SwitchesTCLSH and Macro Ping Test on Cisco Routers and Switches
TCLSH and Macro Ping Test on Cisco Routers and Switches
NetProtocol Xpert
 
Private VLANs
Private VLANsPrivate VLANs
Private VLANs
NetProtocol Xpert
 
MTU (maximum transmission unit) & MRU (maximum receive unit)
MTU (maximum transmission unit) & MRU (maximum receive unit)MTU (maximum transmission unit) & MRU (maximum receive unit)
MTU (maximum transmission unit) & MRU (maximum receive unit)
NetProtocol Xpert
 
OTV Configuration
OTV ConfigurationOTV Configuration
OTV Configuration
NetProtocol Xpert
 
Cisco OTV 
Cisco OTV Cisco OTV 
Cisco OTV 
NetProtocol Xpert
 
OTV(Overlay Transport Virtualization)
OTV(Overlay  Transport  Virtualization)OTV(Overlay  Transport  Virtualization)
OTV(Overlay Transport Virtualization)
NetProtocol Xpert
 
Regular expression examples
Regular expression examplesRegular expression examples
Regular expression examples
NetProtocol Xpert
 

More from NetProtocol Xpert (20)

Basic Cisco ASA 5506-x Configuration (Firepower)
Basic Cisco ASA 5506-x Configuration (Firepower)Basic Cisco ASA 5506-x Configuration (Firepower)
Basic Cisco ASA 5506-x Configuration (Firepower)
 
Common Layer 2 Threats, Attacks & Mitigation
Common Layer 2 Threats, Attacks & MitigationCommon Layer 2 Threats, Attacks & Mitigation
Common Layer 2 Threats, Attacks & Mitigation
 
Storm-Control
Storm-ControlStorm-Control
Storm-Control
 
Dynamic ARP Inspection (DAI)
Dynamic ARP Inspection (DAI)Dynamic ARP Inspection (DAI)
Dynamic ARP Inspection (DAI)
 
IP Source Guard
IP Source Guard IP Source Guard
IP Source Guard
 
DHCP Snooping
DHCP SnoopingDHCP Snooping
DHCP Snooping
 
Password Recovery
Password RecoveryPassword Recovery
Password Recovery
 
Application & Data Center
Application & Data CenterApplication & Data Center
Application & Data Center
 
Cisco ISR 4351 Router
Cisco ISR 4351 RouterCisco ISR 4351 Router
Cisco ISR 4351 Router
 
Cisco ASR 1001-X Router
Cisco ASR 1001-X RouterCisco ASR 1001-X Router
Cisco ASR 1001-X Router
 
Securing management, control & data plane
Securing management, control & data planeSecuring management, control & data plane
Securing management, control & data plane
 
Point to-point protocol (ppp), PAP & CHAP
Point to-point protocol (ppp), PAP & CHAPPoint to-point protocol (ppp), PAP & CHAP
Point to-point protocol (ppp), PAP & CHAP
 
Avoid DNS lookup when mistyping a command
Avoid DNS lookup when mistyping a commandAvoid DNS lookup when mistyping a command
Avoid DNS lookup when mistyping a command
 
TCLSH and Macro Ping Test on Cisco Routers and Switches
TCLSH and Macro Ping Test on Cisco Routers and SwitchesTCLSH and Macro Ping Test on Cisco Routers and Switches
TCLSH and Macro Ping Test on Cisco Routers and Switches
 
Private VLANs
Private VLANsPrivate VLANs
Private VLANs
 
MTU (maximum transmission unit) & MRU (maximum receive unit)
MTU (maximum transmission unit) & MRU (maximum receive unit)MTU (maximum transmission unit) & MRU (maximum receive unit)
MTU (maximum transmission unit) & MRU (maximum receive unit)
 
OTV Configuration
OTV ConfigurationOTV Configuration
OTV Configuration
 
Cisco OTV 
Cisco OTV Cisco OTV 
Cisco OTV 
 
OTV(Overlay Transport Virtualization)
OTV(Overlay  Transport  Virtualization)OTV(Overlay  Transport  Virtualization)
OTV(Overlay Transport Virtualization)
 
Regular expression examples
Regular expression examplesRegular expression examples
Regular expression examples
 

Recently uploaded

Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 
john krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptxjohn krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptx
Madan Karki
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
MDSABBIROJJAMANPAYEL
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
jpsjournal1
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
Victor Morales
 
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENTNATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
Addu25809
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have oneISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
Las Vegas Warehouse
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
KrishnaveniKrishnara1
 
Transformers design and coooling methods
Transformers design and coooling methodsTransformers design and coooling methods
Transformers design and coooling methods
Roger Rozario
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
MIGUELANGEL966976
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
co23btech11018
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
IJECEIAES
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
shadow0702a
 
gray level transformation unit 3(image processing))
gray level transformation unit 3(image processing))gray level transformation unit 3(image processing))
gray level transformation unit 3(image processing))
shivani5543
 
The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.
sachin chaurasia
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
zubairahmad848137
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 

Recently uploaded (20)

Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 
john krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptxjohn krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptx
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
 
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENTNATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have oneISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
 
Transformers design and coooling methods
Transformers design and coooling methodsTransformers design and coooling methods
Transformers design and coooling methods
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
 
gray level transformation unit 3(image processing))
gray level transformation unit 3(image processing))gray level transformation unit 3(image processing))
gray level transformation unit 3(image processing))
 
The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 

DMVPN

  • 1. DMVPN DYNAMIC MULTIPOINT VIRTUAL PRIVATE NETWORK July 2014 - Tilak Upadhyay
  • 2. THE PING BOX .NET CCIE Security 4.0 1 | P a g e DMVPN Phase – I with EIGRP CONFIGURATION: ON NHS (ROUTER R4) crypto isakmp policy 10 encr 3des hash md5 authentication pre-share group 2 exit crypto isakmp key cisco address 0.0.0.0 crypto ipsec transform-set tset esp-3des esp-md5-hmac mode transport exit
  • 3. THE PING BOX .NET CCIE Security 4.0 2 | P a g e crypto ipsec profile DMVPN set transform-set tset exit router eigrp 10 network 4.0.0.0 network 192.168.1.0 exit int tunn 0 ip add 192.168.1.4 255.255.255.0 tunn sou fa1/0 tunn mode gre multipoint ip nhrp network-id 10 ip nhrp auth cisco ip nhrp map multicast dynamic no ip split-horizon eigrp 10 tunn protection ipsec profile DMVPN ON ROUTER R1 crypto isakmp policy 10 encr 3des hash md5 authentication pre-share group 2 exit crypto isakmp key cisco address 0.0.0.0 crypto ipsec transform-set tset esp-3des esp-md5-hmac mode transport exit
  • 4. THE PING BOX .NET CCIE Security 4.0 3 | P a g e crypto ipsec profile DMVPN set transform-set tset exit router eigrp 10 network 1.0.0.0 network 192.168.1.0 exit int tunn 0 ip add 192.168.1.1 255.255.255.0 tunn sou fa 1/0 tunn mode gre multipoint ip nhrp network-id 10 ip nhrp auth cisco ip nhrp nhs 192.168.1.4 ip nhrp map 192.168.1.4 40.0.0.4 ip nhrp map multicast 40.0.0.4 tunn protection ipsec profile DMVPN exit ON ROUTER R2 crypto isakmp policy 10 encr 3des hash md5 authentication pre-share group 2 exit crypto isakmp key cisco address 0.0.0.0
  • 5. THE PING BOX .NET CCIE Security 4.0 4 | P a g e crypto ipsec transform-set tset esp-3des esp-md5-hmac mode transport exit crypto ipsec profile DMVPN set transform-set tset exit router eigrp 10 network 2.0.0.0 network 192.168.1.0 exit int tunn 0 ip add 192.168.1.2 255.255.255.0 tunn sou fa 1/0 tunn mode gre multipoint ip nhrp network-id 10 ip nhrp auth cisco ip nhrp nhs 192.168.1.4 ip nhrp map 192.168.1.4 40.0.0.4 ip nhrp map multicast 40.0.0.4 tunn protection ipsec profile DMVPN exit VERIFIACTION: # sh ip route # sh ip nhrp # sh crypto isakmp sa det # sh crypto ipsec sa
  • 6. THE PING BOX .NET CCIE Security 4.0 5 | P a g e DMVPN Phase – II with EIGRP CONFIGURATION: ON NHS (ROUTER R4) crypto isakmp policy 10 encr 3des hash md5 authentication pre-share group 2 exit crypto isakmp key cisco address 0.0.0.0 crypto ipsec transform-set tset esp-3des esp-md5-hmac mode transport exit
  • 7. THE PING BOX .NET CCIE Security 4.0 6 | P a g e crypto ipsec profile DMVPN set transform-set tset exit router eigrp 10 network 4.0.0.0 network 192.168.1.0 exit int tunn 0 ip add 192.168.1.4 255.255.255.0 tunn sou fa1/0 tunn mode gre multipoint ip nhrp network-id 10 ip nhrp auth cisco ip nhrp map multicast dynamic no ip split-horizon eigrp 10 no ip next-hop-self eigrp 10 tunn protection ipsec profile DMVPN ON ROUTER R1 crypto isakmp policy 10 encr 3des hash md5 authentication pre-share group 2 exit crypto isakmp key cisco address 0.0.0.0 crypto ipsec transform-set tset esp-3des esp-md5-hmac mode transport
  • 8. THE PING BOX .NET CCIE Security 4.0 7 | P a g e crypto ipsec profile DMVPN set transform-set tset exit router eigrp 10 network 1.0.0.0 network 192.168.1.0 exit int tunn 0 ip add 192.168.1.1 255.255.255.0 tunn sou fa 1/0 tunn mode gre multipoint ip nhrp network-id 10 ip nhrp auth cisco ip nhrp nhs 192.168.1.4 ip nhrp map 192.168.1.4 40.0.0.4 ip nhrp map multicast 40.0.0.4 tunn protection ipsec profile DMVPN exit ON ROUTER R2 crypto isakmp policy 10 encr 3des hash md5 authentication pre-share group 2 exit crypto isakmp key cisco address 0.0.0.0
  • 9. THE PING BOX .NET CCIE Security 4.0 8 | P a g e crypto ipsec transform-set tset esp-3des esp-md5-hmac mode transport exit crypto ipsec profile DMVPN set transform-set tset exit router eigrp 10 network 2.0.0.0 network 192.168.1.0 exit int tunn 0 ip add 192.168.1.2 255.255.255.0 tunn sou fa 1/0 tunn mode gre multipoint ip nhrp network-id 10 ip nhrp auth cisco ip nhrp nhs 192.168.1.4 ip nhrp map 192.168.1.4 40.0.0.4 ip nhrp map multicast 40.0.0.4 tunn protection ipsec profile DMVPN exit VERIFIACTION: # sh ip route # sh ip nhrp # sh crypto isakmp sa det # sh crypto ipsec sa
  • 10. THE PING BOX .NET CCIE Security 4.0 9 | P a g e DMVPN Phase – III with EIGRP CONFIGURATION: ON NHS (ROUTER R4) crypto isakmp policy 10 encr 3des hash md5 authentication pre-share group 2 exit crypto isakmp key cisco address 0.0.0.0 crypto ipsec transform-set tset esp-3des esp-md5-hmac mode transport exit
  • 11. THE PING BOX .NET CCIE Security 4.0 10 | P a g e crypto ipsec profile DMVPN set transform-set tset exit router eigrp 10 network 4.0.0.0 network 192.168.1.0 exit int tunn 0 ip add 192.168.1.4 255.255.255.0 tunn sou fa1/0 tunn mode gre multipoint ip nhrp network-id 10 ip nhrp auth cisco ip nhrp map multicast dynamic ip nhrp redirect no ip split-horizon eigrp 10 tunn protection ipsec profile DMVPN ON ROUTER R1 crypto isakmp policy 10 encr 3des hash md5 authentication pre-share group 2 exit crypto isakmp key cisco address 0.0.0.0 crypto ipsec transform-set tset esp-3des esp-md5-hmac mode transport
  • 12. THE PING BOX .NET CCIE Security 4.0 11 | P a g e crypto ipsec profile DMVPN set transform-set tset exit router eigrp 10 network 1.0.0.0 network 192.168.1.0 exit int tunn 0 ip add 192.168.1.1 255.255.255.0 tunn sou fa 1/0 tunn mode gre multipoint ip nhrp network-id 10 ip nhrp auth cisco ip nhrp nhs 192.168.1.4 ip nhrp map 192.168.1.4 40.0.0.4 ip nhrp map multicast 40.0.0.4 ip nhrp shortcut tunn protection ipsec profile DMVPN exit ON ROUTER R2 crypto isakmp policy 10 encr 3des hash md5 authentication pre-share group 2 exit crypto isakmp key cisco address 0.0.0.0
  • 13. THE PING BOX .NET CCIE Security 4.0 12 | P a g e crypto ipsec transform-set tset esp-3des esp-md5-hmac mode transport exit crypto ipsec profile DMVPN set transform-set tset exit router eigrp 10 network 2.0.0.0 network 192.168.1.0 exit int tunn 0 ip add 192.168.1.2 255.255.255.0 tunn sou fa 1/0 tunn mode gre multipoint ip nhrp network-id 10 ip nhrp auth cisco ip nhrp nhs 192.168.1.4 ip nhrp map 192.168.1.4 40.0.0.4 ip nhrp map multicast 40.0.0.4 ip nhrp shortcut tunn protection ipsec profile DMVPN exit VERIFIACTION: # sh ip route # sh ip nhrp # sh crypto isakmp sa det # sh crypto ipsec sa
  • 14. THE PING BOX .NET CCIE Security 4.0 13 | P a g e DMVPN Phase – II with OSPF CONFIGURATION: ON NHS (ROUTER R4) crypto isakmp policy 10 encr 3des hash md5 authentication pre-share group 2 exit crypto isakmp key cisco address 0.0.0.0 crypto ipsec transform-set tset esp-3des esp-md5-hmac mode transport exit
  • 15. THE PING BOX .NET CCIE Security 4.0 14 | P a g e crypto ipsec profile DMVPN set transform-set tset exit router ospf 10 network 4.0.0.0 0.255.255.255 area 0 network 192.168.1.0 0.0.0.255 area 0 exit int tunn 0 ip add 192.168.1.4 255.255.255.0 tunn sou fa1/0 tunn mode gre multipoint ip nhrp network-id 10 ip nhrp auth cisco ip nhrp map multicast dynamic ip ospf priority 255 ip ospf network broadcast tunn protection ipsec profile DMVPN ON ROUTER R1 crypto isakmp policy 10 encr 3des hash md5 authentication pre-share group 2 exit crypto isakmp key cisco address 0.0.0.0 crypto ipsec transform-set tset esp-3des esp-md5-hmac mode transport
  • 16. THE PING BOX .NET CCIE Security 4.0 15 | P a g e crypto ipsec profile DMVPN set transform-set tset exit router ospf 10 network 1.0.0.0 0.255.255.255 area 0 network 192.168.1.0 0.0.0.255 area 0 exit int tunn 0 ip add 192.168.1.1 255.255.255.0 tunn sou fa 1/0 tunn mode gre multipoint ip nhrp network-id 10 ip nhrp auth cisco ip nhrp nhs 192.168.1.4 ip nhrp map 192.168.1.4 40.0.0.4 ip nhrp map multicast 40.0.0.4 ip ospf priority 0 ip ospf network broadcast tunn protection ipsec profile DMVPN exit ON ROUTER R2 crypto isakmp policy 10 encr 3des hash md5 authentication pre-share group 2 exit crypto isakmp key cisco address 0.0.0.0
  • 17. THE PING BOX .NET CCIE Security 4.0 16 | P a g e crypto ipsec transform-set tset esp-3des esp-md5-hmac mode transport exit crypto ipsec profile DMVPN set transform-set tset exit router ospf 10 network 2.0.0.0 0.255.255.255 area 0 network 192.168.1.0 0.0.0.255 area 0 exit int tunn 0 ip add 192.168.1.2 255.255.255.0 tunn sou fa 1/0 tunn mode gre multipoint ip nhrp network-id 10 ip nhrp auth cisco ip nhrp nhs 192.168.1.4 ip nhrp map 192.168.1.4 40.0.0.4 ip nhrp map multicast 40.0.0.4 ip ospf priority 0 ip ospf network broadcast tunn protection ipsec profile DMVPN VERIFIACTION: # sh ip route # sh ip nhrp # sh crypto isakmp sa det # sh crypto ipsec sa
  • 18. THE PING BOX .NET CCIE Security 4.0 17 | P a g e DMVPN Phase – III with OSPF CONFIGURATION: ON NHS (ROUTER R4) crypto isakmp policy 10 encr 3des hash md5 authentication pre-share group 2 exit crypto isakmp key cisco address 0.0.0.0 crypto ipsec transform-set tset esp-3des esp-md5-hmac mode transport exit
  • 19. THE PING BOX .NET CCIE Security 4.0 18 | P a g e crypto ipsec profile DMVPN set transform-set tset exit router ospf 10 network 4.0.0.0 0.255.255.255 area 0 network 192.168.1.0 0.0.0.255 area 0 exit int tunn 0 ip add 192.168.1.4 255.255.255.0 tunn sou fa1/0 tunn mode gre multipoint ip nhrp network-id 10 ip nhrp auth cisco ip nhrp map multicast dynamic ip nhrp redirect ip ospf network point-to-multipoint tunn protection ipsec profile DMVPN ON ROUTER R1 crypto isakmp policy 10 encr 3des hash md5 authentication pre-share group 2 exit crypto isakmp key cisco address 0.0.0.0 crypto ipsec transform-set tset esp-3des esp-md5-hmac mode transport
  • 20. THE PING BOX .NET CCIE Security 4.0 19 | P a g e crypto ipsec profile DMVPN set transform-set tset exit router ospf 10 network 1.0.0.0 0.255.255.255 area 0 network 192.168.1.0 0.0.0.255 area 0 exit int tunn 0 ip add 192.168.1.1 255.255.255.0 tunn sou fa 1/0 tunn mode gre multipoint ip nhrp network-id 10 ip nhrp auth cisco ip nhrp nhs 192.168.1.4 ip nhrp map 192.168.1.4 40.0.0.4 ip nhrp map multicast 40.0.0.4 ip nhrp shortcut ip ospf network point-to-multipoint tunn protection ipsec profile DMVPN exit ON ROUTER R2 crypto isakmp policy 10 encr 3des hash md5 authentication pre-share group 2 exit crypto isakmp key cisco address 0.0.0.0
  • 21. THE PING BOX .NET CCIE Security 4.0 20 | P a g e crypto ipsec transform-set tset esp-3des esp-md5-hmac mode transport exit crypto ipsec profile DMVPN set transform-set tset exit router ospf 10 network 2.0.0.0 0.255.255.255 area 0 network 192.168.1.0 0.0.0.255 area 0 exit int tunn 0 ip add 192.168.1.2 255.255.255.0 tunn sou fa 1/0 tunn mode gre multipoint ip nhrp network-id 10 ip nhrp auth cisco ip nhrp nhs 192.168.1.4 ip nhrp map 192.168.1.4 40.0.0.4 ip nhrp map multicast 40.0.0.4 ip nhrp shortcut ip ospf network point-to-multipoint tunn protection ipsec profile DMVPN VERIFIACTION: # sh ip route # sh ip nhrp # sh crypto isakmp sa det # sh crypto ipsec sa