@extends('layouts.app') @section('title', 'IP pools') @section('content')
{{ $pools->count() }} pool(s). Addresses are handed out by RADIUS or DHCP from these ranges.
| Pool | Type | Network | Range | Capacity | Tracked | Lease | Status | |
|---|---|---|---|---|---|---|---|---|
| {{ $pool->name }} | {{ strtoupper($pool->pool_type) }} | {{ $pool->network }}/{{ $pool->cidr ?: $pool->netmask }} | {{ $pool->start_ip ?: '—' }} — {{ $pool->end_ip ?: '—' }} | {{ number_format($cap) }} | {{ number_format($pool->addresses_count) }}
@if ($cap > 0) {{ $pct }}% @endif |
{{ $pool->lease_time }}s | {{ $pool->is_active ? 'Active' : 'Inactive' }} | Open Edit |