Morten Brekkevold

Results 185 comments of Morten Brekkevold

Assigning @johannaengland for now, mostly to look at the sphinxcontrib-programoutput part of the issue

NAV currently uses `ENTITY-MIB::entLogicalTable` entries (if it can) to discover alternate logical views of the BRIDGE-MIB (`SNMPv2-SMI::mib-2.17`). For matching entries, it fetches an alternative community from `ENTITY-MIB::entLogicalCommunity`: ```asn1 entLogicalCommunity OBJECT-TYPE...

Two mibretriever implementations implement `retrieve_alternate_bridge_mibs`: `entity_mib` and `cisco_vtp_mib`. The former fetched from ENTITY-MIB, the latter synthesizes entries from inspecting the proprietary `CISCO-VTP-MIB`. These are both used from this function (responses...

The results of these functions are used by this class to implement collection across multiple logical instances of a MIB: https://github.com/Uninett/nav/blob/a21c6b2b2910b1aaf035387f8a96711045a4b67a/python/nav/mibs/mibretriever.py#L580-L610 The instance list is still a plain list of...

(Some) vendors may take the interface down when running a cable test. There must be adequate warnings in the UI before initiating such a test. The functionality might best be...

Comment from nav-ref: PortAdmin is the likely most logical place for this functionality/button.

There is already a page (or pages) documenting how to use the API - this should naturally be linked from there (and be placed in the same section)

Hi @mtadeu , there is currently no way to configure a plugin exemption for a specific device, and it might be better to just make a proper workaround for a...

> That's the problem: dot1qVlanCurrentTable: Unknown Object Identifier (Sub-id not found: (top) -> dot1qVlanCurrentTable) This message isn't a statement about your switch. This error just means that the snmp command...

There may be problems reproducing this on systems that allow more than 1024 file descriptors per process. When running this in the docker-compose based developement environment, I'm unable to reproduce...