— Exhibit –
— Exhibit —
Click the Exhibit button.
You are asked to connect Area 2 to the backbone.
Which configuration would be required on R3?
A.
[edit protocols ospf3]
user@R3# show
area 0.0.0.0 {
virtual-link neighbor-id 10.0.10.1 transit-area 0.0.0.1;
interface ge-0/0/5.0;
}
B.
[edit protocols ospf]
user@R3# show
area 0.0.0.0 {
virtual-link neighbor-id 192.168.1.2 transit-area 0.0.0.1;
interface ge-0/0/5.0 {
interface-type p2p;
}
C.
[edit protocols ospf3]
user@R3# show
area 0.0.0.0 {
virtual-link neighbor-id 192.168.1.2 transit-area 0.0.0.1;
interface ge-0/0/5.0;
}
D.
[edit protocols ospf3]
user@R3# show
area 0.0.0.1 {
virtual-link neighbor-id 192.168.1.2 transit-area 0.0.0.1;
interface ge-0/0/5.0;
}
B is correct, the interface type p2p is mandatory
C is leveraging the ospfv3 which is not a condition (not sure whether it supports vl anyway)
Wrong.
In OSPFv3 you have virtual-links and you don’t need the point-to-point statement to configure a virtual-link
Correct answer here is C
according to Juniper’s site, you are correct
http://www.juniper.net/documentation/en_US/junos13.1/topics/example/ospf-virtual-links-configuring.html
http://www.juniper.net/documentation/en_US/junos13.1/topics/example/ospf-virtual-links-configuring.html
I think right answer is D.
You are building the virtual link over area 0.0.0.1.