[% USE Number.Format %]
| MAC[% IF params.show_vendor %] | Vendor[% END %] | Match | Device or Node[% IF params.stamps %] | First Seen | Last Seen[% END %] | 
|---|---|---|---|---|---|
| [% IF first_row %] [% row.net_mac.$mac_format_call | html_entity %] [% ELSE %] [% END %] [% IF params.show_vendor %] | [% IF first_row %] [% row.oui.company | html_entity %] [% ELSE %] [% END %][% END %] | MAC → IP | [% row.ip | html_entity %] [% ' ' IF NOT row.active %] [% ' (' _ row.dns.remove(settings.domain_suffix) _ ')' IF row.dns %][% IF params.stamps %] | [% row.time_first_stamp | html_entity %] | [% row.time_last_stamp | html_entity %][% END %] | 
| [% IF first_row %] [% node.net_mac.$mac_format_call | html_entity %] [% ELSE %] [% END %][% IF params.show_vendor %] | [% IF first_row %] [% node.oui.company | html_entity %] [% ELSE %] [% END %][% END %] | Switch Port | [% node.switch | html_entity %] - [% node.port | html_entity %] [% ' ' IF NOT node.active %] [% IF node.device.dns AND node.device_port AND node.device_port.name %] ([% node.device.dns | html_entity %] - [% node.device_port.name | html_entity %]) [% END %][% IF params.stamps %] | [% node.time_first_stamp | html_entity %] | [% node.time_last_stamp | html_entity %][% END %] | 
| [% IF first_row %] [% port.mac | html_entity %] [% ELSE %] [% END %][% IF params.show_vendor %] | [% IF first_row %] [% port.oui.company | html_entity %] [% ELSE %] [% END %][% END %] | Switch Port | [% port.ip | html_entity %] - [% port.descr | html_entity %] [% IF port.device.dns AND port.name %] ([% port.device.dns | html_entity %] - [% port.name | html_entity %]) [% END %][% IF params.stamps %] | [% port.creation | html_entity %] | [% port.creation | html_entity %][% END %] | 
| [% IF first_row %] [% nbt.mac | html_entity %] [% ELSE %] [% END %][% IF params.show_vendor %] | [% END %] | NetBIOS | \\[% nbt.domain | html %]\[% nbt.nbname | html_entity %] [% IF params.stamps %][% nbt.nbuser || '[No User]' | html %]@[% nbt.ip | html_entity %] | [% nbt.time_first_stamp | html_entity %] | [% nbt.time_last_stamp | html_entity %][% END %] | 
| [% IF first_row %] [% wireless.mac | html_entity %] [% ELSE %] [% END %][% IF params.show_vendor %] | [% END %] | Wireless Info | SSID: [% wlan.ssid | html_entity %] [% IF params.stamps %]MaxRate: [% wlan.maxrate | html_entity %]Mbps TxRate: [% wlan.txrate | html_entity %]Mbps SigStr: [% wlan.sigstrength | html_entity %] SigQual: [% wlan.sigqual | html_entity %] Rx: [% wlan.rxpkt | format_number %] pkts, [% wlan.rxbyte | format_number %] bytes Tx: [% wlan.txpkt | format_number %] pkts, [% wlan.txbyte | format_number %] bytes | [% wlan.get_column('time_last_stamp') | html_entity %][% END %] |