Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{% endif %}
neighbor {{ neighbor_addr }} remote-as {{ bgp_session['asn'] }}
neighbor {{ neighbor_addr }} description {{ bgp_session['name'] }}
neighbor {{ neighbor_addr }} timers 3 10
neighbor {{ neighbor_addr }} timers 2 7
neighbor {{ neighbor_addr }} timers connect 10
!
{% if 'admin_status' in bgp_session and bgp_session['admin_status'] == 'down' or 'admin_status' not in bgp_session and 'default_bgp_status' in CONFIG_DB__DEVICE_METADATA['localhost'] and CONFIG_DB__DEVICE_METADATA['localhost']['default_bgp_status'] == 'down' %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
neighbor 10.10.10.10 peer-group VOQ_CHASSIS_V4_PEER
neighbor 10.10.10.10 remote-as 555
neighbor 10.10.10.10 description internal1
neighbor 10.10.10.10 timers 3 10
neighbor 10.10.10.10 timers 2 7
neighbor 10.10.10.10 timers connect 10
neighbor 10.10.10.10 shutdown
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
neighbor fc00::01 peer-group VOQ_CHASSIS_V6_PEER
neighbor fc00::01 remote-as 555
neighbor fc00::01 description internal1
neighbor fc00::01 timers 3 10
neighbor fc00::01 timers 2 7
neighbor fc00::01 timers connect 10
neighbor fc00::01 shutdown
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
neighbor 10.10.10.10 peer-group VOQ_CHASSIS_V4_PEER
neighbor 10.10.10.10 remote-as 555
neighbor 10.10.10.10 description internal1
neighbor 10.10.10.10 timers 3 10
neighbor 10.10.10.10 timers 2 7
neighbor 10.10.10.10 timers connect 10
address-family ipv4
maximum-paths ibgp 64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
neighbor fc00::01 peer-group VOQ_CHASSIS_V6_PEER
neighbor fc00::01 remote-as 555
neighbor fc00::01 description internal1
neighbor fc00::01 timers 3 10
neighbor fc00::01 timers 2 7
neighbor fc00::01 timers connect 10
address-family ipv4
maximum-paths ibgp 64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
neighbor 10.10.10.10 peer-group VOQ_CHASSIS_V4_PEER
neighbor 10.10.10.10 remote-as 555
neighbor 10.10.10.10 description internal1
neighbor 10.10.10.10 timers 3 10
neighbor 10.10.10.10 timers 2 7
neighbor 10.10.10.10 timers connect 10
neighbor 10.10.10.10 shutdown
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
neighbor 10.10.10.10 peer-group VOQ_CHASSIS_V4_PEER
neighbor 10.10.10.10 remote-as 555
neighbor 10.10.10.10 description internal1
neighbor 10.10.10.10 timers 3 10
neighbor 10.10.10.10 timers 2 7
neighbor 10.10.10.10 timers connect 10
address-family ipv4
maximum-paths ibgp 64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
neighbor fc00::01 peer-group VOQ_CHASSIS_V6_PEER
neighbor fc00::01 remote-as 555
neighbor fc00::01 description internal1
neighbor fc00::01 timers 3 10
neighbor fc00::01 timers 2 7
neighbor fc00::01 timers connect 10
neighbor fc00::01 shutdown
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
neighbor fc00::01 peer-group VOQ_CHASSIS_V6_PEER
neighbor fc00::01 remote-as 555
neighbor fc00::01 description internal1
neighbor fc00::01 timers 3 10
neighbor fc00::01 timers 2 7
neighbor fc00::01 timers connect 10
address-family ipv4
maximum-paths ibgp 64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
neighbor 10.10.10.10 peer-group VOQ_CHASSIS_V4_PEER
neighbor 10.10.10.10 remote-as 555
neighbor 10.10.10.10 description internal1
neighbor 10.10.10.10 timers 3 10
neighbor 10.10.10.10 timers 2 7
neighbor 10.10.10.10 timers connect 10
address-family ipv4
maximum-paths ibgp 64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
neighbor 10.10.10.10 peer-group VOQ_CHASSIS_V4_PEER
neighbor 10.10.10.10 remote-as 555
neighbor 10.10.10.10 description internal1
neighbor 10.10.10.10 timers 3 10
neighbor 10.10.10.10 timers 2 7
neighbor 10.10.10.10 timers connect 10
address-family ipv4
maximum-paths ibgp 64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
neighbor fc00::01 peer-group VOQ_CHASSIS_V6_PEER
neighbor fc00::01 remote-as 555
neighbor fc00::01 description internal1
neighbor fc00::01 timers 3 10
neighbor fc00::01 timers 2 7
neighbor fc00::01 timers connect 10
address-family ipv4
maximum-paths ibgp 64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
neighbor fc00::01 peer-group VOQ_CHASSIS_V6_PEER
neighbor fc00::01 remote-as 555
neighbor fc00::01 description internal1
neighbor fc00::01 timers 3 10
neighbor fc00::01 timers 2 7
neighbor fc00::01 timers connect 10
address-family ipv4
maximum-paths ibgp 64
Expand Down