SlideShare a Scribd company logo
© 2014-CCIEREALLABWORKBOOK.COM
November
24, 2014
© 2014-2015 CCIEREALLABWORKBOOK.COM 1
CCIE RSV5
WORKBOOK
© 2014-2015 CCIEREALLABWORKBOOK.COM
LAB Configuration Section
Version 1.1
Update: 2014-NOV-24
Note: Other related config please refer LAB 1.0
© 2014-CCIEREALLABWORKBOOK.COM
November
24, 2014
© 2014-2015 CCIEREALLABWORKBOOK.COM 2
Disclaimer: CCCIE RSv5 lab Exam Workbook is designed to provide extensive practical information to
help candidates in the preparation for CISCO Systems CCIE RSv5 Lab Exam. We do not take liability or
responsibility to any person or entity with respect to loss or damage caused by the information
presented in the workbook.
Cisco, Cisco Systems, and CCIE (Cisco Certified Internetwork Expert) are registered trademarks of
Cisco Systems, Inc. And of its affiliates in the USA and other countries.
The information presented in the workbook is not necessarily related to Cisco Systems, Inc. This
workbook is not affiliated, endorsed or sponsored by Cisco Systems, Inc. This workbook provides
detailed and comprehensive practical examples for the preparation of CCIE RSv5 labs but
cannot be used as a replacement of other supplementary books or prescribed materials.
Purpose of the workbook is to provide more practical information about the CCIE RSv5 lab Exam.
This workbook is prepared for the individual candidates who have purchased it with non-
disclosure agreement. Imitation, copying, editing or posting contents of the workbook over the
internet is part of copyright and non-disclosure agreement violation.
© 2014-CCIEREALLABWORKBOOK.COM
November
24, 2014
© 2014-2015 CCIEREALLABWORKBOOK.COM 3
Important read the following guidelines before starting the section
• This section is comprised of set of configuration tasks to be completed within 5.30 hours.
• The final score of this secion is combined with the troubleshooting section to comprise your
final pass or fail staus on the ccie lab exam
• A candidate is required to pass both sections of cisco ccie certification.
1. Read all questions in each section before proceeding with any configuration .
2. Before starting the exam confirm that all devices in your rack are in working order. During the exam, if
any device is locked or inaccessible for any reason you must recover it. When you comlete the exam
ensure that all devices are accessible to the grading proctor. A device that is not accessible for grading
cannot be marked and may cause you to lose substantial point.
3. Knowledge of implementation and troubleshooting techniques is part of skills tested in the
configuration section of the lab exam.
4. If you suspect that there may be hardware problem with your equipment contact the lab proctor
immediately
5. Points are awarded for working configuration only. Test the functionality of all of the requirements
before you complete your exam. As you configure one part of the exam you may break a previous
requirement or configuration.
6. No partial points can be granted for any question. All requirements nedde to be full fill in order to
receive the points for the question some requiremnts depend on other questions eith er before or after
the current question.
7. You will be presented with preconfiguration Routers and switches. Do not change the following
configuration on the device.
Hostname
Enable password ‘’cisco’’
Console line configuration
8. In any configuration where additional addressing may be necessary. Use only the major network as
displayed in diagram 1. Ensure that it does not conflict with a network that is already used in your
network.
9. Unicast or multicast static and default routes are not permitted unless permission to use them is
directly stated in a specific question. This restricted includes floating static routes and those routes
that were generated by a routing protocol routes to null 0 that are generated as a result of a dynamic
routing protocol solution are permitted.
10. Save your configuration frequently.
© 2014-CCIEREALLABWORKBOOK.COM
November
24, 2014
© 2014-2015 CCIEREALLABWORKBOOK.COM 4
Section 1 (layer 2 technology)
1.1 Switch Administration
Configure the ACME headquarters network (AS 12345) as per the following requirements
• The VTP domain must be set to CCIE
• Use VTP version 2
• SW1 and SW2 must no advertise their VLAN configuration but must forward VTP advertisement that
they receive out their trunk ports
• Secure all VTP update with an MD5 digest of the ASCII string CCIErocks?
Configure the network of the New York office (AS 34567) as per the following requirements
• The VTP domain must be set to CCIE
• Use VTP version 2
• SW3 must be the VTP server and SW4 must be the VTP client
• Secure all VTP update with an MD5 digest of the ASCII string CCIErocks?
• In order to avoid as much as possible unknown unicast flooding in all VLANs the administrator requires
that any dynamic entries learned by either
SW1 to SW2 must be retained for 2 hours before being refresh
Solution:
SW1/SW2:
VTP domain CCIE
VTP version 2
VTP mode transparent
VTP password CCIErocks?
SW3:
VTP domain CCIE VTP mode server
VTP version 2
VTP password CCIErocks?
Mac address-table aging-time 7200
SW4:
VTP domain CCIE
VTP mode client
VTP password CCIErocks?
Mac address-table aging-time 7200
© 2014-CCIEREALLABWORKBOOK.COM
November
24, 2014
© 2014-2015 CCIEREALLABWORKBOOK.COM 5
1.2 layer 2 ports
Configure your network as per the following requirements
• Complete the configuration of all VLANs so that all routers that are located in ACME's headquarters
(AS12345) and new York office (AS34567) can ping their directly connected neighbors
• All four switches (SW1-SW4) must have 4 dot1q trunks that do not relay on any negotiation, do not
configure any etherchannel
• Ensure that the following unused ports on all four switches are shutdown and configured as access
ports in VLAN 999
•E3/0-3 are unused on SWl and SW2
•E1/0-3 are unused on SW3 and SW4
•E3/0-3 are unused on SW3 and SW4
Solution:
SW1/SW4:
interface range E2/0-3
switchport trunk encap dot1q
switchport mode trunk
switchport no negotiation
SW1/SW2
interface range e3/0-3
switchport mode access
switch access VLAN 999
shutdown
SW3/SW4
Interface range E1/0-3, E3/0-3
switchport mode access
switchport access VLAN 999
shutdown
© 2014-CCIEREALLABWORKBOOK.COM
November
24, 2014
© 2014-2015 CCIEREALLABWORKBOOK.COM 6
1.3 Spanning-tree
Configure the ACME network as per the following requirements
• Set the region name as cisco
• Assign all active odd VLANs to instance 1
• Assign all active even VLANs to instance 2
• SWl must be the root switch for all odd VLANs and must be the backup root switch for all even VLANs
• SW2 must be the root switch for all even VLANs and must be the backup root switch for all odd VLANs
• SW3 must be the root switch for all odd VLANs and must be the backup root switch for all even VLANs
• SW4 must be the root switch for all even VLANs and must be the backup root switch for all odd VLANs
• All access ports must immediately transition to the forwarding state upon linkup and they must still
participate in STP use a single command per switch to enable this feature
• Access ports must automatically shutdown if they receive any BPDU and an administrator must still
manually re-enable the port use a single command per switch to enable this feature
Solution:
SW1/SW2
spanning-tree mst configuration
name CISCO
revision 1
instance 1 VLAN 15,23,35,57,67,999
instance 2 VLAN 14,24,46
spanning-tree mst 1 root primary
spanning-tree mst 2 root secondary
SW3/SW4
spanning-tree mst configuration
name CISCO
revision 1
instance 1 VLAN 49,89,111,411,999
instance 2 VLAN 34,38,310
spanning-tree mst 1 root primary
spanning-tree mst 2 root secondary
SW1-SW4
spanning-tree mode MST
spanning-tree portfast default
spanning-tree portfast bpduguard default
© 2014-CCIEREALLABWORKBOOK.COM
November
24, 2014
© 2014-2015 CCIEREALLABWORKBOOK.COM 7
1.4 Wan Switching
• The wan links must rely on a layer 2 protocol that supports link negotiation and authentication
• The service provider expects the both R18 and R19 complete a three-way handshake by providing the
expected response of a challenge that is sent by R63
•R18 must use the username ACME-R18 and password CCIE
•R19 must use the username ACME-R19 and password CCIE
Solution:
R18/R19:
interface s1/0
encap PPP
no peer neighbor-route
ppp chap hostname xxx (R18=ACME-R18,R19=ACME-R19)
ppp chap password CCIE
no shutdown
© 2014-CCIEREALLABWORKBOOK.COM
November
24, 2014
© 2014-2015 CCIEREALLABWORKBOOK.COM 8
Section 2 (layer 3 technology
2.1 OSPF in AS12345
Configure OSPFv2 area 0 in ACME headquarters (AS12345) according to the following requirements
• Configure the OSPF process id to 12345 and set the router-id to interface Loopback 0 on all seven
routers
• The interface Loopback 0 at each router must be seen as an internal OSPF prefix by all other routers
• Ensure that OSPF is not running on any interface that is facing another AS use any method to
accomplish this requirement
• SW1 and SW2 must not participate in routing at all
• Do not change the default OSPF cost of any interface in AS12345
• R1 must see the following OSPF routes in its routing table
R1# sh ip route OSPF
123.0.0.0/8 is variably subnetted, 17 subnets, 2 masks
0 123.2.2.2/32 [110/21] via 123.10.1.14d20h Ethernet e0/2
0 123.3.3.3/32 [110/21] via 123.10.1.6 4d20h Ethernet e0/1
0 123.4.4.4132 [110/21]via 123.10.1.1 4d20h Ethernet e0/1
0 123.5.5.5132 [110121] via 123.10.1.6 4d20h Ethernet e0/1
0 123.6.6.6132 [110/21] via 123.10.1.14d20h Ethernet e0/1
0 123.7.7.7/32 [110/21] via 123.10.1.6 4d20h Ethernet e0/1
0 123.10.1.8/30 [110/30] via 123.10.1.6 4d20h Ethernet e0/1
[110/30] via 123.10.1.1 4d20h Ethernet e0/2
0 123.10.1.12130 [110/20] via 123.10.1.6 4d20h Ethernet e0/1
0 123.10.1.16130 [110/20] via 123.10.1.1 4d20h Ethernet e0/1
0 123.10.1.20/30 [110/20] via 123.10.1.14d20h Ethernet e0/1
0 123.10.1.24/30 [110/30] via 123.10.1.6 4d20h Ethernet e0/1
[110/30] via 123.10.1.1 4d20h Ethernet e0/1
0 123.10.1.28/30 [110/20] via 123.10.1.6 4d20h Ethernet e0/1
0 123.2.2.2/8 [110/21] via 123.10.1.1 4d20h Ethernet e0/1
0 123.3.3.318 [110/21] via 123.10.1.6 4d20h Ethernet e0/1
Solution:
R1:
router OSPF 12345
max-metric router-lsa
router-id 123.1.1.1
© 2014-CCIEREALLABWORKBOOK.COM
November
24, 2014
© 2014-2015 CCIEREALLABWORKBOOK.COM 9
network 0.0.0.0 255.255.255.255 area 0
R2
router OSPF 12345
router-id 123.2.2.2
network 123.2.2.2 0.0.0.0 area 0
network 123.10.1.9 0.0.0.0 area 0
network 123.10.1.17 0.0.0.0 area 0
R3
router OSPF 12345
router-id 123.3.3.3
network 123.3.3.3 0.0.0.0 area 0
network 123.10.1.10 0.0.0.0 area 0
network 123.10.1.13 0.0.0.0 area 0
R4
router OSPF 12345
router-id 123.4.4.4
network 0.0.0.0 255.255.255.255 area 0
R5
router OSPF 12345
router-id 123.5.5.5
network 0.0.0.0 255.255.255.255 area 0
R6
router OSPF 12345
router-id 123.6.6.6
network 0.0.0.0 255.255.255.255 area 0
R7
router OSPF 12345
router-id 123.7.7.7
network 0.0.0.0 255.255.255.255 area 0

More Related Content

What's hot

Ccna 3 v 4.0 final-exam-17-07-2010
Ccna 3 v 4.0 final-exam-17-07-2010Ccna 3 v 4.0 final-exam-17-07-2010
Ccna 3 v 4.0 final-exam-17-07-2010irbas
 
At8000 s configurando vla_ns
At8000 s configurando vla_nsAt8000 s configurando vla_ns
At8000 s configurando vla_nsNetPlus
 
Ch3 ccna exploration 3 lan switching and wireless
Ch3 ccna exploration 3 lan switching and wirelessCh3 ccna exploration 3 lan switching and wireless
Ch3 ccna exploration 3 lan switching and wirelesskratos2424
 
Day 14.2 configuringvla ns
Day 14.2 configuringvla nsDay 14.2 configuringvla ns
Day 14.2 configuringvla ns
CYBERINTELLIGENTS
 
Лекц 9
Лекц 9Лекц 9
Лекц 9Muuluu
 
Ccna 4 Final 4 Version 4.0 Answers
Ccna 4 Final 4 Version 4.0 AnswersCcna 4 Final 4 Version 4.0 Answers
Ccna 4 Final 4 Version 4.0 Answers
CCNA4Answers
 
CCNA2 Verson6 Chapter6
CCNA2 Verson6 Chapter6CCNA2 Verson6 Chapter6
CCNA2 Verson6 Chapter6
Chaing Ravuth
 
Vlans
VlansVlans
Vlans1 2d
 
CCNA 2 Routing and Switching v5.0 Chapter 7
CCNA 2 Routing and Switching v5.0 Chapter 7CCNA 2 Routing and Switching v5.0 Chapter 7
CCNA 2 Routing and Switching v5.0 Chapter 7
Nil Menon
 
Primary vlan
Primary vlanPrimary vlan
Primary vlan
Muchsin Anasafi
 
Managing Redundant Links & Inter-VLAN Routing
Managing Redundant Links & Inter-VLAN RoutingManaging Redundant Links & Inter-VLAN Routing
Managing Redundant Links & Inter-VLAN Routing
Sandeep Sharma IIMK Smart City,IoT,Bigdata,Cloud,BI,DW
 
Inter VLAN Routing
Inter VLAN RoutingInter VLAN Routing
Inter VLAN Routing
Netwax Lab
 
Ccna icnd1-labs - exercices
Ccna icnd1-labs - exercicesCcna icnd1-labs - exercices
Ccna icnd1-labs - exercices
saqrjareh
 
Pe1 configuring pvst+ rapid pvst+
Pe1   configuring pvst+  rapid pvst+Pe1   configuring pvst+  rapid pvst+
Pe1 configuring pvst+ rapid pvst+
mohdsyahmi789
 
CCNA Lab 2-Configuring a Switch Part II
CCNA Lab 2-Configuring a Switch Part IICCNA Lab 2-Configuring a Switch Part II
CCNA Lab 2-Configuring a Switch Part II
Amir Jafari
 
Cisco commands List for Beginners (CCNA, CCNP)
Cisco commands List for Beginners (CCNA, CCNP)Cisco commands List for Beginners (CCNA, CCNP)
Cisco commands List for Beginners (CCNA, CCNP)
DH Da Lat
 

What's hot (20)

Ccna 3 v 4.0 final-exam-17-07-2010
Ccna 3 v 4.0 final-exam-17-07-2010Ccna 3 v 4.0 final-exam-17-07-2010
Ccna 3 v 4.0 final-exam-17-07-2010
 
At8000 s configurando vla_ns
At8000 s configurando vla_nsAt8000 s configurando vla_ns
At8000 s configurando vla_ns
 
Ch3 ccna exploration 3 lan switching and wireless
Ch3 ccna exploration 3 lan switching and wirelessCh3 ccna exploration 3 lan switching and wireless
Ch3 ccna exploration 3 lan switching and wireless
 
Day 14.2 configuringvla ns
Day 14.2 configuringvla nsDay 14.2 configuringvla ns
Day 14.2 configuringvla ns
 
Tema3
Tema3Tema3
Tema3
 
Лекц 9
Лекц 9Лекц 9
Лекц 9
 
Ccna 4 Final 4 Version 4.0 Answers
Ccna 4 Final 4 Version 4.0 AnswersCcna 4 Final 4 Version 4.0 Answers
Ccna 4 Final 4 Version 4.0 Answers
 
CCNA- part 9 vlan
CCNA- part 9 vlanCCNA- part 9 vlan
CCNA- part 9 vlan
 
CCNA2 Verson6 Chapter6
CCNA2 Verson6 Chapter6CCNA2 Verson6 Chapter6
CCNA2 Verson6 Chapter6
 
Vlans
VlansVlans
Vlans
 
CCNA 2 Routing and Switching v5.0 Chapter 7
CCNA 2 Routing and Switching v5.0 Chapter 7CCNA 2 Routing and Switching v5.0 Chapter 7
CCNA 2 Routing and Switching v5.0 Chapter 7
 
Primary vlan
Primary vlanPrimary vlan
Primary vlan
 
Managing Redundant Links & Inter-VLAN Routing
Managing Redundant Links & Inter-VLAN RoutingManaging Redundant Links & Inter-VLAN Routing
Managing Redundant Links & Inter-VLAN Routing
 
Inter VLAN Routing
Inter VLAN RoutingInter VLAN Routing
Inter VLAN Routing
 
Ccna3 mod9-vtp
Ccna3 mod9-vtpCcna3 mod9-vtp
Ccna3 mod9-vtp
 
Ccna 9
Ccna  9Ccna  9
Ccna 9
 
Ccna icnd1-labs - exercices
Ccna icnd1-labs - exercicesCcna icnd1-labs - exercices
Ccna icnd1-labs - exercices
 
Pe1 configuring pvst+ rapid pvst+
Pe1   configuring pvst+  rapid pvst+Pe1   configuring pvst+  rapid pvst+
Pe1 configuring pvst+ rapid pvst+
 
CCNA Lab 2-Configuring a Switch Part II
CCNA Lab 2-Configuring a Switch Part IICCNA Lab 2-Configuring a Switch Part II
CCNA Lab 2-Configuring a Switch Part II
 
Cisco commands List for Beginners (CCNA, CCNP)
Cisco commands List for Beginners (CCNA, CCNP)Cisco commands List for Beginners (CCNA, CCNP)
Cisco commands List for Beginners (CCNA, CCNP)
 

Similar to CCIE Real LAB LAB 1.1 CCIEREALLABWORKBOOK.COM

CCIE Real LAB TS 1.3 CCIEREALLABWORKBOOK.COM
CCIE Real LAB TS 1.3 CCIEREALLABWORKBOOK.COMCCIE Real LAB TS 1.3 CCIEREALLABWORKBOOK.COM
CCIE Real LAB TS 1.3 CCIEREALLABWORKBOOK.COM
cciereallabworkbooks
 
CCIE Real LAB TS 1.2 CCIEREALLABWORKBOOK.COM
CCIE Real LAB TS 1.2 CCIEREALLABWORKBOOK.COMCCIE Real LAB TS 1.2 CCIEREALLABWORKBOOK.COM
CCIE Real LAB TS 1.2 CCIEREALLABWORKBOOK.COM
cciereallabworkbooks
 
CCIE Real LAB TS 1.0 CCIEREALLABWORKBOOK.CO0
CCIE Real LAB TS 1.0  CCIEREALLABWORKBOOK.CO0CCIE Real LAB TS 1.0  CCIEREALLABWORKBOOK.CO0
CCIE Real LAB TS 1.0 CCIEREALLABWORKBOOK.CO0
cciereallabworkbooks
 
CCIE Real LAB TS 1.1 CCIEREALLABWORKBOOK.COM
CCIE Real LAB TS 1.1 CCIEREALLABWORKBOOK.COMCCIE Real LAB TS 1.1 CCIEREALLABWORKBOOK.COM
CCIE Real LAB TS 1.1 CCIEREALLABWORKBOOK.COM
cciereallabworkbooks
 
CCIE Real LAB TS 1.4 CCIEREALLABWORKBOOK.COM
CCIE Real LAB TS 1.4 CCIEREALLABWORKBOOK.COMCCIE Real LAB TS 1.4 CCIEREALLABWORKBOOK.COM
CCIE Real LAB TS 1.4 CCIEREALLABWORKBOOK.COM
cciereallabworkbooks
 
Ccna 3 chapter 1 exam answer v5
Ccna 3 chapter 1 exam answer v5Ccna 3 chapter 1 exam answer v5
Ccna 3 chapter 1 exam answer v5friv4schoolgames
 
Sea final adapter
Sea final adapter Sea final adapter
Sea final adapter
asihan
 
Cisco 300-115 SWITCH VCE Braindumps
Cisco 300-115 SWITCH VCE BraindumpsCisco 300-115 SWITCH VCE Braindumps
Cisco 300-115 SWITCH VCE Braindumps
Testinsides
 
Switch inter vlan_routing
Switch inter vlan_routingSwitch inter vlan_routing
Switch inter vlan_routing
Ramesh Thumburu
 
CCIE R&S Real Lab Workbbok 2018 updated
CCIE R&S Real Lab Workbbok 2018 updatedCCIE R&S Real Lab Workbbok 2018 updated
CCIE R&S Real Lab Workbbok 2018 updated
CCIERNSTRICKS.COM
 
CCIE R&S Real TS-1 Config
CCIE R&S Real TS-1 ConfigCCIE R&S Real TS-1 Config
CCIE R&S Real TS-1 Config
CCIERNSTRICKS.COM
 
CCIE R&S Real Lab H3 Config
CCIE R&S Real Lab H3 ConfigCCIE R&S Real Lab H3 Config
CCIE R&S Real Lab H3 Config
CCIERNSTRICKS.COM
 
CCIE R&S Real Lab H2 Config
CCIE R&S Real Lab H2 ConfigCCIE R&S Real Lab H2 Config
CCIE R&S Real Lab H2 Config
CCIERNSTRICKS.COM
 
CCIE R&S Real Lab H1 Config
CCIE R&S Real Lab H1 ConfigCCIE R&S Real Lab H1 Config
CCIE R&S Real Lab H1 Config
CCIERNSTRICKS.COM
 
VMworld 2015: Networking Virtual SAN's Backbone
VMworld 2015: Networking Virtual SAN's BackboneVMworld 2015: Networking Virtual SAN's Backbone
VMworld 2015: Networking Virtual SAN's Backbone
VMworld
 
Ccna 3 chapter 2 exam answer v5
Ccna 3 chapter 2 exam answer v5Ccna 3 chapter 2 exam answer v5
Ccna 3 chapter 2 exam answer v5friv4schoolgames
 
CCNA4 Verson6 Chapter2
CCNA4 Verson6 Chapter2CCNA4 Verson6 Chapter2
CCNA4 Verson6 Chapter2
Chaing Ravuth
 
Odl010024 qin q laboratory exercise guide issue1
Odl010024 qin q laboratory exercise guide issue1Odl010024 qin q laboratory exercise guide issue1
Odl010024 qin q laboratory exercise guide issue1jcbp_peru
 
Ccna icnd2-labs exercices
Ccna icnd2-labs exercicesCcna icnd2-labs exercices
Ccna icnd2-labs exercices
saqrjareh
 
Interconnecting cisco networking devices part-2
Interconnecting cisco networking devices part-2Interconnecting cisco networking devices part-2
Interconnecting cisco networking devices part-2
DAVID RAUDALES
 

Similar to CCIE Real LAB LAB 1.1 CCIEREALLABWORKBOOK.COM (20)

CCIE Real LAB TS 1.3 CCIEREALLABWORKBOOK.COM
CCIE Real LAB TS 1.3 CCIEREALLABWORKBOOK.COMCCIE Real LAB TS 1.3 CCIEREALLABWORKBOOK.COM
CCIE Real LAB TS 1.3 CCIEREALLABWORKBOOK.COM
 
CCIE Real LAB TS 1.2 CCIEREALLABWORKBOOK.COM
CCIE Real LAB TS 1.2 CCIEREALLABWORKBOOK.COMCCIE Real LAB TS 1.2 CCIEREALLABWORKBOOK.COM
CCIE Real LAB TS 1.2 CCIEREALLABWORKBOOK.COM
 
CCIE Real LAB TS 1.0 CCIEREALLABWORKBOOK.CO0
CCIE Real LAB TS 1.0  CCIEREALLABWORKBOOK.CO0CCIE Real LAB TS 1.0  CCIEREALLABWORKBOOK.CO0
CCIE Real LAB TS 1.0 CCIEREALLABWORKBOOK.CO0
 
CCIE Real LAB TS 1.1 CCIEREALLABWORKBOOK.COM
CCIE Real LAB TS 1.1 CCIEREALLABWORKBOOK.COMCCIE Real LAB TS 1.1 CCIEREALLABWORKBOOK.COM
CCIE Real LAB TS 1.1 CCIEREALLABWORKBOOK.COM
 
CCIE Real LAB TS 1.4 CCIEREALLABWORKBOOK.COM
CCIE Real LAB TS 1.4 CCIEREALLABWORKBOOK.COMCCIE Real LAB TS 1.4 CCIEREALLABWORKBOOK.COM
CCIE Real LAB TS 1.4 CCIEREALLABWORKBOOK.COM
 
Ccna 3 chapter 1 exam answer v5
Ccna 3 chapter 1 exam answer v5Ccna 3 chapter 1 exam answer v5
Ccna 3 chapter 1 exam answer v5
 
Sea final adapter
Sea final adapter Sea final adapter
Sea final adapter
 
Cisco 300-115 SWITCH VCE Braindumps
Cisco 300-115 SWITCH VCE BraindumpsCisco 300-115 SWITCH VCE Braindumps
Cisco 300-115 SWITCH VCE Braindumps
 
Switch inter vlan_routing
Switch inter vlan_routingSwitch inter vlan_routing
Switch inter vlan_routing
 
CCIE R&S Real Lab Workbbok 2018 updated
CCIE R&S Real Lab Workbbok 2018 updatedCCIE R&S Real Lab Workbbok 2018 updated
CCIE R&S Real Lab Workbbok 2018 updated
 
CCIE R&S Real TS-1 Config
CCIE R&S Real TS-1 ConfigCCIE R&S Real TS-1 Config
CCIE R&S Real TS-1 Config
 
CCIE R&S Real Lab H3 Config
CCIE R&S Real Lab H3 ConfigCCIE R&S Real Lab H3 Config
CCIE R&S Real Lab H3 Config
 
CCIE R&S Real Lab H2 Config
CCIE R&S Real Lab H2 ConfigCCIE R&S Real Lab H2 Config
CCIE R&S Real Lab H2 Config
 
CCIE R&S Real Lab H1 Config
CCIE R&S Real Lab H1 ConfigCCIE R&S Real Lab H1 Config
CCIE R&S Real Lab H1 Config
 
VMworld 2015: Networking Virtual SAN's Backbone
VMworld 2015: Networking Virtual SAN's BackboneVMworld 2015: Networking Virtual SAN's Backbone
VMworld 2015: Networking Virtual SAN's Backbone
 
Ccna 3 chapter 2 exam answer v5
Ccna 3 chapter 2 exam answer v5Ccna 3 chapter 2 exam answer v5
Ccna 3 chapter 2 exam answer v5
 
CCNA4 Verson6 Chapter2
CCNA4 Verson6 Chapter2CCNA4 Verson6 Chapter2
CCNA4 Verson6 Chapter2
 
Odl010024 qin q laboratory exercise guide issue1
Odl010024 qin q laboratory exercise guide issue1Odl010024 qin q laboratory exercise guide issue1
Odl010024 qin q laboratory exercise guide issue1
 
Ccna icnd2-labs exercices
Ccna icnd2-labs exercicesCcna icnd2-labs exercices
Ccna icnd2-labs exercices
 
Interconnecting cisco networking devices part-2
Interconnecting cisco networking devices part-2Interconnecting cisco networking devices part-2
Interconnecting cisco networking devices part-2
 

Recently uploaded

Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
EduSkills OECD
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
PedroFerreira53928
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdfESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
Fundacja Rozwoju Społeczeństwa Przedsiębiorczego
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)
rosedainty
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
AzmatAli747758
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 

Recently uploaded (20)

Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdfESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 

CCIE Real LAB LAB 1.1 CCIEREALLABWORKBOOK.COM

  • 1. © 2014-CCIEREALLABWORKBOOK.COM November 24, 2014 © 2014-2015 CCIEREALLABWORKBOOK.COM 1 CCIE RSV5 WORKBOOK © 2014-2015 CCIEREALLABWORKBOOK.COM LAB Configuration Section Version 1.1 Update: 2014-NOV-24 Note: Other related config please refer LAB 1.0
  • 2. © 2014-CCIEREALLABWORKBOOK.COM November 24, 2014 © 2014-2015 CCIEREALLABWORKBOOK.COM 2 Disclaimer: CCCIE RSv5 lab Exam Workbook is designed to provide extensive practical information to help candidates in the preparation for CISCO Systems CCIE RSv5 Lab Exam. We do not take liability or responsibility to any person or entity with respect to loss or damage caused by the information presented in the workbook. Cisco, Cisco Systems, and CCIE (Cisco Certified Internetwork Expert) are registered trademarks of Cisco Systems, Inc. And of its affiliates in the USA and other countries. The information presented in the workbook is not necessarily related to Cisco Systems, Inc. This workbook is not affiliated, endorsed or sponsored by Cisco Systems, Inc. This workbook provides detailed and comprehensive practical examples for the preparation of CCIE RSv5 labs but cannot be used as a replacement of other supplementary books or prescribed materials. Purpose of the workbook is to provide more practical information about the CCIE RSv5 lab Exam. This workbook is prepared for the individual candidates who have purchased it with non- disclosure agreement. Imitation, copying, editing or posting contents of the workbook over the internet is part of copyright and non-disclosure agreement violation.
  • 3. © 2014-CCIEREALLABWORKBOOK.COM November 24, 2014 © 2014-2015 CCIEREALLABWORKBOOK.COM 3 Important read the following guidelines before starting the section • This section is comprised of set of configuration tasks to be completed within 5.30 hours. • The final score of this secion is combined with the troubleshooting section to comprise your final pass or fail staus on the ccie lab exam • A candidate is required to pass both sections of cisco ccie certification. 1. Read all questions in each section before proceeding with any configuration . 2. Before starting the exam confirm that all devices in your rack are in working order. During the exam, if any device is locked or inaccessible for any reason you must recover it. When you comlete the exam ensure that all devices are accessible to the grading proctor. A device that is not accessible for grading cannot be marked and may cause you to lose substantial point. 3. Knowledge of implementation and troubleshooting techniques is part of skills tested in the configuration section of the lab exam. 4. If you suspect that there may be hardware problem with your equipment contact the lab proctor immediately 5. Points are awarded for working configuration only. Test the functionality of all of the requirements before you complete your exam. As you configure one part of the exam you may break a previous requirement or configuration. 6. No partial points can be granted for any question. All requirements nedde to be full fill in order to receive the points for the question some requiremnts depend on other questions eith er before or after the current question. 7. You will be presented with preconfiguration Routers and switches. Do not change the following configuration on the device. Hostname Enable password ‘’cisco’’ Console line configuration 8. In any configuration where additional addressing may be necessary. Use only the major network as displayed in diagram 1. Ensure that it does not conflict with a network that is already used in your network. 9. Unicast or multicast static and default routes are not permitted unless permission to use them is directly stated in a specific question. This restricted includes floating static routes and those routes that were generated by a routing protocol routes to null 0 that are generated as a result of a dynamic routing protocol solution are permitted. 10. Save your configuration frequently.
  • 4. © 2014-CCIEREALLABWORKBOOK.COM November 24, 2014 © 2014-2015 CCIEREALLABWORKBOOK.COM 4 Section 1 (layer 2 technology) 1.1 Switch Administration Configure the ACME headquarters network (AS 12345) as per the following requirements • The VTP domain must be set to CCIE • Use VTP version 2 • SW1 and SW2 must no advertise their VLAN configuration but must forward VTP advertisement that they receive out their trunk ports • Secure all VTP update with an MD5 digest of the ASCII string CCIErocks? Configure the network of the New York office (AS 34567) as per the following requirements • The VTP domain must be set to CCIE • Use VTP version 2 • SW3 must be the VTP server and SW4 must be the VTP client • Secure all VTP update with an MD5 digest of the ASCII string CCIErocks? • In order to avoid as much as possible unknown unicast flooding in all VLANs the administrator requires that any dynamic entries learned by either SW1 to SW2 must be retained for 2 hours before being refresh Solution: SW1/SW2: VTP domain CCIE VTP version 2 VTP mode transparent VTP password CCIErocks? SW3: VTP domain CCIE VTP mode server VTP version 2 VTP password CCIErocks? Mac address-table aging-time 7200 SW4: VTP domain CCIE VTP mode client VTP password CCIErocks? Mac address-table aging-time 7200
  • 5. © 2014-CCIEREALLABWORKBOOK.COM November 24, 2014 © 2014-2015 CCIEREALLABWORKBOOK.COM 5 1.2 layer 2 ports Configure your network as per the following requirements • Complete the configuration of all VLANs so that all routers that are located in ACME's headquarters (AS12345) and new York office (AS34567) can ping their directly connected neighbors • All four switches (SW1-SW4) must have 4 dot1q trunks that do not relay on any negotiation, do not configure any etherchannel • Ensure that the following unused ports on all four switches are shutdown and configured as access ports in VLAN 999 •E3/0-3 are unused on SWl and SW2 •E1/0-3 are unused on SW3 and SW4 •E3/0-3 are unused on SW3 and SW4 Solution: SW1/SW4: interface range E2/0-3 switchport trunk encap dot1q switchport mode trunk switchport no negotiation SW1/SW2 interface range e3/0-3 switchport mode access switch access VLAN 999 shutdown SW3/SW4 Interface range E1/0-3, E3/0-3 switchport mode access switchport access VLAN 999 shutdown
  • 6. © 2014-CCIEREALLABWORKBOOK.COM November 24, 2014 © 2014-2015 CCIEREALLABWORKBOOK.COM 6 1.3 Spanning-tree Configure the ACME network as per the following requirements • Set the region name as cisco • Assign all active odd VLANs to instance 1 • Assign all active even VLANs to instance 2 • SWl must be the root switch for all odd VLANs and must be the backup root switch for all even VLANs • SW2 must be the root switch for all even VLANs and must be the backup root switch for all odd VLANs • SW3 must be the root switch for all odd VLANs and must be the backup root switch for all even VLANs • SW4 must be the root switch for all even VLANs and must be the backup root switch for all odd VLANs • All access ports must immediately transition to the forwarding state upon linkup and they must still participate in STP use a single command per switch to enable this feature • Access ports must automatically shutdown if they receive any BPDU and an administrator must still manually re-enable the port use a single command per switch to enable this feature Solution: SW1/SW2 spanning-tree mst configuration name CISCO revision 1 instance 1 VLAN 15,23,35,57,67,999 instance 2 VLAN 14,24,46 spanning-tree mst 1 root primary spanning-tree mst 2 root secondary SW3/SW4 spanning-tree mst configuration name CISCO revision 1 instance 1 VLAN 49,89,111,411,999 instance 2 VLAN 34,38,310 spanning-tree mst 1 root primary spanning-tree mst 2 root secondary SW1-SW4 spanning-tree mode MST spanning-tree portfast default spanning-tree portfast bpduguard default
  • 7. © 2014-CCIEREALLABWORKBOOK.COM November 24, 2014 © 2014-2015 CCIEREALLABWORKBOOK.COM 7 1.4 Wan Switching • The wan links must rely on a layer 2 protocol that supports link negotiation and authentication • The service provider expects the both R18 and R19 complete a three-way handshake by providing the expected response of a challenge that is sent by R63 •R18 must use the username ACME-R18 and password CCIE •R19 must use the username ACME-R19 and password CCIE Solution: R18/R19: interface s1/0 encap PPP no peer neighbor-route ppp chap hostname xxx (R18=ACME-R18,R19=ACME-R19) ppp chap password CCIE no shutdown
  • 8. © 2014-CCIEREALLABWORKBOOK.COM November 24, 2014 © 2014-2015 CCIEREALLABWORKBOOK.COM 8 Section 2 (layer 3 technology 2.1 OSPF in AS12345 Configure OSPFv2 area 0 in ACME headquarters (AS12345) according to the following requirements • Configure the OSPF process id to 12345 and set the router-id to interface Loopback 0 on all seven routers • The interface Loopback 0 at each router must be seen as an internal OSPF prefix by all other routers • Ensure that OSPF is not running on any interface that is facing another AS use any method to accomplish this requirement • SW1 and SW2 must not participate in routing at all • Do not change the default OSPF cost of any interface in AS12345 • R1 must see the following OSPF routes in its routing table R1# sh ip route OSPF 123.0.0.0/8 is variably subnetted, 17 subnets, 2 masks 0 123.2.2.2/32 [110/21] via 123.10.1.14d20h Ethernet e0/2 0 123.3.3.3/32 [110/21] via 123.10.1.6 4d20h Ethernet e0/1 0 123.4.4.4132 [110/21]via 123.10.1.1 4d20h Ethernet e0/1 0 123.5.5.5132 [110121] via 123.10.1.6 4d20h Ethernet e0/1 0 123.6.6.6132 [110/21] via 123.10.1.14d20h Ethernet e0/1 0 123.7.7.7/32 [110/21] via 123.10.1.6 4d20h Ethernet e0/1 0 123.10.1.8/30 [110/30] via 123.10.1.6 4d20h Ethernet e0/1 [110/30] via 123.10.1.1 4d20h Ethernet e0/2 0 123.10.1.12130 [110/20] via 123.10.1.6 4d20h Ethernet e0/1 0 123.10.1.16130 [110/20] via 123.10.1.1 4d20h Ethernet e0/1 0 123.10.1.20/30 [110/20] via 123.10.1.14d20h Ethernet e0/1 0 123.10.1.24/30 [110/30] via 123.10.1.6 4d20h Ethernet e0/1 [110/30] via 123.10.1.1 4d20h Ethernet e0/1 0 123.10.1.28/30 [110/20] via 123.10.1.6 4d20h Ethernet e0/1 0 123.2.2.2/8 [110/21] via 123.10.1.1 4d20h Ethernet e0/1 0 123.3.3.318 [110/21] via 123.10.1.6 4d20h Ethernet e0/1 Solution: R1: router OSPF 12345 max-metric router-lsa router-id 123.1.1.1
  • 9. © 2014-CCIEREALLABWORKBOOK.COM November 24, 2014 © 2014-2015 CCIEREALLABWORKBOOK.COM 9 network 0.0.0.0 255.255.255.255 area 0 R2 router OSPF 12345 router-id 123.2.2.2 network 123.2.2.2 0.0.0.0 area 0 network 123.10.1.9 0.0.0.0 area 0 network 123.10.1.17 0.0.0.0 area 0 R3 router OSPF 12345 router-id 123.3.3.3 network 123.3.3.3 0.0.0.0 area 0 network 123.10.1.10 0.0.0.0 area 0 network 123.10.1.13 0.0.0.0 area 0 R4 router OSPF 12345 router-id 123.4.4.4 network 0.0.0.0 255.255.255.255 area 0 R5 router OSPF 12345 router-id 123.5.5.5 network 0.0.0.0 255.255.255.255 area 0 R6 router OSPF 12345 router-id 123.6.6.6 network 0.0.0.0 255.255.255.255 area 0 R7 router OSPF 12345 router-id 123.7.7.7 network 0.0.0.0 255.255.255.255 area 0