Skip to content

Commit 8056b9b

Browse files
refined text
1 parent 58e0761 commit 8056b9b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/partials/network-interconnect/bgp-peering.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ BGP peering sessions can advertise reachable prefixes to a peer and withdraw pre
3131

3232
## BGP timers and settings
3333

34-
Cloudflare uses the following BGP timers. These are not configurable:
34+
Cloudflare uses the timers as described below. These are not configurable:
3535

3636
| Setting | Description |
3737
| --- | --- |
38-
| Hold timer | 240 seconds <br /> (_To establish a session, Cloudflare will compare our hold timer and the peer's hold timer, and use the smaller of the two values to establish the BGP session._) |
39-
| Keepalive timer | One third of the hold time. |
40-
| Graceful restart | 120 seconds |
38+
| **Hold timer** | 240 seconds <br /> (_To establish a session, Cloudflare will compare our hold timer and the peer's hold timer, and use the smaller of the two values to establish the BGP session._) |
39+
| **Keepalive timer** | One third of the hold time. |
40+
| **Graceful restart** | 120 seconds |
4141

4242
- **Hold timer**: Specifies the maximum amount of time that a BGP peer will wait to receive a keepalive, update, or notification message before declaring the BGP session down. Cloudflare will use the smaller of this default hold time and that received from the peer in the open message.
4343
- **Keepalive timer**: BGP systems exchange keepalive messages to determine whether the peer router is reachable. If keepalive messages are not received within the Hold Timer, the session is assumed to be down, indicating that the peer is no longer reachable at the BGP protocol level.

0 commit comments

Comments
 (0)