1FUSIONINVENTORY-NETDISCUOsVeErRYC(o1n)tributed Perl DocuFmUeSnItOaNtIiNoVnENTORY-NETDISCOVERY(1)
2
3
4

NAME

6       fusioninventory-netdiscovery - Standalone network discovery
7

SYNOPSIS

9       fusioninventory-netdiscovery [options] --first <address> --last
10       <address>
11
12         Options:
13           --first <ADDRESS>      IP range first address
14           --last <ADDRESS>       IP range last address
15           --port <PORT[,PORT2]>  SNMP port (161)
16           --protocol <PROT[,P2]> SNMP protocol/domain (udp/ipv4)
17           --community <STRING>   SNMP community string (public)
18           --credentials <STRING> SNMP credentials (version:1,community:public)
19           --timeout <TIME        SNMP timeout, in seconds (1)
20           --entity <ENTITY>      GLPI entity
21           --threads <COUNT>      number of discovery threads (1)
22           --control              output control messages
23           --debug                debug output
24           -h --help              print this message and exit
25           --version              print the task version and exit
26

DESCRIPTION

28       fusioninventory-netdiscovery can be used to run a network discovery
29       task without a GLPI server.
30

OPTIONS

32       --first ADDRESS
33           Set the first IP address of the network range to scan.
34
35       --last ADDRESS
36           Set the last IP address of the network range to scan.
37
38       --port PORT[,PORT2]
39           List of ports to try, defaults to: 161
40
41           Set it to 161,16100 to first try on default port and then on 16100.
42
43       --protocol PROTOCOL[,PROTOCOL2]
44           List of protocols to try, defaults to: udp/ipv4
45
46           Possible values are: udp/ipv4,udp/ipv6,tcp/ipv4,tcp/ipv6
47
48       --community STRING
49           Use given string as SNMP community (assume SNMPv1).
50
51       --credentials STRING
52           Use given string as SNMP credentials specification. This
53           specification is a comma-separated list of key:value authentication
54           parameters, such as:
55
56           ·   version:2c,community:public
57
58           ·   version:3,username:admin,authprotocol:sha,authpassword:s3cr3t
59
60           ·   etc.
61
62       --timeout TIME
63           Set SNMP timeout, in seconds.
64
65       --entity ENTITY
66           Set GLPI entity.
67
68       --threads COUNT
69           Use given number of inventory threads.
70
71       --control
72           Output server-agent control messages, in addition to inventory
73           result itself.
74
75       --debug
76           Turn the debug mode on. Multiple usage allowed, for additional
77           verbosity.
78

EXAMPLES

80       Run a discovery against a network range, using SNMP version 1:
81
82           $> fusioninventory-netdiscovery --first 192.168.0.1 --last 192.168.0.254 \
83           --community public
84
85       Run a discovery against a network range, using multiple SNMP
86       credentials:
87
88           $> fusioninventory-netdiscovery --first 192.168.0.1 --last 192.168.0.254 \
89           --credentials version:2c,community:public \
90           --credentials version:3,username:admin,authprotocol:sha,authpassword:s3cr3t
91
92
93
94perl v5.28.1                      2018-10-12   FUSIONINVENTORY-NETDISCOVERY(1)
Impressum