Refer to the exhibit. Which pair of crypto isakmp key commands would correctly configure PSK on the two routers?

IT Exam Items RepositoryCategory: CCNA SecurityRefer to the exhibit. Which pair of crypto isakmp key commands would correctly configure PSK on the two routers?

Refer to the exhibit. Which pair of crypto isakmp key commands would correctly configure PSK on the two routers?

  • R1(config)# crypto isakmp key cisco123 address 209.165.200.227
    R2(config)# crypto isakmp key cisco123 address 209.165.200.226
  • R1(config)# crypto isakmp key cisco123 address 209.165.200.226
    R2(config)# crypto isakmp key cisco123 address 209.165.200.227
  • R1(config)# crypto isakmp key cisco123 hostname R1
    R2(config)# crypto isakmp key cisco123 hostname R2
  • R1(config)# crypto isakmp key cisco123 address 209.165.200.226
    R2(config)# crypto isakmp key secure address 209.165.200.227

Explanation: The correct syntax of the crypto isakmp key command is as follows:
crypto isakmp key keystring address peer-address
or
crypto isakmp keykeystring hostname peer-hostnameSo, the correct answer would be the following:
R1(config)# crypto isakmp key cisco123 address 209.165.200.227
R2(config)# crypto isakmp key cisco123 address 209.165.200.226

Related exam: CCNA Security Chapter 8 Exam Answers
Related exam: Network Security 1.0 Final Exam Answers
Related exam: CCNA Security Chapter 8 Exam (CCNAS v1.2)
Related exam: CCNA Security Final Exam (CCNAS v1.2)