Chinesedupms Deploy

Download as pdf or txt
Download as pdf or txt
You are on page 1of 26

www.chinesedumps.

com Demo Release Lab 1:10-Oct-2021

CCIE Data Center v3.0 Real Labs


Deploy Module – Lab 1

www.chinesedumps.com 1 www.fastracklabs.com
www.chinesedumps.com Demo Release Lab 1:10-Oct-2021

Lab Workbook Policy

1. We highly discourage sharing of the workbook hence the workbooks are mapped to Laptop/Desktop
MAC address. If one tries to open the workbook on other desktop or laptop than the registered MAC
address; account will get locked and we will not unlock it for any reasons.

2. The workbook does not have print access; kindly do not request to enable to print access. However
you will have perpetual access to the workbook which you have purchased.

3. One will be provided with free updates up to 120 days from the date of purchase, post that one need
to renew his/her account to access the latest update. However one will continue to have access to their
existing workbooks. If you pass the lab within 120 days, you are not eligible for further updates.

4. If one wish to renew their subscription/account, you need to renew within 120 days or before the
account gets expired. Post 120 days one can renew their account however the renewal will be considered
has a new purchase. Hence we encourage one to renew within 120 days of the purchase.

5. The renewal cost is 999 USD if one pay within 120 days, if one fail to renew then the cost will be
equivalent of a new purchase. (The renewal price can be changed at any time, without informing the
client)

6. Every workbook is uniquely identified for each user with hidden words. If one shares his/her
workbooks with others, and if the system detects the share, the account will be banned and we will not
entertain any explanation of any sort.

7. For any queries regarding Questions/Solutions, you can contact us on email:


[email protected] or skype @ [email protected]. Response time to any of the queries
is 24 hours.

8. We do require CISCO ID and Official email id for security purposes. We do not sell without these
details. We do background verification of the details provided, so request to give us the correct CISCO
ID and official email id.

9. The workbooks are in secured pdf format and delivered via email within 24 hours after payment is
received.

10. License is provided for only one Device. And we don’t give license again if the device crashes or
company security policies. Please install license on the device cautiously as the license will not be
provided again.

11. We do support devices running Windows OS, Mac OS, Android and Mac iOS only

www.chinesedumps.com 2 www.fastracklabs.com
www.chinesedumps.com Demo Release Lab 1:10-Oct-2021

12. We do not provide Refund in any circumstances once the product is sold.

13. This policy is in effect from 23 November 2016 and in immediate effect for new clients and new
renewals. Old clients will continue with the old Policies until the accounts get expired.

14. If there is any update, one will receive the update automatically on their registered email id.

15. Design Module will be given only 3 days before the CCIE exam

16. For any future update you can check our 'updates' page.

17. Labs are always published in phases. For e.g. if there is a new lab we publish it as First, Second, Third
... till Final release.

18. Client who have purchased our workbooks and services and wishes to attempt the lab, need to
consult our experts before their CCIE Lab.

www.chinesedumps.com 3 www.fastracklabs.com
www.chinesedumps.com Demo Release Lab 1:10-Oct-2021

Main Topology

www.chinesedumps.com 4 www.fastracklabs.com
www.chinesedumps.com Demo Release Lab 1:10-Oct-2021

1.1

Introduction

1.2: Configure vPC

Configure a vPC domain on N5K-1 and N5k-2 using these guidelines:

 Use mgmt0 as peer keepalive


 The two vPC per switches must act as the active gateway for packets that are addressed to the
router MAC address of any vPC peer.
 The IP ARP table must have a fast convergence upon a port-channel flap.
 Enable vPC on port- channel100 and port-channel200 connected to Cisco UCS.
 Fix any issue that might arise with any solution that you think it is appropriate.
 Ensure that the vPC domain on N5K-1 and N5K-2 is properly configured for VXLAN. Use the IP
address 10.56.72.1/32.

www.chinesedumps.com 5 www.fastracklabs.com
www.chinesedumps.com Demo Release Lab 1:10-Oct-2021

Solution:

N5K1
feature vpc

vpc domain10
peer-switch
peer-keepalive destinatin 10.1.1.62 source 10.1.1.61 vrf management
peer-gatway
ip arp synchronize

int po10
vpc peer-link
int po100
vpc 100
int po200
vpc 200

vpc nve peer-link-vlan10

int lo0
ip 10.56.72.1/24 secondary

N5K2
feature vpc

vpc domain10
peer-switch
peer-keepalive destinatin 10.1.1.61 source 10.1.1.62 vrf management
peer-gatway
ip arp synchronize

int po10
vpc peer-link
int po100
vpc 100
int po200
vpc 200

vpc nve peer-link-vlan10

www.chinesedumps.com 6 www.fastracklabs.com
www.chinesedumps.com Demo Release Lab 1:10-Oct-2021

int lo0
ip 10.56.72.1/24 secondary

www.chinesedumps.com 7 www.fastracklabs.com
www.chinesedumps.com Demo Release Lab 1:10-Oct-2021

1.3: Backup uplinks

With the current design, if the Cisco Nexus 5000 series Switch loose connectivity with the Spine (DC1-
N7K), some of the traffic coming from the Cisco UCS will be blackholed.
Configure a backup path over the peer link using the preconfigured SVI 10. Make sure the solution
works for VXLAN encapsulated traffic.

www.chinesedumps.com 8 www.fastracklabs.com
www.chinesedumps.com Demo Release Lab 1:10-Oct-2021

Solution: Next Update

www.chinesedumps.com 9 www.fastracklabs.com
www.chinesedumps.com Demo Release Lab 1:10-Oct-2021

1.4: Redundant RP for VXLAN BUM (Broadcast, Unknown Unicast, Multicast)


Replication

Redundant RP for VXLAN BUM (Broadcast, Unknown Unicast, Multicast) Replication


The multicast tree is currently built through DC1-N7K-1. Configure redundancy for BUM replication
traffic by configuring a backup Phantom RP candidate on DC1-N7K-2 using interface Loopback 254,
Ensure that multicast is configured consistently between all the Cisco Nexus switches to support VXLAN
between the DC1-N5K-1, DC1-N5K-2, DC1-N7K-1 and DC1-N7K-2.

www.chinesedumps.com 10 www.fastracklabs.com
www.chinesedumps.com Demo Release Lab 1:10-Oct-2021

Solution:

N7K1
ip pim rp-address 10.0.10.1 group-list 225.0.0.0/24 bidir

int lo0
ip pim sparse-mode

int lo254
no sh
ip add 10.0.10.2/28
ip ospf network point-to-point
ip router ospf UNDERLAY area 0.0.0.0
ip pim sparse-mode

int e3/4
ip pim sparse-mode
int e3/5
ip pim sparse-mode
int e3/8
ip pim sparse-mode

N7K2
ip pim rp-address 10.0.10.1 group-list 225.0.0.0/24 bidir

int lo0
ip pim sparse-mode

int lo254
no sh

ip address 10.0.10.3/29
ip ospf network point-to-point
ip router ospf UNDERLAY 0.0.0.0
ip pim sparse-mode

int e3/12
ip pim sparse-mode

int e3/13
ip pim sparse-mode

www.chinesedumps.com 11 www.fastracklabs.com
www.chinesedumps.com Demo Release Lab 1:10-Oct-2021

int e3/18
ip pim sparse-mode

N5K1
ip pim rp-address 10.0.10.1 group-list 225.0.0.0/24 bidir

int lo0
ip pim sparse-mode

int vlan10
ip pim sparse-mode

int e1/4
ip pim sparse-mode

int e1/12
ip pim sparse-mode

N5K2
ip pim rp-address 10.0.10.1 group-list 225.0.0.0/24 bidir

int lo0
ip pim sparse-mode

int vlan10
ip pim sparse-mode

int e1/5
ip pim sparse-mode

int e1/13
ip pim sparse-mode

www.chinesedumps.com 12 www.fastracklabs.com
www.chinesedumps.com Demo Release Lab 1:10-Oct-2021

1.5: Spine/Leaf iBGP session

Configure an iBGP session between the leafs (DC1-N5K-1 and DC1-N5K-2) and spines (DC1-N7K-1 and
DC1-N7K-2). The spines are already pre-configured. Finally, enable the address family L2VPN EVPN and
configure DC1-N7K-1 and DC1-N7K-2 as route reflectors.

www.chinesedumps.com 13 www.fastracklabs.com
www.chinesedumps.com Demo Release Lab 1:10-Oct-2021

Solution:

N7K1-2
router bgp65501

neighbor 10.0.5.91 remote-as 65501


update-source lo0
address-family l2vpn evpn
send-community both
route-reflector-client

neightbor 10.0.5.0/24 remote-as 65501


update-source lo0
address-family l2vpn evpn
send-community both
route-reflector-clien

N5K1-2
router bgp65501

neighbor 10.0.7.1 remote-as65501


update-source lo0
address-family l2vpn evpn
send-community both

neighbor 10.0.7.2 remote-as65501


update-source lo0
address-family l2vpn evpn
send-community both

vrf TENANT1
address-family ipv4 unicast

advertise l2vpn evpn


redistribute director route-map TAG

www.chinesedumps.com 14 www.fastracklabs.com
www.chinesedumps.com Demo Release Lab 1:10-Oct-2021

1.6: VXLAN

Next Update

www.chinesedumps.com 15 www.fastracklabs.com
www.chinesedumps.com Demo Release Lab 1:10-Oct-2021

1.7: EVPN Multi-Site Peering

The two data centers are interconnected via VXLAN EVPN multi-site, IP reachability between the two
data centers is achieved through the IPN, Where the border gateways DC1-N9K-BGW1 and DC2-N9K-
BGW2 are physically connected to and peer with eBGP. To exchangeEVPN information between the
two data centers and respectively from the VXLAN tunnel, it is required to have a working BGP peering
using EVPN address-family. The following guidelines apply.

 The BGP EVPN peering must exists between Loopback0 of the border gateways.
 The Only address-family in use must be ‘L2VPN EVPN’.
 Validate that at least extended communities are exchanged.
 The BGP peering should be of the ‘fabric-external’ type.
 Ensure that BGP peering is up and exchange MAC and IP information.

www.chinesedumps.com 16 www.fastracklabs.com
www.chinesedumps.com Demo Release Lab 1:10-Oct-2021

1.8: EVPN Multi-site Loopback

Next Update

www.chinesedumps.com 17 www.fastracklabs.com
www.chinesedumps.com Demo Release Lab 1:10-Oct-2021

1.9: IP interface Configuration with DCNM

Next Update

www.chinesedumps.com 18 www.fastracklabs.com
www.chinesedumps.com Demo Release Lab 1:10-Oct-2021

1.10: EEM Application for Temperature Monitoring

The Xandar’s datacenter is experiencing some intermittent air conditioning malfunction and they are
worried about the possible consequences of an increase in environment operating temperature.
Your co-worker has written a Python script that can reduce the workload of the Cisco Nexus 5000
series Switch by partially isolating the node. Create an Embedded Event Manager application that
triggers a script when detecting a temperature crossing any threshold.

The script to be used is saved on the bootflash: and is named is Recovery.py.

Which approach is correct?


o Switch# configure terminal
Switch(config)# event manager environment PYTHON
Switch(config-environment)# description “Triggers PYTHON script”
Switch(config-environment)# event temperature threshold any
Switch(config-environment)# action 1.0 cli source bootflash:Recover.py

o Switch# configure terminal


Switch(config)# event manager embedded PYTHON
Switch(config-eem)# description “Trggers PYTHON Script”
Switch(config-eem)# event temperature threshold any
Switch(config-eem)# action 1.0 cli source bootflash:Recover.py

o Switch# configure terminal


Switch(configure)# event manager applet PYTHON
Switch(config-applet)# description “Triggers PYTHON Script”
Switch(config-applet)# event temperature threshold any
Switch(config-applet)# action 1.0 cli python bootflash:Recover.py

o Switch# configure terminal


Switch(configure)#event manager environment PYTHON
Switch(config-environment)# description “Triggers PYTHON Script”
Switch(config-environment)#event temperature threshold any
Switch(config-environment)# action 1.0 cli python bootflash:Recover.py

o Switch# configure terminal

www.chinesedumps.com 19 www.fastracklabs.com
www.chinesedumps.com Demo Release Lab 1:10-Oct-2021

Switch(config)# event manager embedded PYTHON


Switch(config-eem)#description “Triggers YTHON Script”
Switch(config-eem)# event temperature threshold any
Switch(config-eem)# action 1.0 cli python bootflash:Recover.py

o Switch# configure terminal


Switch(configure)# event manager applet PYTHON
Switch(config-applet)# description “Triggers PYTHON Script”
Switch(config-applet)# event temperature threshold any
Switch(config-applet)# action 1.0 cli source bootflash:Recover.py

Answer: F

www.chinesedumps.com 20 www.fastracklabs.com
www.chinesedumps.com Demo Release Lab 1:10-Oct-2021

2.1: Implement UCS Domain Infrastructure

Referring to topology, discover all attached compute devices, meeting the below requirements:
 Connections between the chassis and fabric interconnects should be aggregated.
 All neighbors fabric interconnects should be seen
 Firmware upgrades on newly discovered blades should be supported.

Solution: Next Update


www.chinesedumps.com 21 www.fastracklabs.com
www.chinesedumps.com Demo Release Lab 1:10-Oct-2021

www.chinesedumps.com 22 www.fastracklabs.com
www.chinesedumps.com Demo Release Lab 1:10-Oct-2021

3.1: Fabric Policies

Refer to the diagram.

Configure the access policies that are needed to discover FEX 102. FEX 102 must be discovered so that
the legacy2 application is learned as an endpoint on node 202.

www.chinesedumps.com 23 www.fastracklabs.com
www.chinesedumps.com Demo Release Lab 1:10-Oct-2021

Solution: Next Update

www.chinesedumps.com 24 www.fastracklabs.com
www.chinesedumps.com Demo Release Lab 1:10-Oct-2021

Thank You for choosing www.passdatacenterlabs.com Workbooks.

www.chinesedumps.com 25 www.fastracklabs.com
www.chinesedumps.com Demo Release Lab 1:10-Oct-2021

WORLD FIRST CCIE DC v3.0 COMPLETE RACK:


https://ccierack.rentals

BOOK YOUR SLOTS

www.chinesedumps.com 26 www.fastracklabs.com

You might also like