interconnect/Bgp Down Flap
This runbook analyzes BGP down and BGP flap events for a GCP project in a clolud region.
	Product: Interconnect Kind: Debugging Tree
Description
The following steps are executed:
- Check BGP down status: Check if any vlan attachment has BGP down state.
 - Check Interconnect maintenance: Check if there are interconnect maintenance events are associated with the BGP down vlan attachments.
 - Check BGP flap status: Check if any BGP flaps happened.
 - Check Cloud Router maintenance: Check if there were Cloud Router maintenance events are associated with the BGP flaps.
 
Executing this runbook
gcpdiag runbook interconnect/bgp-down-flap \
  -p project_id=value \
  -p region=value \
  -p attachment_name=value \
  -p start_time=value \
  -p end_time=value
Parameters
| Name | Required | Default | Type | Help | 
|---|---|---|---|---|
project_id | 
          True | None | str | The Project ID of the resource under investigation | 
region | 
          True | None | str | The region where the vlan attachment is located | 
attachment_name | 
          True | None | str | The attachment name(s) as comma-separated values or a regular expression. eg: vlan1,vlan2 or vlan.* or .* for all attachments | 
start_time | 
          False | None | datetime | The start window to investigate BGP flap. Format: YYYY-MM-DDTHH:MM:SSZ | 
end_time | 
          False | None | datetime | The end window for the investigation. Format: YYYY-MM-DDTHH:MM:SSZ | 
Get help on available commands
gcpdiag runbook --help