dmvpn gre tunnel 优化
如果是双中心,就只需要在其中一个中心配置 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如果是双中心,就只需要在其中一个中心配置 ip nhrp nhs 指向另一个中心,不需要配置两条 ip nhrp nhs如果有两个分支,分支之间不需要使用 ip nhrp nhs 来指定,只需要让中心动态协商即可
interface tunnel 0 ip mtu 1400 ip tcp adjust-mss 1360