CISCO-PORT-TRACK-MIB

File: CISCO-PORT-TRACK-MIB.mib (9405 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY OBJECT-TYPE MODULE-COMPLIANCE
OBJECT-GROUP TruthValue RowStatus
InterfaceIndex ciscoMgmt VsanIndex

Defined Types

CptPortTrackEntry  
SEQUENCE    
  cptPortTrackLinkedPort InterfaceIndex
  cptPortTrackTrackedPort InterfaceIndex
  cptPortTrackVsanType INTEGER
  cptPortTrackVsanIndex VsanIndex
  cptPortTrackRowStatus RowStatus

CptPortForceShutEntry  
SEQUENCE    
  cptPortForceState TruthValue

Defined Values

ciscoPortTrackMIB 1.3.6.1.4.1.9.9.437
A MIB to configure the Port-Track feature. When a link goes down, all the services which depend on the link are notified of the outage. The loss of this link may be an indirect failure to the end devices attached to the switch. The concept behind the Port-Track feature is to create a direct failure on the ports connected to end devices on event of such indirect failures. One more ports can be 'tracked' in terms of their operational status. The cptPortTrackTable lets the user associate which port(s) need to be tracked to the ports that will be tracking them. cptPortForceShutTable, lets the user configure the forced-shut mode of the linked-port.
MODULE-IDENTITY    

ciscoPortTrackObjects 1.3.6.1.4.1.9.9.437.1
OBJECT IDENTIFIER    

cptMIBConformance 1.3.6.1.4.1.9.9.437.2
OBJECT IDENTIFIER    

cptConfig 1.3.6.1.4.1.9.9.437.1.1
OBJECT IDENTIFIER    

cptPortTrackTable 1.3.6.1.4.1.9.9.437.1.1.1
A table listing the linked ports and the configurations of their associated tracked ports. The configuration of each tracked port includes its interface index as well as a VSAN index if only one VSAN is to be tracked.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CptPortTrackEntry

cptPortTrackEntry 1.3.6.1.4.1.9.9.437.1.1.1.1
An entry in the cptPortTrack Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CptPortTrackEntry  

cptPortTrackLinkedPort 1.3.6.1.4.1.9.9.437.1.1.1.1.1
The ifIndex of the port that will be tracking the cptPortTrackTrackedPort.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

cptPortTrackTrackedPort 1.3.6.1.4.1.9.9.437.1.1.1.1.2
The ifIndex of the port that needs to be tracked.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

cptPortTrackVsanType 1.3.6.1.4.1.9.9.437.1.1.1.1.3
This objects denotes whether a single VSAN is being tracked on cptPortTrackTrackedPort or all the VSANs on that port are tracked. If the set to 'singleVsan', then the VSAN that will be tracked will be denoted by the instance of cptPortTrackVsanIndex.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER singleVsan(1), allVsans(2)  

cptPortTrackVsanIndex 1.3.6.1.4.1.9.9.437.1.1.1.1.4
Valid only if the instance of cptPortTrackVsanType is 'singleVsan'. If cptPortTrackVsanType is 'allVsans', the instance of this object is irrelevant.
Status: current Access: read-create
OBJECT-TYPE    
  VsanIndex  

cptPortTrackRowStatus 1.3.6.1.4.1.9.9.437.1.1.1.1.5
This object is used to create or delete the row. When creating a row, the object cptPortTrackVsanType must be specified. If the value of cptPortTrackVsanType is 'singleVsan' then the object cptPortTrackVsanIndex also must be specified. If the value of cptPortTrackVsanType is 'allVsans', then cptPortTrackVsanIndex should not be specified in the create request.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cptPortForceShutTable 1.3.6.1.4.1.9.9.437.1.1.2
A table to configure the forced-shut state for each linked port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CptPortForceShutEntry

cptPortForceShutEntry 1.3.6.1.4.1.9.9.437.1.1.2.1
An entry in the cptPortForceShutTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  CptPortForceShutEntry  

cptPortForceState 1.3.6.1.4.1.9.9.437.1.1.2.1.1
The forced-shut state of the linked port. When all the tracked ports corresponding to cptPortTrackLinkedPort, go down, cptPortTrackLinkedPort is brought down. The cptPortForceState, determines the manner in which this operation is performed. If 'false', cptPortTrackLinkedPort is brought down operationally only and is brought up again as soon as any one of the tracked ports comes up. If 'true', cptPortTrackLinkedPort is brought down administratively as well and the user has to manually bring the port up. i.e. the ifAdminStatus cptPortTrackLinkedPort needs to be set to 'up' by the user.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cptMIBCompliances 1.3.6.1.4.1.9.9.437.2.1
OBJECT IDENTIFIER    

cptMIBGroups 1.3.6.1.4.1.9.9.437.2.2
OBJECT IDENTIFIER    

cptMIBCompliance 1.3.6.1.4.1.9.9.437.2.1.1
The compliance statement for entities which implement the portrack management mib.
Status: current Access: read-write
MODULE-COMPLIANCE    

cptTrackGroup 1.3.6.1.4.1.9.9.437.2.2.1
Object group for the porttrack feature.
Status: current Access: read-write
OBJECT-GROUP    

cptShutGroup 1.3.6.1.4.1.9.9.437.2.2.2
Object group for the forced-shut feature.
Status: current Access: read-write
OBJECT-GROUP