Question
July 19, 2007 at 03:48 PM
rafal

One DHCP on multiple VLANs

by rafal . Updated 19 years ago

I’m running a network on a Netgear 7352s Managed L3 Switch. The problem I’m having is as follows:
I have separate VLANS for DATA and VoIP, the DHCP server works fine on the default VLAN but on all the others it does not. Here is a string of commands I used to set the DHCP and VoIP VLAN up.

#VLAN DATABASE
#VLAN 2
#VLAN NAME VoIP
#VLAN ROUTING 2
#VLAN MAKESTATIC
#EXIT

#CONFIGURE
#IP DHCP POOL pool1
#NETWORK 192.168.16.0 255.255.240.0
#DEFAULT-ROUTER 192.168.16.1
#EXIT

#INTERFACE VLAN 2
#IP ADDRESS 192.168.16.1 255.255.240.0
#EXIT

#SERVICE DHCP

I’ll add that the default VLAN is setup under 192.168.0.0 network not 192.168.16.0

If the device is plugged into the port connected to default VLAN it gets an IP from DHCP without a problem, if its on the VoIP VLAN it gets no response.

Anyone see what I’m doing wrong?

This discussion is locked

All Comments