Start a Conversation

Unsolved

This post is more than 5 years old

19926

October 18th, 2010 11:00

I can not activate my 6224 bootpdhcprelay

 

console(config)#bootpdhcprelay ?

cidridoptmode           Enable/Disable Circuit Id Option and Remote Agent Id
                                     Mode.
maxhopcount            Configure the maximum hop count.
minwaittime              Configure the minimum wait time.

 

 

console(config)#bootpdhcprelay enable
                               ^
% Invalid input detected at '^' marker.

console(config)#bootpdhcprelay enable

909 Posts

October 18th, 2010 12:00

dhcp relay is an "ip helper" function.   Look at the configuration guide under "IP helper" for an examptl.

909 Posts

October 18th, 2010 14:00

Here is an examplve from the configuration guide:

Example 4: Enable IP Helper on a VLAN Routing Interface to a Server (DHCP)
To relay DHCP packets received on VLAN 100 to two DHCP servers, 192.168.10.1 and 192.168.20.1, use
the following commands:
console(config)#interface vlan 100
console(config-if-vlan100)#ip helper-address 192.168.10.1 dhcp
console(config-if-vlan100)#ip helper-address 192.168.20.1 dhcp

 

The configuration guide is located here:

http://support.dell.com/support/edocs/network/pc62xx/en/Config/config.zip

 

15 Posts

October 18th, 2010 14:00

What I need to make is that the vlan 30 automatically receive the dhcp ip address that is in the vlan 20 that I set for this to work so

15 Posts

October 19th, 2010 10:00

Thank you, Bh1633

No Events found!

Top