Skip to content

Creating Devices in Nautobot

Every piece of hardware which is installed within a location or rack exists in Nautobot as a device.

More information on Devices can be found in the Devices section of the Nautobot documentation.

A network Device in Nautobot has a few required attributes:

  • A Device Role
  • A Device Type
    • A Device Type requires a Manufacturer
  • A Location
    • A Location requires a Location Type

Looking at the list above, there are five objects in Nautobot that must be present prior to creating a related Device. The following sections will guide you through how to create each object type.

Creating a Device Role

Devices can be organized by functional roles, which are fully customizable by the user.

More information on Device Roles can be found in the Device Roles section of the Nautobot documentation.

To create a new Device, you will need an existing Device Role or need to create a new Device Role instance.

Note

You might create roles for core switches, distribution switches, and access switches within your network.

To create a new Device Role:

  1. Click on Organization in the left sidebar menu
  2. Under the METADATA section, select Roles
    • From this page you can view any existing Roles
  3. Click on the Add role button and enter a Name
  4. Click on Create

Create a device role Create a device role

Creating a Manufacturer

A Manufacturer represents the "make" of a device; e.g. Cisco or Dell. Each device type must be assigned to a manufacturer.

More information on Manufacturers is in the Manufacturers section of the Nautobot documentation.

To create a new Device Type, you will need an existing Manufacturer or need to create a new Manufacturer instance.

To create a new Manufacturer:

  1. Click on Devices in the left sidebar menu
  2. Under the DEVICE TYPES section, select Manufacturers
    • From this page you can view any existing Manufacturers
  3. Click on the Add manufacturer button and enter a Name
  4. Click on Create

Create a manufacturer Create a manufacturer

Creating a Device Type

A device type represents a particular make and model of hardware that exists in the real world. Device types define the physical attributes of a device (rack height and depth) and its individual components (console, power, network interfaces, and so on).

More information on Device Types is in the Device Types section of the Nautobot documentation.

To create a new Device, you will need an existing Device Type or need to create a new Device Type instance.

To create a new Device Type:

  1. Click on Devices in the left sidebar menu
  2. Under the DEVICE TYPES section, select Device Types
    • From this page you can view any existing Device Types
  3. Click on the Add device type button
  4. Select the Manufacturer from the drop-down selector
  5. Populate the Model (name)
  6. Click on Create

Create a device type Create a device type

Creating a Location Type

To create a location, you need to specify a Location Type for the location. The Location Type(s) that you define for your network may vary depending on the nature of your organization and its needs, but might include for example "region", "city", "site", "building" and/or "room". Take some time to think about this before you begin entering data as it will be a fundamental aspect of how you record your network in Nautobot.

More information on Location Type is found in the Locations section of the Nautobot documentation.

To create a new Location Type:

  1. Click on Organization in the left sidebar menu
  2. Under the LOCATIONS section, select Location Types
    • From this page you can view any existing Location Types
  3. Click on the + Add Location Type button
  4. Select a Parent Location Type if needed
  5. Populate the Location Type's Name
  6. Select the desired Content Types for this Location Type (in this case dcim.device).
  7. Click on Create at the bottom of the form

Create a location type Create a location type

Creating a Location

Once you've established your hierarchy of Location Types, you can begin to create the actual Locations of these types. You generally will start with the most general Locations (for example, if your base Location Type is "Region", you might create an "Americas" location of this type) and work your way down to the most specific Locations (for example, "Room 100 in the Headquarters building").

More information on Locations is found in the Locations section of the Nautobot documentation.

To create a new Device, you will need an existing Location or need to create a new Location instance.

To create a new Location:

  1. Click on Organization in the left sidebar menu
  2. Under the LOCATIONS section, select Locations
    • From this page you can view any existing Locations
  3. Click on the + Add Location button
  4. Select a Location Type
  5. Select a Parent Location if needed
  6. Populate the Location's Name
  7. Set the Status to Active in the drop-down selector
  8. Click on Create at the bottom of the form (not shown)

Create a location Create a location

Creating a Device

To create a new Device:

  1. Click on Devices in the left sidebar menu
  2. Under the DEVICES section, select Devices
    • From this page you can view any existing Devices
  3. Click on Add device button
  4. Populate the Name
  5. Select the Role from the drop-down selector
  6. Select the Device Type from the down-down selector
  7. Select the Location from the drop-down selector
  8. Set the Status to the appropriate value in the drop-down selector
  9. Click on Create at the bottom of the form (not shown)

Create a device Create a device