Disable a wire group

This page describes how to disable a wire group in a cross-site network.

Disabling a wire group stops all traffic through the wire group. You can re-enable the wire group at any time.

gcloud

To disable a wire group in a cross-site network, update the wire group and set the --no-admin-enabled flag.

Use the gcloud beta compute interconnects wire-groups update command.

gcloud beta compute interconnects wire-groups update WIRE_GROUP_NAME \
    --cross-site-network=NETWORK_NAME \
    --no-admin-enabled

Replace the following:

  • WIRE_GROUP_NAME: the name of the wire group
  • NETWORK_NAME: the name of the cross-site network that contains the wire group

You can re-enable the wire group by updating the wire group with the --admin-enabled flag.

What's next