easy
Single Answer
0What does the command router ospf 20 configure?
Answer Options
A
An OSPF router process ID of 20
B
An OSPF router area of 20
C
An OSPF router autonomous system of 20
D
An OSPF cost of 20
Correct Answer: A
Explanation
The command router ospf 20 configures a process ID of 20. This process identifies the databases for an OSPF process as well as its configuration. The process ID is only locally significant to the router on which it is configured. It can be an arbitrary number from 1 to 65535. The area for OSPF is set with the network command, such as network 192.168.1.1 0.0.0.255 area 0. Autonomous systems (ASs) are not used with OSPF. Cost is not set with the router ospf 20 command; it is set with the ip ospf cost command.
ospf
configuration
process-id
cli