Implementing Cisco Service Provider VPN Services (SPVI) — Question 15
While configuring the VRF Selection feature, you get an error message after typing the below statement:
Router(config)#no vrf selection source 172.16.0.0 255.255.0.0 vrf VRF1
Which action caused this message?
Answer options
- A. the entry of an inconsistent IP address and mask for VRF Selection
- B. an attempt to configure a VRF instance on an interface that already has VRF Selection configured
- C. an attempt to remove a VRF Selection entry that does not exist
- D. an attempt to configure a VRF Selection table that does not exist
Correct answer: C
Explanation
The correct answer is C because the command is attempting to remove a VRF Selection entry that has not been configured, resulting in an error. Option A is incorrect as the IP address and mask are consistent. Option B is not applicable since the issue is not related to an existing VRF instance on an interface. Option D is also incorrect because the error pertains to a non-existent entry, not a missing table.