Interface GigabitEthernet2 is currently in VRF RED with an IP. The plan is to move it to existing VRF BLUE and retain the IP. Which configuration completes the change?
Choose an answer
Tap an option to check your answer.
Correct answer: interface GigabitEthernet2 no vrf forwarding RED vrf forwarding BLUE ip address 10.0.0.0 255.255.255.254.
Why this is the answer
To move an interface from one VRF to another while retaining its IP address, you must first remove the interface from its current VRF using no vrf forwarding RED. Then, you assign it to the new VRF with vrf forwarding BLUE. Finally, you must re-apply the IP address using ip address 10.0.0.0 255.255.255.254. This is because removing an interface from a VRF also removes its IP configuration. The other options are incorrect because: no ip address vrf forwarding BLUE would remove the IP address and then assign it to the new VRF without re-adding the IP. no vrf forwarding RED vrf forwarding BLUE would remove the VRF assignment and then assign the new VRF, but the IP address would still be lost. no ip address ip address 10.0.0.0 255.255.255.254 vrf forwarding BLUE would remove the IP, then re-add it, and then assign the new VRF, but it doesn't correctly handle the initial removal from VRF RED.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed