Implementing Cisco Enterprise Advanced Routing and Services (ENARSI) — Question 180

An engineer is implementing a coordinated change with a server team. As part of the change, the engineer must configure interface GigabitEthernet2 in an existing VRF "RED" then move the interface to an existing VRF "BLUE" when the server team is ready. The engineer configured interface GigabitEthernet2 in VRF
"RED":
interface GigabitEthernet2
description Migration ID: B410A82D0935G35
vrf forwarding RED
ip address 10.0.0.0 255.255.255.254
negotiation auto
Which configuration completes the change?

Answer options

Correct answer: A

Explanation

The correct answer is A because it correctly removes the interface from VRF 'RED' and assigns it to VRF 'BLUE', while maintaining the IP address configuration. Option B fails as it does not retain the IP address necessary for the interface, while options C and D either do not include the IP address or are incomplete for proper configuration.