Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
GregH
New Contributor

Listing of Reserved IP Addresses

I can use the CLI to reserve an IP address for a particular computer/device but how do I get a listing of what has been reserved? I cannot find anything in the manuals that discusses how to view all reserved IP addresses. Thanks in advance, GregH
2 REPLIES 2
ede_pfau
SuperUser
SuperUser

Hi, you' re looking for this?
config system dhcp reserved-address
     edit " mph-mac1" 
         set ip 192.168.12.11
         set mac 00:05:02:56:9d:64
     next
     edit " jona" 
         set ip 192.168.12.12
         set mac 00:11:11:51:e7:f4
     next
 ...
 end
 
Ede Kernel panic: Aiee, killing interrupt handler!
Ede Kernel panic: Aiee, killing interrupt handler!
rwpatterson
Valued Contributor III

Replace ' config' with ' show'
show system dhcp reserved-address
     edit " mph-mac1" 
         set ip 192.168.12.11
         set mac 00:05:02:56:9d:64
     next
     edit " jona" 
         set ip 192.168.12.12
         set mac 00:11:11:51:e7:f4
     next
 ...
 end
 

Bob - self proclaimed posting junkie!
See my Fortigate related scripts at: http://fortigate.camerabob.com

Bob - self proclaimed posting junkie!See my Fortigate related scripts at: http://fortigate.camerabob.com
Announcements

Select Forum Responses to become Knowledge Articles!

Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.

Labels
Top Kudoed Authors