<?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 ASA 5505 DHCP Reservation list in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5505-dhcp-reservation-list/m-p/2368274#M1049618</link>
    <description>&lt;P&gt;Hi Guys - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm wondering how others out there are addressing remote offices/users with asa 5505's at the location and offering DHCP locally from the asa itself instead of across the vpn tunnel.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to set DHCP Reservations by MAC Address for my "approved" devices such as laptops instead of having to assign static ip's in the office; so the user does not have to remember to switch from dhcp to static, etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only way I know how to acomplish this is to have a dedicated dhcp server outside of the asa running mac reservations; which is what I am trying to advoid having to do and let the ASA provide the addresses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All asa's are loaded with current software 9.1(3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;-Trevor&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 13:02:38 GMT</pubDate>
    <dc:creator>tstrosnider</dc:creator>
    <dc:date>2020-02-21T13:02:38Z</dc:date>
    <item>
      <title>ASA 5505 DHCP Reservation list</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-dhcp-reservation-list/m-p/2368274#M1049618</link>
      <description>&lt;P&gt;Hi Guys - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm wondering how others out there are addressing remote offices/users with asa 5505's at the location and offering DHCP locally from the asa itself instead of across the vpn tunnel.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to set DHCP Reservations by MAC Address for my "approved" devices such as laptops instead of having to assign static ip's in the office; so the user does not have to remember to switch from dhcp to static, etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only way I know how to acomplish this is to have a dedicated dhcp server outside of the asa running mac reservations; which is what I am trying to advoid having to do and let the ASA provide the addresses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All asa's are loaded with current software 9.1(3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;-Trevor&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 13:02:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-dhcp-reservation-list/m-p/2368274#M1049618</guid>
      <dc:creator>tstrosnider</dc:creator>
      <dc:date>2020-02-21T13:02:38Z</dc:date>
    </item>
    <item>
      <title>ASA 5505 DHCP Reservation list</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-dhcp-reservation-list/m-p/2368275#M1049622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Trevor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for using the SRCUG forum and posting your question.&amp;nbsp; The ASA only supports DHCP reservations when connecting a client via VPN and not on the internal network.&amp;nbsp; A work around could be to use your intenral switch if it supports layer 3 and manually bind the IP address to MAC address withing the DHCP Pool configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;ip dhcp pool {client name} 
&lt;/PRE&gt;&lt;P&gt; &lt;A name="wp1001421" style="color: #000000; font-family: Arial, Helvetica, sans-serif; background-color: #ffffff;"&gt;&lt;/A&gt;&lt;/P&gt;&lt;DIV style="color: #000000; font-family: 'Courier New', Courier, mono; font-size: 10px; margin: -0.55em 0em; background-color: #ffffff;"&gt;&lt;PRE&gt; host {static IP address} 
&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt; &lt;A name="wp1001422" style="color: #000000; font-family: Arial, Helvetica, sans-serif; background-color: #ffffff;"&gt;&lt;/A&gt;&lt;/P&gt;&lt;DIV style="color: #000000; font-family: 'Courier New', Courier, mono; font-size: 10px; margin: -0.55em 0em; background-color: #ffffff;"&gt;&lt;PRE&gt; hardware-address {client MAC} ieee802
&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt; &lt;A name="wp1001423" style="color: #000000; font-family: Arial, Helvetica, sans-serif; background-color: #ffffff;"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt; client-name {name of client}&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, there is a caveat to this, you will need to create a DHCP Pool for each manual bind, you can only have one manul bind per DHCP pool.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/en/US/docs/ios-xml/ios/ipaddr_dhcp/configuration/12-4t/config-dhcp-server.html#GUID-68D87544-7C6F-48C9-9DFE-56F5B7E4A89D"&gt;http://www.cisco.com/en/US/docs/ios-xml/ios/ipaddr_dhcp/configuration/12-4t/config-dhcp-server.html#GUID-68D87544-7C6F-48C9-9DFE-56F5B7E4A89D&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3 style="font-size: 1.2em; color: #336666; margin-top: 1em; margin-bottom: 0.5em; font-family: Arial, Helvetica, sans-serif; line-height: 14px; background-color: #ffffff;"&gt;Configuring Manual Bindings&lt;/H3&gt;&lt;P style="color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 14px; background-color: #ffffff;"&gt; &lt;SPAN style="line-height: 1.2em; color: #333333; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;An address binding is a mapping between the IP address and MAC address of a client. The IP address of a client can be assigned manually by an administrator or assigned automatically from a pool by a DHCP server.&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV id="GUID-68D87544-7C6F-48C9-9DFE-56F5B7E4A89D__GUID-9BB4702E-0889-4681-A91C-F24748CCBB9B" style="margin-top: 1em; margin-bottom: 1em;"&gt;&lt;P style="margin-top: 0.5em; margin-bottom: 0.5em; line-height: 1.2em;"&gt;Manual bindings are IP addresses that have been manually mapped to the MAC addresses of hosts that are found in the DHCP database. Manual bindings are stored in NVRAM on the DHCP server. Manual bindings are just special address pools. There is no limit on the number of manual bindings, but you can configure only one manual binding per host pool.&lt;/P&gt;&lt;P style="margin-top: 0.5em; margin-bottom: 0.5em; line-height: 1.2em;"&gt;Automatic bindings are IP addresses that have been automatically mapped to the MAC addresses of hosts that are found in the DHCP database. &lt;SPAN style="text-decoration: underline;"&gt;Because the bindings are stored in volatile memory on the DHCP server, binding information is lost in the event of a power failure or upon router reload for any other reason. To prevent the loss of automatic binding information in such an event, store a copy of the automatic binding information on a remote host called a DHCP database agent. The bindings are periodically written to the database agent. If the router reloads, the bindings are read back from the database agent to the DHCP database on the DHCP server.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt; Joshua Koch&lt;BR /&gt;Systems Engineer&lt;/P&gt;&lt;P&gt;Cisco Systems &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 15:06:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-dhcp-reservation-list/m-p/2368275#M1049622</guid>
      <dc:creator>Joshua Koch</dc:creator>
      <dc:date>2013-11-18T15:06:59Z</dc:date>
    </item>
    <item>
      <title>ASA 5505 DHCP Reservation list</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-dhcp-reservation-list/m-p/2368276#M1049624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Josh for your reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately I am only using the ASA5505 itself and maybe an AP for the switching and not any additional switches.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trevor Strosnider&lt;/P&gt;&lt;P&gt;Von Housen Automotive Group&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 22:51:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-dhcp-reservation-list/m-p/2368276#M1049624</guid>
      <dc:creator>tstrosnider</dc:creator>
      <dc:date>2013-11-18T22:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5505 DHCP Reservation list</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-dhcp-reservation-list/m-p/4033184#M1049625</link>
      <description>This feature is now supported on ASA in version 9.13(1) and later&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;Magnus-5506-Desk# sh run dhcpd&lt;BR /&gt;dhcpd dns 192.168.1.22&lt;BR /&gt;dhcpd domain cisco.com&lt;BR /&gt;dhcpd option 4 ip 172.18.124.1&lt;BR /&gt;!&lt;BR /&gt;dhcpd address 192.168.100.100-192.168.100.200 inside&lt;BR /&gt;dhcpd enable inside&lt;BR /&gt;dhcpd reserve-address 192.168.100.199 ecb5.fa0f.988b inside&lt;BR /&gt;!&lt;BR /&gt;Magnus-5506-Desk#</description>
      <pubDate>Thu, 20 Feb 2020 16:13:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-dhcp-reservation-list/m-p/4033184#M1049625</guid>
      <dc:creator>Jay Johnston</dc:creator>
      <dc:date>2020-02-20T16:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5505 DHCP Reservation list</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-dhcp-reservation-list/m-p/4034642#M1066924</link>
      <description>&lt;P&gt;Do you have any reference for "dhcpd reserve-address"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't see it in the release notes for 9.13(1):&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/security/asa/asa913/release/notes/asarn913.html" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/security/asa/asa913/release/notes/asarn913.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking at upgrading from ASA5505 to FirePower 1010 (which I believe runs 9.13(1)and this feature would be really nice...&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 12:08:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-dhcp-reservation-list/m-p/4034642#M1066924</guid>
      <dc:creator>arthurbarrett</dc:creator>
      <dc:date>2020-02-24T12:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5505 DHCP Reservation list</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-dhcp-reservation-list/m-p/4050671#M1068090</link>
      <description>&lt;P&gt;Hi arthurbarrett,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;there is a reported bug regarding the lack of documentation about the&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;"dhcpd reserve-address" command.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;A href="https://quickview.cloudapps.cisco.com/quickview/bug/CSCvt14298" target="_blank" rel="noopener"&gt;https://quickview.cloudapps.cisco.com/quickview/bug/CSCvt14298&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2020 17:36:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-dhcp-reservation-list/m-p/4050671#M1068090</guid>
      <dc:creator>PacoMiralles</dc:creator>
      <dc:date>2020-03-23T17:36:28Z</dc:date>
    </item>
  </channel>
</rss>

