Implementing and Operating Cisco Data Center Core Technologies (DCCOR) — Question 290
A customer data center experiences bandwidth contention that affects the servers connected to the NPV-enabled switch. The NPV switch is connected to the NPIV switch using two 10 Gb uplinks, but the traffic originating from the connected hosts to the core switch exceeds the available bandwidth. The engineers decided to add a third uplink to the NPV switch to increase the available bandwidth. Which set of commands must be used to provision the new uplink?
Answer options
- A. switch2(config)# npv auto-load-balance ! uplink to NPV Core switch2(config-if)# switchport mode npiv
- B. switch2(config)# npv traffic-map server-interface ! uplink to NPV Core switch2(config-if)# switchport mode npiv
- C. switch2(config)# npv auto-load-balance disruptive ! uplink to NPV Core switch2(config-if)# switchport mode np
- D. switch2(config)# port-channel load-balance ethernet source-dest-port ! uplink to NPV Core switch2(config-if)# switchport mode np
Correct answer: C
Explanation
The correct answer is C because using 'npv auto-load-balance disruptive' allows for the additional uplink to be provisioned while optimizing traffic distribution. The other options either do not include the necessary disruptive configuration or utilize commands that do not correctly set the switchport mode for an NPV environment.