[quagga bgp] set quagga graceful restart timeout to 180 seconds (#2362)

Signed-off-by: Ying Xie <ying.xie@microsoft.com>
This commit is contained in:
Ying Xie 2018-12-08 11:38:31 -08:00 committed by lguohan
parent 790974eaa0
commit d9c076dada
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ router bgp {{ DEVICE_METADATA['localhost']['bgp_asn'] }}
bgp log-neighbor-changes
bgp bestpath as-path multipath-relax
no bgp default ipv4-unicast
bgp graceful-restart restart-time 180
bgp graceful-restart
{% for (name, prefix) in LOOPBACK_INTERFACE %}
{% if prefix | ipv4 and name == 'Loopback0' %}

View File

@ -20,6 +20,7 @@ router bgp 65100
bgp log-neighbor-changes
bgp bestpath as-path multipath-relax
no bgp default ipv4-unicast
bgp graceful-restart restart-time 180
bgp graceful-restart
bgp router-id 10.1.0.32
network 10.1.0.32/32