﻿id,summary,reporter,owner,description,type,status,component,version,resolution,keywords,cc,guest,host
13143,SNMP 2 ifMIB ifXTable ifConnectorPresent incorrect setting => Fixed in SVN,tenox,,"Consider following OID:

Name: ifConnectorPresent
Oid: 1.3.6.1.2.1.31.1.1.1.17
Module: IF-MIB
Description: This object has the value 'true(1)' if the interface
sublayer has a physical connector and the value 'false(2)'
otherwise.

VirtualBox incorrectly marks virtual interfaces created on the host machine as one having ""physical connector"" present.

For example:
OID=.1.3.6.1.2.1.31.1.1.1.18.11 Value=Local Area Connection OID=.1.3.6.1.2.1.31.1.1.1.17.11 Value=1 (true)
This is correct because Local Area Connection is a physical network adapter and has a physical connector

OID=.1.3.6.1.2.1.31.1.1.1.18.13 Value=Teredo Tunneling Pseudo-Interface OID=.1.3.6.1.2.1.31.1.1.1.17.13 Value=2 (false)
This is correct because Tunneling interfaces do not have a physical connector

OID=.1.3.6.1.2.1.31.1.1.1.18.28 Value=VirtualBox Host-Only Network OID=.1.3.6.1.2.1.31.1.1.1.17.28 Value=1 (true)
This is incorrect because VirtualBox is a software and doesn't have any physical connectors


",defect,closed,network/hostif,VirtualBox 4.3.12,fixed,snmp,,all,Windows
