ESR series service routers.ESR-Series. User manual
Step Description Command Keys
6 Add BGP process to the system and
switch to the BGP process parameters
configuration mode.
esr(config)# router bgp <AS> <AS> – stand alone system
number, takes values of
[1..4294967295].
7 Set the router identifier. esr(config-bgp)# router-id { <ID> |
<IF> | <TUN> }
<ID> – router identifier, defined
as AAA.BBB.CCC.DDD where
each part takes values of
[0..255].
<IF> – interface specified in
form given in theTypes and
naming procedure of router
interfaces section of CLI
command reference guide.
<TUN> – tunnel name specified
in form given in the Types and
naming procedure of router
tunnels section.
8 Set the Route-Reflector identifier of the
cluster to which the router BGP process
belongs (if necessary).
esr(config-bgp)# cluster-id <ID> <ID> – Route-Reflector cluster
identifier, defined as
AAA.BBB.CCC.DDD where each
part takes values of [0..255].
9 Enable generation and sending of a
default route, if the default route is in
the FIB routing table (optional).
esr(config-bgp)# default-
information-originate
10 Set the time interval after which the
connection with the opposing party is
checked (optional).
esr(config-bgp-af)# timers
keepalive <TIME>
<TIME> – time in seconds,
takes values of [1..65535].
Default value: 60 seconds.
11 Set time interval after which the
opposing party is considered to be
unavailable (optional).
esr(config-bgp-af)# timers
holdtime <TIME>
<TIME> – time in seconds,
takes values of [1..65535].
Default value: 180 seconds.
12 Set the time of minimum and maximum
delay during which it is prohibited to
establish a connection in order to
prevent frequent disconnections
(optional).
esr(config-bgp-af)# timers error-
wait <TIME1> <TIME2>
<TIME1> – minimum delay
time in seconds, takes values
of [1..65535].
<TIME2> – maximum delay
time in seconds, takes values
of [1..65535].