ONU {{ $onu->serial_number }} ONUs {{ $onu->serial_number }}

{{ $onu->serial_number }}

{{ $onu->interface_name }}
Editar
@csrf @method('DELETE')
{{-- Info cards --}}

Información ONU

@if($onu->status === 'authorized') Activa @elseif($onu->status === 'pending') Pendiente @else Deshabilitada @endif
Interfaz OLT {{ $onu->olt_interface_name }}
Interfaz ONU {{ $onu->interface_name }}
Serial {{ $onu->serial_number }}
Tipo {{ $onu->onu_type }}
Cliente {{ $onu->customer_name ?? '—' }}
@if($onu->customer_description)
Descripción {{ $onu->customer_description }}
@endif @if($onu->authorized_at)
Autorizado {{ $onu->authorized_at->format('d/m/Y h:i A') }} @if($onu->authorizedBy) por {{ $onu->authorizedBy->name }} @endif
@endif

Servicio

{{ $onu->vlan }}
VLAN
{{ $onu->service_port }}
Service Port
{{ $onu->tcont_profile }}
Perfil TCONT
{{-- Optical Power --}}

Potencia Óptica

Haz clic en "Consultar" para leer la potencia óptica

{{-- CLI config --}}
Configuración CLI aplicada
{{ $onu->buildCliCommands() }}