CLC CCIE Security v6.0 Practice Lab v3.0
CLC CCIE Security v6.0 Practice Lab v3.0
CLC CCIE Security v6.0 Practice Lab v3.0
0 Updated: 29-October-2020
1|Page
Workbook Description
Author: CCIE Lab Center (CLC)
Focus: Practice
Level: Expert (CCIE)
Stream: CCIE Security v6: DMVPN Technology
Lab: Lab v 3.0
Content: Topology, Questions, Initial Configuration, Solutions, Verifications.
Format: PDF
Protection: N/A
Price/Cost: $50 USD
2|Page
1. Lab Details 4
1.1 Lab Summary 4
1.2 Lab Objective 10
2. Deployment of Singapore DC 12
2.1 Initial Configuration 12
2.2 DMVPN Dual HUB Phase3 basic configuration 14
3|Page
1: LAB Details
2.
Phase3:Hub & spoke with spoke to spoke direct communication allowed with better scalability using
NHRP redirect.
CPU 4 core
RAM 8 GB
HDD 500 GB
Note: After starting all nodes wait for 10 minutes for CPU utilization getting back to normal.
dsdsdsdsd
4|Page
Step3: Login to your eve-ng server/hypervisor/vmware/etc. with username root & password eve
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions
5|Page
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions
For more details on uploading images you can visit the below link.
https://www.eve-ng.net/index.php/documentation/howtos/howto-add-cisco-iol-ios-on-linux/
6|Page
7|Page
8|Page
1.1. e: IP Details
9|Page
3. Source the tunnel from the router’s Ethernet0/0 & Ethernet0/1 interfaces
8. Configure the DMVPN Hub to redirect NHRP requests for spoke-to-spoke resolutions.
9. Configure the DMVPN Spokes to be able to install NHRP shortcut routes for spoke-to-spoke
routing.
10. Ensure that the spokes can send multicast traffic to the hub, and vice versa.
11. To prevent the tunnel endpoints from having to do IPsec fragmentation, configure the GRE
tunnel's IP MTU to 1400 bytes, and set them to adjust the TCP MSS 1360 accordingly.
10 | P a g e
3 Encryption: AES
4 Hash: SHA1
5 Diffie-Hellman Group: 2
7 Use a Crypto IPsec Profile named CLC with the following options:
When all tasks are completed, ensure that R1,R2,R18,R3,R4,R6,R7,R9,R10,R12 & R13
can reach each other's Loopback0 network over the DMVPN network.
Additionally, ensure that spoke-to-spoke traffic does not transit the hub after initial NHRP
mappings are formed.
11 | P a g e
2. Deployment of Singapore DC
3.
2.1: Initial Configuration
Start-up Configuration
I. Hub R1
Hostname R1
interface Loopback0
ip address 1.1.1.1 255.255.255.0
interface Ethernet0/0
description *** Connected to PRI MPLS ***
ip address 192.168.100.1 255.255.255.0
ip ospf network point-to-multipoint
interface Ethernet0/2
description *** Connected to R2 ***
ip address 10.10.10.9 255.255.255.252
ip ospf network point-to-point
!
interface Ethernet0/3
description *** Connected to R17 ***
ip address 10.10.10.1 255.255.255.252
ip ospf network point-to-point
router ospf 10
router-id 1.1.1.1
network 1.1.1.1 0.0.0.0 area 0
network 10.10.10.0 0.0.0.3 area 0
network 10.10.10.8 0.0.0.3 area 0
II. R2 (Hub)
hostname R2
12 | P a g e
interface Loopback0
ip address 1.1.1.2 255.255.255.0
interface Ethernet0/1
description *** Connected to SEC MPLS ***
ip address 192.168.200.2 255.255.255.0
ip ospf network point-to-multipoint
!
interface Ethernet0/2
description *** Connected to R1 ***
ip address 10.10.10.10 255.255.255.252
ip ospf network point-to-point
!
interface Ethernet0/3
description *** Connected to R17 ***
ip address 10.10.10.5 255.255.255.252
ip ospf network point-to-point
!
router ospf 10
router-id 1.1.1.2
network 1.1.1.2 0.0.0.0 area 0
network 10.10.10.4 0.0.0.3 area 0
network 10.10.10.8 0.0.0.3 area 0
III. R17
interface Loopback10
ip address 172.16.10.1 255.255.255.0
ip ospf network point-to-point
!
interface Loopback20
ip address 172.16.20.1 255.255.255.0
ip ospf network point-to-point
!
interface Ethernet0/0
description *** Connected to R1 ***
ip address 10.10.10.2 255.255.255.252
ip ospf network point-to-point
!
interface Ethernet0/1
description *** Connected to R2 ***
ip address 10.10.10.6 255.255.255.252
ip ospf network point-to-point
router ospf 10
network 10.10.10.0 0.0.0.3 area 0
network 10.10.10.4 0.0.0.3 area 0
network 172.16.10.0 0.0.0.255 area 0
network 172.16.20.0 0.0.0.255 area 0
13 | P a g e
QUESTION
Configure Hub-and-Spoke mGRE tunnels between R1 and R2 (hubs)
is acting as a Hub.
Use the following settings when configuring tunnels.
Solution
On Hub1 (R1)
Tunnel Parameters:
IP address : 100.100.100.1/24
IP MTU : 1400
Tunnel Authentication Key : 100
NHRP Parameters
NHRP ID : 100
NHRP Authentication key : clc@123
NHRP Hub : R1
NHRP dynamic mapping :ip nhrp map multicast dynamic
ISAKMP Parameters:
Authentication : Pre-Shared
Encryption : AES
Hashing : SHA
DH Group : 2
Pre-Shared Key : clc@123
IPSec Parameters
Encryption : ESP-aes
Authentication : ESP-SHA-HMAC
Others parameter
14 | P a g e
ip ospf dead-interval 4
ip ospf hello-interval 1
tunnel source Ethernet0/0
tunnel mode gre multipoint
Final Configuration on R1
interface Tunnel0
description *** PRI Tunnel ***
bandwidth 102400
ip address 100.100.100.1 255.255.255.0
no ip redirects
ip mtu 1400
ip nhrp authentication clc@123
ip nhrp map multicast dynamic
ip nhrp network-id 100
ip tcp adjust-mss 1360
ip ospf network point-to-multipoint
ip ospf dead-interval 4
ip ospf hello-interval 1
tunnel source Ethernet0/0
tunnel mode gre multipoint
tunnel key 100
tunnel protection ipsec profile CLC
On Hub1 (R2)
Tunnel Parameters:
IP address : 200.200.200.1/24
IP MTU : 1400
Tunnel Authentication Key : 200
NHRP Parameters
NHRP ID : 200
NHRP Authentication key : clc@123
NHRP Hub : R2
NHRP dynamic mapping :ip nhrp map multicast dynamic
15 | P a g e
ISAKMP Parameters:
Authentication : Pre-Shared
Encryption : AES
Hashing : SHA
DH Group : 2
Pre-Shared Key : clc@123
IPSec Parameters
Encryption : ESP-aes
Authentication : ESP-SHA-HMAC
Others parameter
Final Configuration on R2
interface Tunnel1
description *** SEC Tunnel ***
bandwidth 92160
ip address 200.200.200.2 255.255.255.0
no ip redirects
ip mtu 1400
ip nhrp authentication clc@123
ip nhrp map multicast dynamic
ip nhrp network-id 200
ip tcp adjust-mss 1360
16 | P a g e
Verification
On R1
R1#sh ip ospf neighbor
17 | P a g e
On R2
R2#sh ip ospf neighbor
18 | P a g e
19 | P a g e
Start-up Configuration
I. Spoke R18
hostname R18
interface Loopback0
ip address 1.1.1.18 255.255.255.0
!
interface Ethernet0/0
description *** Connected to PRI DMVPN Cloud ***
ip address 192.168.100.18 255.255.255.0
ip ospf network point-to-multipoint
!
interface Ethernet0/1
description *** Connected to SEC DMVPN Cloud ***
ip address 192.168.200.18 255.255.255.0
ip ospf network point-to-multipoint
!
interface Ethernet0/2
description *** Connected to R19 ***
ip address 10.10.10.13 255.255.255.252
router ospf 10
router-id 1.1.1.18
network 1.1.1.18 0.0.0.0 area 0
network 100.100.100.0 0.0.0.255 area 0
network 200.200.200.0 0.0.0.255 area 0
!
router rip
version 2
network 10.0.0.0
no auto-summary
20 | P a g e
interface Tunnel0
description *** PRI Tunnel ***
ip address 100.100.100.18 255.255.255.0
no ip redirects
ip mtu 1400
ip nhrp authentication clc@123
ip nhrp map 100.100.100.1 192.168.100.1
ip nhrp map multicast 192.168.100.1
ip nhrp network-id 100
ip nhrp nhs 100.100.100.1
ip tcp adjust-mss 1360
ip ospf network point-to-multipoint
ip ospf dead-interval 4
ip ospf hello-interval 1
tunnel source Ethernet0/0
tunnel mode gre multipoint
tunnel key 100
tunnel protection ipsec profile CLC
interface Tunnel1
description *** SEC Tunnel ***
ip address 200.200.200.18 255.255.255.0
no ip redirects
ip mtu 1400
ip nhrp authentication clc@123
ip nhrp map 200.200.200.2 192.168.200.2
ip nhrp map multicast 192.168.200.2
ip nhrp network-id 200
ip nhrp nhs 200.200.200.2
ip tcp adjust-mss 1360
ip ospf network point-to-multipoint
ip ospf dead-interval 4
ip ospf hello-interval 1
tunnel source Ethernet0/1
tunnel mode gre multipoint
tunnel key 200
tunnel protection ipsec profile CLC
21 | P a g e
On R18
router ospf 10
redistribute rip metric 20 subnets
router rip
redistribute ospf 10 metric 10
On R18
interface Tunnel0
ip ospf cost 50
On R19
hostname R19
interface Loopback10
ip address 172.16.30.1 255.255.255.0
!
interface Loopback20
ip address 172.16.40.1 255.255.255.0
!
interface Ethernet0/0
ip address 10.10.10.14 255.255.255.252
router rip
version 2
network 10.0.0.0
network 172.16.0.0
no auto-summary
22 | P a g e
Verification
On R19
23 | P a g e
On R18
24 | P a g e
Start-up Configuration
I. Spoke R3
interface Loopback0
ip address 1.1.1.3 255.255.255.0
interface Ethernet0/0
description *** Connected to PRI MPLS ***
ip address 192.168.100.3 255.255.255.0
ip ospf network point-to-multipoint
interface Ethernet0/3
description *** Connected to R5 ***
ip address 10.10.10.17 255.255.255.252
router ospf 10
router-id 1.1.1.3
network 1.1.1.3 0.0.0.0 area 0
network 100.100.100.0 0.0.0.255 area 0
!
25 | P a g e
!
interface Tunnel0
description *** PRI Tunnel ***
ip address 100.100.100.3 255.255.255.0
no ip redirects
ip mtu 1400
ip nhrp authentication clc@123
ip nhrp map 100.100.100.1 192.168.100.1
ip nhrp map multicast 192.168.100.1
ip nhrp network-id 100
ip nhrp nhs 100.100.100.1
ip tcp adjust-mss 1360
ip ospf network point-to-multipoint
ip ospf dead-interval 4
ip ospf hello-interval 1
ip ospf cost 50
tunnel source Ethernet0/0
tunnel mode gre multipoint
tunnel key 100
tunnel protection ipsec profile CLC
!
26 | P a g e
On R3
router ospf 10
redistribute connected subnets
redistribute static subnets
I. Spoke R4
interface Loopback0
ip address 1.1.1.4 255.255.255.0
interface Ethernet0/0
description *** Connected to Sec DMVPN Cloud ***
ip address 192.168.200.4 255.255.255.0
ip ospf network point-to-multipoint
interface Ethernet0/3
description *** Connected to R5 ***
ip address 10.10.10.21 255.255.255.252
!
router ospf 10
router-id 1.1.1.4
network 1.1.1.4 0.0.0.0 area 0
network 200.200.200.0 0.0.0.255 area 0
27 | P a g e
interface Tunnel1
description *** PRI Tunnel ***
ip address 200.200.200.4 255.255.255.0
no ip redirects
ip mtu 1400
ip nhrp authentication clc@123
ip nhrp map 200.200.200.2 192.168.200.2
ip nhrp map multicast 192.168.200.2
ip nhrp network-id 200
ip nhrp nhs 200.200.200.2
ip tcp adjust-mss 1360
ip ospf network point-to-multipoint
ip ospf dead-interval 4
ip ospf hello-interval 1
tunnel source Ethernet0/0
tunnel mode gre multipoint
tunnel key 200
tunnel protection ipsec profile CLC
28 | P a g e
router ospf 10
router-id 1.1.1.4
redistribute connected subnets
redistribute static subnets
On R5
interface Loopback10
ip address 172.16.50.1 255.255.255.0
!
interface Loopback20
ip address 172.16.60.1 255.255.255.0
!
interface Ethernet0/0
description *** Connected to R3 ***
ip address 10.10.10.18 255.255.255.252
!
interface Ethernet0/1
description *** Connected to R4 ***
ip address 10.10.10.22 255.255.255.252
29 | P a g e
ip sla 1
icmp-echo 100.100.100.1 source-interface Ethernet0/0
threshold 2
frequency 5
ip sla schedule 1 life forever start-time now
Verification
On R5
30 | P a g e
31 | P a g e
On R3
32 | P a g e
On R4
33 | P a g e
On R6
interface Ethernet0/0
description *** Connected to PRI MPLS ***
ip address 192.168.100.6 255.255.255.0
ip ospf network point-to-multipoint
!
interface Ethernet0/2
description *** Connected to R7 ***
ip address 10.10.10.29 255.255.255.252
!
interface Ethernet0/3
description *** Connected to R8 ***
ip address 10.10.10.25 255.255.255.252
!
!
router eigrp CLC
!
address-family ipv4 unicast autonomous-system 100
!
topology base
exit-af-topology
network 10.10.10.24 0.0.0.3
network 10.10.10.28 0.0.0.3
exit-address-family
!
router ospf 10
router-id 1.1.1.6
network 1.1.1.6 0.0.0.0 area 0
network 100.100.100.0 0.0.0.255 area 0
34 | P a g e
On R6
router ospf 10
redistribute eigrp 100 metric 50 subnets
nterface Tunnel0
description *** PRI Tunnel ***
ip address 100.100.100.6 255.255.255.0
no ip redirects
ip mtu 1400
ip nhrp authentication clc@123
ip nhrp map 100.100.100.1 192.168.100.1
ip nhrp map multicast 192.168.100.1
ip nhrp network-id 100
ip nhrp nhs 100.100.100.1
ip tcp adjust-mss 1360
35 | P a g e
On R7
interface Loopback0
ip address 1.1.1.7 255.255.255.0
interface Ethernet0/0
description *** Connected to SEC MPLS ***
ip address 192.168.200.7 255.255.255.0
ip ospf network point-to-multipoint
!
interface Ethernet0/2
description *** Connected to R6 ***
ip address 10.10.10.30 255.255.255.252
!
interface Ethernet0/3
description *** Connected to R8 ***
ip address 10.10.10.33 255.255.255.252
36 | P a g e
On R7
router ospf 10
redistribute eigrp 100 metric 100 subnets
interface Tunnel1
description *** SEC Tunnel ***
ip address 200.200.200.7 255.255.255.0
no ip redirects
ip mtu 1400
ip nhrp authentication clc@123
ip nhrp map 200.200.200.2 192.168.200.2
ip nhrp map multicast 192.168.200.2
ip nhrp network-id 200
ip nhrp nhs 200.200.200.2
ip tcp adjust-mss 1360
ip ospf network point-to-multipoint
ip ospf dead-interval 4
ip ospf hello-interval 1
37 | P a g e
On R8
nterface Loopback10
ip address 172.16.70.1 255.255.255.0
!
interface Loopback20
ip address 172.16.80.1 255.255.255.0
!
interface Ethernet0/0
ip address 10.10.10.26 255.255.255.252
!
interface Ethernet0/1
ip address 10.10.10.34 255.255.255.252
38 | P a g e
Verification
On R6
39 | P a g e
On R7
40 | P a g e
On R8
41 | P a g e
On R10
interface Loopback0
ip address 1.1.1.10 255.255.255.0
interface Ethernet0/0
description *** Connected to PRI MPLS ***
ip address 192.168.100.10 255.255.255.0
ip ospf network point-to-multipoint
!
interface Ethernet0/2
description connected to R9 ***
ip address 10.10.10.37 255.255.255.252
!
interface Ethernet0/3
description connected to R11 ***
ip address 10.10.10.41 255.255.255.252
!
!
router eigrp 200
network 10.10.10.36 0.0.0.3
network 10.10.10.40 0.0.0.3
redistribute ospf 10 metric 100000 100 255 1 1500
!
router ospf 10
router-id 1.1.1.10
redistribute eigrp 200 metric 50 subnets
network 1.1.1.10 0.0.0.0 area 1
network 100.100.100.0 0.0.0.255 area 0
network 192.168.10.16 0.0.0.3 area 0
42 | P a g e
On R10
On R10
43 | P a g e
on R9
interface Loopback0
ip address 1.1.1.9 255.255.255.0
interface Ethernet0/0
description *** Connected to SEC-MPLS ***
ip address 192.168.200.9 255.255.255.0
ip ospf network point-to-multipoint
!
interface Ethernet0/1
no ip address
shutdown
!
interface Ethernet0/2
description *** Conected to R10 ***
ip address 10.10.10.38 255.255.255.252
!
interface Ethernet0/3
description *** Conected to R11 ***
ip address 10.10.10.45 255.255.255.252
!
!
router eigrp 200
network 10.10.10.36 0.0.0.3
network 10.10.10.44 0.0.0.3
redistribute ospf 10 metric 1000 100 255 1 1500
router ospf 10
router-id 1.1.1.9
redistribute eigrp 200 metric 100 subnets
network 1.1.1.9 0.0.0.0 area 0
network 50.50.50.16 0.0.0.3 area 0
network 200.200.200.0 0.0.0.255 area 0
44 | P a g e
On R9
router ospf 10
redistribute eigrp 200 metric 100 subnets
interface Tunnel1
description *** SEC Tunnel ***
ip address 200.200.200.9 255.255.255.0
no ip redirects
ip mtu 1400
ip nhrp authentication clc@123
ip nhrp map 200.200.200.2 192.168.200.2
ip nhrp map multicast 192.168.200.2
ip nhrp network-id 200
ip nhrp holdtime 300
ip nhrp nhs 200.200.200.2
ip ospf dead-interval 4
ip ospf hello-interval 1
ip ospf network point-to-multipoint
tunnel source Ethernet0/0
tunnel mode gre multipoint
45 | P a g e
On R11
interface Loopback10
ip address 172.16.90.1 255.255.255.0
!
interface Loopback20
ip address 172.16.100.1 255.255.255.0
!
interface Ethernet0/0
description *** Connected to R10 ***
ip address 10.10.10.42 255.255.255.252
!
interface Ethernet0/1
description *** Connected to R10 ***
ip address 10.10.10.46 255.255.255.252
46 | P a g e
Verification
On R10
47 | P a g e
On R9
48 | P a g e
On R11
49 | P a g e
interface Loopback0
ip address 1.1.1.12 255.255.255.0
interface Ethernet0/0
description *** Connected to PRI MPLS ***
ip address 192.168.100.12 255.255.255.0
ip ospf network point-to-multipoint
!
!
interface Ethernet0/2
description *** Connected to R13 ***
ip address 10.10.10.49 255.255.255.252
ip ospf network point-to-point
!
interface Ethernet0/3
description *** Connected to R14 ***
ip address 10.10.10.53 255.255.255.252
ip ospf network point-to-point
!
router ospf 10
router-id 1.1.1.12
network 1.1.1.12 0.0.0.0 area 0
network 10.10.10.48 0.0.0.3 area 0
network 10.10.10.52 0.0.0.3 area 0
network 100.100.100.0 0.0.0.255 area 0
50 | P a g e
On R12
on R13
interface Loopback0
ip address 1.1.1.13 255.255.255.0
interface Ethernet0/0
description *** Connected to PRI MPLS ***
ip address 192.168.200.13 255.255.255.0
ip ospf network point-to-multipoint
!
interface Ethernet0/1
no ip address
shutdown
51 | P a g e
!
interface Ethernet0/2
description *** Connected to R12 ***
ip address 10.10.10.50 255.255.255.252
ip ospf network point-to-point
!
interface Ethernet0/3
description *** Connected to R15 ***
ip address 10.10.10.57 255.255.255.252
ip ospf network point-to-point
!
router ospf 10
router-id 1.1.1.13
network 1.1.1.13 0.0.0.0 area 0
network 10.10.10.48 0.0.0.3 area 0
network 10.10.10.56 0.0.0.3 area 0
network 50.50.50.20 0.0.0.3 area 0
network 200.200.200.0 0.0.0.255 area 0
52 | P a g e
On R13
On R14
interface Ethernet0/0
description *** Connected to R12 ***
ip address 10.10.10.54 255.255.255.252
ip ospf network point-to-point
!
interface Ethernet0/1
description *** Connected to R16 ***
ip address 10.10.10.65 255.255.255.252
53 | P a g e
router ospf 10
network 10.10.10.52 0.0.0.3 area 0
network 10.10.10.64 0.0.0.3 area 1
On R16
interface Loopback10
ip address 172.16.110.1 255.255.255.0
ip ospf network point-to-point
!
interface Loopback20
ip address 172.16.120.1 255.255.255.0
ip ospf network point-to-point
!
interface Ethernet0/0
description *** Connected to R15 ***
ip address 10.10.10.62 255.255.255.252
ip ospf network point-to-point
!
interface Ethernet0/1
description *** Connected to R14 ***
ip address 10.10.10.66 255.255.255.252
ip ospf network point-to-point
!
!
router ospf 10
network 10.10.10.60 0.0.0.3 area 1
network 10.10.10.64 0.0.0.3 area 1
network 172.16.110.0 0.0.0.255 area 1
network 172.16.120.0 0.0.0.255 area 1
On R15
interface Ethernet0/0
description *** COnnected to R13 ***
ip address 10.10.10.58 255.255.255.252
ip ospf network point-to-point
!
interface Ethernet0/1
description *** COnnected to R16 ***
ip address 10.10.10.61 255.255.255.252
ip ospf network point-to-point
!
interface Ethernet0/2
no ip address
shutdown
54 | P a g e
!
interface Ethernet0/3
no ip address
shutdown
!
router ospf 10
network 10.10.10.56 0.0.0.3 area 0
network 10.10.10.60 0.0.0.3 area 1
Verification
On R12
55 | P a g e
On R13
56 | P a g e
On R16
Interface tunnel 0
Configuring ip ospf cost 50
57 | P a g e
R16>R14>R12
58 | P a g e
9.
8. Configuring DMVPN Phase3 in all Hubs & Spokes
interface Tunnel0
ip nhrp redirect
On R2
interface Tunnel1
ip nhrp redirect
59 | P a g e
On R18
interface Tunnel0
ip nhrp shortcut
on R2
interface Tunnel1
ip nhrp shortcut
on R3
interface Tunnel0
ip nhrp shortcut
on R4
interface Tunnel1
ip nhrp shortcut
on R6
interface Tunnel0
ip nhrp shortcut
on R7
interface Tunnel1
ip nhrp shortcut
on R12
interface Tunnel0
ip nhrp shortcut
on R13
interface Tunnel1
ip nhrp shortcut
60 | P a g e
Task
1st time its goes via hub & 2nd time its goes to spoke directly
61 | P a g e
On R1
62 | P a g e
63 | P a g e
64 | P a g e
On R2
65 | P a g e
On R3
66 | P a g e
67 | P a g e
On R1
68 | P a g e
69 | P a g e
On R4
70 | P a g e
On R6
71 | P a g e
72 | P a g e
73 | P a g e
On R7
74 | P a g e
On R10
75 | P a g e
76 | P a g e
77 | P a g e
78 | P a g e
On R9
79 | P a g e
On R12
80 | P a g e
on R16
81 | P a g e
82 | P a g e
R16>R15>R13
83 | P a g e
On R13
84 | P a g e
85 | P a g e
86 | P a g e