基于GRE隧道的VPN技术,在GRE隧道下调用IPSec保护措施,实现将GRE隧道中的流量进行加密。

GRE隧道

image.png

  1. R1
  2. interface Tunnel10
  3. ip address 172.16.1.1 255.255.255.0
  4. tunnel source 10.1.12.1
  5. tunnel destination 10.1.12.2
  6. end
  7. R2
  8. interface Tunnel10
  9. ip address 172.16.1.2 255.255.255.0
  10. tunnel source 10.1.12.2
  11. tunnel destination 10.1.12.1
  12. end

image.png