Which command is used to enable CHAP authentication whit PAP as the fallback method on a serial interface?

Which command is used to enable CHAP authentication whit PAP as the fallback method on a serial interface?

Which command is used to enable CHAP authentication whit PAP as the fallback method on a serial interface?

A.
(config-if)# authentication ppp chap fallback ppp

B.
(config-if)# authentication ppp chap pap

C.
(config-if)# ppp authentication chap pap

D.
(config-if)# ppp authentication chap fallback ppp



Leave a Reply 1

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


Sekhar

Sekhar

Explanation

Router(config-if)#ppp authentication chap pap
Defines that the link will use CHAP authentication, but will try PAP if CHAP fails or is rejected by other side.