Duplicate ip prefix #15388
Answered
by
candlerb
joyhu
asked this question in
Help Wanted!
Duplicate ip prefix
#15388
-
Beta Was this translation helpful? Give feedback.
Answered by
candlerb
Mar 9, 2024
Replies: 1 comment 4 replies
-
That's correct. If you want the IP prefixes to be distinct, you need to assign them to a different VRF (in Netbox, a "VRF" is effectively a "Network Namespace"). Therefore if tenants are using overlapping address space, you need to create a VRF for each tenant. If you want to prevent inserting overlapping prefixes in the default (global) VRF, then set |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
joyhu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's correct.
If you want the IP prefixes to be distinct, you need to assign them to a different VRF (in Netbox, a "VRF" is effectively a "Network Namespace"). Therefore if tenants are using overlapping address space, you need to create a VRF for each tenant.
If you want to prevent inserting overlapping prefixes in the default (global) VRF, then set
ENFORCE_GLOBAL_UNIQUE = True
in configuration.py