Real-time view of all network clients across your Meraki organization
DNS Server: {{ dns_server }}
Cache TTL: {{ cache_ttl }} seconds
Description | Hostname (DNS) | Calculated Hostname | IP Address | IPv6 Address | MAC Address | Status | Manufacturer | OS | Device Type | User | Connection | SSID/VLAN | Switch Port | Usage (KB) | Device | SM | First Seen | Last Seen |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ client.description or "-" }} | {{ client.hostname or "-" }} | {{ client.calculatedHostname or "-" }} | {{ client.ip or "-" }} | {{ client.ip6 or "-" }} | {{ client.mac }} | {{ client.status }} | {{ client.manufacturer or "-" }} | {{ client.os or "-" }} | {{ client.deviceTypePrediction or "-" }} | {{ client.user or "-" }} | {{ client.recentDeviceConnection or "-" }} | {% if client.ssid %} {{ client.ssid }} {% elif client.namedVlan %} VLAN: {{ client.namedVlan }} {% elif client.vlan %} VLAN: {{ client.vlan }} {% else %} - {% endif %} | {{ client.switchport or "-" }} | {% if client.usage %} {{ client.usage.total }} KB {% else %} - {% endif %} | {{ client.recentDeviceName or "-" }} | {% if client.smInstalled %} Yes {% else %} No {% endif %} | {% if client.firstSeen %} {{ client.firstSeen.strftime('%Y-%m-%d %H:%M') }} {% else %} - {% endif %} | {% if client.lastSeen %} {{ client.lastSeen.strftime('%Y-%m-%d %H:%M') }} {% else %} - {% endif %} |
Client data will appear here once collection begins.