01-23-2019 04:32 PM - edited 03-08-2019 05:07 PM
Solved! Go to Solution.
01-24-2019 04:14 PM
from the other end i got
show ip route 10.1.112.1
Routing entry for 10.1.112.0/22
Known via "eigrp 10", distance 90, metric 3072, type internal
Redistributing via eigrp 10
Last update from 172.16.254.112 on Vlan254, 22:40:01 ago
Routing Descriptor Blocks:
* 172.16.254.112, from 172.16.254.112, 22:40:01 ago, via Vlan254
Route metric is 3072, traffic share count is 1
Total delay is 20 microseconds, minimum bandwidth is 1000000 Kbit
Reliability 255/255, minimum MTU 1500 bytes
Loading 51/255, Hops 1
01-30-2019 08:55 AM
Let me answer myself on this matter:
the answer is pretty much related to DHCP protocol and how cisco handles it,
1st.
since DHCP sends broadcast traffic to a vlan it has to be controlled, so by default you just have to assign
an ip helper-address to manage dhcp requests out of your vlan.
2nd.
check if your switch has dhcp relay service enable, for my particular model (C9300) i did delete and option that was preventing dhcp to run : no service dhcp
hope it help somebody with the same issue
09-01-2021 07:00 AM
Hi all,
I had the same problem and the solution was to add the following commands in the vlan interface configuration:
ip dhcp relay information trusted
ip dhcp relay information option-insert
ip dhcp relay information check-reply
i.e.:
interface Vlan1012
description Telefonia Placa 1
ip dhcp relay information trusted
ip dhcp relay information option-insert
ip dhcp relay information check-reply
ip address 10.171.0.1 255.255.252.0
ip helper-address 10.103.0.1
load-interval 30
Then the relay started working. Removing the previous config it kept running
Best,
06-27-2024 10:52 AM
You have statement no service dhcp on you running-config.
Remove that statement would fix your issue.
config t
service dhcp
end
wr mem
reload the switch if possible.
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