correct answer: A. OSPFv3 does not run for IPv4 on FastEthernet0/0 until IPv6 routing is enabled on the router and IPv6 is enabled on interface FastEthernet0/0
To enable OSPFv3 for IPv4, the following config is required:
R1(config)#ipv6 unicast-routing
R1(config-if)#ipv6 enable
R1(config-if)#ospfv3 1 area 1 ipv4
Correct answer is A: OSPFv3 uses IPv6 to discover its neighbors, if not configured there is no neighbor to establish successful negotiation. Even though we only want to configure routing for IPv4, OSPFv3 still uses IPv6 link-local addresses so we have to to enable IPv6
-To use the IPv4 unicast address families (AF) in OSPFv3, you must enable IPv6 on a link, although the link may not be participating in IPv6 unicast AF.
-With the OSPFv3 Address Families feature, users may have two processes per interface, but only one process per AF. If the AF is IPv4, an IPv4 address must first be configured on the interface, but IPv6 must be enabled on the interface.
-The OSPFv3 address families feature enables both IPv4 and IPv6 unicast traffic to be supported. With this feature, users may have two processes per interface, but only one process per AF. If the IPv4 AF is used, an IPv4 address must first be configured on the interface, but IPv6 must be enabled on the interface. A single IPv4 or IPv6 OSPFv3 process running multiple instances on the same interface is not supported.
Obviously C is wrong. A is correct
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_ospf/configuration/15-mt/iro-15-mt-book/ip6-route-ospfv3-add-fam.html
A is correct, if we configure ipv6 unicast-routing globally and IPV6 enable on fas0/0. We can configure an address ipv4 for this interface
R1(config)#ipv6 unicast-routing
R1(config)#interface Serial0/0/0:0
R1(config-if)#ospfv3 1 ipv4 area 10
% OSPFv3: IPV6 is not enabled on this interface
R1(config-if)#ipv6 enable
R1(config-if)#do show run int s0/0/0:0
Building configuration...
Current configuration : 175 bytes
!
interface Serial0/0/0:0
description TESTE
ip address 10.0.0.1 255.255.255.252
ipv6 enable
end
R1(config-if)#ospfv3 1 ipv4 area 10 <----------IT WORKED!
R1(config-if)#do show run int s0/0/0:0
Building configuration...
Current configuration : 198 bytes
!
interface Serial0/0/0:0
description TESTE
ip address 10.0.0.1 255.255.255.252
ipv6 enable
ospfv3 1 ipv4 area 10 <----------------------- CONFIGURED
end
I think its a tricky question, because Option A states:
"OSPFv3 does not run for IPv4 on FastEthernet0/0 until IPv6 routing is enabled.." .
Even if enable ipv6 globally and under the interface, it still won't work for ipv4.
correct answer is C btches! ipv6 is enabled globally not on interface, so A is wrong.
upvoted 1 times
...
This section is not available anymore. Please use the main Exam Page.350-501 Exam Questions
Log in to ExamTopics
Sign in:
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.
blizzlondon
Highly Voted 2 years, 4 months agoMRasul18
Highly Voted 2 years, 1 month agocraterman
Most Recent 10 months agoROJUCS
1 year agoexambreaker
1 year, 7 months agosaman
1 year, 9 months agoterebok
1 year, 9 months agoJjsa1994
1 year, 11 months ago