cancel
Showing results for 
Search instead for 
Did you mean: 

DHCP

DHCP

Mohammed_Jashee
New Contributor III
Have several VLANs setup on a Extrem 460g2 switch. Enabled DHCP relay agent on the switch for the following VLANs. Have a Windows 2012 server that I want to use as my DHCP server. Installed and enabled DHCP relay agent on the server. Created scopes, but can only get computers which are on the same VLAN.
5 REPLIES 5

Mohammed_Jashee
New Contributor III
Thankyou Chinnaya it working now

PARTHIBAN_CHINN
Contributor
Here is the sample tested config:

DHCP:

DHCP server(10.1.1.1)--------TEST(tag=10)-----(10.1.1.2)(p10)SWITCH(20)(20.1.1.1)------------CLIENT(tag in vlan 20)

create vlan test
configure vlan test tag 10
configure vlan test add port 10 tagged
configure vlan test ipaddress 10.1.1.2

create vlan client
configure vlan client tag 20
configure vlan client add port 20 untagged //clients are connected to the this port
configure vlan client ipaddress 20.1.1.1

enable ipforwarding

configure bootprelaay add 10.1.1.1 vr vr-defailult
enable bootprelay test
enable bootprealy client

show bootprelay----------------Command will help in troubleshooting .

PARTHIBAN_CHINN
Contributor
enable bootprelay vlan EXPORT
enable bootprelay vlan Gust_wifi.
Add the above commands and it will work.

Mohammed_Jashee
New Contributor III
my DHCP_Server is 192.168.70.1(that subnet i get the IP- address)
192.168.68.0 (not getting IP address)

configure vlan CRI_BARCOD add ports 6, 29-30 tagged
configure vlan CRIPUMPS add ports 18-19 tagged
configure vlan Default add ports 1-14, 18-20, 25, 31, 33-34 untagged
configure vlan EXPORT add ports 6, 12 tagged
configure vlan EXPORT add ports 17 untagged
configure vlan EXTREME-WIFI add ports 1-2, 5-9, 11-13, 15, 20-21, 29-30 tagge
configure vlan Gust_Wifi add ports 6, 21, 29-30 tagged
configure vlan Gust_Wifi add ports 23 untagged

configure vlan EXTREME-WIFI ipaddress 192.168.70.5 255.255.255.0
enable ipforwarding vlan EXTREME-WIFI

configure vlan CRI_BARCOD ipaddress 192.168.68.5 255.255.255.0
enable ipforwarding vlan CRI_BARCOD

configure bootprelay add 192.168.70.1 vr VR-Default
enable bootprelay ipv4 vlan CRI_BARCOD
GTM-P2G8KFN