Question 51 of 92 from exam 300-410-ENARSI: Implementing Cisco Enterprise Advanced Routing and Services

Question 51 of 92 from exam 300-410-ENARSI: Implementing Cisco Enterprise Advanced Routing and Services

Question

Refer to the exhibit.

After applying IPsec, the engineer observed that the DMVPN tunnel went down, and both spoke-to-spoke and hub were not establishing.

Which two actions resolve the issue? (Choose two.)

‘on R2:
R2(config)# crypto isakmp policy 10
R2(config-isakmp) # hash md5;
R2(config-isakmp) # authentication pre-share
R2(config-isakmp) # group 2
R2(config-isakmp)# encryption 3des
R2(config}# crypto isakmp key cisco address 10.1.1.1
R2(config}# crypto ipsec transform-set TSET esp-des esp-md-hmac
R2(cfg-crypto-trans)}# mode transport.
GO/0 R2(config)# crypto ipsec profile TST R2 (ipsec-profile) # set transform-set TSET
192.1.1.1/24 R2(config}# interface tunnel 123
R2(config-if}# tunnel protection ipsec profile TST

on R3:
R3(config# crypto isakmp policy 10
R3(config-isakmp) # hash md5
192.1.2.2/24 R3(config-isakmp) # authentication pre-share
R3(config-isakmp) # group 2
R3(config-isakmp)# encryption 3des
R3(config)# crypto isakmp key cisco address 10.1.1.1
R3(config)# crypto ipsec transform-set TSET esp-des esp-md5-hmac
R3(cfg-crypto-trans)# mode tunnel
R3(config)# crypto ipsec profile TST R3 (ipsec-profile) + set transform-set TSET
R3(config}# interface tunnel 123
R3(config-if}# tunnel protection ipsec profile TST

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D. E.

AD.