- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am currently working to upgrade the infrastructure of one of my external sites with a 24 port Netvanta 1560 switch. I do not have a dedicated router on site, and I am trying to configure the switch to host a DHCP server for wireless clients.
I have the VLAN and server configured as follows:
Interface VLAN 5
ip address 192.168.5.1 255.255.255.0
ip dhcp server
ip dhcp pool Wireless
network 192.168.5.1 255.255.255.0
broadcast 192.168.5.255
default-router 192.168.5.1
lease 5 0 0
dns-server 8.8.8.8 8.8.4.4 4.2.2.1 4.2.2.2
ntp-server 216.239.35.0
Any advice on what I've done wrong would be greatly appreciated.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Not the Solution
- Report Inappropriate Content
The only thing I see is the dhcp server may not be enable globally.
See page 13 - https://supportcommunity.adtran.com/t5/ASE/Configuring-DHCP-in-ASE/ta-p/33690?attachment-id=9259
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Not the Solution
- Report Inappropriate Content
The only thing I see is the dhcp server may not be enable globally.
See page 13 - https://supportcommunity.adtran.com/t5/ASE/Configuring-DHCP-in-ASE/ta-p/33690?attachment-id=9259
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Accept as Solution
- Report Inappropriate Content
Re: DHCP Server not assigning IP Address Netvanta 1560-24
That fixed it, thank you!