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

BgpRouteFiltering

Enable address_families and route filtering in each direction


Properties

string
address_family Optional

Address family type. If not configured, this property automatically derived for IPv4 & IPv6 peer configuration.

Possible values are: IPV4IPV6


boolean
enabled Optional

Flag to enable address family.


array of string
in_route_filters Optional

Specify path of prefix-list or route map to filter routes for IN direction.


array of string
out_route_filters Optional

Specify path of prefix-list or route map to filter routes for OUT direction. When not specified, a built-in prefix-list named ‘prefixlist-out-default’ is automatically applied.

JSON Example

{
	"address_family": "IPV4",
	"enabled": false,
	"in_route_filters": [
		"string"
	],
	"out_route_filters": [
		"string"
	]
}

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

InlineBgpNeighborConfig1

Feedback

Was this page helpful?