cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
9926
Views
11
Helpful
7
Replies

ASA 9.5 dhcp reservation

ronald.su
Level 1
Level 1

hi , my dhcp is on ASA5506, and the os ver is 9.5,  I want to bing a static IP to a MAC address in dhcp.

can I ? how?

 

thanks

 

2 Accepted Solutions

Accepted Solutions

  1. Version 9.5 is not supported any more, you should move to 9.8(4).
  2. The DHCP-server on the ASA is not a full featured server, there are a couple of limitations and reservations are one of these. Here is the corresponding config-guide with some more infos:

https://www.cisco.com/c/en/us/td/docs/security/asa/asa98/configuration/general/asa-98-general-config/basic-dhcp-ddns.html

View solution in original post

This feature is now supported on ASA in version 9.13(1) and later

Example:

Magnus-5506-Desk# sh run dhcpd
dhcpd dns 192.168.1.22
dhcpd domain cisco.com
dhcpd option 4 ip 172.18.124.1
!
dhcpd address 192.168.100.100-192.168.100.200 inside
dhcpd enable inside
dhcpd reserve-address 192.168.100.199 ecb5.fa0f.988b inside
!
Magnus-5506-Desk#

View solution in original post

7 Replies 7

  1. Version 9.5 is not supported any more, you should move to 9.8(4).
  2. The DHCP-server on the ASA is not a full featured server, there are a couple of limitations and reservations are one of these. Here is the corresponding config-guide with some more infos:

https://www.cisco.com/c/en/us/td/docs/security/asa/asa98/configuration/general/asa-98-general-config/basic-dhcp-ddns.html

if I upgrade to 9.8(4), the DHCP ip reservation still not support on ASA?

This feature is now supported on ASA in version 9.13(1) and later

Example:

Magnus-5506-Desk# sh run dhcpd
dhcpd dns 192.168.1.22
dhcpd domain cisco.com
dhcpd option 4 ip 172.18.124.1
!
dhcpd address 192.168.100.100-192.168.100.200 inside
dhcpd enable inside
dhcpd reserve-address 192.168.100.199 ecb5.fa0f.988b inside
!
Magnus-5506-Desk#

Hi Jay,

 

the dhcp reservation doesnt work for me

asa5506 with 9.16(2)14

 

dhcpd domain xxxxxxxx
!
dhcpd address 192.168.1.50-192.168.1.250 inside
dhcpd dns 208.67.222.222 208.67.220.220 interface inside
dhcpd domain xxxxxxxxxxx interface inside
dhcpd enable inside
dhcpd reserve-address 192.168.1.170 78a5.dd3f.3641 inside

 

any idea?

br

Yordan

Is it possible the device 78a5.dd3f.3641 had an existing Lease/ARP entry before applying the command?

Yordan,

I know this thread is aged. However, did you find an answer that worked for you and reservations on your FW? This does not work on mine either. 

dhcpd auto_config Inside
dhcpd address 10.192.153.10-10.192.153.230 Guest
dhcpd dns 8.8.8.8 24.140.1.2 interface Guest
dhcpd lease 14400 interface Guest
dhcpd domain freshtaste.guest interface Guest
dhcpd option 114 ascii https://192.0.2.1/login.html?redirect=192.0.2.1/login.html?redirect=www.msftconnecttest.com/redirect interface Guest
dhcpd enable Guest

dhcpd reserve-address 10.192.153.194 ac86.a3b4.8f52 Guest  

Make a new post 

MHM

Review Cisco Networking for a $25 gift card