From 036379e52b19ef246de1e24c2a9b51b13c005879 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 3 Oct 2022 09:46:09 -0400 Subject: [PATCH] Updated Frequently Asked Questions (markdown) --- Frequently-Asked-Questions.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md index 76c6d19..bb31725 100644 --- a/Frequently-Asked-Questions.md +++ b/Frequently-Asked-Questions.md @@ -1,5 +1,6 @@ * [Why Doesn't NetBox Scan for IPs?](#why-doesnt-netbox-scan-for-ips) * [Why Does NetBox Require Every IP to Have a Mask?](#why-does-netbox-require-every-ip-to-have-a-mask) +* [Is There a Maximum Number of Objects I can Define?](#is-there-a-maximum-number-of-objects-i-can-define) * [Why Can't I Connect a Virtual Circuit to an Interface?](#why-cant-i-connect-a-virtual-circuit-to-an-interface) * [How Can I Add New Interface Types?](#how-can-i-add-new-interface-types) * [Why Does NetBox Support Only Image Attachments?](#user-content-why-does-netbox-support-only-image-attachments) @@ -42,6 +43,10 @@ Omitting the mask from the IP address model would require us to make dangerous i Treating an IP address and its subnet mask as an atomic unit ensures a much greater degree of efficiency and accuracy. +# Is There a Maximum Number of Objects I can Define? + +NetBox does not enforce any firm caps on the number of objects of any type created in NetBox. The only real limitation is the size of the PostgreSQL database which powers NetBox, and this is very unlikely to become a concern for real-world use. Despite NetBox being in use by many thousands of organizations globally for many years, we have yet to receive any reports of users encountering problems concerning the number of objects defined. + # Why Can't I Connect a Virtual Circuit to an Interface? It's important to understand the difference between physical and virtual circuits. Suppose you have five sites arranged in a hub-and-spoke topology. The hub site has a point-to-point virtual circuit to each of its spoke sites; spoke-to-spoke traffic must pass through the hub. The virtual circuits are configured as 802.1Q-tagged subinterfaces on the hub site's router.