dmvpn gre tunnel 优化

noteId: WEBf3b91c8e4a63865de5c80631229eb758 · 原始路径:/ALL/网络 - C模块/VPN 合集/dmVPN(点到多点、多点)【使用mGRE+nhrp+IPSec】/dmvpn gre tunnel 优化.note

如果是双中心,就只需要在其中一个中心配置 ip nhrp nhs 指向另一个中心,不需要配置两条 ip nhrp nhs如果有两个分支,分支之间不需要使用 ip nhrp nhs 来指定,只需要让中心动态协商即可

理论:因为gre使用ipsec加密的话,数据包会多24~40个字节,此时如果使用传统的 1500 MTU,就会导致数据包被分片传输两次

interface tunnel 0 ip mtu 1400 ip tcp adjust-mss 1360