Gestión de equipos ONU en la red
| Interfaz | Serial (SN) | Tipo | Cliente | VLAN | Perfil | Estado | Autorizado | |
|---|---|---|---|---|---|---|---|---|
{{ $onu->interface_name }}
|
{{ $onu->serial_number }}
|
{{ $onu->onu_type }} |
{{ $onu->customer_name ?? '—' }}
@if($onu->customer_description)
{{ $onu->customer_description }}
@endif
|
{{ $onu->vlan }} | {{ $onu->tcont_profile }} |
@if($onu->status === 'authorized') Activa @elseif($onu->status === 'pending') Pendiente @else Deshabilitada @endif | {{ $onu->authorized_at?->format('d/m/y h:i A') ?? '—' }} | |
|
No hay ONUs registradas. Autorizar ONU |
||||||||