mirror of
https://github.com/netbox-community/netbox.git
synced 2025-09-07 14:49:30 -06:00
30 lines
743 B
Markdown
30 lines
743 B
Markdown
# Device Roles
|
|
|
|
Devices can be organized by functional roles, which are fully customizable by the user. For example, you might create roles for core switches, distribution switches, and access switches within your network.
|
|
|
|
## Fields
|
|
|
|
### Parent
|
|
|
|
The parent role of which this role is a child (optional).
|
|
|
|
### Name
|
|
|
|
A unique human-friendly name.
|
|
|
|
### Slug
|
|
|
|
A unique URL-friendly identifier. (This value can be used for filtering.)
|
|
|
|
### Color
|
|
|
|
The color used when displaying the role in the NetBox UI.
|
|
|
|
### VM Role
|
|
|
|
If selected, this role may be assigned to [virtual machines](../virtualization/virtualmachine.md)
|
|
|
|
### Configuration Template
|
|
|
|
The default [configuration template](../extras/configtemplate.md) for devices assigned to this role.
|