From 872a45bd9f73e0adca22362bde7480f30cc01356 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Mon, 4 Jul 2022 22:07:09 +0100 Subject: [PATCH] #881 new addpseudodevice worker action --- bin/netdisco-do | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/bin/netdisco-do b/bin/netdisco-do index 7ef24aa3..19190d04 100755 --- a/bin/netdisco-do +++ b/bin/netdisco-do @@ -441,6 +441,17 @@ Device->SNMP tab). ~/bin/netdisco-do snapshot -d 192.0.2.1 -e yes +=head2 addpseudodevice + +Adds a Pseudo Device which can be used to connect together unconnected parts +of your network or to gather ARP via CLI/API when SNMP is not available. + +Pass the Pseudo Device IP in the L<-d> parameter. Pass the Pseudo Device name +in the L<-e> parameter. Pass the number of ports (one or more) in the L<-p> +parameter. All parameters are required. For example: + + ~/bin/netdisco-do addpseudodevice -d 192.0.2.1 -e fakerouter -p 10 + =head1 DEBUG OPTIONS The flag "C<-R>" will cause any changes to the database to be rolled back