{"id":575,"date":"2011-06-12T10:26:00","date_gmt":"2011-06-12T10:26:00","guid":{"rendered":"https:\/\/www.geekmungus.co.uk\/?p=575"},"modified":"2022-11-05T10:53:43","modified_gmt":"2022-11-05T10:53:43","slug":"ip-helper-address-not-working-on-cisco-3750-switch","status":"publish","type":"post","link":"https:\/\/geekmungus.co.uk\/?p=575","title":{"rendered":"ip helper-address Not working on Cisco 3750 Switch"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">I had a cisco 3750 switch that i wanted to enable some vlans for voice on, but only having one DHCP server on a completely seperate vlan to the voice vlans.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">vlan 1 = data (dhcp server on this range)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">vlan 266 = voice (phone dhcp clients on this range)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>PROBLEM<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The switch for some reason had aload of dhcp server config on it before i started the exercise, so i removed the pools and ran the command: no service dhcp<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This was the problem, running this command (no service dhcp) disables dhcp but also disables dhcp relay to, this stops the ip helper-address command from working too.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">So even when i put the ip-helper address on the vlan as below it didn&#8217;t relay the dhcp broadcasts from the 266 vlan to the dhcp server on vlan 1.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>interface Vlan266\n\n description *** VOIP-BBlock ***\n\n ip address 172.29.66.1 255.255.255.0\n\n ip helper-address 172.19.5.131<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Where 172.19.5.131 is the DHCP server address.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"http:\/\/www.google.com\/url?q=http%3A%2F%2Fwww.cisco.com%2Fen%2FUS%2Fdocs%2Fswitches%2Flan%2Fcatalyst3550%2Fsoftware%2Frelease%2F12.2_25_seb%2Fconfiguration%2Fguide%2Fswdhcp82.html%23wp1122942&amp;sa=D&amp;sntz=1&amp;usg=AFQjCNFItguzOiHOjH1AF6_8ljPKjl_VvQ\" target=\"_blank\" rel=\"noreferrer noopener\">http:\/\/www.cisco.com\/en\/US\/docs\/switches\/lan\/catalyst3550\/software\/release\/12.2_25_seb\/configuration\/guide\/swdhcp82.html#wp1122942<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>RESOLUTION<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">So to fix it, i ran the command: <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>service dhcp<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Making sure any dhcp pool configuration has been removed, and this fixed the problem.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I had a cisco 3750 switch that i wanted to enable some vlans for voice on, but only having one DHCP server on a completely seperate vlan to the voice vlans. vlan 1 = data (dhcp server on this range) vlan 266 = voice (phone dhcp clients on this range) PROBLEM The switch for some &#8230; <a title=\"ip helper-address Not working on Cisco 3750 Switch\" class=\"read-more\" href=\"https:\/\/geekmungus.co.uk\/?p=575\" aria-label=\"Read more about ip helper-address Not working on Cisco 3750 Switch\">Read more<\/a><\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[17],"tags":[],"class_list":["post-575","post","type-post","status-publish","format-standard","hentry","category-networking"],"_links":{"self":[{"href":"https:\/\/geekmungus.co.uk\/index.php?rest_route=\/wp\/v2\/posts\/575","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/geekmungus.co.uk\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/geekmungus.co.uk\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/geekmungus.co.uk\/index.php?rest_route=\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/geekmungus.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=575"}],"version-history":[{"count":1,"href":"https:\/\/geekmungus.co.uk\/index.php?rest_route=\/wp\/v2\/posts\/575\/revisions"}],"predecessor-version":[{"id":1602,"href":"https:\/\/geekmungus.co.uk\/index.php?rest_route=\/wp\/v2\/posts\/575\/revisions\/1602"}],"wp:attachment":[{"href":"https:\/\/geekmungus.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=575"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/geekmungus.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=575"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/geekmungus.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=575"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}