10-24-2022 06:39 AM
I was wondering if there's a way of setting up static IP for a printer using Cisco's ASA-5506?
Solved! Go to Solution.
10-24-2022 07:42 AM - last edited on 11-08-2022 12:53 AM by Translator
Hello,
that version should be sufficient. Below is a sample config, does that work on your 5506 ?
dhcpd address 192.168.1.10-192.168.1.20 inside
dhcpd enable inside
dhcpd reserve-address 192.168.1.11 afe5.caef.356b inside
10-24-2022 09:22 AM - last edited on 11-08-2022 12:57 AM by Translator
Hello,
if it is already setup, you should find the relevant configuration in the running config. If it is not there, the error message most likely means that a dynamic binding already exists. Before adding the static reservation, clear the existing binding using the
clear dhcpd binding x.x.x.x
command.
10-24-2022 06:56 AM
I was wondering if there's a way of setting up static IP for a printer using Cisco's ASA-5506?
Question was not clear ?
can you explain more.
is the ASA Acting as DHCP ? if that is case you can do below :
dhcpd reserve-address 10.10.10.10 xxxx.xxxx.xxxx inside
10-24-2022 07:39 AM
Hello,
The goal is to setup a static IP for our printer, so it does not randomly changes ip. The ASA is acting as a DHCP server.
10-24-2022 10:12 AM
The above example helps you to make static entry.
make sure when you make a static entry that is not in the pool, make sure you reserve the IP address.
dhcpd address 10.10.10.10-10.10.10.10.20 inside
Once that is done, clear the arp table. and reboot the printer to get a static IP address.
10-24-2022 07:24 AM
Hello,
which ASA software version are you running ? I think the DHCP reservation feature was added somewhere in release 9.1.3, so you need to have that installed...
10-24-2022 07:36 AM
Hello,
Our ASA version is 9.14(3).18
10-24-2022 07:42 AM - last edited on 11-08-2022 12:53 AM by Translator
Hello,
that version should be sufficient. Below is a sample config, does that work on your 5506 ?
dhcpd address 192.168.1.10-192.168.1.20 inside
dhcpd enable inside
dhcpd reserve-address 192.168.1.11 afe5.caef.356b inside
10-24-2022 07:54 AM
gotten an ERROR: Binding exists for the IP. I'm assuming it's already setup? My end goal is to verify each branch location has a static IP for all printers.
10-24-2022 09:22 AM - last edited on 11-08-2022 12:57 AM by Translator
Hello,
if it is already setup, you should find the relevant configuration in the running config. If it is not there, the error message most likely means that a dynamic binding already exists. Before adding the static reservation, clear the existing binding using the
clear dhcpd binding x.x.x.x
command.
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