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?
interface GigabitEthernet2
novrf forwarding RED
vrf forwarding BLUE
ip address 10.0.0.0 255.255.255.254
interface GigabitEthernet2
noip address
vrf forwarding BLUE
interface GigabitEthernet2
novrf forwarding RED
vrf forwarding BLUE
interface GigabitEthernet2
noip address
ip address 10.0.0.0 255.255.255.254
vrf forwarding BLUE
Reveal Solution Next Question