AWS Direct Connect BGP Status monitoring

0

Hello,

(1.) CloudWatch seems to be able to monitor only the (Physical) Connection Status of the Direct Connect Connections. But there is no monitoring of the BGP Status, although we can see the status of up/down in Console.?

(2) I am not a network expert, but it looks like if BGP Status goes down, irrespective of the Physical Status, the traffic flow between On-Prem to AWS is going to stop. Is that so? If so, it would have been good to have CloudWatch metric for this. thoughts?

Thanks in advance for the answers.

已提問 3 個月前檢視次數 217 次
3 個答案
1
profile picture
專家
Kallu
已回答 3 個月前
0
已接受的答案

You're correct that CloudWatch does not currently have a metric to directly monitor the BGP status or route count of a Direct Connect connection. CloudWatch monitors the physical connection status, but not the layer 3 BGP configuration.

Yes, if the BGP session goes down between your on-premises network and the AWS Direct Connect location, even if the physical connection remains up, your traffic will be disrupted until BGP comes back up. This is because BGP is responsible for exchanging routing information between the networks to know how to route traffic.

Some options to monitor BGP status are to:

  • Check the BGP status and route counts on your on-premises router that is connected to the Direct Connect circuit. Most routers have CLI commands to view this status.
  • Consider logging the BGP status from your router to a log aggregator like CloudWatch Logs. Then you can configure CloudWatch metric filters to extract metrics from the logs and monitor in CloudWatch.
profile picture
專家
已回答 3 個月前
0

Thanks Giovanni.

Thanks Kallu. A very recently introduced feature in Dec 2023. A good reminder that I should keep up with AWS releases.

已回答 3 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南