Probably first you should check what rules you have set to ignore ports. This is most easily checked in the web configuration under the "discovery" section.

I'm not sure if you get debugging output for this during the ports discovery process, it'd be kinda noisy if you did.

adam.

On 2018-03-26 11:30:03, Luca Sasdelli <luca@sasdelli.it> wrote:

Hi all,

on a switch only I see all phy ports as ignored:

+---------+-----------+----------+---------+-----------+-----------+---------+
| ifIndex | ifDescr   | ifName   | ifAlias | ifType    | Oper St   | Ignored |
|         |           |          |         |           | atus      |         |
+---------+-----------+----------+---------+-----------+-----------+---------+
| 1       | Host Data | host.1.1 | ...     | propVirtu | up        | no      |
|         |  Port     |          |         | al        |           |         |
| 2       | Enterpris | lo.1.1   | ...     | softwareL | up        | no      |
|         | e Network |          |         | oopback   |           |         |
|         | s, Inc. S |          |         |           |           |         |
|         | ...       |          |         |           |           |         |
| 12001   | Enterasys | ge.1.1   | ...     | ethernetC | up        | yes     |
|         |  Networks |          |         | smacd     |           |         |
|         | , Inc. 10 |          |         |           |           |         |
|         | ...       |          |         |           |           |         |
| 12002   | Enterasys | ge.1.2   | ...     | ethernetC | up        | yes     |
|         |  Networks |          |         | smacd     |           |         |
|         | , Inc. 10 |          |         |           |           |         |


On the same network there are other Enterasys/Extreme Networks switches and they're regularly discovered.
I've deleted and re-created the switch entry, but it doesn't change.
What checks should I do?

Cheers
Luca