RouteMapEntrySet

RouteMapEntrySet
RouteMapEntrySet

Set criteria for route map entry

JSON Example
{
    "as_path_prepend": "string",
    "community": "string",
    "local_preference": 0,
    "med": 0,
    "weight": 0
}
string
as_path_prepend
Optional

AS path prepend to influence route selection.

string
community
Optional

Set BGP regular or large community for matching routes. A maximum of one value for each community type separated by space. Well-known community name, community value in aa:nn (2byte:2byte) format for regular community and community value in aa:bb:nn (4byte:4byte:4byte) format for large community are supported.

integer As int64 As int64
local_preference
Optional

Local preference indicates the degree of preference for one BGP route over other BGP routes. The path with highest local preference is preferred.

integer As int32 As int32
med
Optional

Multi exit descriminator (MED) is a hint to BGP neighbors about the preferred path into an autonomous system (AS) that has multiple entry points. A lower MED value is preferred over a higher value.

integer As int32 As int32
weight
Optional

Weight is used to select a route when multiple routes are available to the same network. Route with the highest weight is preferred.

Property Of