Adding a bgp4 peer group, Adding a bgp4 peer, Group – Brocade TurboIron 24X Series Configuration Guide User Manual

Page 711: Adding a, Bgp4 peer group, Peer group parameters, Configuration rules

Advertising
background image

Brocade TurboIron 24X Series Configuration Guide

677

53-1003053-01

Basic configuration tasks

of the password or authentication string. In this case, the software decrypts the password or string
you enter before using the value for authentication. If you accidentally enter option 1 followed by the
clear-text version of the password or string, authentication will fail because the value used by the
software will not match the value you intended to use.

Displaying the Authentication String
If you want to display the authentication string, enter the following commands.

TurboIron(config)#enable password-display

TurboIron#show ip bgp neighbors

The enable password-display command enables display of the authentication string, but only in the
output of the show ip bgp neighbors command. Display of the string is still encrypted in the
startup-config file and running-config. Enter the command at the global CONFIG level of the CLI.

NOTE

The command also displays SNMP community strings in clear text, in the output of the show snmp
server command.

Adding a BGP4 peer group

A peer group is a set of BGP4 neighbors that share common parameters. Peer groups provide the
following benefits:

Simplified neighbor configuration – You can configure a set of neighbor parameters and then
apply them to multiple neighbors. You do not need to individually configure the common
parameters individually on each neighbor.

Flash memory conservation – Using peer groups instead of individually configuring all the
parameters for each neighbor requires fewer configuration commands in the startup-config
file.

You can perform the following tasks on a peer-group basis:

Reset neighbor sessions

Perform soft-outbound resets (the Layer 3 Switch updates outgoing route information to
neighbors but does not entirely reset the sessions with those neighbors)

Clear BGP message statistics

Clear error buffers

Peer group parameters

You can set all neighbor parameters in a peer group. When you add a neighbor to the peer group,
the neighbor receives all the parameter settings you set in the group, except parameter values you
have explicitly configured for the neighbor. If you do not set a neighbor parameter in the peer group
and the parameter also is not set for the individual neighbor, the neighbor uses the default value.

Configuration rules

The following rules apply to peer group configuration:

You must configure a peer group before you can add neighbors to the peer group.

Advertising