suzieq
suzieq copied to clipboard
Support for DHCP SNOOPING BINDING data over time
Is your feature request related to a problem? Please describe.
In a Cisco Catalyst IOS-XE environment, we are using the output of the show ip dhcp snooping binding command to determine if a device obtains its IP via DHCP or if it is likely hardcoded.
Describe the solution you'd like Support for a dhcp binding service including columns for MAC_Address, IP_Address, Lease_sec, Type, Vlan, and Interface
MacAddress IpAddress Lease(sec) Type VLAN Interface
------------------ --------------- ---------- ------------- ---- --------------------
Additional context For the vlan service, an additional (optional) attribute noting its dhcp snooping status so as to allow easy reporting on the question:
- are all the vlans on this switch configured for DHCP snooping?*
Note: This might require parsing
ip dhcp snoopingor the configuration itself.