cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3794
Views
0
Helpful
5
Replies

DHCP option - Reservation in ASA .

k_sinjish
Level 1
Level 1

Hi ,

I need to configure DHCP option reservation ( Reserving particular IP for particular MAC address ) in ASA .

Please tell me is possible in ASA . I f so pleas e tell me how can we configure the same in ASA and router .

Regards ,

Sinjish.K

1 Accepted Solution

Accepted Solutions

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

5 Replies 5

Collin Clark
VIP Alumni
VIP Alumni

Not available yet :-(

Is it available now???

Nope

Please mark this post answered if your question was answered

Sent from Cisco Technical Support iPad App

Does anyone know if and when this option will be available?  Seems like a pretty basic funtion of a dhcp server to reserve IP Addresses based on a MAC.

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#