Skip to content

Platforms

A platform defines the type of software running on a device or virtual machine. This can be helpful to model when it is necessary to distinguish between different versions or feature sets. Note that two devices of the same type may be assigned different platforms: For example, one Juniper MX240 might run Junos 14 while another runs Junos 15.

Platforms may optionally be limited by manufacturer: If a platform is assigned to a particular manufacturer, it can only be assigned to devices with a type belonging to that manufacturer.

The platform model is also used to indicate which NAPALM driver (if any) and any associated arguments NetBox should use when connecting to a remote device. The name of the driver along with optional parameters are stored with the platform.

The assignment of platforms to devices is an optional feature, and may be disregarded if not desired.

Fields

Name

A unique human-friendly name.

Slug

A unique URL-friendly identifier. (This value can be used for filtering.)

Manufacturer

If designated, this platform will be available for use only to devices assigned to this manufacturer. This can be handy e.g. for limiting network operating systems to use on hardware produced by the relevant vendor. However, it should not be used when defining general-purpose software platforms.

NAPALM Driver

The NAPALM driver associated with this platform.

NAPALM Arguments

Any additional arguments to send when invoking the NAPALM driver assigned to this platform.