Cisco dhcp binding database locally saved

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2018 10:51 AM - edited 03-08-2019 03:50 PM
Hello Mr,
I have about 200 ip phones in my network with dhcp configured on Cisco 6509-e vss system for their addressing.
I need to keep my phones on current ip leased so I decided to write the DHCP database locally and let the switch respond to DHCP requests from this local file.
so I issued the command #IP dhcp database flash:/dhcp.txt and it worked now I have file with the current lease.
the question is, will the switch "the dhcp server" read the file and respond to the DHCP requests according to the file contents or this will not occur.??? or this file will keep the only DHCP lease database and thats all?
TIA
- Labels:
-
LAN Switching

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2018 06:16 AM
the switch records the current situation and reloads the file across reboots.
afaik it is NOT a static DHCP-assignment. but as the client will request re-use of the same ip-address it has used before, it will most likely behave as static assignment.
for real static assignment you need
1. enable
2. configure terminal
3. ip dhcp pool pool-name
4. host address [mask | /prefix-length]
5. client-identifier unique-identifier
6. hardware-address hardware-address [protocol-type | hardware-number]
(7. client-name name )
8. end
