A3COM0503-PORTINFO

File: A3COM0503-PORTINFO.mib (8468 bytes)

Imported modules

RFC-1212 SNMPv2-TC Q-BRIDGE-MIB
BRIDGE-MIB RFC1213-MIB GENERIC-3COM-VLAN-MIB-1-0-7

Imported symbols

OBJECT-TYPE TruthValue RowStatus
VlanIndex MacAddress ifIndex
a3ComVlanGroup

Defined Types

VlanList  
OCTET STRING    

PortInfoEntry  
SEQUENCE    
  portInfoEgressVlans VlanList
  portInfoForbiddenEgressVlans VlanList
  portInfoUntaggedVlans VlanList
  portInfoStpPortPriority INTEGER
  portInfoStpPortEnable INTEGER
  portInfoPvid VlanIndex
  portInfoAcceptableFrameTypes INTEGER
  portInfoIngressFiltering TruthValue

PortInfoFdbEntry  
SEQUENCE    
  portInfoFdbIndex INTEGER
  portInfoFdbVlan VlanIndex
  portInfoFdbAddress MacAddress
  portInfoFdbStatus RowStatus

Defined Values

portInfoTable 1.3.6.1.4.1.43.10.1.14.1.3
A table indexed by ifIndex of a port. This can be a font-panel/module port e.g. 101 or an aggregator 15512.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortInfoEntry

portInfoEntry 1.3.6.1.4.1.43.10.1.14.1.3.1
Bridge information for a port
Status: current Access: not-accessible
OBJECT-TYPE    
  PortInfoEntry  

portInfoEgressVlans 1.3.6.1.4.1.43.10.1.14.1.3.1.1
The set of vlans on which this port is allowed to transmit traffic.
Status: current Access: read-write
OBJECT-TYPE    
  VlanList  

portInfoForbiddenEgressVlans 1.3.6.1.4.1.43.10.1.14.1.3.1.2
The set of vlans on which this port is forbidden to transmit.
Status: current Access: read-write
OBJECT-TYPE    
  VlanList  

portInfoUntaggedVlans 1.3.6.1.4.1.43.10.1.14.1.3.1.3
The set of vlans on which this port transmits untagged frames.
Status: current Access: read-write
OBJECT-TYPE    
  VlanList  

portInfoStpPortPriority 1.3.6.1.4.1.43.10.1.14.1.3.1.4
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..
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

portInfoStpPortEnable 1.3.6.1.4.1.43.10.1.14.1.3.1.5
The enabled/disabled status of the port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

portInfoPvid 1.3.6.1.4.1.43.10.1.14.1.3.1.6
The PVID, the VLAN ID assigned to untagged frames or Prority-Tagged frames received on this port.
Status: current Access: read-write
OBJECT-TYPE    
  VlanIndex  

portInfoAcceptableFrameTypes 1.3.6.1.4.1.43.10.1.14.1.3.1.7
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER admitAll(1), admitOnlyVlanTagged(2)  

portInfoIngressFiltering 1.3.6.1.4.1.43.10.1.14.1.3.1.8
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

portInfoFdbTable 1.3.6.1.4.1.43.10.1.14.1.4
This table contains the static unicast addresses for each port in the bridge.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortInfoFdbEntry

portInfoFdbEntry 1.3.6.1.4.1.43.10.1.14.1.4.1
Information about a specific unicast MAC address.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PortInfoFdbEntry  

portInfoFdbIndex 1.3.6.1.4.1.43.10.1.14.1.4.1.1
This contains the ifIndex of the port that this address has been seen on.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..65535  

portInfoFdbVlan 1.3.6.1.4.1.43.10.1.14.1.4.1.2
The Vlan index of the port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  VlanIndex  

portInfoFdbAddress 1.3.6.1.4.1.43.10.1.14.1.4.1.3
This object contains the unicast MAC address of the entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MacAddress  

portInfoFdbStatus 1.3.6.1.4.1.43.10.1.14.1.4.1.4
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  RowStatus