What are the four main steps in configuring a GRE tunnel over IPsec on Cisco routers? (Choose four.)
正解:A,B,D,F
Explanation/Reference: Explanation: Four steps to configure GRE tunnel over IPsec are: 1. Create a physical or loopback interface to use as the tunnel endpoint. Using a loopback rather than a physical interface adds stability to the configuration. 2. Create the GRE tunnel interfaces. 3. Add the tunnel subnet to the routing process so that it exchanges routing updates across that interface. 4. Add GRE traffic to the crypto access list, so that IPsec encrypts the GRE tunnel traffic. An example of configuring GRE Tunnel is shown below: interface Tunnel0 ip address 192.168.16.2 255.255.255.0 tunnel source FastEthernet1/0 tunnel destination 14.38.88.10 tunnel mode gre ip Note: The last command is enabled by default so we can ignore it in the configuration) (Reference: CCNP Routing and Switching Quick Reference)