An organization manages an enterprise hybrid cloud setup connected to an on-premises data center via Cloud Interconnect. A Cloud Router named `rt-bgp-uscentral1` operating in region `us-central1` handles dynamic routing for the Virtual Private Cloud (VPC) network `production-vpc`. The Cloud Router is configured with custom route advertisements (`--advertisement-mode=CUSTOM`). A new subnet with CIDR range `10.50.0.0/20` was recently added to `production-vpc`. A network engineer must update `rt-bgp-uscentral1` to advertise this new subnet CIDR range to the on-premises BGP peer without overwriting existing custom IP advertisements or resetting the router mode, and then verify the live operational BGP session status and advertised routes. Which TWO `gcloud` commands should the engineer execute? (Select TWO.)
- Execute `gcloud compute routers add-advertised-ip-ranges rt-bgp-uscentral1 --region=us-central1 --ip-ranges=10.50.0.0/20`.Answer
- BExecute `gcloud compute networks subnets update production-vpc --region=us-central1 --enable-bgp-advertisement`.
- Execute `gcloud compute routers get-status rt-bgp-uscentral1 --region=us-central1`.Answer
- DExecute `gcloud compute routers update rt-bgp-uscentral1 --zone=us-central1-a --advertisement-mode=DEFAULT`.