Page 2 of 2

Re: Detected extra interface

Posted: Tue May 17, 2016 12:30 pm
by tgriep
When the Wizard runs, it polls the device using SNMP. You could do a snmpwalk of the device and see what the interface is.
Here is an example of an snmpwalk command

Code: Select all

snmpwalk xxx.xxx.xxx.xxx -v 2c -c public
Try that and see if you can get the information on what that port is.

Re: Detected extra interface

Posted: Sun Jun 05, 2016 9:38 am
by yuuna
Hi everyone,

This post can close now. Thanks everyone.