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 Answers
1
profile picture
EXPERT
Kallu
answered 2 months ago
0
Accepted Answer

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
EXPERT
answered 2 months ago
0

Thanks Giovanni.

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

answered 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions