saga 发表于 2017-9-6 11:55:45

[300-135]新题

Two routers are connected through PPP connection. After the PPP was established, the admin put OSPF running above it. The OSPF formed adjacency but after soon, the adjacnecy dropped. What is the reason?

Answer: GRE tunnel destination MUST not BE reachable through the tunnel

怎么会是not呢?应该是tunnel destination must be rechable through the tunnel吧?

5916991 发表于 2017-9-6 11:55:46

题目问造成邻接关系断掉的原因,此答案说的 通过Tunnel,tunnel destination不可达。   因为tunnel目的不可达,所以邻接关系断掉,逻辑没毛病

junyi_de 发表于 2017-9-6 20:16:34

本帖最后由 junyi_de 于 2017-9-6 20:18 编辑

这道题最根本的原因是recursive lookup, 当你在tunnel上开启路由协议的时候, tunnel source and destination address 不能宣告进路由协议,否则需要建立tunnel的地址从tunnel学到,导致cef查询递归死循环,路由邻居就会down掉。

一般解决这种可以有以下方案:
1. underlay走静态路由
2. underlay和overlay用vrf分隔开,也就是所谓的front-vrf

saga 发表于 2017-9-7 18:23:23

谢谢各位大拿{:6_299:}

q466265670 发表于 2018-1-11 11:37:07

学习
页: [1]
查看完整版本: [300-135]新题