1.GRE-VPN
![图片[1]-第8章 IPSEC-VPN-8.1 VPN-大赛人网](https://www.dsrw.com/wp-content/uploads/2023/09/图片18-1.png)
1)配置内网互通路由
#R1
ip route-static 172.16.1.0 24 172.16.14.4
#R4
ip route-static 0.0.0.0 0.0.0.0 172.16.14.1
#R3
ip route-static 172.17.1.0 24 172.16.35.5
#R5
ip route-static 0.0.0.0 0.0.0.0 172.16.35.3
2)配置出口路由
#R1
ip route-static 0.0.0.0 0.0.0.0 12.1.1.2
#R3
ip route-static 0.0.0.0 0.0.0.0 23.1.1.2
3)配置隧道
#R1
interface Tunnel0/0/13
ip address 172.16.13.1 255.255.255.0
tunnel-protocol gre
source 12.1.1.1
destination 23.1.1.3
#R3
interface Tunnel0/0/13
ip address 172.16.13.3 255.255.255.0
tunnel-protocol gre
source 23.1.1.3
destination 12.1.1.1
4)配置隧道路由
#R1
ip route-static 172.17.1.0 24 Tunnel 0/0/13 172.16.13.3
#R3
ip route-static 172.16.1.0 24 Tunnel 0/0/13 172.16.13.1
![图片[2]-第8章 IPSEC-VPN-8.1 VPN-大赛人网](https://www.dsrw.com/wp-content/uploads/2023/09/图片19-1-1024x204.png)
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
请登录后查看评论内容