A network uses IPv4 and IPv6 addressing. You must use only OSPFv3 as your IGP. Which configuration will advertise both IPv4 and IPv6 addresses to the network?
A. Option A
B. Option B
C. Option C
D. Option D
Explanation:
3 Comments on “Which configuration will advertise both IPv4 and IPv6 addresses to the network?”
https://www.juniper.net/documentation/en_US/junos14.2/topics/topic-map/ospfv3-multiple-address-families.html
0
0
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;
}
1
0
user@host# show interfaces
fe-0/1/0 {
unit 0 {
family inet {
address 11.1.2.1/24;
}
family inet6;
}
}
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;
}
1
0