Today I’m going to test a phase 3 with EIGRP. To present all  differences, pros, cons I have changed LAN’s IP addresses ( I strongly  recommend to read my previous posts about different variances of DMVPN) :      Before I start configuring the phase 3 I would like to show some  limitations of the phase 2. As you know for phase 2 we can’t summarize  what means every spoke needs to keep all spoke routers in its routing  table to be able to establish spoke-to-spoke communication.   Let’s test it on my example:   R1:     !  interface  Loopback0   ip address 100.11 . 11.11  255.255 . 255.0  !  router eigrp 1   network 10.10 . 10.0  0.0 . 0.255   network 100.11 . 11.0  0.0 . 0.255   no  auto - summary !   R2:     !  interface  Loopback0   ip address 100.22 . 22.22  255.255 . 255.0  !  router eigrp 1   network 10.10 . 10.0  0.0 . 0.255   network 100.22 . 22.0  0.0 . 0.255   no  auto - summary !   R3:     !  interface  Loopback0   ip address 100.33 . 33.33  255.255 . 255.0  !  ro...