Step Description Command Keys
12 Set a global password for
authentication with neighbors. (Used in
conjunction with «authentication
algorithm»)
esr(config-bgp)# authentication
key ascii-text { <CLEAR-TEXT> |
encrypted <ENCRYPTED-TEXT> }
<CLEAR-TEXT> – password, set
by the string of 8 to 16
characters;
<ENCRYPTED-TEXT> –
encrypted password of 8 to 16
bytes (from 16 to 32
characters) in hexadecimal
format (0xYYYY ...) or
(YYYY ...).
13 Enable BGP process. esr(config-bgp)# enable
14 Define the type of configured routing
information and switch to this
configuration mode.
esr(config-bgp)# address-family
{ ipv4 | ipv6 } unicast
ipv 4 – IPv4 family;
ipv 6 – IPv6 family;
15 Enable route advertising by BGP
process obtained alternatively (if
necessary).
esr(config-bgp-af)# redistribute
static [ route-map <NAME> ]
<NAME> – name of the route
map that will be used for
advertised static routes
filtration and modification, set
by the string of up to 31
characters.
esr(config-bgp-af)# redistribute
connected [ route-map <NAME> ]
<NAME> – name of the route
map that will be used for
filtration and modification of
advertised directly connected
subnets, set by the string of up
to 31 characters.
esr(config-bgp-af)# redistribute rip
[ route-map <NAME> ]
<NAME> – name of the route
map that will be used for
advertised RIP routes filtration
and modification, set by the
string of up to 31 characters.