Print

S6860 GRE 隧道不通

2025-10-15 发表

组网及说明

不涉及

告警信息

不涉及

问题描述

新配置的GRE,抓包看报文直接丢掉了,没封装

过程分析

隧道的tunnel的 source 和destnation必须是公网地址,不支持私网建立的gre tunnel ,也就是tunnel vpn-instance

#

interface Tunnel100 mode gre

ip binding vpn-instance VRF

ip address 172.31.1.5 255.255.255.252

tcp mss 1360

source 192.168.18.1

destination 192.168.200.1

#

解决方法

修改隧道至公网