exam questions

Exam 300-410 All Questions

View all questions & answers for the 300-410 exam

Exam 300-410 topic 1 question 72 discussion

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


Refer to the exhibit. The ISP router is fully configured for customer A and customer B using the VRF-Lite feature.
What is the minimum configuration required for customer A to communicate between routers A1 and A2?

  • A. A1 interface fa0/0 description To->ISP ip add 172.31.100.1 255.255.255.0 no shut ! router ospf 100 net 172.31.100.1 0.0.0.255 area 0 A2 interface fa0/0 description To->ISP ip add 172.31.200.1 255.255.255.0 no shut ! router ospf 100 net 172.31.200.1 0.0.0.255 area 0
  • B. A1 interface fa0/0 description To->ISP ip vrf forwarding A ip add 172.31.100.1 255.255.255.0 no shut ! router ospf 100 vrf A net 172.31.200.1 0.0.0.255 area 0 A2 interface fa0/0 description To->ISP ip vrf forwarding A ip add 172.31.100.1 255.255.255.0 no shut ! router ospf 100 vrf A net 172.31.200.1 0.0.0.255 area 0
  • C. A1 interface fa0/0 description To->ISP ip vrf forwarding A ip add 172.31.100.1 255.255.255.0 no shut ! router ospf 100 net 172.31.100.1 0.0.0.255 area 0 A2 interface fa0/0 description To->ISP ip vrf forwarding A ip add 172.31.200.1 255.255.255.0 no shut ! router ospf 100 net 172.31.200.1 0.0.0.255 area 0
  • D. A1 interface fa0/0 description To->ISP ip add 172.31.200.1 255.255.255.0 no shut ! router ospf 100 net 172.31.200.1 0.0.0.255 area 0 A2 interface fa0/0 description To->ISP ip add 172.31.100.1 255.255.255.0 no shut ! router ospf 100 net 172.31.100.1 0.0.0.255 area 0
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
Rui123
Highly Voted 3 years ago
Selected Answer: A
Correct answer is A. Please note that A1, A2, B1 and B2 are Customer routers, therefore they have no idea of VRF.
upvoted 22 times
...
Fenix7
Most Recent 9 months, 1 week ago
I was skeptical if A was correct, but after I labbed, indeed is A. CE routers do not need to configure VRF, however, if VRF was configured, it works as well.
upvoted 2 times
0d2257b
8 months ago
"if VRF was configured, it works as well." This is a completely valid statement in real life. But for this question, we should select "the minimum" config. That's why A is the only correct answer.
upvoted 2 times
...
...
[Removed]
10 months, 3 weeks ago
Selected Answer: A
A is correct
upvoted 1 times
...
ZamanR
1 year, 5 months ago
A Explanation A1 and A2 routers do not know they belong to VRF A. The two interfaces of ISP (which are connected to A1 & A2) should be configured like this (we only show the configure of one interface): ISP router: interface g0/0 description ISP->To_CustomerA ip vrf forwarding A ip address 172.31.100.2 255.255.255.0 router ospf 100 vrf A network 172.31.200.2 0.0.0.255 area 0
upvoted 2 times
...
chris110
1 year, 9 months ago
Its A: A1 interface fa0/0 description To->ISP ip add 172.31.100.1 255.255.255.0 no shut ! router ospf 100 net 172.31.100.1 0.0.0.255 area 0 A2 interface fa0/0 description To->ISP ip add 172.31.200.1 255.255.255.0 no shut ! router ospf 100 net 172.31.200.1 0.0.0.255 area 0
upvoted 2 times
...
HungarianDish_111
2 years ago
Selected Answer: A
Answer "A", because we need to perform the configuration on the customer edges, and not on the ISP.
upvoted 4 times
AlexInShort12
1 year, 5 months ago
The sentence is not really clear. After reading the question to fast, I though it was the other way around...
upvoted 1 times
...
...
Dacusai
2 years, 1 month ago
Answer B and C are very similar but answer B has wrong IP address on router A2, answer C has the correct configuration for VRF lite to work.
upvoted 1 times
...
Koume
2 years, 4 months ago
Selected Answer: A
As the stament says VRF is fully configured on ISP, customerr routers just have to do is the necesary routing to communicate each other.
upvoted 2 times
...
Hurk2
2 years, 4 months ago
Selected Answer: A
A is correct, the ISP configures the VRF-lite not the customer
upvoted 1 times
...
PimplePooper
2 years, 5 months ago
Selected Answer: A
A is the correct answer. Firstly, VRF is not configured on the client side that is already completed on the ISP router. Secondly, in the available answers none mentioned the creation of the VRF.
upvoted 1 times
...
stratosph3re
2 years, 6 months ago
Selected Answer: A
Hello. The question clearly mentions that "The ISP router is FULLY CONFIGURED ... " , not the customer routers... Therefore, the correct answer is A because it doesn't contain any VRF info ( Customers are unaware of the VRF concept ) , and it has the correct IPs. Other than that, all the "vrf-related" answers are incorrect, because they don't mention anywhere the VRF-related creation commands .
upvoted 1 times
...
NoUserName1234
2 years, 7 months ago
Selected Answer: B
The question stated the they need too make use of the VRF lite Feature what implies that VRF Forwarding needs too be used. There is also a type error in the answers See : https://itexamanswers.net/question/refer-to-the-exhibit-the-isp-router-is-fully-configured-for-customer-a-and-customer-b-using-the-vrf-lite-feature-what-is-the-minimum-configuration-required-for-customer-a-to-communicate-between-rout
upvoted 1 times
Koume
2 years, 4 months ago
What the question says on ISP vrf is fully configured. that means customer routers are not aware and have not to configue any vrf for this scenario to work.
upvoted 1 times
...
...
NoUserName1234
2 years, 7 months ago
The question stated the they need too make use of the VRF lite Feature what implies that VRF Forwarding needs too be used. There is also a type error in the answers See : https://itexamanswers.net/question/refer-to-the-exhibit-the-isp-router-is-fully-configured-for-customer-a-and-customer-b-using-the-vrf-lite-feature-what-is-the-minimum-configuration-required-for-customer-a-to-communicate-between-rout
upvoted 1 times
...
Nhan
2 years, 11 months ago
It’s clearly that A is correct answer, after assign vrf you setup ospf for routing in the vrf.
upvoted 1 times
...
piojo
3 years ago
Selected Answer: A
A1 and A2 are CE, no VRFs there.
upvoted 3 times
...
tefacert
3 years ago
i agree with A, since A1 and A2 are CE they dont need vrf config, its only necesary in Pe, in this case in ISP router
upvoted 4 times
...
Iarn
3 years, 1 month ago
Selected Answer: C
This is the only config which would work A1 interface fa0/0 description To->ISP ip vrf forwarding A ip add 172.31.100.1 255.255.255.0 no shut ! router ospf 100 net 172.31.100.1 0.0.0.255 area 0 A2 interface fa0/0 description To->ISP ip vrf forwarding A ip add 172.31.200.1 255.255.255.0 no shut ! router ospf 100 net 172.31.200.1 0.0.0.255 area 0
upvoted 1 times
Koume
2 years, 4 months ago
VRF on customer rotuers have not any sense if vrf is fully configured on ISP. this is the real use case scenario of VRF. isolate customers routing tables. Lab scenario A and you will notice.
upvoted 2 times
...
jthompaf
3 years ago
I could be looking at this incorrectly, but if the ISP is fully configured with the proper VRFs on the interfaces connected to A1 and A2, no ip vrf forwarding command is necessary on A1 or A2. All they need is the right IP and Router OSPF with matching areas. With that being said, choice A works with the least amount of effort.
upvoted 3 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 ...