A3COM0503-PORTINFO: View SNMP OID List / Download MIB

VENDOR: 3COM


 Home MIB: A3COM0503-PORTINFO
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 portInfoTable 1.3.6.1.4.1.43.10.1.14.1.3 no-access
A table indexed by ifIndex of a port. This can be a font-panel/module port e.g. 101 or an aggregator 15512.
     portInfoEntry 1.3.6.1.4.1.43.10.1.14.1.3.1 no-access
Bridge information for a port
         portInfoEgressVlans 1.3.6.1.4.1.43.10.1.14.1.3.1.1 vlanlist read-write
The set of vlans on which this port is allowed to transmit traffic.
         portInfoForbiddenEgressVlans 1.3.6.1.4.1.43.10.1.14.1.3.1.2 vlanlist read-write
The set of vlans on which this port is forbidden to transmit.
         portInfoUntaggedVlans 1.3.6.1.4.1.43.10.1.14.1.3.1.3 vlanlist read-write
The set of vlans on which this port transmits untagged frames.
         portInfoStpPortPriority 1.3.6.1.4.1.43.10.1.14.1.3.1.4 integer read-write
The value of the priority field which is contained in the first (in network byte order) octet of the (2 octet long) Port ID. The other octet of the Port ID is given by the value of dot1dStpPort..
         portInfoStpPortEnable 1.3.6.1.4.1.43.10.1.14.1.3.1.5 integer read-write
The enabled/disabled status of the port. Enumeration: 'disabled': 2, 'enabled': 1.
         portInfoPvid 1.3.6.1.4.1.43.10.1.14.1.3.1.6 vlanindex read-write
The PVID, the VLAN ID assigned to untagged frames or Prority-Tagged frames received on this port.
         portInfoAcceptableFrameTypes 1.3.6.1.4.1.43.10.1.14.1.3.1.7 integer read-write
When this is admitOnlyVlanTagged(2) the device will discard untagged frames or Prority-Tagged frames received on this port. When admitAll(1), untagged frames or Prority-Tagged frames received on this port will be accepted and assigned to the PVID for this port. This control does not affect VLAN independent BPDU frames, such as GVRP and STP. It does affect VLAN dependent BPDU frames, such as GMRP. Enumeration: 'admitAll': 1, 'admitOnlyVlanTagged': 2.
         portInfoIngressFiltering 1.3.6.1.4.1.43.10.1.14.1.3.1.8 truthvalue read-write
When this is true(1) the device will discard incoming frames for VLANs which do not include this Port in its Member set. When false(2), the port will accept all incoming frames. This control does not affect VLAN independent BPDU frames, such as GVRP and STP. It does affect VLAN dependent BPDU frames, such as GMRP.
 portInfoFdbTable 1.3.6.1.4.1.43.10.1.14.1.4 no-access
This table contains the static unicast addresses for each port in the bridge.
     portInfoFdbEntry 1.3.6.1.4.1.43.10.1.14.1.4.1 no-access
Information about a specific unicast MAC address.
         portInfoFdbIndex 1.3.6.1.4.1.43.10.1.14.1.4.1.1 integer no-access
This contains the ifIndex of the port that this address has been seen on.
         portInfoFdbVlan 1.3.6.1.4.1.43.10.1.14.1.4.1.2 vlanindex no-access
The Vlan index of the port.
         portInfoFdbAddress 1.3.6.1.4.1.43.10.1.14.1.4.1.3 macaddress no-access
This object contains the unicast MAC address of the entry.
         portInfoFdbStatus 1.3.6.1.4.1.43.10.1.14.1.4.1.4 rowstatus read-only
This has useful states of active, destroy, and createAndGo. An fdb entry can be created with a state of createAndGo or active. The fdb entry can be deleted by setting the state to destroy.