cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1048
Views
15
Helpful
13
Replies

dhcp server

Santosh Kumar2
Level 1
Level 1

hi ,

we have two nexus switch in vpc and 5 access 2960 switch in stack. i am trying to config dhcp on catalyst 2960 and dhcp relay under L3 vlan on both nexus. it's not working.

13 Replies 13

balaji.bandi
Hall of Fame
Hall of Fame

your nexus acting as DHCP Server ? what nexus switch and code running on it.

can you post config information from nexus.also client side (switch config for the DHCP relay or helper address config)

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Hi Balaji,

Thanks for your revert.

correct me if i am wrong, we need DHCP server and i got some article where i found we can not create dhcp on nexus switch.

so what i am doing is , i have 2 L3 vlans on Nexus, i am creating Dhcp on my edge switch and call dhcp relay on nexus on those vlan, but it is not working.

 

please find below for your reference.

Edge switch:-

ip dhcp pool JFL-LAN
import all
vrf default
network 10.219.4.0 255.255.252.0
default-router 10.219.4.1
update arp

on Nexus:

interface Vlan12
no shutdown
no ip redirects
ip address *.*.*.*/**


no ipv6 redirects
hsrp 12
preempt
priority 110
ip *.*.*.*
ip dhcp relay address *.*.*.*

 

please suggest.

it straight config on issue, 
but are the SW is connect to both vPC pair ?

yes, i had configured lacp between both nexus and edge switch.

are you config any peer-gateway

Hello,

the default router in the DHCP pool is the HSRP standby IP address I assume ? Post the configs without the IP addresses being banked out. What Vlan(s) is/are the clients in ? Post a schematic drawing of your entire topology, so we can see where the clients are sitting, and why you need the helper-address.

why are you mentioning VRF here?

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

i was tried with vrf but i was not worked

Santosh Kumar2
Level 1
Level 1

Hi Guy's,

kindly find the attachment for your better understanding.

on the edge switch , i am only using mgmt ip , not on dhcp pool vlan. 

only add peer-gateway under vPC domain if you not config it.

Hi MHM,

i had configured peer destination ip under Vpc.