第8章 IPSEC-VPN-8.1 VPN

1.GRE-VPN

图片[1]-第8章 IPSEC-VPN-8.1 VPN-大赛人网
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-大赛人网
© 版权声明
THE END
喜欢就支持一下吧
点赞9 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称

    请登录后查看评论内容