Replies: 2 comments 2 replies
-
Not natively that I know of, no. If it were to be done, I would think that would be something that could be added to the vlan view (/ipam/vlans/####) fairly easily. I'm not sure if that's something that would be accepted as a feature request, but it wouldn't hurt to try. |
Beta Was this translation helpful? Give feedback.
-
You can create two Prefixes, and associate them with the same VLAN. This models multiple distinct prefixes on the same layer 2 domain, which I think is what you mean by shared-subnet. As they are different prefixes they have distinct gateway addresses, so the router needs multiple address aliases (i.e. "secondary" addresses in Cisco-speak) Normally though, a DHCP range is not an entire prefix. e.g. for the subnet 192.168.1.0/24, you'd have to reserve at least 192.168.1.1 for the router, so the pool would be no more than 192.168.1.2 - 192.168.1.254. There's a feature request for "ranges" (#834) in Netbox but that hasn't been implemented yet, so for now what you do is create separate IP address objects for 192.168.1.2 to 192.168.1.254 inclusive, with status "DHCP". |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm still evaluating if netbox would be a good fit for us.
The IPAM looks well featured, but I'm not seeing any support for shared networks. For example, in our DHCP server we might have a /25 and a /27 sharing the same VLAN. If one of them runs out of available leases then the other could still be used for all devices on that VLAN, and is normal and expected.
Does Netbox have any way to handle shared-subnets? Ideally they would show up the way that Prefixes do with the Utilization bar (so that when populated with information exported from the DHCP server we have a good look at lease availability). Conceptually they would be a parent of the prefix item, with each shared-network having one or more prefixes.
Is this possible natively or with a plugin?
Beta Was this translation helpful? Give feedback.
All reactions