<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to troubleshoot DHCP issues on Ruckus ICX switch in RUCKUS Self-Help</title>
    <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/How-to-troubleshoot-DHCP-issues-on-Ruckus-ICX-switch/m-p/68353#M233</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Basic troubleshoot steps:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;[+] Always collect the packet capture to verify the DORA process&lt;BR /&gt;[+] If the problem started after upgrade or downgrade - reconfigure DHCP on ICX device.&lt;BR /&gt;Check if any difference in commands in previous version to new version&lt;BR /&gt;[+] Check the DHCP server is on ICX or external DHCP server. Verify the DHCP server configuration on Ruckus if applicable.&lt;BR /&gt;[+] Make sure tagging is correct from server to client&lt;BR /&gt;[+] Make sure that DHCP options are set correctly on device&lt;BR /&gt;[+] Check the problem is in a specific Vlan or on multiple Vlans. Move the client to different vlan and check the problem exist.&lt;BR /&gt;[+] DHCP binding scalability&lt;BR /&gt;8095 - 500 clients can be connected&lt;BR /&gt;9010 - 3000 clients can be connected&lt;BR /&gt;[+] collect below command outputs&lt;BR /&gt;show ip dhcp-server statistics&lt;BR /&gt;show ip dhcp-server summary&lt;BR /&gt;Show ip dhcp-server binding&lt;BR /&gt;[+] If needed attach a external DHCP server(windows)&lt;/P&gt;&lt;P&gt;====================&lt;BR /&gt;DHCP configuration example&lt;BR /&gt;===================&lt;BR /&gt;Topology:&lt;/P&gt;&lt;P&gt;RKUS01(DHCP server)------e1/1/1----RKUS02(Relay agent)-------e1/1/5----RKUS04(DHCP client)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hardware: ICX7450-48P &amp;lt;&amp;lt; all the devices&lt;BR /&gt;Software: SPR08090kufi.bin &amp;lt;&amp;lt; all the devices&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Trying the DHCP in lab.&lt;/P&gt;&lt;P&gt;========&lt;BR /&gt;RKUS01&lt;BR /&gt;========&lt;/P&gt;&lt;P&gt;enable&lt;BR /&gt;configure terminal&lt;/P&gt;&lt;P&gt;ip dhcp-client disable&lt;BR /&gt;ip dhcp-server enable&lt;BR /&gt;!&lt;BR /&gt;ip dhcp-server pool demo &amp;lt;&amp;lt;&amp;lt; reconfigure the pool&lt;BR /&gt;excluded-address 192.168.2.100 192.168.2.254&lt;BR /&gt;lease 1 0 0&lt;BR /&gt;network 192.168.2.0 255.255.255.0&lt;BR /&gt;dhcp-default-router 192.168.2.1 0.0.0.0&lt;BR /&gt;domain-name office.s-cloud.net&lt;BR /&gt;Deploy &amp;lt;&amp;lt; latest firmware, not needed&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;vlan 10 by port&lt;BR /&gt;tagged ethe 1/1/1&lt;BR /&gt;router-interface ve 10&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;interface ve 10&lt;BR /&gt;ip address 192.168.2.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;================================================&lt;BR /&gt;RKUS02&lt;BR /&gt;========&lt;/P&gt;&lt;P&gt;vlan 10 by port&lt;BR /&gt;tagged ethe 1/1/1&lt;BR /&gt;router-interface ve 10&lt;BR /&gt;!&lt;BR /&gt;vlan 20 by port&lt;BR /&gt;tagged ethe 1/1/5&lt;BR /&gt;router-interface ve 20&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;interface ve 10&lt;BR /&gt;ip address 192.168.2.2 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface ve 20&lt;BR /&gt;ip address 192.168.3.1 255.255.255.0&lt;BR /&gt;ip helper-address 1 192.168.2.1&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;interface ethernet 1/1/5&lt;/P&gt;&lt;P&gt;speed-duplex 1000-full&lt;/P&gt;&lt;P&gt;================================================&lt;BR /&gt;RKUS04&lt;BR /&gt;========&lt;BR /&gt;vlan 20 by port&lt;BR /&gt;tagged ethe 1/1/5&lt;BR /&gt;router-interface ve 20&lt;/P&gt;&lt;P&gt;interface ve 20&lt;BR /&gt;ip address 192.168.3.2 255.255.255.0&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;SSH@ICX7450-48P Router(config)#ip dhcp-client auto-update enable&lt;/P&gt;&lt;P&gt;SSH@ICX7450-48P Router(config-if-e1000-1/1/5)#ip dhcp-client enable&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Sep 2023 03:47:14 GMT</pubDate>
    <dc:creator>va10461</dc:creator>
    <dc:date>2023-09-21T03:47:14Z</dc:date>
    <item>
      <title>How to troubleshoot DHCP issues on Ruckus ICX switch</title>
      <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/How-to-troubleshoot-DHCP-issues-on-Ruckus-ICX-switch/m-p/68353#M233</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Basic troubleshoot steps:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;[+] Always collect the packet capture to verify the DORA process&lt;BR /&gt;[+] If the problem started after upgrade or downgrade - reconfigure DHCP on ICX device.&lt;BR /&gt;Check if any difference in commands in previous version to new version&lt;BR /&gt;[+] Check the DHCP server is on ICX or external DHCP server. Verify the DHCP server configuration on Ruckus if applicable.&lt;BR /&gt;[+] Make sure tagging is correct from server to client&lt;BR /&gt;[+] Make sure that DHCP options are set correctly on device&lt;BR /&gt;[+] Check the problem is in a specific Vlan or on multiple Vlans. Move the client to different vlan and check the problem exist.&lt;BR /&gt;[+] DHCP binding scalability&lt;BR /&gt;8095 - 500 clients can be connected&lt;BR /&gt;9010 - 3000 clients can be connected&lt;BR /&gt;[+] collect below command outputs&lt;BR /&gt;show ip dhcp-server statistics&lt;BR /&gt;show ip dhcp-server summary&lt;BR /&gt;Show ip dhcp-server binding&lt;BR /&gt;[+] If needed attach a external DHCP server(windows)&lt;/P&gt;&lt;P&gt;====================&lt;BR /&gt;DHCP configuration example&lt;BR /&gt;===================&lt;BR /&gt;Topology:&lt;/P&gt;&lt;P&gt;RKUS01(DHCP server)------e1/1/1----RKUS02(Relay agent)-------e1/1/5----RKUS04(DHCP client)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hardware: ICX7450-48P &amp;lt;&amp;lt; all the devices&lt;BR /&gt;Software: SPR08090kufi.bin &amp;lt;&amp;lt; all the devices&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Trying the DHCP in lab.&lt;/P&gt;&lt;P&gt;========&lt;BR /&gt;RKUS01&lt;BR /&gt;========&lt;/P&gt;&lt;P&gt;enable&lt;BR /&gt;configure terminal&lt;/P&gt;&lt;P&gt;ip dhcp-client disable&lt;BR /&gt;ip dhcp-server enable&lt;BR /&gt;!&lt;BR /&gt;ip dhcp-server pool demo &amp;lt;&amp;lt;&amp;lt; reconfigure the pool&lt;BR /&gt;excluded-address 192.168.2.100 192.168.2.254&lt;BR /&gt;lease 1 0 0&lt;BR /&gt;network 192.168.2.0 255.255.255.0&lt;BR /&gt;dhcp-default-router 192.168.2.1 0.0.0.0&lt;BR /&gt;domain-name office.s-cloud.net&lt;BR /&gt;Deploy &amp;lt;&amp;lt; latest firmware, not needed&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;vlan 10 by port&lt;BR /&gt;tagged ethe 1/1/1&lt;BR /&gt;router-interface ve 10&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;interface ve 10&lt;BR /&gt;ip address 192.168.2.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;================================================&lt;BR /&gt;RKUS02&lt;BR /&gt;========&lt;/P&gt;&lt;P&gt;vlan 10 by port&lt;BR /&gt;tagged ethe 1/1/1&lt;BR /&gt;router-interface ve 10&lt;BR /&gt;!&lt;BR /&gt;vlan 20 by port&lt;BR /&gt;tagged ethe 1/1/5&lt;BR /&gt;router-interface ve 20&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;interface ve 10&lt;BR /&gt;ip address 192.168.2.2 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface ve 20&lt;BR /&gt;ip address 192.168.3.1 255.255.255.0&lt;BR /&gt;ip helper-address 1 192.168.2.1&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;interface ethernet 1/1/5&lt;/P&gt;&lt;P&gt;speed-duplex 1000-full&lt;/P&gt;&lt;P&gt;================================================&lt;BR /&gt;RKUS04&lt;BR /&gt;========&lt;BR /&gt;vlan 20 by port&lt;BR /&gt;tagged ethe 1/1/5&lt;BR /&gt;router-interface ve 20&lt;/P&gt;&lt;P&gt;interface ve 20&lt;BR /&gt;ip address 192.168.3.2 255.255.255.0&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;SSH@ICX7450-48P Router(config)#ip dhcp-client auto-update enable&lt;/P&gt;&lt;P&gt;SSH@ICX7450-48P Router(config-if-e1000-1/1/5)#ip dhcp-client enable&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 03:47:14 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/How-to-troubleshoot-DHCP-issues-on-Ruckus-ICX-switch/m-p/68353#M233</guid>
      <dc:creator>va10461</dc:creator>
      <dc:date>2023-09-21T03:47:14Z</dc:date>
    </item>
  </channel>
</rss>

