CISCO-PORT-CHANNEL-MIB

File: CISCO-PORT-CHANNEL-MIB.mib (26555 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
SNMP-FRAMEWORK-MIB IF-MIB CISCO-SMI
CISCO-ST-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
MODULE-COMPLIANCE OBJECT-GROUP TEXTUAL-CONVENTION
RowStatus TimeStamp TruthValue
SnmpAdminString InterfaceIndex ifIndex
ciscoMgmt PortMemberList

Defined Types

PortChannelMode  
Defines how a Port Channel does channeling. auto(1) - place the port into passive negotiation state, in which the port waits for its peer to initiate negotiation. on(2) - force the port to enable channeling. off(3) - channeling is disabled. desirable(4) - place the port into active negotiating state, in which the port initiates negotiations with its peer and if the peer end agrees, channeling is enabled between them.
TEXTUAL-CONVENTION    
  INTEGER auto(1), on(2), off(3), desirable(4)  

PortChannelGroupMode  
Defines how a Port Channel does channeling. on(1) - the port shall operate as part of a port channel or remain inactive. The port channel protocol is turned off and peer port is assumed to be configured in 'on' mode. active(2)- indicates that port shall initiate port channel negotiation with peer port according to the port channel protocol regardless of the channel mode of the peer port.
TEXTUAL-CONVENTION    
  INTEGER on(1), active(2)  

PortChannelEntry  
SEQUENCE    
  portChannelIndex Unsigned32
  portChannelIfIndex InterfaceIndex
  portChannelAdminChannelMode PortChannelMode
  portChannelOperChannelMode PortChannelMode
  portChannelAddType INTEGER
  portChannelLastActionStatus INTEGER
  portChannelLastActionStatusCause SnmpAdminString
  portChannelLastActionTime TimeStamp
  portChannelMemberList PortMemberList
  portChannelCreationTime TimeStamp
  portChannelRowStatus RowStatus
  portChannelMemberOperStatus PortMemberList

PortChannelGrpIfExtEntry  
SEQUENCE    
  portChannelGrpIfAutoCreation TruthValue

PortChannelExtEntry  
SEQUENCE    
  portChannelExtChannelGrpMode PortChannelGroupMode
  portChannelExtAutoCreated TruthValue
  portChannelExtPersistent INTEGER
  portChannelExtOperChannelGrpMode PortChannelGroupMode

Defined Values

ciscoPortChannelMIB 1.3.6.1.4.1.9.9.285
The MIB module for management of Port Channel ports. In addition to this MIB, CISCO-FC-FE-MIB and interface mib (rfc2863) will also contain entries for Port Channel ports.
MODULE-IDENTITY    

ciscoPortChannelObjects 1.3.6.1.4.1.9.9.285.1
OBJECT IDENTIFIER    

portChannelMIBConformance 1.3.6.1.4.1.9.9.285.2
OBJECT IDENTIFIER    

portChannelConfig 1.3.6.1.4.1.9.9.285.1.1
OBJECT IDENTIFIER    

portChannelStatistics 1.3.6.1.4.1.9.9.285.1.2
OBJECT IDENTIFIER    

portChannelNotification 1.3.6.1.4.1.9.9.285.1.3
OBJECT IDENTIFIER    

portChannelNotifications 1.3.6.1.4.1.9.9.285.1.3.0
OBJECT IDENTIFIER    

portChannelTable 1.3.6.1.4.1.9.9.285.1.1.1
This table facilitates the creation and deletion of a Port Channel interface to achieve higher bandwidths than just one E_port. More than one E_port can be a member of an Port Channel port. NOTE:Only E_ports can be members of an Port Channel port. A port is added to a Port Channel port by setting portChannelMemberList,and the 'manner' in which the agent performs the type of addition is determined by the value of portChannelAddType. During the period when port(s) is being added to the Port Channel, the agent will not allow to change any parameters of the port(s) being added. Also if the operation is successful (i.e. port(s) is added to the Port Channel) then also the agent will not allow to change any parameters of the individual port(s) that is added. But any change done to the Port Channel port will also be applied to the port(s) which are member(s) of this Port channel port. Once a port(s) is removed from a Port Channel Port it will retain the values that it had when it was a member of the Port Channel port. It will not have the old values it had before joining the Port Channel port. The port(s) that are added/removed to/from a Port Channel port will be put into administratively down (ifAdminStatus='down') which results into operationally down(ifOperStatus='down'). To bring the port up again, the user has to set the port to be administratively up(ifAdminStatus='up'). Then the port goes through its initialization cycle to become active(ifOperStatus='up').
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortChannelEntry

portChannelEntry 1.3.6.1.4.1.9.9.285.1.1.1.1
There is one entry in this table for each created Port Channel port.
Status: current Access: not-accessible
OBJECT-TYPE    
  PortChannelEntry  

portChannelIndex 1.3.6.1.4.1.9.9.285.1.1.1.1.1
An index that uniquely identifies an entry in the portChannelTable table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..2048  

portChannelIfIndex 1.3.6.1.4.1.9.9.285.1.1.1.1.2
The ifIndex of this interface.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

portChannelAdminChannelMode 1.3.6.1.4.1.9.9.285.1.1.1.1.3
The channel mode desired by the network manager. If this object is configured to be auto(1), then the 'portChannelOperChannelMode' will show the current operating channel mode of port.
Status: current Access: read-create
OBJECT-TYPE    
  PortChannelMode  

portChannelOperChannelMode 1.3.6.1.4.1.9.9.285.1.1.1.1.4
The current operating channel mode of the port.
Status: current Access: read-only
OBJECT-TYPE    
  PortChannelMode  

portChannelAddType 1.3.6.1.4.1.9.9.285.1.1.1.1.5
The method to be adopted by the agent to add port(s) to a Port Channel port. If normal(1), then a compatibility check is done on the parameters of the port(s) being added to this Port Channel. The port(s) being added must have the same physical and configured parameters as the Port Channel port. If force(2), a compatibility check is done on only physical parameters. The port(s) being added to this Port Channel port must have same physical parameters. The operation will fail only if the physical parameters are not same. The configured parameters of the port(s) being added are overwritten by configured parameters of this Port Channel port.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER normal(1), force(2)  

portChannelLastActionStatus 1.3.6.1.4.1.9.9.285.1.1.1.1.6
The status of the last operation (add or remove a member) done to change the member list of a Port Channel Port. When no ports are added or the last operation is successful then this object will be successful(1). If this value is failed(2) then the user can look at portChannelLastAddStatusCause to find the reason of failure.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER successful(1), failed(2)  

portChannelLastActionStatusCause 1.3.6.1.4.1.9.9.285.1.1.1.1.7
The cause of failure to last operation (add or remove a member) done to change the member list of a Port Channel port. This object will be zero length string if 'portChannelLastActionStatus' is successful(1).
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

portChannelLastActionTime 1.3.6.1.4.1.9.9.285.1.1.1.1.8
The timestamp indicating the time of last action performed on this entry.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

portChannelMemberList 1.3.6.1.4.1.9.9.285.1.1.1.1.9
The list of ifIndex's of the E_ports that are members of this Port Channel port.
Status: current Access: read-create
OBJECT-TYPE    
  PortMemberList  

portChannelCreationTime 1.3.6.1.4.1.9.9.285.1.1.1.1.10
The timestamp of this entry's creation time. Note that at this creation time, a discontinuity occurs in the statistic/error counters which are defined in CISCO-FC-FE-MIB, and which are associated with this Port Channel.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

portChannelRowStatus 1.3.6.1.4.1.9.9.285.1.1.1.1.11
The status of this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

portChannelMemberOperStatus 1.3.6.1.4.1.9.9.285.1.1.1.1.12
The list of port channel forwarding status of the E_ports that are members of this Port Channel port. Every four-byte is a status of the corresponding member port represented by ifIndex in portChannelMemberList. The portChannelMemberOperStatus may not be the same as ifOperStatus. A value of '00 00 00 01' means the corresponding member port is participating in the load balancing of the port channel. A value of '00 00 00 02' means the corresponding member port is not participating in the load balancing of the port channel.
Status: current Access: read-only
OBJECT-TYPE    
  PortMemberList  

portChannelProtocolEnable 1.3.6.1.4.1.9.9.285.1.1.2
Enables/disables Port Channel Protocol. If enabled, Port Channel Protocol provides following features: - detection and correction of mis-configurations of interfaces involved with a Port Channel. - automatic creation of Channel Groups (and therefore Port Channels) if both ends of the links are compatible with each other.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

portChannelGrpIfExtTable 1.3.6.1.4.1.9.9.285.1.1.3
This table facilitates Channel Group specific interface configurations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortChannelGrpIfExtEntry

portChannelGrpIfExtEntry 1.3.6.1.4.1.9.9.285.1.1.3.1
There is one entry in this table for each created Port Channel port.
Status: current Access: not-accessible
OBJECT-TYPE    
  PortChannelGrpIfExtEntry  

portChannelGrpIfAutoCreation 1.3.6.1.4.1.9.9.285.1.1.3.1.1
This object indicates if this interface may be part of automatically created Channel Groups (and therefore Port Channels).
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

portChannelExtTable 1.3.6.1.4.1.9.9.285.1.1.4
This table extends the portChannelTable to support Port Channel Protocol.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortChannelExtEntry

portChannelExtEntry 1.3.6.1.4.1.9.9.285.1.1.4.1
There is one entry in this table for each created Port Channel port. It contains an entry for every Port Channel that is either automatically created or manually configured.
Status: current Access: not-accessible
OBJECT-TYPE    
  PortChannelExtEntry  

portChannelExtChannelGrpMode 1.3.6.1.4.1.9.9.285.1.1.4.1.1
The admin channel group mode of this port channel.
Status: current Access: read-write
OBJECT-TYPE    
  PortChannelGroupMode  

portChannelExtAutoCreated 1.3.6.1.4.1.9.9.285.1.1.4.1.2
Indicates of this port channel was automatically created. Note that this object is valid only for Fibre Channel port channels.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

portChannelExtPersistent 1.3.6.1.4.1.9.9.285.1.1.4.1.3
This object converts an auto-created port channel to a persistent port channel when it is set to 'enable'. No action is taken if this object is set to 'noOp'. The value of the object when read is always 'noOp'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noOp(1), enable(2)  

portChannelExtOperChannelGrpMode 1.3.6.1.4.1.9.9.285.1.1.4.1.4
The operational channel group mode of this port channel.
Status: current Access: read-only
OBJECT-TYPE    
  PortChannelGroupMode  

portChannelMIBCompliances 1.3.6.1.4.1.9.9.285.2.1
OBJECT IDENTIFIER    

portChannelMIBGroups 1.3.6.1.4.1.9.9.285.2.2
OBJECT IDENTIFIER    

portChannelMIBCompliance 1.3.6.1.4.1.9.9.285.2.1.1
The compliance statement for entities which implement the CISCO-PORT-CHANNEL-MIB mib.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

portChannelMIBCompliance1 1.3.6.1.4.1.9.9.285.2.1.2
The compliance statement for entities which implement the CISCO-PORT-CHANNEL-MIB mib.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

portChannelMIBCompliance2 1.3.6.1.4.1.9.9.285.2.1.3
The compliance statement for entities which implement the CISCO-PORT-CHANNEL-MIB mib.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

portChannelMIBCompliance3 1.3.6.1.4.1.9.9.285.2.1.4
The compliance statement for entities which implement the CISCO-PORT-CHANNEL-MIB mib.
Status: current Access: read-only
MODULE-COMPLIANCE    

portChannelGroup 1.3.6.1.4.1.9.9.285.2.2.1
A collection of objects related to Port Channel Interface parameters.
Status: current Access: read-only
OBJECT-GROUP    

portChannelGroupRev1 1.3.6.1.4.1.9.9.285.2.2.2
A collection of objects related to Port Channel Interface parameters.
Status: current Access: read-only
OBJECT-GROUP    

portChannelProtocolGroup 1.3.6.1.4.1.9.9.285.2.2.3
A collection of objects related to Port Channel Protocol mamagement.
Status: current Access: read-only
OBJECT-GROUP