发布时间: 2017-12-28 | 浏览次数: 609 | 下载次数: 0 | 作者: mWX466272 | 文档编号: EKB1001170344
版本信息:V600R008
问题描述:NE20E-X6 分布式GRE配置方法说明
1.配置loopback接口,用做隧道源地址
interface LoopBack1
ip address 1.1.1.1 255.255.255.255
binding tunnel gre
2.配置隧道接口
interface Tunnel1
tunnel-protocol gre
ip address 2.1.1.1 255.255.255.0
source LoopBack1
destination 3.1.1.1//配置目的地址注意一定要路由可达
3.配置路由,将流量引入隧道
ip route-static 4.1.1.0 255.255.255.0 Tunnel1