Move DHCP reservations to different vlan?
-
I am on PF+ 2.7.0. Can the DHCP static reservations be moved between vlans in the GUI? It does not appear so. Should this be a feature request?
Is there a way to easily do it in SSH? I am segmenting my network into multiple vlans and need to move a bunch of reservations to the new vlan. Thanks -
@dmey you can move an entire interface to a new vlan. That should also move the DHCPd settings
-
@heper This would be a great idea - however, the bulk of my moves are not going to the new vlans... I have about 100 reservations on vlan 82 and about fifty of them need to be moved to vlan 87 and twenty-five or so moved to vlan 88.
Any other advice would be appreciated
Thanks,
dmey -
@dmey might want to take a look here
https://forum.netgate.com/topic/167085/solutions-for-importing-dhcp-static-assignments
-
@dmey said in Move DHCP reservations to different vlan?:
I have about 100 reservations on vlan 82 and about fifty of them need to be moved to vlan 87 and twenty-five or so moved to vlan 88.
how would that work ? are you splitting up a big subnet into many smaller ones ?
-
@heper yes as I said in my first post, I am segmenting my big network into several smaller ones. This is something that is commonly done in the networking world when too many hosts are in a segment, or groups of devices need to be divided or cut into smaller independent networks.
-
@johnpoz likely am going to use one of these scripts to accomplish the task. This might be the only way to do it.
Thanks