Click the Exhibit button.
— Exhibit —
[edit]
user@router# show interfaces
ge-1/1/2 {
vlan-tagging;
unit 100 {
vlan-id 100;
family inet {
address 192.168.0.1/30;
} }
}
lo0 {
unit 0 {
family inet {
address 10.10.10.1/32;
} }
}
[edit]
user@router# show protocols ospf
area 0.0.0.0 {
interface ge-1/1/2.0 {
interface-type p2p;
metric 250;
}
interface lo0.0;
}
[edit]
user@router# run show ospf interface
Interface State Area DR ID BDR ID Nbrs
lo0.0 DR 0.0.0.0 10.10.10.1 0.0.0.0 0
[edit]
user@router#
— Exhibit —
Referring to the exhibit, why does only the loopback interface appear in the show ospf interface
output?
A.
The interface-type is not configured properly on the ge-1/1/2 interface.
B.
The incorrect logical unit for the ge-1/1/2 interface is configured under the OSPF hierarchy.
C.
The ge-1/1/2 interface is configured under the wrong OSPF area.
D.
The metric configured on ge-1/1/2 is not valid.