[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

RouteMapEntrySet

Set criteria for route map entry


Properties

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
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
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
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.

JSON Example

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

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vmw-nsx-module: PolicyConnectivity
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Property Of

RouteMapEntry

Feedback

Was this page helpful?