Which command do you enter to enable authentication for OSPF on an interface?

Which command do you enter to enable authentication for OSPF on an interface?
A. router(config-router)#area 0 authentication message-digest
B. router(config-router)#ip ospf authentication-key CISCOPASS
C. router(config-if)#ip ospf message-digest-key 1 md5 CISCOPASS
D. router(config-if)#ip ospf authentication message-digest

cisco-exams

6 thoughts on “Which command do you enter to enable authentication for OSPF on an interface?

  1. From Netacad.com CCNA security course:

    Enable OSPF MD5 authentication globally:
    ip ospf message-digest-key key md5 password interface configuration command.
    area area-id authentication message-digest router configuration command.
    This method forces authentication on all OSPF enabled interfaces.

    ****If an interface is not configured with the ip ospf message-digest-key command, it will not be able to form adjacencies with other OSPF neighbors.******

    Enable MD5 authentication on a per interface basis:
    ip ospf message-digest-key key md5 password interface configuration command.
    ip ospf authentication message-digest interface configuration command.

    I think it is C

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.