Continued work on feature docs

This commit is contained in:
jeremystretch
2022-08-10 12:51:21 -04:00
parent f018bbb497
commit 20b0b76dbf
7 changed files with 76 additions and 8 deletions

View File

@@ -54,3 +54,9 @@ VRF modeling in NetBox very closely follows what you find in real-world network
## AS Numbers
An often overlooked component of IPAM, NetBox also tracks autonomous system (AS) numbers and their assignment to sites. Both 16- and 32-bit AS numbers are supported, and like aggregates each ASN is assigned to an authoritative RIR.
## Service Mapping
NetBox models network applications as discrete service objects associated with devices and/or virtual machines, and optionally with specific IP addresses attached to those parent objects. These can be used to catalog the applications running on your network for reference by other objects or integrated tools.
To model services in NetBox, begin by creating a service template defining the name, protocol, and port number(s) on which the service listens. This template can then be easily instantiated to "attach" new services to a device or virtual machine. It's also possible to create new services by hand, without a template, however this approach can be tedious.