[% USE Number.Format %] [% PROCESS 'externallinks.tt' -%]
| MAC | Match | Device or Node[% IF params.stamps %] | First Seen | Last Seen[% END %] | 
|---|---|---|---|---|
| MAC [% row.net_mac.$mac_format_call | html_entity %] [% IF params.show_vendor %] ( [% row.manufacturer.company | html_entity %] ) [% END %] seen as: [% INCLUDE external_mac_links item = row %] | MAC → IP | [% row.ip | html_entity %]
        [% '  ' IF NOT row.active %]
        [% ' (' _ row.dns.remove(settings.domain_suffix) _ ')' IF row.dns %] [% IF params.stamps %][% INCLUDE external_ip_links item = row %] | [% row.time_first_stamp | html_entity %] | [% row.time_last_stamp | html_entity %][% END %] | 
| MAC [% node.net_mac.$mac_format_call | html_entity %] [% IF params.show_vendor %] ( [% node.manufacturer.company | html_entity %] ) [% END %] seen as: [% INCLUDE external_mac_links item = node %] | Node on Port | [% node.device.dns || node.switch | html_entity %] - [% node.port | html_entity %]
          [% '  ' IF NOT node.active %]
          on vlan [% node.vlan | html_entity %] [% IF params.stamps %]([% node.switch | html_entity %] - [% node.device.name | html_entity %] - "[% node.device_port.name | html_entity %]") | [% node.time_first_stamp | html_entity %] | [% node.time_last_stamp | html_entity %][% END %] | 
| MAC [% port.net_mac.$mac_format_call | html_entity %] [% IF params.show_vendor %] ( [% port.manufacturer.company | html_entity %] ) [% END %] seen as: [% INCLUDE external_mac_links item = port %] | Device Port | [% port.device.dns || port.ip | html_entity %] - [% port.descr | html_entity %] [% IF params.stamps %]([% port.ip | html_entity %] - [% port.device.name | html_entity %] - "[% port.name | html_entity %]") | [% port.creation.remove(':[0-9./]+$') | html_entity %] | [% port.creation.remove(':[0-9./]+$') | html_entity %][% END %] | 
| MAC [% nbt.net_mac.$mac_format_call | html_entity %] [% IF params.show_vendor %] ( [% nbt.manufacturer.company | html_entity %] ) [% END %] seen as: [% INCLUDE external_mac_links item = nbt %] | NetBIOS | \\[% nbt.domain | html_entity %]\[% nbt.nbname | html_entity %] [% IF params.stamps %][% nbt.nbuser || '[No User]' | html_entity %]@[% nbt.ip | html_entity %] | [% nbt.time_first_stamp | html_entity %] | [% nbt.time_last_stamp | html_entity %][% END %] | 
| MAC [% wlan.net_mac.$mac_format_call | html_entity %] [% IF params.show_vendor %] ( [% wlan.manufacturer.company | html_entity %] ) [% END %] seen as: [% INCLUDE external_mac_links item = wlan %] | 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 %] |