Corrected description of prefix and VLAN statuses

This commit is contained in:
Jeremy Stretch 2016-06-28 12:53:43 -04:00
parent cce6c89810
commit 6c415794cd

View File

@ -52,15 +52,13 @@ A prefix may optionally be assigned to one VLAN; a VLAN may have multiple prefix
### Statuses ### Statuses
Each prefix is assigned an operational status. This may be one of the following: Each prefix is assigned an operational status. This is one of the following:
* Container - A summary of child prefixes * Container - A summary of child prefixes
* Active - Provisioned and in use * Active - Provisioned and in use
* Reserved - Earmarked for future use * Reserved - Earmarked for future use
* Deprecated - No longer in use * Deprecated - No longer in use
NetBox provides several statuses by default, but you are free to change them to suit the needs of your organization.
### Roles ### Roles
Whereas a status describes a prefix's operational state, a role describes its function. For example, roles might include: Whereas a status describes a prefix's operational state, a role describes its function. For example, roles might include:
@ -71,7 +69,7 @@ Whereas a status describes a prefix's operational state, a role describes its fu
* Lab * Lab
* Out-of-band * Out-of-band
Role assignment is optional. And like statuses, you are free to create your own. Role assignment is optional and you are free to create as many as you'd like.
--- ---