Ch.20 Implementing OSPF Flashcards
What is the first step to begin the OSPF configuration on a router
router ospf process-id global command
What does the wildcard 0.0.0.0 mean in OSPF configuration
Compare all four octets. in other words, the numbers must exactly match
What does the wildcard 0.0.0.255 mean in OPSF configuration
Compare the first three octets only. Ignore the last octet when comparing the numbers
What does the wildcard 0.0.255.255 mean in OPSF configuration
Compare the first two octets only. Ignore the last two octets when comparing the numbers
What does the wildcard 0.255.255.255 mean in OPSF configuration
Compare the first octet only. Ignore the three octets when comparing the numbers
What does the wildcard 255.255.255.255 mean in OPSF configuration
Compare nothing; this wildcard mask means that all addresses will match the network command
What is the first step in verifying ospf configuration
show running-config command to examine the configuration
What is the second step in verifying ospf configuration
show ip ospf interface [brief] command to determine whether the router enabled ospf on the correct interfaces or not based on the configuration