10-18-2021 07:21 PM
Hi We have the below configuration for dhcp server. Client can get ip address from it, but the ip address is within dhcp excluded-address. Is this dhcp excluded wrong? Thank you
ip dhcp excluded-address vrf ABC 192.168.1.1 192.168.1.20
!
ip vrf ABC
rd 100:10
!
ip dhcp pool test1
vrf ABC
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
!
interface vlan 100
ip vrf forwarding ABC
ip address 192.168.1.1 255.255.255.0
Solved! Go to Solution.
10-18-2021 10:43 PM - edited 10-18-2021 10:43 PM
I do not see anything wrong here, i was guessing mostly order of operation with VRF.,
try
no ip dhcp excluded-address vrf ABC 192.168.1.1 192.168.1.20
and
ip dhcp excluded-address vrf ABC 192.168.1.1 192.168.1.20
and test it.
post also :
show ver
show dhcp binding
10-19-2021 01:27 AM
Hello,
you need to stop and restart the 'service dhcp':
Router#conf t
Router(config)#no service dhcp
Router(config)#service dhcp
10-18-2021 10:43 PM - edited 10-18-2021 10:43 PM
I do not see anything wrong here, i was guessing mostly order of operation with VRF.,
try
no ip dhcp excluded-address vrf ABC 192.168.1.1 192.168.1.20
and
ip dhcp excluded-address vrf ABC 192.168.1.1 192.168.1.20
and test it.
post also :
show ver
show dhcp binding
10-19-2021 01:27 AM
Hello,
you need to stop and restart the 'service dhcp':
Router#conf t
Router(config)#no service dhcp
Router(config)#service dhcp
10-19-2021 08:36 PM
Thank you!
10-19-2021 08:45 PM
Hello,
just out of curiosity, how did you resolve this ?
10-19-2021 08:47 PM
The issue might not be there initially : )
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide