DHCP Clients

List of all DHCP clients on the device

DHCP Clients

Device's DHCP client configuration

@if ($clients != "-1")
@foreach($clients as $client) @endforeach
# Interface Options Use Peer DNS Use Peer NTP Valid Status Actions
{{ $client['.id'] }} {{ $client['interface'] }} {{ $client['dhcp-options'] }} {{ $client['use-peer-dns'] }} {{ $client['use-peer-ntp'] }} @if ($client['invalid'] == "true") @else @endif @if ($client['disabled'] == "false") Enabled @else Disabled @endif
@else

Connection Error

Failed to load DHCP client information.

{{ $conn_error }}

@endif
@if ($clients != "-1") @endif