directconnect_start_bgp_failover_test: Starts the virtual interface failover test that verifies your...

View source: R/directconnect_operations.R

directconnect_start_bgp_failover_testR Documentation

Starts the virtual interface failover test that verifies your configuration meets your resiliency requirements by placing the BGP peering session in the DOWN state

Description

Starts the virtual interface failover test that verifies your configuration meets your resiliency requirements by placing the BGP peering session in the DOWN state. You can then send traffic to verify that there are no outages.

See https://www.paws-r-sdk.com/docs/directconnect_start_bgp_failover_test/ for full documentation.

Usage

directconnect_start_bgp_failover_test(
  virtualInterfaceId,
  bgpPeers = NULL,
  testDurationInMinutes = NULL
)

Arguments

virtualInterfaceId

[required] The ID of the virtual interface you want to test.

bgpPeers

The BGP peers to place in the DOWN state.

testDurationInMinutes

The time in minutes that the virtual interface failover test will last.

Maximum value: 4,320 minutes (72 hours).

Default: 180 minutes (3 hours).


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.