exam questions

Exam 300-410 All Questions

View all questions & answers for the 300-410 exam

Exam 300-410 topic 1 question 82 discussion

Actual exam question from Cisco's 300-410
Question #: 82
Topic #: 1
[All 300-410 Questions]


Refer to the exhibit. Which command must be configured to make VRF CCNP work?

  • A. interface Loopback0 ip address 10.1.1.1 255.255.255.0 vrf forwarding CCNP
  • B. interface Loopback0 ip address 10.1.1.1 255.255.255.0
  • C. interface Loopback0 vrf forwarding CCNP
  • D. interface Loopback0 ip address 10.1.1.1 255.255.255.0 ip vrf forwarding CCNP
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Brand
Highly Voted 1 year, 8 months ago
Selected Answer: B
Just put the IP back to the interface and you're good. R1(config)#ip vrf CCNP R1(config-vrf)#rd 1:100 R1(config-vrf)#exit R1(config)#int lo 0 R1(config-if)# R1(config-if)#ip address 10.1.1.1 255.255.255.0 R1(config-if)#ip vrf forwarding CCNP % Interface Loopback0 IPv4 disabled and address(es) removed due to disabling VRF CCNP R1(config-if)#exit R1(config)#do show run int lo 0 Building configuration... Current configuration : 66 bytes ! interface Loopback0 ip vrf forwarding CCNP no ip address end
upvoted 9 times
...
[Removed]
Most Recent 10 months, 2 weeks ago
Selected Answer: B
B is correct
upvoted 1 times
...
ZamanR
1 year, 5 months ago
B is the correct answer
upvoted 2 times
...
Normanby
1 year, 5 months ago
Selected Answer: B
It is because they typed the VRF command AFTER the ip address, the ip got removed, so we need to add it back...
upvoted 4 times
...
inteldarvid
1 year, 10 months ago
Selected Answer: B
correct B
upvoted 3 times
...
sajjad_gayyem
1 year, 10 months ago
Selected Answer: B
like Dacusai comment.
upvoted 2 times
...
Dacusai
2 years, 1 month ago
Just another cisco thing, when you add the vrf command on an int the ip is removed so you need to added after, the correct answer should be the vrf command follow by the Ip int command. Tricky.
upvoted 4 times
...
Xerath
2 years, 3 months ago
Selected Answer: B
After adding the int to the VRF, the assigned IP address is removed, so we just need to reconfigure the IP address on that same int.
upvoted 3 times
...
Lilienen
2 years, 3 months ago
Selected Answer: B
B is correct, as the vrf statement removes the IP address from the interface, therefore we have to re-add the IP address command
upvoted 4 times
...
PimplePooper
2 years, 4 months ago
Selected Answer: C
This is a stupid question. The questions asks for the VRF CCNP to work and not for the loopback ip address to work by its own. Answer B - if you want just the loopback to work without a vrf and answer C - for the loopback interface to be part of a vrf.
upvoted 3 times
...
Noproblem22
2 years, 6 months ago
D is the correct answer. Once you assign the ip address to lookback interface, you need to enable the "ip vrf forwarding CCNP".
upvoted 1 times
[Removed]
2 years, 5 months ago
I believe adding “ip vrf forwarding CCNP” to an interface will remove the current IP address. Therefore the IP address statement must be added afterward. In the example, the vrf forwarding CCNP already now exists on the interfaces, but it lacks an IP address. This leaves us with needed to only re-add the IP address that is desired.
upvoted 7 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...