Can I assign an IP address to a VLAN or VLAN group? #1000

Closed
opened 2025-12-29 16:27:43 +01:00 by adam · 2 comments
Owner

Originally created by @sinansh on GitHub (May 30, 2017).

Issue type: feature request

Python version: 3.5.2
NetBox version: v2.0.4

Due to the small amount of IP, we are doing nat processing through a single IP on many VLANs in the network.

Can I assign an IP address to a VLAN or VLAN group?

Thank you :)

Originally created by @sinansh on GitHub (May 30, 2017). <!-- Please note: GitHub issues are to be used only for feature requests and bug reports. For installation assistance or general discussion, please join us on the mailing list: https://groups.google.com/forum/#!forum/netbox-discuss Please indicate "bug report" or "feature request" below. Be sure to search the existing set of issues (both open and closed) to see if a similar issue has already been raised. --> ### Issue type: feature request <!-- If filing a bug, please indicate the version of Python and NetBox you are running. (This is not necessary for feature requests.) --> **Python version: 3.5.2** **NetBox version: v2.0.4** <!-- If filing a bug, please record the exact steps taken to reproduce the bug and any errors messages that are generated. If filing a feature request, please precisely describe the data model or workflow you would like to see implemented, and provide a use case. --> Due to the small amount of IP, we are doing nat processing through a single IP on many VLANs in the network. Can I assign an IP address to a VLAN or VLAN group? Thank you :)
adam closed this issue 2025-12-29 16:27:43 +01:00
Author
Owner

@jeremystretch commented on GitHub (May 30, 2017):

IPs cannot be mapped directly to VLANs. IPs are contained by VRFs and prefixes; each prefix may be assigned to a VLAN.

Are you referring to port address translation (PAT)? NetBox doesn't support modeling PAT and probably won't in the near future (see #788).

@jeremystretch commented on GitHub (May 30, 2017): IPs cannot be mapped directly to VLANs. IPs are contained by VRFs and prefixes; each prefix may be assigned to a VLAN. Are you referring to port address translation (PAT)? NetBox doesn't support modeling PAT and probably won't in the near future (see #788).
Author
Owner

@jeremystretch commented on GitHub (Jun 7, 2017):

Closing due to lack of activity

@jeremystretch commented on GitHub (Jun 7, 2017): Closing due to lack of activity
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#1000