Configure DHCP relay in Cisco nexus switches

From Notes_Wiki
Revision as of 02:44, 28 March 2022 by Saurabh (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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