Configure DHCP relay in Cisco nexus switches

From Notes_Wiki

Home > Switch configuration notes > 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:



Home > Switch configuration notes > Configure DHCP relay in Cisco nexus switches