[Contents] [Prev] [Next] [Index] [Report an Error]


allow

Syntax

allow ([ network/mask-length ] | all); 

Hierarchy Level

[edit logical-routers logical-router-name protocols bgp group group-name],

[edit logical-routers logical-router-name routing-instances routing-instance-name

    protocols bgp group group-name],
[edit protocols bgp group group-name],

[edit routing-instances routing-instance-name protocols bgp group group-name]

Description

Implicitly configure BGP peers, allowing peer connections from any of the specified networks or hosts. To configure multiple BGP peers, configure one or more networks and hosts within a single allow statement or include multiple allow statements.

Options

network/mask-length—IPv6 or IPv4 network number of a single address or a range of allowable addresses for BGP peers, followed by the number of significant bits in the subnet mask.

all—Allow all addresses, which is equivalent to 0.0.0.0/0 (or ::/0).

Usage Guidelines

See Minimum BGP Configuration and Defining BGP Groups and Peers.

Required Privilege Level

routing—To view this statement in the configuration.
routing-control—To add this statement to the configuration.

See Also

neighbor


[Contents] [Prev] [Next] [Index] [Report an Error]