InlineBgpNeighborConfig1

InlineBgpNeighborConfig1
InlineBgpNeighborConfig1
JSON Example
{
    "allow_as_in": false,
    "bfd": {
        "enabled": false,
        "interval": 0,
        "multiple": 0
    },
    "graceful_restart_mode": "string",
    "hold_down_time": 0,
    "in_route_filters": [
        "string"
    ],
    "keep_alive_time": 0,
    "maximum_hop_limit": 0,
    "neighbor_address": "string",
    "out_route_filters": [
        "string"
    ],
    "password": "string",
    "remote_as_num": "string",
    "route_filtering": [
        {
            "address_family": "string",
            "enabled": false,
            "in_route_filters": [
                "string"
            ],
            "out_route_filters": [
                "string"
            ]
        }
    ],
    "source_addresses": [
        "string"
    ]
}
boolean
allow_as_in
Optional

Flag to enable allowas_in option for BGP neighbor

bfd
Optional

BFD configuration for BGP peers

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 : DISABLE, GR_AND_HELPER, HELPER_ONLY,
integer As int32 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 As int32
keep_alive_time
Optional

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

integer As int32 As int32
maximum_hop_limit
Optional

Maximum number of hops allowed to reach BGP neighbor.

string As ip As ip
neighbor_address
Required

Neighbor IP Address

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.

string
remote_as_num
Required

4 Byte ASN of the neighbor in ASPLAIN Format

route_filtering
Optional

Enable address families and route filtering in each direction.

array of string
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.