Examine the exhibit by pressing the Exhibit(s) button.
You are to configure R1 to belong to area 5. This area does not accept routes from the external AS or summary routes from any other internal areas. Refer to the IP addressing below.
R1 - int E0 - 192.168.5.1/24
R2 - int E0 - 192.168.5.2/24
R2 - int E1 - 192.168.0.2/24
R3 - int E0 - 192.168.0.3/24
Which configuration commands are required to correctly configure R1?
- A: R1(config)# router ospf 10
R1(config-router)# area 5 no-summary stub
R1(config-router)# network 192.168.5.0 0.0.0.255 area 5
- B: R1(config)# router ospf 5
R1(config-router)# area 5 stub
R1(config-router)# network 192.168.5.0 0.0.0.255 area 5
- C: R1(config)# router ospf 10
R1(config-router)# area 5 stub
R1(config-router)# network 192.168.5.0 255.255.255.0 area 5
- D: R1(config)# router ospf 5
R1(config-router)# area 5 stub no-summary
R1(config-router)# network 192.168.5.0 255.255.255.0 area 5