DHCP address management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2014 07:20 AM - edited 03-07-2019 09:18 PM
I have an RV320 and want to manage the IP addresses of some equipment by MAC address, reserving an IP address for each MAC address.
I don't want to have to configure each with a static IP address, but instead allocate the IP address (outside the usual DHCP range) by MAC address instead of randomly.
Address binding in the RV320 isn't what I want.
Am I trying to do something that the RV320 can't do?
- Labels:
-
LAN Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2014 01:05 PM
Hello
Try this:
ip dhcp excluded-address 192.168.1.254
ip dhcp pool DHCP
network 192.168.1.0 255.255.255.0
default-router 192.168.1.254
Lease 0 12
dns-server x.x.x.x.
l
ip dhcp pool PC1 ( doesnt require a netwrok pool)
host 192.168.1.100
client-identifier 01xx.xxxx.xxxx.xx ( 01 extention added to mac add of client)
default-router 192.168.1.254
etc..
res
Paul
Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.
Kind Regards
Paul
