{{ $device->name }} Dispositivos {{ $device->name }}

{{ $device->name }}

{{ $device->host }}:{{ $device->port }}
@forelse($device->ports as $port)
interface {{ $port->interface_name }} @if($port->description) — {{ $port->description }} @endif
{{ $port->onus->count() }} ONUs
@forelse($port->onus as $onu) @empty @endforelse
# Serial (SN) Tipo Cliente VLAN Perfil Estado
{{ $onu->onu_number }} {{ $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 Ver →
Sin ONUs en este puerto.
@empty

No hay puertos configurados.

Autorizar primera ONU
@endforelse