本帖最后由 Davezake 于 2019-11-29 09:39 编辑
R1(config)# interface Tunne10 R1(config-if)# tunnel mode gre ip R1(config-if)# ip address 10.1.3.1 255.255.255.0 R1(config-if) # tunnel source 10.1.3.1 R1(config-if)# tunnel destination 10.1.2.1
R2(config)# interface Tunne10 file:////Users/Kai/Library/Group%20Containers/UBF8T346G9.Office/TemporaryItems/msohtmlclip/clip_image001.pngR2(config-if)# tunnel mode greip R2(config-if)# ip address 10.1.3.2 255.255.255.0 R2(config-if)# tunnel source 10.1.3.2 R2 (config-if)# tunnel destination 10.1.1.1
Refer to the exhibit. The tunnel fails to come up. Which two actions resolve the issue? (Choose two)
On R2, change the tunnel source to 10.1.2.1 On R1, change the tunnel source to 10.1.1.1 On R1, change the tunnel destination to 10.1.3.2 On R2, change the tunnel destination to 10.1.3.1 On R1, change the IP address to 10.1.1.1 On R2, change the IP address to 10.1.2.1
|