CCIE Security v6 CLC LAB1.1 (Corrected)
CCIE Security v6 CLC LAB1.1 (Corrected)
1|Page
Workbook Description
Author: CCIE Lab Center (CLC)
Focus: Practice
Level: Expert (CCIE)
Stream: CCIE Security v6: NAT & VPN Technology
Lab: Practice Lab v 2.0
Content: Topology, Questions, Initial Configuration, Solutions, Verifications.
Format: PDF
Protection: DRM Protected
Price/Cost: $150 USD
2|Page
1. Lab Details 4
1.1 Lab Summary 4
1.2 Initial Configuration 10
3. Deployment of California 35
3.1 Configuring ASA3 interfaces with below configuration 35
3.2 Configuring ASA3 with Static routes 10.10.30.0/24 & 10.10.40.0/24—Next hop is 172.16.20.2 36
Default routes—Next hop is 192.168.200.1
3.3 Configuring ASA3 for SNMP with inside host 10.10.40.254 37
3.4 Configuring ASA3 for logging with inside host 10.10.40.254 37
3.6 Configuring Banner for ASA3 with below message 38
3.6 Configuring Static NAT for Web(HTTP,HTTPS) & FTP-RDP. 38
3.7 Configuring Internet access on 10.10.30.0/24 & 10.10.40.0/24 Network 44
3|Page
1: LAB Details
3.
1) Active/Standby Failover
2) Local Internet Access
3) Static & Dynamic NAT
4) Policy NAT
5) IPSec VPN
6) Dual IPSEC VPN+NAT (PAT) on Router
7) Dynamic Routing in ASA
dsdsdsdsd
CPU 8 core
RAM 32 GB
HDD 500 GB
Note: After starting all nodes wait for 10 minutes for CPU utilization getting back to normal.
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
Host
1.1. e: IPLocation
S/N name Details IP's
Outside Inside
1 ASA1 Taxas 192.168.2.2/29 80.100.10.2/29 172.16.10.1/29
2 ASA3 California NA 192.168.200.2/29 172.16.20.1/29
New
3 ASA4 Jersey 60.100.10.2/29 NA 172.16.30.1/29
4 ASA5 RTP 60.100.10.1/29 NA 172.16.40.1/29
9|Page
For ISP Router, Switches, Hosts and Servers configurations are given below.
Startup Configuration
I. Internet Router
hostname internet
ip name-server 8.8.8.8
ip name-server 1.1.1.1
ip domain-name ccielabcenter.com
interface Ethernet0/0
description *** Connected to ASA3 ***
ip address 192.168.200.1 255.255.255.248
ip nat inside
ip virtual-reassembly in
duplex auto
!
interface Ethernet0/1
description *** Connected to SW2 ***
ip address 60.100.20.1 255.255.255.248
ip nat inside
ip virtual-reassembly in
duplex auto
!
!
interface Ethernet0/3
description *** Connected to R3 ISP1 ***
no ip address
ip nat inside
ip virtual-reassembly in
duplex auto
!
interface Ethernet1/0
description *** Connected to R3 ISP2 ***
ip address 192.168.250.1 255.255.255.248
ip nat inside
10 | P a g e
ip virtual-reassembly in
duplex auto
!
interface Ethernet1/1
description *** Connected to R2 ***
ip address 192.168.100.1 255.255.255.248
ip nat inside
ip virtual-reassembly in
duplex auto
!
interface Ethernet1/2
description *** Connected to internet ***
ip address dhcp
ip nat outside
ip virtual-reassembly in
duplex auto
!
interface Ethernet1/3
ip address 192.168.150.1 255.255.255.248
ip nat inside
ip virtual-reassembly in
duplex auto
!
ip nat inside source list NAT interface Ethernet1/2 overload
ip route 80.100.10.0 255.255.255.248 60.100.20.2
!
ip access-list standard NAT
permit 60.100.20.0 0.0.0.7
permit 80.100.10.0 0.0.0.7
permit 192.168.200.0 0.0.0.7
permit 192.168.100.0 0.0.0.7
permit 192.168.150.0 0.0.0.7
permit 192.168.250.0 0.0.0.7
!
II. MPLS
hostname MPLS
interface Ethernet0/3
description *** Connected to R1 ***
ip address 192.168.3.1 255.255.255.248
duplex auto
11 | P a g e
!
interface Ethernet1/0
description *** Connected to R3 ***
ip address 192.168.4.1 255.255.255.248
duplex auto
!
interface Ethernet1/1
description *** Connected to ASA4 ***
ip address 192.168.1.1 255.255.255.248
duplex auto
!
interface Ethernet1/2
description *** Connected to SW1 ***
ip address 192.168.2.1 255.255.255.248
duplex auto
!
router ospf 10
redistribute connected subnets
network 192.168.1.0 0.0.0.7 area 0
network 192.168.2.0 0.0.0.7 area 0
network 192.168.3.0 0.0.0.7 area 0
network 192.168.4.0 0.0.0.7 area 0
III. SW1
hostname SW1
vlan 100
name MPLS
ip domain name ccielabcenter.com
interface Ethernet0/0
description *** Connected to MPLS ***
no switchport
ip address 192.168.2.2 255.255.255.248
duplex auto
!
interface Ethernet0/1
description *** Connected to SW2 ***
switchport trunk encapsulation dot1q
switchport mode trunk
duplex auto
!
interface Ethernet0/2
description *** Connected to ASA1 Gi0/0 Active ***
switchport access vlan 100
switchport mode access
duplex auto
!
!
interface Ethernet1/0
description *** Connected to ASA2 Gi0/0 SEC ***
switchport access vlan 100
switchport mode access
!
12 | P a g e
interface Vlan100
description *** COnnected to MPLS ***
ip address 192.168.10.1 255.255.255.248
!
router ospf 10
redistribute connected subnets
network 192.168.2.0 0.0.0.7 area 0
network 192.168.10.0 0.0.0.7 area 0
IV. SW2
hostname SW2
vlan 200
name INT
ip domain name ccielabcenter.com
interface Ethernet0/1
description *** Connected to SW1 ***
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface Ethernet0/2
no switchport
ip address 60.100.20.2 255.255.255.248
duplex auto
!
interface Ethernet0/3
description *** Connected to ASA2 Gi0/1 SEC ***
switchport access vlan 200
switchport mode access
!
interface Ethernet1/0
description *** Connected to ASA1 Gi0/1 Active ***
switchport access vlan 200
switchport mode access
duplex auto
!!
interface Vlan200
description *** INT Link ***
ip address 80.100.10.1 255.255.255.248
!
V. SW3
hostname SW3
vlan 10
name web
13 | P a g e
vlan 20
name telnet-ssh
interface Port-channel10
description *** Created for SW4 ***
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface Ethernet0/0
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 10 mode active
!
interface Ethernet0/1
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 10 mode active
!
interface Ethernet0/2
description *** Connected to ASA1 Gi0/2 Active ***
switchport access vlan 200
switchport mode access
!
interface Ethernet0/3
description *** Connected to Sw5 ***
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface Vlan10
description *** Web ***
ip address 10.10.10.2 255.255.255.0
vrrp 10 ip 10.10.10.1
vrrp 10 priority 200
!
interface Vlan20
description *** FTP ***
ip address 10.10.20.2 255.255.255.0
vrrp 20 ip 10.10.20.1
vrrp 20 priority 200
!
interface Vlan200
description *** Inside ***
ip address 172.16.10.4 255.255.255.248
vrrp 200 ip 172.16.10.2
vrrp 200 priority 200
VI. SW4
hostname SW4
vtp domain clc
vtp version 2
vtp mode client
ip domain name ccielabcenter.com
interface Port-channel10
description *** Created for SW3 ***
14 | P a g e
VII. SW5
hostname SW5
vtp domain clc
vtp version 2
vtp mode client
interface Ethernet0/0
description *** Connected to SW3 ***
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface Ethernet0/1
description *** Connected to SW4 ***
15 | P a g e
16 | P a g e
hostname web
ip http server
ip http authentication local
ip http secure-server
ip route 0.0.0.0 0.0.0.0 10.10.10.1
X. Telnet-SSH
hostname SW7
interface Ethernet0/0
ip address 10.10.20.254 255.255.255.0
17 | P a g e
ip default-gateway 10.10.20.1
line vt 0 4
transport input ssh telnet
login local
on SW6
hostname SW6
vlan 10
name HTTP-HTTPS
vlan 20
name FTP-RDP
ip domain name ccielabcenter.com
interface Ethernet0/0
description *** Connected to ASA3 Inside ***
no switchport
ip address 172.16.20.2 255.255.255.248
duplex auto
!
interface Ethernet0/1
description *** Connected to SW8 ***
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface Ethernet0/2
description *** Connected to SW9 ***
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface Vlan10
description *** Created for HTTP-HTTPS ***
ip address 10.10.30.1 255.255.255.0
!
interface Vlan20
description *** Created for FTP-RDP ***
ip address 10.10.40.1 255.255.255.0
!
!
ip route 0.0.0.0 0.0.0.0 172.16.20.1
on SW8
hostname SW8
vtp domain clc
vtp version 2
vtp mode client
ip domain name ccielabcenter.com
18 | P a g e
interface Port-channel10
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface Ethernet0/0
description *** Connected to SW6 ***
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface Ethernet0/1
description ** COnnected to to SW9 ***
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 10 mode active
!
interface Ethernet0/2
description ** COnnected to to SW9 ***
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 10 mode active
!
interface Ethernet0/3
description *** Connected to SW10 ***
switchport trunk encapsulation dot1q
switchport mode trunk
on SW9
hostname SW9
vtp domain clc
vtp version 2
vtp mode client
ip domain name ccielabcenter.com
interface Port-channel10
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface Ethernet0/0
description *** Connected to SW6
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface Ethernet0/1
description *** Connected to SW8 ***
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 10 mode active
!
interface Ethernet0/2
description *** COnnected to SW8 ***
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 10 mode active
!
19 | P a g e
interface Ethernet0/3
description *** Connected to SW10 ***
switchport trunk encapsulation dot1q
switchport mode trunk
on SW10
hostname SW10
interface Ethernet0/0
description *** Connected to SW8 ***
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface Ethernet0/1
description *** Connected to SW9 ***
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface Ethernet0/2
description *** Connected to HTTP-HTTPS ***
switchport access vlan 10
switchport mode access
!
interface Ethernet0/3
description *** Connected to FTP-RDP ***
switchport access vlan 20
switchport mode access
XI. FTP-RDP(Windows10)
20 | P a g e
XII. R1
XIII. R2
ip domain name ccielabcenter.com
Hostname R2
interface Ethernet0/0
description *** Connected to Internet ***
ip address 192.168.200.2 255.255.255.248
!
interface Ethernet0/1
description *** Connected to SW11 ***
ip address 10.20.20.1 255.255.255.0
XIV. SW11,SW12,SW13
Hostname SW11
Hostname SW12
Hostname SW13
ip domain name ccielabcenter.com
XV. VIP
hostname vip
interface Ethernet0/0
no shut
21 | P a g e
vim /etc/resolv.conf
nameserver 1.1.1.1
nameserver 8.8.8.8
esc>:wq
hostname vendor
interface Ethernet0/0
ip address 10.20.20.254 255.255.255.0
no shut
XVII. R3
Hostname R3
interface Ethernet0/2
description *** Connected to SW14 ***
ip domain name ccielabcenter.com
router ospf 10
redistribute connected subnets
network 192.168.4.0 0.0.0.7 area 0
XVIII. SW14
Hostname SW14
ip domain name ccielabcenter.com
22 | P a g e
vim /etc/resolv.conf
nameserver 1.1.1.1
nameserver 8.8.8.8
esc>:wq
ip http server
ip http authentication local
ip http secure-server
ip route 0.0.0.0 0.0.0.0 10.30.10.1
XX. R4
Hostname R4
ip domain name ccielabcenter.com
interface Loopback10
ip address 10.40.10.1 255.255.255.0
!
interface Ethernet0/0
description *** Connected to ASA4 Inside ***
ip address 172.16.30.2 255.255.255.248
duplex auto
XXI. R5
Hostname R4
ip domain name ccielabcenter.com
interface Loopback10
ip address 10.40.20.1 255.255.255.0
!
interface Ethernet0/0
description *** Connected to ASA5 Inside ***
ip address 172.16.40.2 255.255.255.248
duplex auto
23 | P a g e
Solution
On ASA1
hostname ASA1
interface g 0/0
no shut
nameif mpls
ip address 192.168.10.2 255.255.255.248 standby 192.168.10.3
interface g0/1
no shut
nameif internet
ip address 80.100.10.2 255.255.255.248 standby 80.100.10.3
interface g0/2
no shut
nameif inside
ip address 172.16.10.1 255.255.255.248 standby 172.16.10.3
24 | P a g e
interface g 0/3
no shut
description failover link
interface g0/4
no shut
description statefull link
On ASA2
interface g 0/3
no shut
interface g0/4
no shut
Output on Primary
25 | P a g e
Output on Secondary
26 | P a g e
27 | P a g e
Solution
route inside 10.10.10.0 255.255.255.0 172.16.10.2
28 | P a g e
Solution
passwd cisco
domain-name ccielabcenter.com
crypto key generate rsa modulus 1024
username admin password cisco privilege 15
aaa authentication ssh console LOCAL
ssh 0.0.0.0 0.0.0.0 inside
telnet 0.0.0.0 0.0.0.0 inside
29 | P a g e
On ASA1
router ospf 10
network 192.168.10.0 255.255.255.248 area 0
redistribute static subnets
output
30 | P a g e
Solution
object network web-server
host 10.10.10.254
access-list mpls permit tcp any object web-server eq 80
access-group mpls in interface mpls
Output
on New York (IT System)
31 | P a g e
On Virginia R1 router
On ASA4
router ospf 10
network 192.168.1.0 255.255.255.248 area 0
redistribute connected subnets
32 | P a g e
33 | P a g e
34 | P a g e
3: Deployment of California
ASA3 IP information
SEC
hostname Interface Level Nameif IP
Gi0/0 0 outside 192.168.200.2/29
ASA3 Gi0/2 100 inside 172.16.20.1/29
Solution
interface GigabitEthernet0/0
nameif outside
security-level 0
ip address 192.168.200.2 255.255.255.248
interface GigabitEthernet0/2
nameif inside
security-level 100
ip address 172.16.20.1 255.255.255.248
35 | P a g e
Solution
route outside 0.0.0.0 0.0.0.0 192.168.200.1 1
route inside 10.10.30.0 255.255.255.0 172.16.20.2 1
route inside 10.10.40.0 255.255.255.0 172.16.20.2 1
36 | P a g e
solution
Solution
logging enable
logging buffer-size 4096
logging host inside 10.10.40.254
logging facility 16
37 | P a g e
banner motd *
banner motd Welcome to ccielabcenter.com
banner motd Only authorized users are allowed to connect
banner motd *
PartA
38 | P a g e
For HTTPs
39 | P a g e
PartB 10.10.40.254
Configuration of ASA3
object network RDP
host 10.10.40.254
40 | P a g e
41 | P a g e
Verification
42 | P a g e
43 | P a g e
Solution
On ASA3
on Windows PC
44 | P a g e
Output
45 | P a g e
46 | P a g e
On R3
interface Ethernet0/1
description *** Connected to ISP2 ***
ip address 192.168.250.2 255.255.255.248
ip nat outside
ip virtual-reassembly in
duplex auto
!
interface Ethernet0/2
description *** Connected to SW14 ***
ip address 10.30.10.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
47 | P a g e
48 | P a g e
VPN Configuration on R2
interface Ethernet0/0
description *** Connected to Internet ***
ip address 192.168.100.2 255.255.255.248
ip nat outside
ip virtual-reassembly in
crypto map SITE
49 | P a g e
VPN Configuration on R3
crypto isakmp policy 5
encr 3des
hash md5
authentication pre-share
group 2
crypto isakmp key cisco123 address 192.168.100.2
!
!
crypto ipsec transform-set CLC esp-3des esp-md5-hmac
mode tunnel
!
!
!
crypto map SITE 10 ipsec-isakmp
set peer 192.168.100.2
set transform-set CLC
match address 101
interface Ethernet0/1
description *** Connected to ISP2 ***
ip address 192.168.250.2 255.255.255.248
ip nat outside
ip virtual-reassembly in
duplex auto
crypto map SITE
50 | P a g e
Output on R3
51 | P a g e
From IT system
52 | P a g e
53 | P a g e
On R2
crypto isakmp policy 5
encr 3des
hash md5
authentication pre-share
group 2
crypto isakmp key cisco123 address 192.168.250.2
crypto isakmp key cisco123 address 192.168.150.2
!
!
crypto ipsec transform-set CLC esp-3des esp-md5-hmac
mode tunnel
!
!
!
crypto map SITE 10 ipsec-isakmp
set peer 192.168.250.2
set peer 192.168.150.2
set transform-set CLC
match address 101
interface Ethernet0/0
description *** Connected to Internet ***
ip address 192.168.100.2 255.255.255.248
ip nat outside
ip virtual-reassembly in
crypto map SITE
54 | P a g e
On R3
interface Ethernet0/1
description *** Connected to ISP1 ***
ip address 192.168.250.2 255.255.255.248
ip nat outside
ip virtual-reassembly in
duplex auto
crypto map SITE
!
interface Ethernet0/2
description *** Connected to SW14 ***
ip address 10.30.10.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
ip policy route-map PBR
duplex auto
55 | P a g e
interface Ethernet1/3
ip address 192.168.150.2 255.255.255.248
description *** Connected to ISP2 ***
crypto map SITE
ip nat outside
ip virtual-reassembly in
duplex auto
56 | P a g e
Internet verification
Case1
Shutdown PRI ISP
57 | P a g e
Case 2
Shutdown Secondary Link
58 | P a g e
59 | P a g e
60 | P a g e
61 | P a g e
62 | P a g e
On ASA4
interface GigabitEthernet0/0
nameif outside
security-level 0
ip address 60.100.10.2 255.255.255.248
!
interface GigabitEthernet0/1
nameif inside
security-level 100
ip address 172.16.30.1 255.255.255.248
!
interface GigabitEthernet0/2
nameif mpls
security-level 0
ip address 192.168.1.2 255.255.255.248
router ospf 10
network 192.168.1.0 255.255.255.248 area 0
log-adj-changes
redistribute connected subnets
route outside 0.0.0.0 0.0.0.0 60.100.10.1 1
route inside 10.40.10.0 255.255.255.0 172.16.30.2 1
VPN Configuration
63 | P a g e
on ASA5
interface GigabitEthernet0/0
nameif outside
security-level 0
ip address 60.100.10.1 255.255.255.248
no shutdown
!
interface GigabitEthernet0/1
nameif inside
security-level 100
ip address 172.16.40.1 255.255.255.248
no shutdown
VPN configuration
64 | P a g e
Verification on R4
Verification on ASA4
65 | P a g e
66 | P a g e
67 | P a g e