Which configuration would be required on R3?

— Exhibit –

— Exhibit —
Click the Exhibit button.
You are asked to connect Area 2 to the backbone.

Which configuration would be required on R3?

— 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;
}



Leave a Reply 5

Your email address will not be published. Required fields are marked *


mike

mike

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)