cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
345
Views
0
Helpful
1
Replies

DHCP address management

smartwombat
Level 1
Level 1

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?

1 Reply 1

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
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: