AdvertiseRule

AdvertiseRule
AdvertiseRule
JSON Example
{
    "action": "string",
    "description": "string",
    "display_name": "string",
    "networks": [
        "string"
    ],
    "rule_filter": {
        "match_route_types": [
            "string"
        ],
        "prefix_operator": "string"
    }
}
string
action
Optional
Constraints: default: ALLOW

ALLOW action enables the advertisment and DENY action disables the advertisement of a filtered routes to the connected TIER0 router.

Possible values are : DENY, ALLOW,
string
description
Optional
Constraints: maxLength: 1024

Description

string
display_name
Optional
Constraints: maxLength: 255

Display name

array of string
networks
Required

network(CIDR) to be routed

rule_filter
Optional

To filter the routes advertised by the TIER1 LR to TIER0 LR. Filtering will be based on the type of route and the prefix operator configured.