GENERIC-3COM-TRUNK-MIB

File: GENERIC-3COM-TRUNK-MIB.mib (14369 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212

Imported symbols

enterprises IpAddress DisplayString
PhysAddress OBJECT-TYPE

Defined Types

RowStatus  
INTEGER active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)    

A3ComTrunkIfEntry  
SEQUENCE    
  a3ComTrunkIfIndex INTEGER
  a3ComTrunkIfName DisplayString
  a3ComTrunkTcmpEnable INTEGER
  a3ComTrunkMacMode INTEGER
  a3ComTrunkIfStatus RowStatus

A3ComTrunkMacEntry  
SEQUENCE    
  a3ComTrunkMacTrunkIfIndex INTEGER
  a3ComTrunkMacIndex INTEGER
  a3ComTrunkTcmpMacState INTEGER

A3ComTrunkTcmpPeersEntry  
SEQUENCE    
  a3ComTrunkPeerTrunkIfIndex INTEGER
  a3ComTrunkPeerMacIndex INTEGER
  a3ComTrunkPeersMacAddress PhysAddress

Defined Values

a3Com 1.3.6.1.4.1.43
OBJECT IDENTIFIER    

generic 1.3.6.1.4.1.43.10
OBJECT IDENTIFIER    

genExperimental 1.3.6.1.4.1.43.10.1
OBJECT IDENTIFIER    

genTrunk 1.3.6.1.4.1.43.10.1.15
OBJECT IDENTIFIER    

a3ComTrunkGroup 1.3.6.1.4.1.43.10.1.15.1
OBJECT IDENTIFIER    

a3ComTrunkIfTable 1.3.6.1.4.1.43.10.1.15.1.1
This table lists TRUNK interfaces that exist within a device. A single entry exists in this list for each TRUNK interface in the system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ComTrunkIfEntry

a3ComTrunkIfEntry 1.3.6.1.4.1.43.10.1.15.1.1.1
An individual Trunk interface entry. When an NMS wishes to create a new entry in this table, it must obtain a non-zero index from the a3ComNextAvailableVirtIfIndex which is defined in a3ComVirtualGroup. Row creation in this table will fail if the chosen index value does not match the current value returned from the a3ComNextAvailableVirtIfIndex object.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ComTrunkIfEntry  

a3ComTrunkIfIndex 1.3.6.1.4.1.43.10.1.15.1.1.1.1
The index value of this row and the Trunk's ifIndex in the ifTable. The NMS obtains the index value to create new row by reading the a3ComNextAvailableVirtIfIndex object which is the same as the one defined in a3ComVirtualGroup,
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

a3ComTrunkIfName 1.3.6.1.4.1.43.10.1.15.1.1.1.2
This is the name of this TRUNK interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..31)  

a3ComTrunkTcmpEnable 1.3.6.1.4.1.43.10.1.15.1.1.1.3
This object specifies if the Trunk Control Message Protocol(TCMP) is currently enabled for operation on a specific trunk. TCMP is used to dynamically control the configuration and operation of a trunk port and its constituent MACs.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER notAvailable(1), tcmpDisable(2), tcmpEnable(3)  

a3ComTrunkMacMode 1.3.6.1.4.1.43.10.1.15.1.1.1.4
This object controls the Trunk physical link speed. When a port is added to this Trunk, it is switched to the specified speed, regardless of its previous speed setting. All ports; therefore, will be running on the specified speed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER half10(1), full10(2), half100(3), full100(4), half1000(5), full1000(6)  

a3ComTrunkIfStatus 1.3.6.1.4.1.43.10.1.15.1.1.1.5
The status column for this TRUNK interface. This OBJECT can be set to: createAndGo(4) destroy(6) The following values may be read: active(1) notReady(3). Setting this object to createAndGo(4) causes the agent to attempt to create and commit the row based on the contents of the objects in the row. If all necessary information is present in the row and the values are acceptible to the agent, the agent will change the status to notReady(3). If any of the necessary objects are not available, the agent will reject the creation request. The state of the row transits to active(1) if and only if MAC(s) has/have been added to this entry through ifStackTable and system is ready. Setting this object to destroy(6) will remove the corresponding TRUNK interface and remove the entry in this table. In order for a set of this object to destroy(6) to succeed, all dependencies on this row must have been removed. These will include any stacking dependencies in the ifStackTable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

a3ComTrunkMacTable 1.3.6.1.4.1.43.10.1.15.1.2
A list of information about state of TRUNK MAC(s) in a TRUNK interface. If TCMP is not enabled, the MAC status is tied to the link status.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ComTrunkMacEntry

a3ComTrunkMacEntry 1.3.6.1.4.1.43.10.1.15.1.2.1
An individual TRUNK group MAC entry status.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ComTrunkMacEntry  

a3ComTrunkMacTrunkIfIndex 1.3.6.1.4.1.43.10.1.15.1.2.1.1
This object is the same as a3ComTrunkIfIndex defined in a3ComTrunkIfTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

a3ComTrunkMacIndex 1.3.6.1.4.1.43.10.1.15.1.2.1.2
This object identifies the ifIndex in the ifTable of a media access control (MAC) interface in the system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

a3ComTrunkTcmpMacState 1.3.6.1.4.1.43.10.1.15.1.2.1.3
The state column for this MAC TRUNK entry if TCMP is enabled. The following values may be read: notInUse: corresponding MAC has not been selected for active participation in trunk. No LLC frames will be transmitted or received. selected: corresponding MAC is selected for active participation in the trunk, but it has not transited to active use. inUse: corresponding MAC is in active use on the trunk. The following values may be read if TCMP is disabled: undefined: corresponding MAC is undefined down: corresponding MAC is selected as a trunk port but is down up: corresponding MAC is selected and in use configured: corresponding MAC is configured as TRUNK MAC
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER notInUse(1), selected(2), inUse(3), undefined(4), down(5), up(6), configured(7)  

a3ComTrunkTcmpPeersTable 1.3.6.1.4.1.43.10.1.15.1.3
This table lists neighbouring information for a MAC in a Trunk interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ComTrunkTcmpPeersEntry

a3ComTrunkTcmpPeersEntry 1.3.6.1.4.1.43.10.1.15.1.3.1
Information about a particular peer of a MAC within the trunk.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ComTrunkTcmpPeersEntry  

a3ComTrunkPeerTrunkIfIndex 1.3.6.1.4.1.43.10.1.15.1.3.1.1
This object is the same as a3ComTrunkIfIndex defined in a3ComTrunkIfTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

a3ComTrunkPeerMacIndex 1.3.6.1.4.1.43.10.1.15.1.3.1.2
This object identifies the ifIndex in the ifTable of a media access control (MAC) interface in the system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

a3ComTrunkPeersMacAddress 1.3.6.1.4.1.43.10.1.15.1.3.1.3
The MAC address of a peer connected to the a3ComTrunkPeerMacIndex identified by this entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhysAddress