|
@@ -30,6 +30,11 @@ template bgp ibgp {
|
|
|
{%- continue %}
|
|
|
{%- endif %}
|
|
|
|
|
|
+ {#- Don't try to set up sessions to VMs/devices which are "offline" or "planned" etc. #}
|
|
|
+ {%- if peer_node_config.get ('status', '') not in [ '', 'active', 'staged' ] %}
|
|
|
+ {%- continue %}
|
|
|
+ {%- endif %}
|
|
|
+
|
|
|
{#- Is our peer a route reflector? #}
|
|
|
{%- if 'routereflector' in peer_roles %}
|
|
|
{%- do peer_config.update ({'rr' : True }) %}
|