You are at the top of the hierarchy and must configure OSPF on interface so-0/0/0 unit 100.
Which two achieve this result? (Choose two.)
A.
set protocols
set ospf area 0
set interface so-0/0/0.100
B.
set protocols ospf area 0 interface so-0/0/0.100
C.
edit protocols ospf interface so-0/0/0.100
D.
edit protocols ospf area 0
set interface so-0/0/0.100
Explanation:
CLI Quick Configuration
To quickly configure a single-area OSPF network, copy the following command and paste it into the CLI. You repeat this configuration for all interfaces that are part of the OSPF area.
[edit]
set protocols ospf area 0.0.0.0 interface ge-0/0/0
Step-by-Step Procedure
To configure a single-area OSPF network:
1.Configure the single-area OSPF network by specifying the area ID and associated interface.
Note: For a single-area OSPFv3 network, include the ospf3 statement at the [edit protocols] hierarchy level.
[edit]
user@host# set protocols ospf area 0.0.0.0 interface ge-0/0/0
2.If you are done configuring the device, commit the configuration.
[edit]
user@host# commit