<?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 DHCPD address on ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/dhcpd-address-on-asa/m-p/2248730#M357699</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But did you already state in the original post how it was configured?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I had the following interfaces on my ASA for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface GigabitEthernet0/2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; description LAN - WLAN Trunk&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface GigabitEthernet0/2.100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; vlan 100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nameif LAN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; security-level 100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; ip add 10.10.100.1 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface GigabitEthernet0/2.200&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; vlan 200&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nameif WLAN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; security-level 100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; ip add 10.10.200.1 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I wanted to configure DHCP configurations for these then I would configure the following for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dhcpd address 10.10.100.100-10.10.100.200 LAN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dhcpd dns 8.8.8.8 LAN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dhcpd enable LAN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dhcpd address 10.10.200.100-10.10.200.200 WLAN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dhcpd dns 8.8.8.8 WLAN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dhcpd enable WLAN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nothing much more to it configuration wise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 May 2013 00:40:38 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2013-05-08T00:40:38Z</dc:date>
    <item>
      <title>DHCPD address on ASA</title>
      <link>https://community.cisco.com/t5/network-security/dhcpd-address-on-asa/m-p/2248720#M357689</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when we need to&amp;nbsp; configure DHCP pool on ASA we use command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dhcpd&amp;nbsp; address 192.168.50.3-192.168.50.192&amp;nbsp; interface x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But why we will use this option below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dhcpd address 192.168.150.120-192.168.150.120 int y&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need to know why we make a dhcpd pool of single address?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 01:40:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dhcpd-address-on-asa/m-p/2248720#M357689</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2019-03-12T01:40:17Z</dc:date>
    </item>
    <item>
      <title>DHCPD address on ASA</title>
      <link>https://community.cisco.com/t5/network-security/dhcpd-address-on-asa/m-p/2248721#M357690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this from some example or where is it from?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont personally see a point in a 1 address DHCP Pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise the "interface" parameter is used to separate certain parameters to only apply to certain interface on the ASA since there might be multiple interfaces on the ASA with DHCP running. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would let you for example to configure separate DNS servers for each DHCP interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be honest, the DHCP options of the ASA are very few. If you are trying to achieve anything more complicated I would suggest separate DHCP server or using even some Cisco Router as the DHCP server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One special pool size limitation is with regards the ASA5505 model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since it has 10 and 50 users licenses, those will limit how big you can configure only a limited size pool. If the pool configured is too big the ASA will give an error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general the ASA is limited to a pool of the size /24 network and you cant configure multiple pools per interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 19:42:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dhcpd-address-on-asa/m-p/2248721#M357690</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-05-07T19:42:49Z</dc:date>
    </item>
    <item>
      <title>DHCPD address on ASA</title>
      <link>https://community.cisco.com/t5/network-security/dhcpd-address-on-asa/m-p/2248722#M357691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi jouni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this was from config of ASA.&lt;/P&gt;&lt;P&gt;But seems this box has some other inetrface also config for DHCP pool and that has IP range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 19:50:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dhcpd-address-on-asa/m-p/2248722#M357691</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2013-05-07T19:50:01Z</dc:date>
    </item>
    <item>
      <title>DHCPD address on ASA</title>
      <link>https://community.cisco.com/t5/network-security/dhcpd-address-on-asa/m-p/2248723#M357692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well I am not sure why would anyone configure an DHCP Pool of 1 IP address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe it has been there for some test previously because I cant see much use for it in a production environment if there was only 1 IP address it could assign to a host.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are the host behind that "y" currently directly connected to the ASA through a switched L2 network? Or is there a router behind that interface and routers configured towards in on the ASA? (route y &lt;NETWORK&gt; &lt;MASK&gt; 192.168.150.x)&lt;/MASK&gt;&lt;/NETWORK&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that IP address currently binded to any device&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show dhcpd binding&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 20:14:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dhcpd-address-on-asa/m-p/2248723#M357692</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-05-07T20:14:36Z</dc:date>
    </item>
    <item>
      <title>DHCPD address on ASA</title>
      <link>https://community.cisco.com/t5/network-security/dhcpd-address-on-asa/m-p/2248724#M357693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi jouni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It has no route that goes via interface x.&lt;/P&gt;&lt;P&gt;sh dhcpd binding shows&lt;/P&gt;&lt;P&gt;same ip and mac address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 20:51:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dhcpd-address-on-asa/m-p/2248724#M357693</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2013-05-07T20:51:41Z</dc:date>
    </item>
    <item>
      <title>DHCPD address on ASA</title>
      <link>https://community.cisco.com/t5/network-security/dhcpd-address-on-asa/m-p/2248725#M357694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But wasnt the single IP address configured for interface Y and not interface X?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the "show dhcpd bindings" shows the Pool IP address in its listing then that DHCP Pool is in use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Totally different matter ofcourse if there are more hosts trying to get an IP address. Which they naturally cant get since there is only one IP address in the pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 20:53:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dhcpd-address-on-asa/m-p/2248725#M357694</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-05-07T20:53:56Z</dc:date>
    </item>
    <item>
      <title>DHCPD address on ASA</title>
      <link>https://community.cisco.com/t5/network-security/dhcpd-address-on-asa/m-p/2248726#M357695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi jouni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say gi0/0 is outside interface&amp;nbsp; then it has&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gi0/0.1&amp;nbsp; interface z&amp;nbsp; this has dhcp pool with multiple ip address.&lt;/P&gt;&lt;P&gt;gi0/0.2&amp;nbsp; interface y&amp;nbsp; this is dhcp pool with single ip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i do sh dhcpd binding it shows IP int&amp;nbsp; range of int Z&amp;nbsp; but only 1 ip for interface y&lt;/P&gt;&lt;P&gt;as interface y is config as dhcp pool with single ip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 00:06:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dhcpd-address-on-asa/m-p/2248726#M357695</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2013-05-08T00:06:18Z</dc:date>
    </item>
    <item>
      <title>DHCPD address on ASA</title>
      <link>https://community.cisco.com/t5/network-security/dhcpd-address-on-asa/m-p/2248727#M357696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The command "show dhcpd binding" command should show you all the IP address that the ASA has given with the DHCP service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont know why the pools have been configured the way you say they have been.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also check the output of &lt;STRONG&gt;"show arp"&lt;/STRONG&gt; or &lt;STRONG&gt;"show arp | inc y"&lt;/STRONG&gt; to see if there are more than the one DHCP host behind interface named &lt;STRONG&gt;"y"&lt;/STRONG&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is only a single host with the IP address from the DHCP Pool then I guess its just some device for which someone wanted to use DHCP. But I still dont know why it was configured in that way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Was there something wrong with the setup or something you need to find out other than the fact that its a pretty wierd setup (1 IP address DHCP pool) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 00:15:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dhcpd-address-on-asa/m-p/2248727#M357696</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-05-08T00:15:53Z</dc:date>
    </item>
    <item>
      <title>DHCPD address on ASA</title>
      <link>https://community.cisco.com/t5/network-security/dhcpd-address-on-asa/m-p/2248728#M357697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jouni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just need to know how this is configured.&lt;/P&gt;&lt;P&gt;i will run above commands and will let you&amp;nbsp; know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 00:28:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dhcpd-address-on-asa/m-p/2248728#M357697</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2013-05-08T00:28:37Z</dc:date>
    </item>
    <item>
      <title>DHCPD address on ASA</title>
      <link>https://community.cisco.com/t5/network-security/dhcpd-address-on-asa/m-p/2248729#M357698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jouni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i ran the command&amp;nbsp; sh arp | inc y&amp;nbsp; it shows&lt;/P&gt;&lt;P&gt;3 ip addresses&amp;nbsp; one of which is .120&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dhcpd address 192.168.150.120-192.168.150.120 int y&lt;/P&gt;&lt;P&gt;i am just trying to undertsand&amp;nbsp; how dhcp pool with single ip in pool is using the few ip addresses&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 00:40:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dhcpd-address-on-asa/m-p/2248729#M357698</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2013-05-08T00:40:27Z</dc:date>
    </item>
    <item>
      <title>DHCPD address on ASA</title>
      <link>https://community.cisco.com/t5/network-security/dhcpd-address-on-asa/m-p/2248730#M357699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But did you already state in the original post how it was configured?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I had the following interfaces on my ASA for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface GigabitEthernet0/2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; description LAN - WLAN Trunk&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface GigabitEthernet0/2.100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; vlan 100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nameif LAN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; security-level 100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; ip add 10.10.100.1 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface GigabitEthernet0/2.200&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; vlan 200&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nameif WLAN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; security-level 100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; ip add 10.10.200.1 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I wanted to configure DHCP configurations for these then I would configure the following for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dhcpd address 10.10.100.100-10.10.100.200 LAN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dhcpd dns 8.8.8.8 LAN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dhcpd enable LAN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dhcpd address 10.10.200.100-10.10.200.200 WLAN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dhcpd dns 8.8.8.8 WLAN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dhcpd enable WLAN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nothing much more to it configuration wise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 00:40:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dhcpd-address-on-asa/m-p/2248730#M357699</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-05-08T00:40:38Z</dc:date>
    </item>
    <item>
      <title>DHCPD address on ASA</title>
      <link>https://community.cisco.com/t5/network-security/dhcpd-address-on-asa/m-p/2248731#M357700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the command "show arp | inc y" is showing several IP address for the interface "y" and also includes the single IP address configured in the DHCP Pool then it means that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The host with the DHCP Pool IP address has gotten the IP address with the use of DHCP from the ASA&lt;/LI&gt;&lt;LI&gt;Rest of the visible IP address from the "show arp" command have been configured staticly with their IP addresses and DONT use DHCP. Atleast they dont use the ASA as a DHCP server but might get the IP address from some other DHCP server but I doub it.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 00:42:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dhcpd-address-on-asa/m-p/2248731#M357700</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-05-08T00:42:51Z</dc:date>
    </item>
    <item>
      <title>DHCPD address on ASA</title>
      <link>https://community.cisco.com/t5/network-security/dhcpd-address-on-asa/m-p/2248732#M357701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jouni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the interface y has ip statically configured as 192.168.150.121&lt;/P&gt;&lt;P&gt;dhcpd pool has single ip 192.168.150.120&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so it means whatever host has ip 192.168.150.120&amp;nbsp; its getting ip from DHCP server defined on ASA&amp;nbsp; right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All other hosts with IP like .121,122,123 are statically configured&amp;nbsp; right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 01:09:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dhcpd-address-on-asa/m-p/2248732#M357701</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2013-05-08T01:09:00Z</dc:date>
    </item>
    <item>
      <title>DHCPD address on ASA</title>
      <link>https://community.cisco.com/t5/network-security/dhcpd-address-on-asa/m-p/2248733#M357702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, the only IP address that the ASA will give with the DHCP service is the one configured in the pool&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can confirm this with the previously mentioned command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show dhcpd binding&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which will show all the IP addresses the ASA has given with its DHCP service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other hosts with the other IP addresses are either configured with a static network settings on the actual host or they are getting their IP address from some other device. I would imagine they have been configured staticly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 01:16:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dhcpd-address-on-asa/m-p/2248733#M357702</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-05-08T01:16:34Z</dc:date>
    </item>
    <item>
      <title>DHCPD address on ASA</title>
      <link>https://community.cisco.com/t5/network-security/dhcpd-address-on-asa/m-p/2248734#M357704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jouni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 01:29:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dhcpd-address-on-asa/m-p/2248734#M357704</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2013-05-08T01:29:53Z</dc:date>
    </item>
  </channel>
</rss>

