Network device inventory data models
The foundation of the network data model is rooted in the primary entities that a network organization cares about, namely devices. You will find the Device model in Nautobot to be the proverbial heart of the operation, with many ancillary models such as Interfaces associated with it, and tie-ins to other important areas of the data model. You will soon see that there are many aspects of metadata surrounding the Device model that go into constructing a logical and robust view of the world.
Devices
Tracking network devices is arguably the most popular feature of Nautobot and serves as the basis for many other data modeling and automation activities. In Nautobot, a device can represent many different types of network assets, from the obvious rack-mounted router or switch, to firewalls, and even servers. Going further, it is perfectly valid to track virtual networking appliances using the Device model. This also means that a device need not be...