RouteMapSequenceSet

RouteMapSequenceSet
RouteMapSequenceSet
JSON Example
{
    "as_path_prepend": "string",
    "community": "string",
    "large_community": "string",
    "local_preference": 0,
    "multi_exit_discriminator": 0,
    "prefer_global_v6_next_hop": false,
    "weight": 0
}
string
as_path_prepend
Optional

As Path Prepending to influence path selection

string
community
Optional

Set normal BGP community either well-known community name or community value in aa:nn(2byte:2byte) format.

string
large_community
Optional

Set large BGP community, community value shoud be in aa:bb:nn format where aa, bb, nn are unsigned integers with range [1-4294967295].

integer As int64 As int64
local_preference
Optional
Constraints: minimum: 0 maximum: 4294967295

Local preference indicates the degree of preference for one BGP route over other BGP routes. The path/route with highest local preference value is preferred/selected. If local preference value is not specified then it will be considered as 100 by default.

integer As int64 As int64
multi_exit_discriminator
Optional
Constraints: minimum: 0 maximum: 4294967295

Multi Exit Discriminator (MED)

boolean
prefer_global_v6_next_hop
Optional

For incoming and import route_maps on receiving both v6 global and v6 link-local address for the route, prefer to use the global address as the next hop. By default, it prefers the link-local next hop.

integer As int32 As int32
weight
Optional
Constraints: minimum: 0 maximum: 65535

Weight used to select certain path

Property Of