| DMVPN Tutorial |
| Vendor | Cisco |
| Platform | Router |
| Version | 12.x |
| Router - Cisco Router |
| Thursday, 24 March 2011 00:51 |
IntroductionDMVPN (Dynamic Multipoint Virtual Private Network) is a feature within the Cisco IOS based router family which provides the ability to dynamically build IPSEC tunneling between peers based on an evolved iteration of hub and spoke tunneling. DMVPN uses a combination of the following technologies :
DMVPN alleviates the need for multiple IPSEC configurations. This:
ExampleIn the following example we will configure DMVPN between the Hub router and each of its spokes (router 2, 3 and 4). The steps will be broken broken down into the following sections:
PHYSICAL CONNECTIVITYBelow shows the physical topology along with the configuration for each of the routers.
HUB interface f0/0 ROUTER 1 interface f2/0 ROUTER 2 interface f0/0 ROUTER 3 interface f0/0 ROUTER 4 interface f0/0 DMVPN CONFIGURATIONOnce we have physical connectivity we can add the DMVPN configuration. The diagram below shows you the logical topology of our DMVPN network.
HUB interface Tunnel0 ROUTER 2 interface Tunnel0 ROUTER 3 interface Tunnel0 ROUTER 4 interface Tunnel0 IPSECNext we will need to add IPSEC, this will ensure that traffic is not sent in clear text. This configuration should be added to each router apart from router 1. crypto isakmp policy 10 DYNAMIC ROUTING
To enable dynamic routing using EIGRP add the following configuration onto each of your routers excluding router 1. interface tunnel0 TESTING / DIAGNOSTICS
NHRP TUNNELSHUB#sh dmvpn DYNAMIC TUNNELSTo test for dynamic tunnels between spokes run the following command: R3#ping 10.1.1.2 EIGRP
HUB#sh ip route References:
|
Latest Articles
- F5 LTM VE 10.2.x - Interfaces not recognised
- Cisco ASA - Security Levels / NAT Control
- F5 LTM - OneConnect
- Django - CSRF verification failed. Request aborted.
- F5 LTM VE - Unable to attach to PCI device 02:01.00 for Interface 1.1
- F5 LTM - Connection Management
- Brocade ADX - FTP
- PKI - Chain of Trust
- Juniper SRX - Site to Site VPN using a Dynamic IP address
- F5 LTM - How do I perform software installations ?
- Juniper SRX - NAT
- Juniper SRX - How to configure a route based VPN
- Juniper SRX - Dynamic VPN
- Juniper SRX - How to configure a policy based VPN
- Brocade ADX - NAT
- Brocade ADX - CSW nested rules
- How do I upgrade a Juniper SRX Series gateway
- Cisco ASA - How do I capture ARP`s ?
- Juniper SRX - Configuring Source NAT with pool
- Running a packet capture on a Juniper SRX
Popular
- Proxy ARP – SPLAT
- Check Point Commands
- IPSO - Commands
- ASA 8.3 - How to configure NAT
- vSphere - Creating User and Group Permissions
- PEMU - Free Cisco PIX Firewall Emulator / Simulator
- Configuring Wireless Connectivity within Backtrack 4 r2
- Juniper Netscreen Commands
- Juniper Netscreen - NAT Explained
- How do I install snmpwalk / snmpget using Yum ?
- Netscreen - NSRP
- ESX Convertor - The session is not authenticated
- Troubleshooting a Netscreen Site 2 Site VPN
- ESX - ViClient Cannot connect to host
- Endpoint Connect Installation / Troubleshooting Guide
- Check Point - How to Reset SIC
- ESXi - Connecting to a named pipe
- Netscreen - Routing Basics / Virtual Routers / PBR
- Check Point Logging Troubleshooting Guide
- Configuring Windows 2008 R2 as an NTP Server


