Click the Exhibit button.
Which statement is true regarding the output shown in the exhibit?
Click on the arrows to vote for the correct answer
A. B. C. D.B
By default, OSPFv3 supports unicast IPv6 routes, but you can configure OSPFv3 to support multiple address families. To support an address family other than unicast IPv6, you configure a realm that allows OSPFv3 to advertise IPv4 unicast, IPv4 multicast, or IPv6 multicast routes.
Example of a configuration which support both Ipv4 and Ipv6 prefixes: user@host# show protocols ospf3 realm ipv4-unicast { area 0.0.0.0 { interface fe-0/1/0.0;
}
}
area 0.0.0.0 {
interface fe-0/1/0.0;
}
http://www.juniper.net/documentation/en_US/junos15.1/topics/topic-map/ospfv3-multiple-address-families.html