Trying to set DHCPRelay so DHCP requests from the inside interface of the ASA are routed to a DHCP server in another site. Get an error message when issuing the configuration command "dhcprelay enable inside" that states the inside interface is already set as a DHCP Client.
If I issue the command "sh dhcprelay state", I get this;
Context Not Configured for DHCP
Interface inside, Configured for DHCP CLIENT
Interface OutSide, Configured for DHCP RELAY
If I run that command on an ASA that's configured correctly, I get this;
Context Configured as DHCP Relay
Interface inside, Configured for DHCP RELAY SERVER
Interface OutSide, Configured for DHCP RELAY
I had six firewalls behaving this way, and after reloading them, I was able to issue the "dhcprelay enable inside" successfully on four of them, but two still would not accept that change.
How do I change the inside interface from DHCP CLIENT to DHCP RELAY SERVER?
How do I set the context to DHCP Relay?