01-16-2023 03:22 PM
Hello!
I need help configuring a DHCP server on a C4507R ( Catalyst 4000 L3 Switch Software (cat4000-I9K91S-M)).
The SVIs are configured on this switch.
vlan interface configuration
vlan5 interface
description mkp
ip address 10.2.5.254 255.255.255.0
no ip redirects
ip pim dense-mode
!
DHCP Server Configuration.
ip dhcp pool teste_pela_rede_video_conf
network 10.2.5.0 255.255.255.0
default-router 10.2.5.254
The cat4000 cannot configure the exclusion of the ipadress the interface vlan5.
The pool will deliver the ipaddress the interface vlan5. How to avoid?
01-16-2023 03:44 PM - edited 01-16-2023 03:46 PM
Hi @victorinorj ,
This is a quote from the IOS configuration guide.
"The IP address configured on the router interface is automatically excluded from the DHCP address pool."
So, you should be fine.
Regards,
01-16-2023 03:46 PM
no need exclude, the client/server after get same IP of SVI, it will send G-ARP and SW will reply and hence the IP will reject and client will get new IP.
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