Maximum Prefix

  • 对收到的路由条目的数量进行限制,以保护低端Router
  • 基于邻居维度进行设定
    • neighbor ip-addr maximum-prefix prefix-count [warning-percentage] [restart time] [warning-only]
  • 当发送路由条目的数量超过maximum 时,将 neighbor 置为 idle(PfxCt) 状态,关闭BGP Session
    • BGP Session 关闭后不会自动建立,可以选择在断开一定时间后自动重启
  • 生产环境中,通常使用 warning
  • 这个配置是放在我自己身上,还是对方