Configure DHCP relay in Cisco nexus switches
From Notes_Wiki
<yambe:breadcrumb>Switch_configuration_notes|Switch configuration</yambe:breadcrumb>
Configure DHCP relay in Cisco nexus switches
In cisco catalyst switch DHCP relay is configured using:
ip helper-address <DHCP server>
However, in nexuses switch we need to first enable a global configuration using:
feature dhcp
Then for the VLAN where DHCP relay feature is desired use:
ip dchp relay address <DHCP server>
Refer: