- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Exporting DHCP Monitor
I am looking for a way to export the information in the DHCP monitor to a file that I can manipulate...preferably Excel. How can I do this?
Solved! Go to Solution.
- Labels:
-
Analytics & Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That depends on your skill level and determination.
1- the easy way: pull the info via SNMP (v3). A python script could interface with SNMP and write an XL file.
2- use the REST API to directly access the FGT internals. Pull the data, convert, write an XL (or CSV) file. This will call for some effort, skills, and probably membership in the FTNT Dev community.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That depends on your skill level and determination.
1- the easy way: pull the info via SNMP (v3). A python script could interface with SNMP and write an XL file.
2- use the REST API to directly access the FGT internals. Pull the data, convert, write an XL (or CSV) file. This will call for some effort, skills, and probably membership in the FTNT Dev community.
Created on ‎03-16-2018 08:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Another way if you have a preference with bash/SSH : a server would pull the information by doing a "execute dhcp lease-list"
