[% USE date(format = '%Y-%m-%d %H:%M') %] [% USE Number.Format %] [% IF params.show_vendor %] [% END %] [% IF params.stamps %] [% END %] [% WHILE (row = macs.next) %] [% IF row.nbname %] [% IF params.show_vendor %] [% END %] [% IF params.stamps %] [% END %] [% ELSE %] [% IF params.show_vendor %] [% END %] [% IF params.stamps %] [% END %] [% END %] [% FOREACH nbt IN row.netbios %] [% IF params.show_vendor %] [% END %] [% IF params.stamps %] [% END %] [% END %] [% FOREACH ni IN row.nodeips %] [% IF params.show_vendor %] [% END %] [% IF params.stamps %] [% END %] [% END %] [% FOREACH node IN row.node_sightings(archive_filter) %] [% IF params.show_vendor %] [% END %] [% IF params.stamps %] [% END %] [% FOREACH wlan IN node.wireless %] [% IF params.show_vendor %] [% END %] [% IF params.stamps %] [% END %] [% END %] [% END %] [% FOREACH nodeip IN row.ip_aliases(archive_filter) %] [% IF params.show_vendor %] [% END %] [% IF params.stamps %] [% END %] [% END %] [% END %]
MACVendorMatch Device or NodeFirst Seen Last Seen
[% row.net_mac.$mac_format_call | html_entity %][% row.oui.company | html_entity %]NetBIOS \\[% row.domain | html_entity %]\[% row.nbname | html_entity %]
[% row.nbuser || '[No User]' | html_entity %]@[% row.ip | html_entity %]
[% row.time_first_stamp | html_entity %] [% row.time_last_stamp | html_entity %]
[% row.net_mac.$mac_format_call | html_entity %][% row.oui.company | html_entity %]IP → MAC [% row.ip | html_entity %] [% '  ' IF NOT row.active %] [% ' (' _ row.dns.remove(settings.domain_suffix) _ ')' IF row.dns %] [% row.time_first_stamp | html_entity %] [% row.time_last_stamp | html_entity %]
  NetBIOS \\[% nbt.domain | html_entity %]\[% nbt.nbname | html_entity %]
[% nbt.nbuser || '[No User]' | html_entity %]@[% nbt.ip | html_entity %]
[% date.format(nbt.time_first) | html_entity %] [% date.format(nbt.time_last) | html_entity %]
  IP → MAC [% ni.ip | html_entity %] [% '  ' IF NOT ni.active %] [% ' (' _ ni.dns.remove(settings.domain_suffix) _ ')' IF ni.dns %] [% date.format(ni.time_first) | html_entity %] [% date.format(ni.time_last) | html_entity %]
  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 %] [% node.time_first_stamp | html_entity %] [% node.time_last_stamp | html_entity %]
  Wireless Info SSID: [% wlan.ssid | html_entity %]
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
  [% date.format(wlan.time_last) | html_entity %]
  MAC → IP [% nodeip.ip | html_entity %] [% '  ' IF NOT nodeip.active %] [% ' (' _ nodeip.dns.remove(settings.domain_suffix) _ ')' IF nodeip.dns %] [% nodeip.time_first_stamp | html_entity %] [% nodeip.time_last_stamp | html_entity %]