不涉及
不涉及
新配置的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
#
修改隧道至公网