ā05-04-2019 07:00 PM
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
Solved! Go to Solution.
ā05-05-2019 01:47 AM
ā02-20-2020 08:19 AM
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#
ā05-05-2019 01:47 AM
ā05-05-2019 06:49 PM
ā02-20-2020 08:19 AM
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#
ā03-13-2022 09:36 AM
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
ā03-15-2022 08:45 AM
Is it possible the device 78a5.dd3f.3641 had an existing Lease/ARP entry before applying the command?
ā09-06-2024 08:40 AM
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
ā09-09-2024 01:16 AM
Make a new post
MHM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide