Jump to content

Recommended Posts

Posted
Just looking to move a small network onto aruba 2930M and remove the DC on site (Only doing DHCP and DNS). These will be going up to the company provided Router, any best practice or tips?
Posted

This would be the way to do it, although it's not as easy to manage leases as something like DHCP on Windows server or other routers. Probably fine though for a small site though.

 

vlan 1

name "VLAN X"

untagged 1/1

ip address 192.168.10.1 255.255.255.0

dhcp-server

 

 

 

dhcp-server pool "VLANX-Pool"

default-router "192.168.10.1"

dns-server "8.8.8.8,1.1.1.1

network 192.168.10.0 255.255.255.0

range 192.168.10.10 192.168.10.250

exit

dhcp-server enable

 

 

 

  • Thanks 1
Posted
This would be the way to do it, although it's not as easy to manage leases as something like DHCP on Windows server or other routers. Probably fine though for a small site though.

 

vlan 1

name "VLAN X"

untagged 1/1

ip address 192.168.10.1 255.255.255.0

dhcp-server

 

 

 

dhcp-server pool "VLANX-Pool"

default-router "192.168.10.1"

dns-server "8.8.8.8,1.1.1.1

network 192.168.10.0 255.255.255.0

range 192.168.10.10 192.168.10.250

exit

dhcp-server enable

 

 

 

 

Thanks for this! Anyone know how to set a reservation on these switches?

Posted
Thanks for this! Anyone know how to set a reservation on these switches?

 

Wouldn’t it make more sense to reduce the IP “range” given out by DHCP. And set what you need with static IP address not dished out via DHCP. Or do you have a device that needs a static IP but you’re unable to set it statically hence needing a reservation?

Posted
Wouldn’t it make more sense to reduce the IP “range” given out by DHCP. And set what you need with static IP address not dished out via DHCP. Or do you have a device that needs a static IP but you’re unable to set it statically hence needing a reservation?

Sadly is the latter on this one. Need the laptop on dhcp but need it as a reservation.

Posted
Sadly is the latter on this one. Need the laptop on dhcp but need it as a reservation.

 

Dose it need a reservation really? If it’s a Windows laptop you can definitely set the IP address statically, both on a wired and wireless connection.

 

I was thinking more something like a smart lightbulb that you wanted to fix an IP address for but it doesn’t Have a way to statically set it with no UI to configure it.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...