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

InlineBgpNeighborConfig1

Properties

string as ip
neighbor_address Required

Neighbor IP Address


string
remote_as_num Required

4 Byte ASN of the neighbor in ASPLAIN Format


boolean
allow_as_in Optional

Flag to enable allowas_in option for BGP neighbor


integer as int32
hold_down_time Optional

Wait time in seconds before declaring peer dead.


array of string
in_route_filters Optional

Specify path of prefix-list or route map to filter routes for IN direction. This property is deprecated, use route_filtering instead. Specifying different values for both properties will result in error.


integer as int32
keep_alive_time Optional

Interval (in seconds) between keep alive messages sent to peer.


integer as int32
maximum_hop_limit Optional

Maximum number of hops allowed to reach BGP neighbor.


string
graceful_restart_mode Optional

If mode is DISABLE, then graceful restart and helper modes are disabled. If mode is GR_AND_HELPER, then both graceful restart and helper modes are enabled. If mode is HELPER_ONLY, then helper mode is enabled. HELPER_ONLY mode is the ability for a BGP speaker to indicate its ability to preserve forwarding state during BGP restart. GRACEFUL_RESTART mode is the ability of a BGP speaker to advertise its restart to its peers.

Possible values are: DISABLEGR_AND_HELPERHELPER_ONLY


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. This property is deprecated, use route_filtering instead. Specifying different values for both properties will result in error.


string
password Optional

Specify password for BGP neighbor authentication. Empty string ("") clears existing password.


bfd Optional

BFD configuration for failure detection. BFD is enabled with default values when not configured.


route_filtering Optional

Enable address families and route filtering in each direction.


array of string as ip
source_addresses Optional

Source addresses should belong to Tier0 external or loopback interface IP Addresses . BGP peering is formed from all these addresses. This property is mandatory when maximum_hop_limit is greater than 1.

JSON Example

{
	"neighbor_address": "string",
	"remote_as_num": "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
Used By

BgpNeighborConfig

Feedback

Was this page helpful?