Nautobot app that provides data models and views for modeling BGP configurations including Autonomous Systems, BGP Routing Instances, Peer Endpoints, Peerings, Address Families, and Communities. Current version 3.1.1 supports Python >=3.10,<3.15 and Nautobot 3.x. Released approximately every 2-3 months.
pip install nautobot-bgp-modelsVerified import paths — ran on the pinned version, not inferred.
Basic usage: import models and create an AutonomousSystem.
Ensure Nautobot is upgraded to 3.0 or later before installing nautobot-bgp-models >= 3.0.0.
Use Python 3.10+ for v2.4.0 through v3.1.0. Python 3.14 supported from v3.1.0.
Upgrade to v2.3.2+ or ensure RoutingInstance is set when local_ip is not on an interface.
Add 'nautobot_bgp_models' to PLUGINS list in nautobot_config.py.