基于GRE隧道的VPN技术,在GRE隧道下调用IPSec保护措施,实现将GRE隧道中的流量进行加密。
GRE隧道
R1
interface Tunnel10
ip address 172.16.1.1 255.255.255.0
tunnel source 10.1.12.1
tunnel destination 10.1.12.2
end
R2
interface Tunnel10
ip address 172.16.1.2 255.255.255.0
tunnel source 10.1.12.2
tunnel destination 10.1.12.1
end