diff --git a/Netdisco/bin/netdisco-do b/Netdisco/bin/netdisco-do index 9aa69f40..fad3d0f9 100755 --- a/Netdisco/bin/netdisco-do +++ b/Netdisco/bin/netdisco-do @@ -264,18 +264,30 @@ Run a discover on the device (specified with C<-d>). ~netdisco/bin/netdisco-do discover -d 192.0.2.1 +=head2 discoverall + +Run a discover for all known devices. + =head2 macsuck Run a macsuck on the device (specified with C<-d>). ~netdisco/bin/netdisco-do macsuck -d 192.0.2.1 +=head2 macwalk + +Run a macsuck for all known devices. + =head2 arpnip Run an arpnip on the device (specified with C<-d>). ~netdisco/bin/netdisco-do arpnip -d 192.0.2.1 +=head2 arpwalk + +Run an arpnip for all known devices. + =head2 delete Delete a device (specified with C<-d>). Pass a log message for the action in @@ -303,6 +315,10 @@ Run an nbtstat on the node (specified with C<-d>). ~netdisco/bin/netdisco-do nbtstat -d 192.0.2.2 +=head2 nbtwalk + +Run an nbtstat for all known nodes. + =head2 graph Generate GrapgViz graphs for the largest cluster of devices.