improve netdisco-do docs
This commit is contained in:
@@ -170,11 +170,19 @@ The C<-d> option will accept a hostname (that can be resolved to an IP with
|
|||||||
DNS), an IP address, or IP prefix (subnets in CIDR format). It can be any
|
DNS), an IP address, or IP prefix (subnets in CIDR format). It can be any
|
||||||
interface on the device known to Netdisco.
|
interface on the device known to Netdisco.
|
||||||
|
|
||||||
|
=head1 ACTIONS
|
||||||
|
|
||||||
Note that some jobs (C<discoverall>, C<macwalk>, C<arpwalk>, C<nbtwalk>)
|
Note that some jobs (C<discoverall>, C<macwalk>, C<arpwalk>, C<nbtwalk>)
|
||||||
simply add entries to the Netdisco job queue for other jobs, so won't seem
|
simply add entries to the Netdisco job queue for other jobs, so won't seem
|
||||||
to do much when you trigger them.
|
to do much when you trigger them.
|
||||||
|
|
||||||
=head1 ACTIONS
|
For any action, if you wish to run one of its individual worker stages, then
|
||||||
|
pass C<action::stage> as the first argument to C<netdisco-do>, for example
|
||||||
|
C<discover::neighbors>.
|
||||||
|
|
||||||
|
Any action taking a C<device> parameter can be passed either a hostname or IP,
|
||||||
|
or an IP prefix (subnet) which will cause C<netdisco-do> to run the action for
|
||||||
|
all addresses in that range.
|
||||||
|
|
||||||
=head2 discover
|
=head2 discover
|
||||||
|
|
||||||
@@ -184,7 +192,7 @@ Run a discover on the device (specified with C<-d>).
|
|||||||
|
|
||||||
=head2 discoverall
|
=head2 discoverall
|
||||||
|
|
||||||
Run a discover for all known devices.
|
Queue a discover for all known devices.
|
||||||
|
|
||||||
=head2 macsuck
|
=head2 macsuck
|
||||||
|
|
||||||
@@ -194,7 +202,7 @@ Run a macsuck on the device (specified with C<-d>).
|
|||||||
|
|
||||||
=head2 macwalk
|
=head2 macwalk
|
||||||
|
|
||||||
Run a macsuck for all known devices.
|
Queue a macsuck for all known devices.
|
||||||
|
|
||||||
=head2 arpnip
|
=head2 arpnip
|
||||||
|
|
||||||
@@ -204,7 +212,7 @@ Run an arpnip on the device (specified with C<-d>).
|
|||||||
|
|
||||||
=head2 arpwalk
|
=head2 arpwalk
|
||||||
|
|
||||||
Run an arpnip for all known devices.
|
Queue an arpnip for all known devices.
|
||||||
|
|
||||||
=head2 delete
|
=head2 delete
|
||||||
|
|
||||||
@@ -236,7 +244,7 @@ Run an nbtstat on the node (specified with C<-d>).
|
|||||||
|
|
||||||
=head2 nbtwalk
|
=head2 nbtwalk
|
||||||
|
|
||||||
Run an nbtstat for all known nodes.
|
Queue an nbtstat for all known nodes.
|
||||||
|
|
||||||
=head2 expire
|
=head2 expire
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user