Ccie DC Lab 2
Ccie DC Lab 2
Ccie DC Lab 2
In DC2, you must configure resources for the VDC's. Use resource templates to perform this task.
Create and apply VDC resource templates as shown in this table:
Template Name VDC Name Resource Minimum Maximum
otv-template DC2-N7K-1 VRF 8 16
VLAN 16 32
Port-Channel 0 32
switch-template DC2-N7K-3 & VRF 16 32
DC2-N7K-4 VLAN 64 128
Port-Channel 32 64
In DC2, make sure that these high-availability policies are applied to the VDC's:
DC2-N7K-4:
==========
feature-set fabricpath
!
vlan 30
name iscsi
mode fabricpath
!
vlan 40
name esx-mgmt
mode fabricpath
!
vlan 50
name dmz
mode fabricpath
!
vlan 4001
name dci-data1
!
vlan 4002
name dci-data2
!
DC2-N5K-1:
==========
install feature-set fabricpath
feature-set fabricpath
!
vlan 30
name iscsi
mode fabricpath
!
vlan 40
name esx-mgmt
mode fabricpath
!
vlan 50
name dmz
mode fabricpath
!
vlan 70
name vm-data
!
vlan 71
name vm-data-nat
!
vlan 72
name ace-ft
!
DC2-N5K-2:
==========
install feature-set fabricpath
feature-set fabricpath
!
vlan 30
name iscsi
mode fabricpath
!
vlan 40
name esx-mgmt
mode fabricpath
!
vlan 50
name dmz
mode fabricpath
!
vlan 70
name vm-data
!
vlan 71
name vm-data-nat
!
vlan 72
name ace-ft
!
DC2-N7K-1 and DC2-N7K-3 are connected using a Layer2 link and a Layer 3 link. Configure the Layer 2 link between these
switches as a trunk port.
DC2-N7K-4:
==========
interface ethernet 4/26-27
channel-group 200 mode on
no shutdown
!
interface port-channel 200
switchport
switchport mode trunk
switchport trunk allowed vlan 90,4001-4002
no shutdown
!
DC2-N7K-1:
==========
interface ethernet 4/12
switchport
switchport mode trunk
switchport trunk allowed vlan 90,4001-4002
switchport trunk native vlan 1
no shutdown
!
1.4 - DC2: Configure Fabric Path
In DC2, enable fabric-path isis routing between DC2-N7K-3, DC2-N7K-4, DC2-N5K-1, and DC2-N5K-2
Perform these tasks:
Assure that all of the switches that are listed use the FabricPath network for Layer 2 switching between
them.
The port channel between DC2-N7K-3 and DC2-N7K-4 will not participate in FabricPath.
Create a port channel between DC2-N5K-1 and DC2-N5K-2, and enable FabricPath on the port channel.
Use any number for the port channel.
Configure switch ID 30, 40, 50, and 60 on DC2-N7K-3, DC2-N7K-4, DC2-N5K-1, and DC2-N5K-2
respectively.
Allow 20 seconds to detect any switch ID conflicts in the FabricPath domain.
Make sure that only two equal cost paths are selected in the FabricPath domain.
Make sure that DC2-N7K-3 and DC2-N7K-4 use DC2-N5K1 and DC2-N5K-2 as equal cost paths.
(3 points)
DC2-N7K-3:
==========
fabricpath switch-id 30
fabricpath timer linkup-delay 20
!
fabricpath domain default
maximum-path 2
!
interface ethernet 3/21-24
switchport mode fabricpath
no shutdown
!
interface ethernet 3/21, ethernet 3/23
fabricpath isis metric 35
no shutdown
!
DC2-N7K-4:
==========
fabricpath switch-id 40
fabricpath timer linkup-delay 20
!
fabricpath domain default
maximum-path 2
!
interface ethernet 3/29-32
switchport mode fabricpath
no shutdown
!
interface ethernet 3/29, ethernet 3/31
fabricpath isis metric 35
no shutdown
!
DC2-N5K-1:
==========
feature lacp
!
fabricpath switch-id 50
fabricpath timer linkup-delay 20
!
fabricpath domain default
maximum-path 2
!
interface ethernet 1/21-24
switchport mode fabricpath
no shutdown
!
interface ethernet 1/21, ethernet 1/23
fabricpath isis metric 35
no shutdown
!
interface ethernet 1/10-11
channel-group 200 mode active
no shutdown
!
interface port-channel 200
switchport mode fabricpath
no shutdown
!
DC2-N5K-2:
==========
feature lacp
!
fabricpath switch-id 60
fabricpath timer linkup-delay 20
!
fabricpath domain default
maximum-path 2
!
interface ethernet 1/23-24, ethernet 1/29-30
switchport mode fabricpath
no shutdown
!
interface ethernet 1/23, ethernet 1/29
fabricpath isis metric 35
no shutdown
!
interface ethernet 1/10-11
channel-group 200 mode active
no shutdown
!
interface port-channel 200
switchport mode fabricpath
no shutdown
!
1.5 - DC2: Configure vPC+ to Cisco UCS
In DC2, configure vPC domain 20 between DC2-N5K-1 and DC2-N5K-2. Perform these tasks:
Make sure that N5K-1 is always the vPC primary switch.
Use port channel ID 200 for the vPC peer link.
Do not add any new Layer 3 interfaces.
Use switch ID value 70.
Use port channel ID 10 toward Fabric Interconnect A (FI-A).
Use port channel ID 20 toward Fabric Interconnect B (FI-B).
Port channels to Cisco UCS should be configured as IEEE 802.1Q trunk interfaces that allow only VLANs
30, 40, 70, and 71.
Make sure that port channels 10 and 20 come up without waiting for the standard forward-time delay.
In a few months, our server team will connect a single-leg server on VLAN 300 that is connected to N5K-
2. Make sure that the interface does not go down in a dual-active scenario.
Make sure that vPC peer devices are the primary devices on LACP and use priority value 2500.
(3 Points)
DC2-N5K-1:
==========
feature vpc
!
vpc domain 20
role priority 1
system-priority 2500
fabricpath switch-id 70
peer-keepalive destination 10.1.0.52
!
interface port-channel 200
vpc peer-link
no shutdown
!
interface ethernet 1/6
channel-group 10 mode active
no shutdown
!
interface ethernet 1/7
channel-group 20 mode active
no shutdown
!
interface port-channel 10
switchport
switchport mode trunk
switchport trunk allowed vlan 30,40,70,71
spanning-tree port type edge trunk
vpc 10
no shutdown
!
interface port-channel 20
switchport
switchport mode trunk
switchport trunk allowed vlan 30,40,70,71
spanning-tree port type edge trunk
vpc 20
no shutdown
!
DC2-N5K-2:
==========
feature vpc
!
vpc domain 20
system-priority 2500
fabricpath switch-id 70
peer-keepalive destination 10.1.0.51
dual-active exclude interface-vlan 300
!
interface port-channel 200
vpc peer-link
no shutdown
!
interface ethernet 1/7
channel-group 10 mode active
no shutdown
!
interface ethernet 1/6
channel-group 20 mode active
no shutdown
!
interface port-channel 10
switchport
switchport mode trunk
switchport trunk allowed vlan 30,40,70,71
spanning-tree port type edge trunk
vpc 10
no shutdown
!
interface port-channel 20
switchport
switchport mode trunk
switchport trunk allowed vlan 30,40,70,71
spanning-tree port type edge trunk
vpc 20
no shutdown
!
(2 Points)
DC2-N5K-1:
==========
feature fex
!
fex 103
diagnostic bootup level bypass
!
fex 104
diagnostic bootup level bypass
!
interface ethernet 1/1-2
channel-group 103
no shutdown
!
interface ethernet 1/3-4
channel-group 104
no shutdown
!
interface port-channel 103
switchport mode fex-fabric
fex associate 103
vpc 103
no shutdown
!
interface port-channel 104
switchport mode fex-fabric
fex associate 104
vpc 104
no shutdown
!
DC2-N5K-2:
==========
feature fex
!
fex 103
diagnostic bootup level bypass
!
fex 104
diagnostic bootup level bypass
!
interface ethernet 1/1-2
channel-group 104
no shutdown
!
interface ethernet 1/3-4
channel-group 103
no shutdown
!
interface port-channel 103
switchport mode fex-fabric
fex associate 103
vpc 103
no shutdown
!
interface port-channel 104
switchport mode fex-fabric
fex associate 104
vpc 104
no shutdown
!
WAN interfaces connect the Cisco Nexus 7000 switch to the WAN switch. The WAN switch is preconfigured. No
configuration is necessary on your part.
Configure the WAN IP addresses as shown in this table:
Device Name Interface IP Address Subnet Mask
DC2-N7K-3 Ethernet 4/23 10.4.1.9 30
DC2-N7K-4 Ethernet 4/31 10.4.1.13 30
Make sure that the jumbo frame size of 9100 bytes is allowed on the WAN.
DC2-N7K-1 and DC2-N7K-3 are connected with a Layer 2 link and Layer 3 link. Configure the Layer 3 link between these
switches.
DC2-N7K-3:
==========
interface loopback 0
ip add 10.0.2.3/32
no shutdown
!
interface ethernet 4/23
ip address 10.4.1.9/30
mtu 9100
no shutdown
!
interface ethernet 4/24
ip address 10.4.1.21/30
mtu 9100
no shutdown
!
DC2-N7K-4:
==========
interface loopback 0
ip address 10.0.2.4/32
no shutdown
!
interface ethernet 4/31
ip address 10.4.1.13/30
mtu 9100
no shutdown
!
DC2-N7K-3:
==========
feature eigrp
feature bfd
!
router eigrp 1
autonomous-system 1
router-id 10.0.2.3
bfd
no shutdown
!
interface ethernet 4/23-24
ip router eigrp 1
ip summary-address eigrp 1 10.1.40.0/22
no ip redirects
no shutdown
!
route-map ABC permit 10
match interface vlan 40 vlan 4001 vlan 4002
!
router eigrp 1
redistribute direct route-map ABC
!
DC2-N7K-4:
==========
feature eigrp
feature bfd
!
router eigrp 1
autonomous-system 1
router-id 10.0.2.4
bfd
no shutdown
!
interface ethernet 4/31
ip router eigrp 1
ip summary-address eigrp 1 10.1.40.0/22
no ip redirects
no shutdown
!
route-map ABC permit 10
match interface vlan 40 vlan 4001 vlan 4002
!
router eigrp 1
redistribute direct route-map ABC
!
DC2-N7K-3:
==========
ntp distribute
ntp server 20.0.0.1
ntp commit
ntp source-interface ethernet 4/23
!
logging server 10.0.0.1
logging source loopback 0
!
Configure Multiple Spanning Tree for VLAN 4001 and VLAN 4002.
Make sure that DC2-N7K-3 is the root for VLAN 4001 and VLAN 4002.
Use this information to configure MST:
o MST region = 1
o Name = ccie
o MST revision number = 5
Enable Bridge Assurance on the appropriate ports.
(2 Points)
DC2-N7K-3:
==========
spanning-tree mode mst
spanning-tree mst configuration
name ccie
revision 5
instance 1 vlan 4001-4002
!
spanning-tree mst 1 root primary
!
interface ethernet 4/20
spanning-tree port type network
no shutdown
!
interface port-channel 200
spanning-tree port type network
no shutdown
!
DC2-N7K-4:
==========
spanning-tree mode mst
spanning-tree mst configuration
name ccie
revision 5
instance 1 vlan 4001-4002
!
interface port-channel 200
spanning-tree port type network
no shutdown
!
DC2-N7K-1:
==========
spanning-tree mode mst
spanning-tree mst configuration
name ccie
revision 5
instance 1 vlan 4001-4002
!
interface ethernet 4/12
spanning-tree port type network
no shutdown
!
1.13 - DC1: Allocate Ports to VDCs and Implement VLANS
In DC1, allocate ports to VDCs as shown in this table:
You must configure VLANs in Data Center 1. These VLANs will be used later in the exam. Assign the correct name and
type as outlined here.
Configure these VLANs on DC1-N7K-1, DC1-N7K-2, DC1-N7K-3, and DC1-N7K-4:
Device Name VLAN ID VLAN Name VLAN Mode
DC1-N7K-1 90 dci-site Classic Ethernet
DC1-N7K-2 4001 dci-data1 Classic Ethernet
DC1-N7K-3 4002 dci-data2 Classic Ethernet
DC1-N7K-4
(2 Points)
DC1-N7K-1:
==========
license grace-period
no vdc combined-hostname
!
vdc DC1-N7K-1 id 1
no limit-resource module-type
allocate interface ethernet 3/1-8, ethernet 4/1-8
allocate interface ethernet 4/10, ethernet 4/12
allocate interface ethernet 4/14, ethernet 4/16
!
vdc DC1-N7K-2 id 2
no limit-resource module-type
allocate interface eth 3/9-16, ethernet 4/9
allocate interface ethernet 4/11, ethernet 4/13, ethernet 4/15
!
vdc DC1-N7K-3 id 3
no limit-resource module-type
allocate interface ethernet 3/17-24, ethernet 4/17-24
!
vdc DC1-N7K-4 id 4
no limit-resource module-type
allocate interface ethernet 3/25-32, ethernet 4/25-32
!
DC1-N7K-1#
DC1-N7K-2#
DC1-N7K-3#
DC1-N7K-4#
===========
vlan 90
name dci-site
!
vlan 4001
name dci-data1
!
vlan 4002
name dci-data2
!
DC1-N7K-1 and DC1-N7K-3 are connected using a Layer 2 link and a Layer 3 link. In this task, you will configure the Layer
2 link between these switches as a trunk port. Use this information to complete this task:
Allow only VLANs 90, 4001, and 4002.
Use VLAN 90 as the native VLAN.
Device Name Trunk Port Mode
DC1-N7K-1 Ethernet 4/12 Layer 2
DC1-N7K-3 Ethernet 4/20 Layer 2
DC1-N7K-2 and DC1-N7K-4 are connected using a Layer 2 and a Layer 3 link. In this task, you will configure the Layer 2
link between these switches as a trunk port. Use this information to complete this task:
Allow only VLANs 90, 4001, and 4002.
Use VLAN 90 as the native VLAN.
Device Name Trunk Port Mode
DC1-N7K-2 Ethernet 4/13 Layer 2
DC1-N7K-4 Ethernet 4/28 Layer 2
(2 Points)
DC1-N7K-3:
==========
vlan dot1q tag native
feature lacp
!
interface ethernet 4/18-19
channel-group 200 mode active
no shutdown
!
interface port-channel 200
switchport
switchport mode trunk
switchport trunk allowed vlan 90,4001-4002
switchport trunk native vlan 90
no shutdown
!
interface ethernet 4/20
switchport
switchport mode trunk
switchport trunk allowed vlan 90,4001-4002
switchport trunk native vlan 90
no shutdown
!
DC1-N7K-4:
==========
vlan dot1q tag native
feature lacp
!
interface ethernet 4/26-27
channel-group 200 mode active
no shutdown
!
interface port-channel 200
switchport
switchport mode trunk
switchport trunk allowed vlan 90,4001-4002
switchport trunk native vlan 90
no shutdown
!
interface ethernet 4/28
switchport
switchport mode trunk
switchport trunk allowed vlan 90,4001-4002
switchport trunk native vlan 90
no shutdown
!
DC1-N7K-1:
==========
vlan dot1q tag native
!
interface ethernet 4/12
switchport
switchport mode trunk
switchport trunk allowed vlan 90,4001-4002
switchport trunk native vlan 90
no shutdown
!
DC1-N7K-2:
==========
vlan dot1q tag native
!
interface ethernet 4/13
switchport
switchport mode trunk
switchport trunk allowed vlan 90,4001-4002
switchport trunk native vlan 90
no shutdown
!
Make sure that the jumbo frame size of 9100 bytes is allowed on the WAN.
DC1-N7K-1 and DC1-N7K-3 are connected with a Layer 2 link and Layer 3 link. Configure the Layer 3 link between these
switches.
In DC1, configure the Layer 3 link between DC1-N7K-1 and DC1-N7K-3:
Device Name Interface IP Address Subnet Mask
DC1-N7K-1 Ethernet 4/5 10.4.1.17 30
DC1-N7K-3 Ethernet 4/24 10.4.1.18 30
DC1-N7K-2 and DC1-N7K-4 are connected with a Layer 2 link and Layer 3 link. Configure the Layer 3 link between these
switches.
In DC1, configure the Layer 3 link between DC1-N7K-2 and DC1-N7K-4:
Device Name Interface IP Address Subnet Mask
DC1-N7K-2 Ethernet 4/9 10.4.1.26 30
DC1-N7K-4 Ethernet 4/25 10.4.1.25 30
DC1-N7K-3:
==========
interface loopback 0
ip address 10.0.1.3/32
no shutdown
!
interface ethernet 4/23
ip address 10.4.1.1/30
mtu 9100
no shutdown
!
interface ethernet 4/24
ip address 10.4.1.17/30
mtu 9100
no shutdown
!
DC1-N7K-4:
==========
interface loopback 0
ip address 10.0.1.4/32
no shutdown
!
interface ethernet 4/31
ip address 10.4.1.5/30
mtu 9100
no shutdown
!
interface ethernet 4/25
ip address 10.4.1.25/30
mtu 9100
no shutdown
!
DC1-N7K-2:
==========
interface loopback 0
ip address 10.0.1.2/32
no shutdown
!
interface ethernet 4/9
ip address 10.4.1.26/30
mtu 9100
no shutdown
!
DC1-N7K-4:
==========
feature hsrp
feature interface-vlan
!
key chain ABC
key 0
key-string CCIEDC
!
interface vlan 4001
ip address 10.1.41.251/24
no shutdown
hsrp version 2
hsrp 2
ip 10.1.41.254
timers 1 3
authentication md5 key-chain ABC
!
interface vlan 4002
ip address 10.1.42.251/24
no shutdown
hsrp version 2
hsrp 2
ip 10.1.42.254
timers 1 3
authentication md5 key-chain ABC
!
1.17 - DC1: Implement Cisco NX-OS Layer 3 Routing
In DC1, set up EIGRP. Enable EIGRP within DC1 and also on the connectivity to the WAN. Make sure that fast failure
detection is enabled.
The core WAN router is preconfigured with EIGRP.
You are not permitted to use static routes.
DC1-N7K-2:
==========
feature eigrp
feature bfd
!
router eigrp 1
autonomous-system 1
router-id 10.0.1.2
bfd
no shutdown
!
interface ethernet 4/9
ip router eigrp 1
no ip redirects
no shutdown
!
DC1-N7K-3:
==========
feature eigrp
feature bfd
!
router eigrp 1
autonomous-system 1
router-id 10.0.1.3
bfd
no shutdown
!
interface ethernet 4/23-24
ip router eigrp 1
no ip redirects
no shutdown
!
DC1-N7K-4:
==========
feature eigrp
feature bfd
!
router eigrp 1
autonomous-system 1
router-id 10.0.1.4
bfd
no shutdown
!
interface ethernet 4/31
ip router eigrp 1
no ip redirects
no shutdown
!
interface ethernet 4/25
ip router eigrp 1
no ip redirects
no shutdown
!
1.18 - DC1 and DC2: Configure OTV
You must now perform Cisco Data Center Interconnect (DCI) between DC1 and DC2. The WAN core is enabled for
multicast. During this task, you will make sure that DC1-N7K-1, DC1-N7K-2, DC1-N7K-3, and DC1-N7K-4 are configured
appropriately to support OTV within DC1.
Similarly, make sure that DC2-N7K-1, DC2-N7K-3, and DC2-N7K-4 are configured appropriately to support OTV in DC2.
VLAN 4001 and VLAN 4002 must be extended between DC1 and DC2. All other VLANs will stay local to the data center.
Do not create additional VLANs for this task.
You are allowed to use a multicast address range to achieve the task.
The RP address is 20.0.0.1. PIM sparse mode is running in the WAN core.
On the Layer 2 trunk port between DC2-N7K-1 and DC2-N7K-3. Only allow VLANs that must be extended.
Use VLAN 90 as the site VLAN.
After completing these infrastructure tasks, configure the necessary DCI tasks as specified in the question. Then verify
that DCI was successful by pinging SVIs 4001 and 4002 from DC1-N7K-3 and DC2-N7K-3.
Make sure that HSRP is localized within each data center.
(3 Points)
DC1-N7K-1:
==========
feature otv
!
interface ethernet 4/5
ip igmp version 3
no shutdown
!
otv site-id 0x1
otv site-vlan 90
!
interface overlay 0
otv join-interface ethernet 4/5
otv control-group 239.1.1.1
otv data-group 232.1.1.0/24
otv extend-vlan 4001-4002
no shutdown
!
DC1-N7K-2:
==========
feature otv
!
interface ethernet 4/9
ip igmp version 3
no shutdown
!
otv site-id 0x1
otv site-vlan 90
!
interface overlay 0
otv join-interface ethernet 4/9
otv control-group 239.1.1.1
otv data-group 232.1.1.0/24
otv extend-vlan 4001-4002
no shutdown
!
DC1-N7K-3:
==========
feature pim
ip pim rp-address 20.0.0.1
!
interface ethernet 4/24
ip igmp version 3
ip pim sparse-mode
no shutdown
!
interface ethernet 4/23
ip pim sparse-mode
no shutdown
!
DC1-N7K-4:
==========
feature pim
ip pim rp-address 20.0.0.1
!
interface ethernet 4/25
ip igmp version 3
ip pim sparse-mode
no shutdown
!
interface ethernet 4/31
ip pim sparse-mode
no shutdown
!
DC2-N7K-1:
==========
feature otv
!
interface ethernet 4/5
ip igmp version 3
no shutdown
!
otv site-id 0x2
otv site-vlan 90
!
interface overlay 0
otv join-interface ethernet 4/5
otv control-group 239.1.1.1
otv data-group 232.1.1.0/24
otv extend-vlan 4001-4002
no shutdown
!
DC2-N7K-3:
==========
feature pim
ip pim rp-address 20.0.0.1
!
interface ethernet 4/24
ip igmp version 3
ip pim sparse-mode
no shutdown
!
interface ethernet 4/23
ip pim sparse-mode
no shutdown
!
DC2-N7K-4:
==========
feature pim
ip pim rp-address 20.0.0.1
!
interface ethernet 4/31
ip pim sparse-mode
no shutdown
!
DC2-N7K-1:
==========
DC1-N7K-1:
==========
DC1-N7K-2:
==========
ip access-list ALL_IPs
permit ip any any
!
ip access-list HSRP_IP
permit udp any 224.0.0.102/32 eq 1985
!
vlan access-map HSRP_Localization 10
match ip address HSRP_IP
action drop
!
vlan access-map HSRP_Localization 20
match ip address ALL_IPs
action forward
!
vlan filter HSRP_Localization vlan-list 4001-4002
!
mac-list OTV_HSRP_VMAC_deny seq 10 deny 0000.0c9f.f000 ffff.ffff.f000
mac-list OTV_HSRP_VMAC_deny seq 20 permit 0000.0000.0000 0000.0000.0000
!
route-map OTV_HSRP_filter permit 10
match mac-list OTV_HSRP_VMAC_deny
!
otv-isis default
vpn Overlay0
redistribute filter route-map OTV_HSRP_filter
!
Section II Storage
Refer to this figure:
2.1 Fibre Channel Port Channel, ISL, and Trunking
You have been asked to help resolve a non-optimal Fibre Channel port channel between DC2-MDS-1 and DC2-N5K-2.
The desired result is that port channel ID 22 is up at 8 Gb/s between the two devices and that only VSANs 1 and 200 are
able to traverse it.
(3 Point)
DC2-N5K-2:
==========
feature fcoe
!
slot 2
port 1-16 type fc
!
copy running-config startup-config
!
poweroff module 2
!
no poweroff module 2
!
vsan database
vsan 200
vsan 999
!
interface san-port-channel 22
channel mode active
switchport mode E
switchport trunk mode on
switchport trunk allowed vsan 1
switchport trunk allowed vsan add 200
no switchport trunk allowed vsan add 999
no switchport speed
switchport speed 4000
no shutdown
!
interface fc 2/1-2
channel-group 22 force
no shutdown
!
DC2-MDS-1:
==========
vsan database
vsan 200
vsan 999
!
interface port-channel 22
channel mode active
switchport mode E
switchport rate-mode dedicated
switchport trunk mode on
switchport trunk allowed vsan 1
switchport trunk allowed vsan add 200
no switchport trunk allowed vsan add 999
no switchport speed
switchport speed 4000
no shutdown
!
interface fc 1/5-6
channel-group 22 force
no shutdown
!
DC2-N5K-1:
==========
feature fcoe
!
slot 2
port 1-16 type fc
!
copy running-config startup-config
!
poweroff module 2
!
no poweroff module 2
!
vsan database
vsan 100
vsan 100 interface fc 2/1
vsan 100 interface fc 2/2
!
interface fc 2/1-2
switchport mode NP
switchport trunk mode off
no shutdown
!
npv auto-load-balance disruptive
!
DC2-MDS-1:
==========
feature npiv
!
vsan database
vsan 100
vsan 100 interface fc 1/1
vsan 100 interface fc 1/2
!
interface fc 1/1-2
switchport mode F
switchport trunk mode off
no shutdown
!
Password : cisco
Mgmt IP : 10.1.1.23
Mgmt Netmask : 255.255.255.0
Mgmt Gateway : 10.1.1.254
Telnet : Enabled
Configure a FCoE NPV-NPIV F-Port trunking and port-channeling link between the DC2-N7K-2 and DC2-N5K-1 switches.
Create VSAN 100 and allow only this VSAN across this link. This link should be configured to use LACP. Make sure that
SID/DID/OXID load-balancing is used across this link. Use port channel ID 11.
(3 points)
DC2-N7K-1:
==========
install feature-set fcoe
license fcoe module 3
!
system qos
service-policy type network-qos default-nq-7e-policy
!
no vdc DC2-N7K-2 id 2
!
vdc DC2-N7K-2 type storage id 2
no limit-resource module-type
allocate interface ethernet 3/9-16
allocate fcoe-vlan-range 100,200
!
switchto vdc DC2-N7K-2
!
DC2-N7K-2:
==========
interface mgmt 0
ip address 10.1.1.23/24
no shutdown
!
ip route 0.0.0.0/0 10.1.1.254
!
feature telnet
feature fport-channel-trunk
feature-set fcoe
feature npiv
feature lacp
feature lldp
!
vsan database
vsan 100
!
vlan 100
fcoe vsan 100
!
interface ethernet 3/13-14
channel-group 11 mode active
no shutdown
!
interface port-channel 11
switchport
switchport mode trunk
switchport trunk allowed vlan 100
no shutdown
!
interface vfc-port-channel 11
bind interface port-channel 11
switchport mode F
switchport trunk mode on
switchport trunk allowed vsan 100
no shutdown
DC2-N5K-1:
==========
vsan database
vsan 100
!
vlan 100
fcoe vsan 100
!
interface ethernet 1/13-14
channel-group 11 mode active
no shutdown
!
interface port-channel 11
switchport
switchport mode trunk
switchport trunk allowed vlan 100
no shutdown
!
interface vfc 11
bind interface port-channel 11
switchport mode NP
switchport trunk allowed vsan 100
no shutdown
!
port-channel load-balance ethernet source-dest-port
!
(2 points)
DC1-MDS-1:
==========
feature fcip
!
interface gigabitethernet 1/3
ip address 10.3.1.1 255.255.255.252
switchport mtu 2300
no shutdown
!
interface gigabitethernet 1/4
ip address 10.3.1.5 255.255.255.252
switchport mtu 2300
no shutdown
!
fcip profile 10
ip address 10.3.1.1
port 3005
!
fcip profile 20
ip address 10.3.1.5
port 3005
!
interface fcip 10
use-profile 10
peer-info ipaddr 10.3.1.2
switchport mode E
switchport trunk mode on
switchport trunk allowed vsan 1
switchport trunk allowed vsan add 100
switchport trunk allowed vsan add 200
passive-mode
no shutdown
!
interface fcip 20
use-profile 20
peer-info ipaddr 10.3.1.6
switchport mode E
switchport trunk mode on
switchport trunk allowed vsan 1
switchport trunk allowed vsan add 100
switchport trunk allowed vsan add 200
passive-mode
no shutdown
!
DC2-MDS-1:
==========
feature fcip
!
interface gigabitethernet 1/3
ip address 10.3.1.2 255.255.255.252
switchport mtu 2300
no shutdown
!
interface gigabitethernet 1/4
ip address 10.3.1.6 255.255.255.252
switchport mtu 2300
no shutdown
!
fcip profile 10
ip address 10.3.1.2
!
fcip profile 20
ip address 10.3.1.6
!
interface fcip 10
use-profile 10
peer-info ipaddr 10.3.1.1 port 3005
switchport mode E
switchport trunk mode on
switchport trunk allowed vsan 1
switchport trunk allowed vsan add 100
switchport trunk allowed vsan add 200
no shutdown
!
interface fcip 20
use-profile 20
peer-info ipaddr 10.3.1.5 port 3005
switchport mode E
switchport trunk mode on
switchport trunk allowed vsan 1
switchport trunk allowed vsan add 100
switchport trunk allowed vsan add 200
no shutdown
!
All required configurations on the host side are preconfigured. You are only required to configure the N5K and N7K
sides. You have access to both servers' Cisco Integrated Management Controllers in case you need to verify and
troubleshoot from the host side.
DC2-N7K-2:
==========
interface ethernet 3/11
switchport
switchport mode trunk
switchport trunk allowed vlan 200
no shutdown
!
interface vfc 311
bind interface ethernet 3/11
switchport mode F
switchport trunk allowed vsan 200
no shutdown
!
vsan database
vsan 200 interface vfc 311
!
DC2-N5K-1:
==========
interface ethernet 1/20
switchport
switchport mode trunk
switchport trunk allowed vlan 100
spanning-tree port type edge trunk
no shutdown
!
interface vfc 20
bind interface ethernet 1/20
switchport mode F
switchport trunk allowed vsan 100
no shutdown
!
npv traffic-map server-interface vfc 20 external-interface fc 2/2
!
vsan database
vsan 100 interface vfc 20
!
DC2-N5K-1:
==========
fex 103
fcoe
!
interface ethernet 103/1/20
switchport
switchport mode trunk
switchport trunk allowed vlan 1,100
spanning-tree port type edge trunk
no shutdown
!
interface vfc 320
bind interface ethernet 103/1/20
switchport mode F
switchport trunk allowed vsan 100
no shutdown
!
vsan database
vsan 100 interface vfc 320
!
DC2-N5K-2:
==========
fex 104
fcoe
!
interface ethernet 104/1/20
switchport
switchport mode trunk
switchport trunk allowed vlan 1,200
spanning-tree port type edge trunk
no shutdown
!
interface vfc 420
bind interface ethernet 104/1/20
switchport mode F
switchport trunk allowed vsan 200
no shutdown
!
vsan database
vsan 200 interface vfc 420
!
Section 3 - Unified Computing
You have been tasked to configure and troubleshoot an existing computing solution based on Cisco UCS. DC2 will be
hosting your primary computing cluster. Your primary storage array resides in DC1 and is reachable via the FCIP link that
was already configured. You must configure all Cisco UCS endpoints as well as SAN and LAN devices as instructed. No
access is required to the storage array. Please review this topology subset, which shows the relevant devices for this
section.
Reference Topology:
Note: The port numbers on the topology diagram are the physical port numbers.
3.1 - Troubleshoot Cisco UCS Domain Infrastructure
You have been tasked to reconfigure the uplink connectivity for your Cisco UCS domain. Configure the uplinks as shown
in the diagram. Port channel IDs and VPC IDs should match each side of the links where applicable.
The network administrator previously implemented a disjoint Layer 2 network design. This is no longer required.
Remove all disjoint layer 2 configurations from Cisco UCS and disable any uplinks that are not listed in this reference
diagram.
(5 points)
DC2-N5K-1:
==========
interface ethernet 1/5
switchport
switchport mode trunk
switchport trunk allowed vlan 100
spanning-tree port type edge trunk
no shutdown
!
interface vfc 5
bind interface ethernet 1/5
switchport mode F
switchport trunk allowed vsan 100
no shutdown
!
vsan database
vsan 100 interface vfc 5
!
DC2-N5K-2:
==========
feature npiv
!
interface ethernet 1/5
switchport
switchport mode trunk
switchport trunk allowed vlan 200
spanning-tree port type edge trunk
no shutdown
!
interface vfc 5
bind interface ethernet 1/5
switchport mode F
switchport trunk allowed vsan 200
no shutdown
!
vsan database
vsan 200 interface vfc 5
!
3.2 - Modify CoS for iSCSI
Some of your blades will use iSCSI. To accommodate this, perform these configurations:
Configure the Silver CoS queue to accommodate 9000-byte frames
Create a QoS policy named ccie-dc-qos and assign the Silver priority. Allow full host control.
Assign the QOS policy to the two existing vNIC templates.
(3 Points)
3.3 - Create FCoE Boot Policy
Create a boot policy that meets these criteria:
Name of policy: fcoe-boot-pol.
The CD-ROM should be the first boot device.
The second boot device should be the SAN Boot Primary, using LUN ID 0 on Fabric B.
Obtain target WWN information from the resources that are at your disposal.
(3 Points)
DC1-MDS-1:
==========
interface fc 1/10-11
switchport mode fx
no shutdown
!
vsan database
vsan 100 interface fc 1/10
vsan 200 interface fc 1/11
!
Note: If object names are not explicitly provided, you can use your own naming convention. If policies or settings are not
explicitly provided, use the default values.
(5 Points)
3.9 - Configure Call Home Monitoring
Your manager has instructed you to configure Call Home for Cisco UCS. Call Home should be configured to only send
notifications regarding association failures.
Use these details for configure Call Home:
No need to test Call Home or send inventory
Mod SW HW
--- ------------------ ---------------------------------------------
1 4.2(1)SV2(2.2) 0.0
25 4.2(1)SV2(2.2) VMware ESXi 5.1.0 Releasebuild-1483097 (3.1)
56 4.2(1)SV2(2.2) VMware ESXi 5.1.0 Releasebuild-1483097 (3.1)
UCS Pools / Resources Pool Name Starting Value Qty (if applicable)
UUID suffix ccie-dc-uuid 1111-000000000001 10
WWPN (Fabric A) ccie-dc-wwpn-a 20:00:00:25:B5:10:10:01 4
WWPN (Fabric B) ccie-dc-wwpn-b 20:00:00:25:B5:10:10:0A 4
WWNN ccie-dc-wwnn 20:00:00:25:B5:11:10:01 4
MACs ccie-dc-mac 00:25:B5:00:00:01 32
Managements IPs (KVM) 10.1.1.53/24 7
Management Gateway 10.1.1.254