Today I decided to practice more DMVPN here is my lab with Phase one for those who would like to follow see below commands used. Also basic routing was done between Serial interfaces with static routes. EIGRP was used for Tunnel interfaces.
Configuration for practice lab below:
router eigrp 100 no auto-summary network 192.168.1.0 network 192.168.101.0 exit
router eigrp 100 no auto-summary network 192.168.1.0 network 192.168.102.0 exit
router eigrp 100 no auto-summary network 192.168.1.0 network 192.168.103.0 exit
router eigrp 100 no auto-summary network 192.168.1.0 network 192.168.104.0 exit
crypto isakmp policy 1 authentication pre-share encryption aes hash sha group 5 lifetime 1800 exit crypto isakmp key cisco address 0.0.0.0 0.0.0.0 ! ! crypto ipsec transform-set t-set esp-aes esp-sha-hmac mode transport ! crypto ipsec profile cisco set transform-set t-set !
interface tunnel 0 ip address 192.168.1.1 255.255.255.0 tunnel source s 0/0 tunnel mode gre multipoint tunnel key 1 ip nhrp map multicast dynamic ip nhrp authentication cisco ip nhrp network-id 1 ip nhrp holdtime 300 tunnel protection ipsec profile cisco no ip split-horizon eigrp 100 exit
interface tunnel 0 tunnel source serial 0/0 ip address 192.168.1.2 255.255.255.0 tunnel source s 0/0 tunnel key 1 tunnel destination 101.1.1.100 ip nhrp map 192.168.1.1 101.1.1.100 ip nhrp map multicast 101.1.1.100 ip nhrp authentication cisco ip nhrp network-id 1 ip nhrp holdtime 300 tunnel protection ipsec profile cisco ip nhrp nhs 192.168.1.1
interface tunnel 0 tunnel source serial 0/0 ip address 192.168.1.3 255.255.255.0 tunnel source s 0/0 tunnel key 1 tunnel destination 101.1.1.100 ip nhrp map 192.168.1.1 101.1.1.100 ip nhrp map multicast 101.1.1.100 ip nhrp authentication cisco ip nhrp network-id 1 ip nhrp holdtime 300 tunnel protection ipsec profile cisco ip nhrp nhs 192.168.1.1
interface tunnel 0 tunnel source serial 0/0 ip address 192.168.1.4 255.255.255.0 tunnel source s 0/0 tunnel key 1 tunnel destination 101.1.1.100 ip nhrp map 192.168.1.1 101.1.1.100 ip nhrp map multicast 101.1.1.100 ip nhrp authentication cisco ip nhrp network-id 1 ip nhrp holdtime 300 tunnel protection ipsec profile cisco ip nhrp nhs 192.168.1.1













