OSPF Security Flashcards
Usage of Routing Protocols (mcq)
- To communicate with each other
- To determine best path to the destination
- To make dynamic adjustments to its conditions
- You can enable authentication in OSPF in order to exchange routing update information in a secure manner.
Simple Password Authentication (mcq)
Plain text authentication passwords do not have to be the same
throughout an area, but they must be the same between neighbours
Simple Password Authentication statement
R1(config-if)# ip ospf authentication
R1(config-router)# area 0 authentication
R1(config-if)# ip ospf authentication-key Cisco123
MD5 Password Authentication (prob not)
Provides higher security than plain text authentication
Hash value is transmitted in the packet, along with a key ID and a
non-decreasing sequence number receiver calculates its own hash value.
If nothing in the message changes, the hash value of the
receiver should match the hash value of the sender which is
transmitted with the message
Ensuring that packets are processed in the correct order.
MD5 Password Authentication statement
R1(config-if)# ip ospf authentication message-digest
R1(config-rouer)# area 0 authentication message-digest
R1(config-if)# ip ospf message-digest-key 1 md5
Cisco123
When is Simple Password Authentication (mcq) used
Used when devices within an area cannot support the more secure MD5 authentication