Manual:Tools/IP-Scan: Difference between revisions

From MikroTik Wiki
Jump to navigation Jump to search
m (no defaults for these values)
(3 intermediate revisions by 2 users not shown)
Line 12: Line 12:
{{Mr-arg-table-h
{{Mr-arg-table-h
|prop=Property
|prop=Property
|default=
|desc=Description
|desc=Description
}}
}}
Line 18: Line 19:
|arg=address
|arg=address
|type=string
|type=string
|default=
|desc=IP address of network device.
|desc=IP address of network device.
}}
}}
Line 24: Line 26:
|arg=mac-address
|arg=mac-address
|type=string
|type=string
|default=
|desc=MAC address of network device.
|desc=MAC address of network device.
}}
}}
Line 30: Line 33:
|arg=time
|arg=time
|type=integer in ms
|type=integer in ms
|default=
|desc= response time of seen network device when found
|desc= response time of seen network device when found
}}
}}
Line 37: Line 41:
|arg=DNS
|arg=DNS
|type=string
|type=string
|default=
|desc= DNS name of network device
|desc= DNS name of network device
}}
}}
Line 44: Line 49:
|arg=SNMP
|arg=SNMP
|type=string
|type=string
|default=
|desc= SNMP name of the device
|desc= SNMP name of the device
}}
}}
Line 50: Line 56:
|arg=NET-BIOS
|arg=NET-BIOS
|type=string
|type=string
|default=
|desc=NET-BIOS name of device if advertised by device
|desc=NET-BIOS name of device if advertised by device
}}
}}
Line 57: Line 64:
When using IP scan tool user must choose what it wants to scan for:
When using IP scan tool user must choose what it wants to scan for:
* certain IPv4 prefix
* certain IPv4 prefix
tool will attempt to scan all the addreses or address set in address.
: tool will attempt to scan all the addreses or address set in address.


* interface of the router
* interface of the router
tool will attempt to listen to packets that are "passing by" and attempt to compile results when something is found
: tool will attempt to listen to packets that are "passing by" and attempt to compile results when something is found




There is a possibility to set both but then results may be inconclusive
There is a possibility to set both but then results may be inconclusive
{{cont}}
[[Category:Manual|I]]
[[Category:Tools|I]]

Revision as of 11:59, 5 November 2010

Summary

Sub-menu: /tool ip-scan
Standards:


IP Scan tool allows user to scan network based on some network prefix or by setting interface to listen to. Either way tool collects certain data from the network.

Properties

Property Description
address (string; Default: ) IP address of network device.
mac-address (string; Default: ) MAC address of network device.
time (integer in ms; Default: ) response time of seen network device when found
DNS (string; Default: ) DNS name of network device
SNMP (string; Default: ) SNMP name of the device
NET-BIOS (string; Default: ) NET-BIOS name of device if advertised by device

How to use

When using IP scan tool user must choose what it wants to scan for:

  • certain IPv4 prefix
tool will attempt to scan all the addreses or address set in address.
  • interface of the router
tool will attempt to listen to packets that are "passing by" and attempt to compile results when something is found


There is a possibility to set both but then results may be inconclusive


[ Top | Back to Content ]