1

I am trying to configure a Cisco ASA 5510 to assign specific IP-addresses to specific MACs. Firmware on my ASA is 8.2(5). I have used this feature in our previous device (Cisco SA-520W). I have also read that this feature is (not yet) implemented. How do I work around this problem, if not by direct assignment? Do I need to specify fixed IP's on concerned devices themselves?

I also have a SG 300-52 switch for our LAN. We cannot specify IP-addresses to ports, because we have further switches down the line.

Scott Pack
  • 14,907
  • 10
  • 53
  • 83
Sampsa
  • 113
  • 4

1 Answers1

3

Your best option is probably to run DHCP on the Windows server, since it'll have the needed DHCP reservation capability.

If the server is in a different broadcast domain as the one you're providing addresses for, you'll need to have the ASA act as a DHCP relay - that's configured with the dhcprelay enable and dhcprelay server commands.

Shane Madden
  • 114,520
  • 13
  • 181
  • 251