Creating an ASN Steering Policy
Create an ASN traffic management steering policy that steers DNS traffic based on Autonomous System Numbers (ASN).
Use the steering-policy create command and required parameters to create an ASN steering policy:
oci dns steering-policy create --compartment-id compartment_id --display-name policy_name --template ROUTE_BY_ASN ... [OPTIONS]
For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
Run the CreateSteeringPolicy operation to create an ASN steering policy. Specify the
TemplateType
parameter asROUTE_BY_ASN
.See Traffic Management Steering Policies API Guide for more information on using the API to create steering policies.