GM are R2 and R5
Configuration :
KEY-Server :
interface Ethernet0/0
ip address 192.168.70.7 255.255.255.0
ip route 0.0.0.0 0.0.0.0 192.168.70.1
crypto isakmp policy 10
encr 3des
hash md5
authentication pre-share
group 2
crypto isakmp key cisco123 address 0.0.0.0
!
!
crypto ipsec transform-set ABC esp-3des esp-md5-hmac
mode tunnel
!
crypto ipsec profile IPPROF
set transform-set ABC
!
!
crypto gdoi group SERVER
identity number 1
server local
sa ipsec 10
profile IPPROF
match address ipv4 101
replay counter window-size 64
no tag
address ipv4 192.168.70.7
R1
interface Ethernet0/0
ip address 192.1.10.1 255.255.255.0
!
interface Ethernet0/1
ip address 192.168.70.1 255.255.255.0
interface Tunnel1
ip address 192.168.1.10 255.255.255.0
no ip redirects
no ip split-horizon eigrp 100
ip nhrp map multicast dynamic
ip nhrp network-id 1
ip nhrp redirect
tunnel source Ethernet0/0
tunnel mode gre multipoint
no ip split-horizon eigrp 100
!
router eigrp 100
network 192.168.1.0
network 192.168.70.0
R2
crypto isakmp policy 10
encr 3des
hash md5
authentication pre-share
group 2
crypto isakmp key cisco123 address 192.168.70.7
!
!
!
!
crypto gdoi group CLIENTS
identity number 1
server address ipv4 192.168.70.7
!
!
crypto map MAP 10 gdoi
set group CLIENTS
!
!
!
!
!
interface Loopback1
ip address 2.2.2.2 255.255.255.255
!
interface Tunnel1
ip address 192.168.1.20 255.255.255.0
no ip redirects
ip nhrp map multicast 192.1.10.1
ip nhrp map 192.168.1.10 192.1.10.1
ip nhrp network-id 1
ip nhrp nhs 192.168.1.10
ip nhrp shortcut
tunnel source Ethernet0/0
tunnel mode gre multipoint
!
interface Ethernet0/0
ip address 192.1.20.2 255.255.255.0
crypto map MAP
router eigrp 100
network 2.0.0.0
network 192.168.1.0
R5
crypto isakmp policy 10
encr 3des
hash md5
authentication pre-share
group 2
crypto isakmp key cisco123 address 192.168.70.7
!
!
!
!
crypto gdoi group CLIENTS
identity number 1
server address ipv4 192.168.70.7
!
!
crypto map MAP 10 gdoi
set group CLIENTS
!
!
!
!
!
interface Loopback0
ip address 5.5.5.5 255.255.255.255
!
interface Tunnel1
ip address 192.168.1.5 255.255.255.0
no ip redirects
ip nhrp map 192.168.1.10 192.1.10.1
ip nhrp map multicast 192.1.10.1
ip nhrp network-id 1
ip nhrp nhs 192.168.1.10
ip nhrp shortcut
tunnel source Ethernet0/0
tunnel mode gre multipoint
!
interface Ethernet0/0
ip address 192.1.50.5 255.255.255.0
crypto map MAP
!
router eigrp 100
network 5.0.0.0
network 192.168.1.0