DHCP Client "{{$client['interface']}}" Information

Detailed information about the DHCP Client "{{$client['interface']}}"

Client Details

Configuration and settings for this DHCP client

Basic Information

Interface
{{ $client['interface'] ?? '-' }}
Add Default Route
{{ $client['add-default-route'] ?? '-' }}
Use Peer DNS
{{ $client['use-peer-dns'] ?? '-' }}
Use Peer NTP
{{ $client['use-peer-ntp'] ?? '-' }}

Raw Data

JSON Format

Complete DHCP client data in JSON format for debugging and reference.

{{ $json }}