suzieq icon indicating copy to clipboard operation
suzieq copied to clipboard

Support for DHCP SNOOPING BINDING data over time

Open cldeluna opened this issue 3 years ago • 0 comments

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 snooping or the configuration itself.

cldeluna avatar Dec 25 '21 16:12 cldeluna