ESR series service routers.ESR-Series. User manual
•
Step Description Command Keys
13 Define the global algorithm of neighbor
authentication (if necessary).
esr(config-bgp)# authentication
algorithm <ALGORITHM>
<ALGORITHM> – encryption
algorithm:
md5 – password is
encrypted by md5
algorithm.
Default value: encryption is not
used.
14 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 ...).
15 Enable BGP process. esr(config-bgp)# enable
16 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;
17 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.