{# SPDX-License-Identifier: Apache-2.0 #} {# Copyright (C) 2025 Marcin Zieba #} {% extends 'base/layout.html' %} {% load form_helpers %} {% block title %}Add BGP Peer — {{ object }}{% endblock %} {% block content %}
Add BGP peer to {{ object }}

Create a new BGP neighbor under {{ object }}. This builds the netbox-routing objects (BGP router, scope and peer) scoped to this device and marks the peer accepted, so it is written to the device on the next Apply. Give the local ASN (the device's own AS), the neighbor address and its remote AS; the rest is optional.

{% csrf_token %} {% render_form form %}
Cancel
{% endblock %}