BgpNeighborAddressFamily

BgpNeighborAddressFamily
BgpNeighborAddressFamily
JSON Example
{
    "enabled": false,
    "in_filter_ipprefixlist_id": "string",
    "in_filter_routemap_id": "string",
    "maximum_routes": 0,
    "out_filter_ipprefixlist_id": "string",
    "out_filter_routemap_id": "string",
    "type": "string"
}
boolean
enabled
Optional
Constraints: default: true

Enable this address family

string
in_filter_ipprefixlist_id
Optional

Id of the IPPrefix List to be used for IN direction filter

string
in_filter_routemap_id
Optional

Id of the RouteMap to be used for IN direction filter

integer As int64 As int64
maximum_routes
Optional
Constraints: minimum: 0

Maximum number of routes supported on the address family

string
out_filter_ipprefixlist_id
Optional

Id of the IPPrefixList to be used for OUT direction filter

string
out_filter_routemap_id
Optional

Id of the RouteMap to be used for OUT direction filter

string
type
Required

Address family type

Possible values are : IPV4_UNICAST, VPNV4_UNICAST, IPV6_UNICAST, L2VPN_EVPN,