<% peers.each do |peer| -%> protocol bgp <%= peer.name %> as <%= peer.template %> { neighbor <%= peer.tunnel_ip %> as <%= peer.as %>; }; <% end -%>