BIG NEWS! The Adtran Support Community is moving! In the next few weeks it will be housed in a new location. Be sure to visit our NEW Adtran Community before the end of July to check it out and verify that you can access all the resources and features that you need. If you discover any issues with your account or access, or just want to let us know about your experience, be sure to use our Feedback Form to let us know!
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Clayton
New Contributor

DHCP Server not assigning IP Address Netvanta 1560-24

Jump to solution

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.

0 Kudos
1 Solution

Accepted Solutions

Re: DHCP Server not assigning IP Address Netvanta 1560-24

Jump to solution

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

View solution in original post

2 Replies

Re: DHCP Server not assigning IP Address Netvanta 1560-24

Jump to solution

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

Clayton
New Contributor

Re: DHCP Server not assigning IP Address Netvanta 1560-24

Jump to solution

That fixed it, thank you!