Configuring Passive Peers - Juniper BGP - CONFIGURATION GUIDE V 11.1.X Configuration Manual

Junose software for e series routing platforms
Table of Contents

Advertisement

neighbor allow

Configuring Passive Peers

You can configure BGP to be passive regarding specific peers, meaning that the BGP
speaker will accept inbound BGP connections from the peers but will never initiate
an outbound BGP connection to the peers. This passive status conserves CPU and
TCP connection resources when the neighbor does not exist.
For example, suppose you preprovision a router before installation with a large
number of customer circuits to minimize the configuration changes you might have
to make to the router. Any peers that do not exist will consume resources as BGP
repeatedly attempts to establish a session with them.
Example
host1#clear ip bgp 192.168.1.158 vrf boston5 dynamic-peers
There is no no version.
See clear bgp ipv6 dynamic-peers.
See clear ip bgp dynamic-peers.
Use to configure a peer group to accept incoming BGP connections from any
remote address that matches the specified access list.
When the BGP connection is accepted, a dynamic peer is automatically created.
This command is supported only for peer groups; it is not available for individual
peers. These dynamic peers are not displayed by the show configuration
command and are not stored in NVS. However, the dynamic peers are displayed
by show commands that display information about BGP peers, such as show ip
bgp neighbors, show ip bgp summary, and so on.
Incoming connections that match the specified access list are rejected if no peer
type has been configured for the peer group.
This command takes effect immediately. Any existing dynamic BGP sessions
that are no longer allowed by the new configuration are removed automatically
and immediately. Preexisting dynamic peers that are still allowed by the new
configuration are not affected.
All the members of the peer group inherit the characteristic configured with this
command. It cannot be overridden for a specific peer, because the command
applies only to peer groups.
Example
host1(config-router)#neighbor promispeers allow remotelist1 max-peers 1023
Use the no version to remove the configuration from the peer group.
See neighbor allow.
Chapter 1: Configuring BGP Routing
Configuring BGP Peer Groups
49

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Junose 11.1.x bgp and mplsBgpMpls

Table of Contents