一、自定义定时器
这里指的是自定义:
Keepalive Interval: 缺省值为30秒。Keepalive用于维护邻居关系,如果在协商的保持时间内没有收到Keepalive消息,则BGP将断开邻居连接。
Hold Time:缺省值是Keepalive时间的3倍,即90秒。这是BGP在关闭连接之前从对等体发来的连续消息之间等待的时间。换句话说,如果连续3条keepalive消息丢失,我们将假定远程对等端不可达。
Connect Retry:缺省值为120秒。在BGP对等过程中,如果初次尝试TCP连接失败,则使用连接重试定时器。它决定了BGP路由器与BGP对等体建立TCP连接的后续尝试时间间隔。
--- apiVersion: "cilium.io/v2alpha1" kind: CiliumBGPPeerConfig metadata: name: peer-config-generic spec: families: - afi: ipv4 safi: unicast advertisements: matchLabels: advertise: "pod-cidr" timers: connectRet