exam questions

Exam 300-410 All Questions

View all questions & answers for the 300-410 exam

Exam 300-410 topic 1 question 108 discussion

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

An engineer configured a company's multiple area OSPF Head Office router and Site A Cisco routers with VRF lite. Each site router is connected to a PE router of an MPLS backbone:

Head Office & Site A -
ip cef
ip vrf abc
rd 101:101
!
interface FastEthernet0/0
ip vrf forwarding abc
ip address 172.16.16.X 255.255.255.252
!
router ospf 1 vrf abc
log-adjacency-changes
network 172.16.16.0 0.0.0.255 area 1
After finishing both site router configurations, none of the LSA 3, 4, 5, and 7 are installed at Site A router.
Which configuration resolves this issue?

  • A. configure capability vrf-lite on Site A and its connected PE router under router ospf 1 vrf abc
  • B. configure capability vrf-lite on both PE routers connected to Head Office and Site A routers under router ospf 1 vrf abc
  • C. configure capability vrf-lite on Head Office and its connected PE router under router ospf 1 abc
  • D. configure capability vrf-lite on Head Office and Site A routers under router ospf 1 vrf abc
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
myrmike
Highly Voted 3 years, 4 months ago
Notice that three of the answers involve configuring the PE router also. Since the engineer configured the company's router he presumably works for the company and not the ISP so the engineer would not have access to the PE router(s)
upvoted 25 times
bk989
8 months, 1 week ago
easy way to remember: capability vrf-lite is not configured on PE. It is configured for OSPF, on the CE, as a loop prevention mechanicsm. The only answer that makes sense is D. "The OSPF Support for Multi-VRF on CE Routers feature provides the capability to suppress provider edge (PE) checks that are needed to prevent loops when the PE is performing a mutual redistribution of packets between the OSPF and BGP protocols. When VPN routing and forwarding (VRF) is used on a router that is not a PE (that is, one that is not running BGP), the checks can be turned off to allow for correct population of the VRF routing table with routes to IP prefixes." https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_ospf/configuration/xe-16-9/iro-xe-16-9-book/iro-sup-vrf.html#:~:text=Example:,configure%20terminal
upvoted 3 times
...
...
wts
Highly Voted 3 years, 2 months ago
Selected Answer: D
capability vrf-lite command should be enabled: - only on the CE router - only when you have VRFs on your CE router
upvoted 9 times
...
XxnightwingxX
Most Recent 3 weeks, 3 days ago
Selected Answer: D
the config as is it wrong. the interface is in the vrf, but the ospf process is not so it would be in the default vrf. also , the config indicates home office and site A, a customer would has access to these but not PE routers.
upvoted 1 times
...
bk989
7 months, 4 weeks ago
In addition to Jon's very good explanation, it is also noteworthy to mention that on Cisco routers, if an OSPF process is run in a VRF then it automatically and unconditionally considers itself to be an ABR - it believes to be connected to a so-called MPLS Superbackbone (even though there may be no BGP/MPLS configured on the router at all). This may pose problems if such a router is actually a part of a network that uses multiple areas. Consider the following scenario: R1 (VRF) --- Link in Area 1 --- R2 --- Link in Area 0 --- R3 Here, R2 is obviously an ABR because it has two links, one in Area 0, the other in Area 1. R1 is, by all means, an internal router in Area 1. However, because R1 runs the link toward R2, and OSPF over this link, in a VRF, R1 considers itself to also be an ABR toward the MPLS Superbackbone.
upvoted 2 times
bk989
7 months, 4 weeks ago
As a result, R1 - thinking it is an ABR - will not place any networks from Area 0 nor from any other area behind R2 into its routing table, because by OSPF rules, an ABR processes only those inter-area routes (that is, LSA-3 and LSA-4) that have been received over an adjacency in Area 0, and R1 has no such adjacency. The end result will be that R1 will be unable to talk with any network outside its own Area 1. This behavior on R1 is also deactivated by the "capability vrf-lite" command. Thus, "capability vrf-lite" has several effects:
upvoted 1 times
bk989
7 months, 4 weeks ago
The router stops considering itself as the ABR connected to the MPLS Superbackbone The router will ignore the DN bit set in LSA-3, LSA-5 and LSA-7, and will not set this bit when doing redistribution into OSPF The router will ignore the tag value received in LSA-5 and LSA-7, and it will not set this value to any specific value when doing redistribution into OSPF https://community.cisco.com/t5/routing/where-to-configure-the-quot-capability-vrf-lite-quot-on-ce-or-pe/td-p/2812305
upvoted 1 times
...
...
...
bf10690
8 months, 3 weeks ago
Selected Answer: D
The PE router is something you typically don't have access to if you work on the customer side. So the options involving configuring the PE router can be discarded simply based on that premise. The reason why we run into issues in this scenario is that if vrf-lite is enabled on a CE router, it will behave as if it is part of the MPLS network (even though it isn't). As a result, it will start checking the DN bit and discard LSAs with it set. The PE router sets the DN bit in order to prevent loops in the MPLS network. By enabling VRF-Lite, the Cisco router ignores the DN bit and will therefore not discard the packets. This is done on the CE routers.
upvoted 1 times
...
[Removed]
9 months, 2 weeks ago
Selected Answer: D
D is correct
upvoted 1 times
...
XBfoundX
10 months, 2 weeks ago
This capability needs to be enabled on the CE router, this command prevent to set to 0 the DN bit, this bit is a ospf loop prevention mechanism in mpls enviroment because if you have traverse the mpls network you should not traverse the mpls again so there is something wrong this is the logic of this check. The vrf lite capability is activated only in the ospf process of the CE router.
upvoted 1 times
...
guy276465281819372
1 year, 8 months ago
Selected Answer: D
D is right
upvoted 2 times
...
inteldarvid
1 year, 9 months ago
Selected Answer: D
https://community.cisco.com/t5/routing/where-to-configure-the-quot-capability-vrf-lite-quot-on-ce-or-pe/td-p/2812305
upvoted 2 times
...
inteldarvid
1 year, 9 months ago
Selected Answer: D
the answer corret is D: https://forum.networklessons.com/t/when-and-where-to-use-capability-vrf-lite/14877
upvoted 2 times
...
Edwinmolinab
2 years, 9 months ago
Selected Answer: A
Answer: A Explanation In this case both Head Office and Site A routers run VRF (and OSPF) although they are CE routers. So we must configure “capability vrf-lite” on them too. For your information, the capability vrf-lite command disables the DN-bit (down bit) and domain-tag checks in OSPF. Since the CE router acts as the PE router in VRF-lite, these checks should be disabled, because the PE routers advertise VPN routes with DN-bit set to the CE routers. If the CE routers receive routes with DN-bit set, it will discard them. Hence, the checks should be disabled.
upvoted 4 times
...
[Removed]
2 years, 9 months ago
Selected Answer: D
Ref: Solved: Where to configure the "capability vrf lite", on CE or PE? - Cisco Community Post by Jon Marshall “The DN bit is a check that, usually, PE routers use to check whether to install certain types of LSAs into a VRF and is used as a loop prevention method. If your CE router is not running VRFs but using OSPF to connect to the PE router then you do not need that command anywhere. If however you configure VRFs on your CE router then it now uses the same checks as the PE routers because it believes it is directly connected to the MPLS network in the way the PE is, even though it isn't. And then you would need to use that command on your CE router. So, put simply, you only need to use that command if your CE router is using "VRF-Lite" and OSPF is in use between the CE and PE routers. …”
upvoted 5 times
...
Budh
3 years, 2 months ago
Selected Answer: D
Answer is D
upvoted 2 times
...
error_909
3 years, 7 months ago
The given answer is correct D
upvoted 1 times
...
[Removed]
3 years, 8 months ago
The given answer is correct https://community.cisco.com/t5/routing/where-to-configure-the-quot-capability-vrf-lite-quot-on-ce-or-pe/td-p/2812305
upvoted 3 times
...
Masashi_O
3 years, 10 months ago
A is the answer, I think.
upvoted 1 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago