CISCO-FABRICPATH-TOPOLOGY-MIB

File: CISCO-FABRICPATH-TOPOLOGY-MIB.mib (19563 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
MODULE-COMPLIANCE OBJECT-GROUP SnmpAdminString
ifIndex StorageType RowStatus
Cisco2KVlanList ciscoMgmt

Defined Types

CfptTopologyEntry  
SEQUENCE    
  cfptTopologyIndex Unsigned32
  cfptTopologyDescr SnmpAdminString
  cfptTopologyState INTEGER
  cfptTopologyStateChangeReason SnmpAdminString
  cfptTopologyVlansFirst2K Cisco2KVlanList
  cfptTopologyVlansSecond2K Cisco2KVlanList
  cfptTopologyActiveVlansFirst2K Cisco2KVlanList
  cfptTopologyActiveVlansSecond2K Cisco2KVlanList
  cfptTopologyStorageType StorageType
  cfptTopologyRowStatus RowStatus

CfptTopologyIfEntry  
SEQUENCE    
  cfptTopologyIfTopoIndex Unsigned32
  cfptTopologyIfState INTEGER
  cfptTopologyIfStorageType StorageType
  cfptTopologyIfRowStatus RowStatus

CfptTopologyIfVlanEntry  
SEQUENCE    
  cfptTopologyIfVlansFirst2K Cisco2KVlanList
  cfptTopologyIfVlansSecond2K Cisco2KVlanList
  cfptTopologyIfActiveVlansFirst2K Cisco2KVlanList
  cfptTopologyIfActiveVlansSecond2K Cisco2KVlanList

CfptTopologyTreeEntry  
SEQUENCE    
  cfptTopologyTreeId Unsigned32
  cfptTopologyTreeFtag Unsigned32
  cfptTopologyTreeState INTEGER
  cfptTopologyTreeType INTEGER

Defined Values

ciscoFabricPathTopologyMIB 1.3.6.1.4.1.9.9.801
This MIB module defines managed objects that facilitate the management of Cisco's FabricPath Topology technology.
MODULE-IDENTITY    

ciscoFabricPathTopologyMIBNotifs 1.3.6.1.4.1.9.9.801.0
OBJECT IDENTIFIER    

ciscoFabricPathTopologyMIBObjects 1.3.6.1.4.1.9.9.801.1
OBJECT IDENTIFIER    

ciscoFabricPathTopologyMIBConformance 1.3.6.1.4.1.9.9.801.2
OBJECT IDENTIFIER    

cfptTopologyTable 1.3.6.1.4.1.9.9.801.1.1
A table containing a list of FabricPath topology information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfptTopologyEntry

cfptTopologyEntry 1.3.6.1.4.1.9.9.801.1.1.1
An entry containing management information of a particular FabricPath topology. An entry is created for each FabricPath topology that is managed by the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfptTopologyEntry  

cfptTopologyIndex 1.3.6.1.4.1.9.9.801.1.1.1.1
An identifier that uniquely identifies a FabricPath topology.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cfptTopologyDescr 1.3.6.1.4.1.9.9.801.1.1.1.2
This object specifies the description of the FabricPath topology.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

cfptTopologyState 1.3.6.1.4.1.9.9.801.1.1.1.3
This object indicates the state of the FabricPath topology. other - none of the followings up - topology is up down - topology is down
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), up(2), down(3)  

cfptTopologyStateChangeReason 1.3.6.1.4.1.9.9.801.1.1.1.4
This object indicates the reason of the current topology state that cfptTopologyState provides.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

cfptTopologyVlansFirst2K 1.3.6.1.4.1.9.9.801.1.1.1.5
A string of octets containing one bit per VLAN for VLANs 0 to 2047 that are configured for this FabricPath topology entry. If the bit corresponding to a VLAN is set to '1', then the VLAN is configured in this FabricPath topology. If the bit is set to '0', then the VLAN is not configured in this FabricPath topology.
Status: current Access: read-create
OBJECT-TYPE    
  Cisco2KVlanList  

cfptTopologyVlansSecond2K 1.3.6.1.4.1.9.9.801.1.1.1.6
A string of octets containing one bit per VLAN for VLANs 2048 to 4095 that are configured for this FabricPath topology entry. If the bit corresponding to a VLAN is set to '1', then the VLAN is configured in this FabricPath topology. If the bit is set to '0', then the VLAN is not configured in this FabricPath topology.
Status: current Access: read-create
OBJECT-TYPE    
  Cisco2KVlanList  

cfptTopologyActiveVlansFirst2K 1.3.6.1.4.1.9.9.801.1.1.1.7
A string of octets containing one bit per VLAN for VLANs 0 to 2047 that are active in this FabricPath topology entry. If the bit corresponding to a VLAN is set to '1', then the VLAN is active in this FabricPath topology. If the bit is set to '0', then the VLAN is not configured in this FabricPath topology.
Status: current Access: read-only
OBJECT-TYPE    
  Cisco2KVlanList  

cfptTopologyActiveVlansSecond2K 1.3.6.1.4.1.9.9.801.1.1.1.8
A string of octets containing one bit per VLAN for VLANs 2048 to 4095 that are active in this FabricPath topology entry. If the bit corresponding to a VLAN is set to '1', then the VLAN is active in this FabricPath topology. If the bit is set to '0', then the VLAN is not active in this FabricPath topology.
Status: current Access: read-only
OBJECT-TYPE    
  Cisco2KVlanList  

cfptTopologyStorageType 1.3.6.1.4.1.9.9.801.1.1.1.9
This object specifies the storage type for this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

cfptTopologyRowStatus 1.3.6.1.4.1.9.9.801.1.1.1.10
The status of this conceptual row entry. This object is used to manage creation and deletion of rows in this table. When this object value is 'active', other writable objects in the same row may be modified.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cfptTopologyIfTable 1.3.6.1.4.1.9.9.801.1.2
A table containing a list of all FabricPath topology interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfptTopologyIfEntry

cfptTopologyIfEntry 1.3.6.1.4.1.9.9.801.1.2.1
An entry containing information of one interface in a FabricPath topology. An entry is created for a FabricPath capable interface that is a member of a particular FabricPath topology.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfptTopologyIfEntry  

cfptTopologyIfTopoIndex 1.3.6.1.4.1.9.9.801.1.2.1.1
An identifier that uniquely identifies a FabricPath topology interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cfptTopologyIfState 1.3.6.1.4.1.9.9.801.1.2.1.2
This object indicates the state of a given FabricPath topology interface. other - none of the followings up - interface is up down - interface is down
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), up(2), down(3)  

cfptTopologyIfStorageType 1.3.6.1.4.1.9.9.801.1.2.1.3
The objects specifies the storage type for this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

cfptTopologyIfRowStatus 1.3.6.1.4.1.9.9.801.1.2.1.4
The status of this conceptual row entry. This object is used to manage creation and deletion of rows in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cfptTopologyIfVlanTable 1.3.6.1.4.1.9.9.801.1.3
A table containing a list of FabricPath interfaces and their VLAN information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfptTopologyIfVlanEntry

cfptTopologyIfVlanEntry 1.3.6.1.4.1.9.9.801.1.3.1
An entry containing VLAN information for each FabricPath interface. An entry is created for each FabricPath topology interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfptTopologyIfVlanEntry  

cfptTopologyIfVlansFirst2K 1.3.6.1.4.1.9.9.801.1.3.1.1
A string of octets containing one bit per VLAN for VLANs 0 through 2047 that are configured for the FabricPath interface specified by ifIndex in this entry. If the bit corresponding to a VLAN is set to '1', then the VLAN is configured for the interface, it is not otherwise.
Status: current Access: read-only
OBJECT-TYPE    
  Cisco2KVlanList  

cfptTopologyIfVlansSecond2K 1.3.6.1.4.1.9.9.801.1.3.1.2
A string of octets containing one bit per VLAN for VLANs 2048 through 4095 that are configured for the FabricPath interface specified by ifIndex in this entry. If the bit corresponding to a VLAN is set to '1', then the VLAN is configured for the interface, it is not otherwise.
Status: current Access: read-only
OBJECT-TYPE    
  Cisco2KVlanList  

cfptTopologyIfActiveVlansFirst2K 1.3.6.1.4.1.9.9.801.1.3.1.3
A string of octets containing one bit per VLAN for VLANs 0 through 2047 that are operational on the FabricPath interface specified by ifIndex in this entry. If the bit corresponding to a VLAN is set to '1', then the VLAN is active on the interface, it is not otherwise.
Status: current Access: read-only
OBJECT-TYPE    
  Cisco2KVlanList  

cfptTopologyIfActiveVlansSecond2K 1.3.6.1.4.1.9.9.801.1.3.1.4
A string of octets containing one bit per VLAN for VLANs 2048 through 4095 that are operational on the FabricPath interface specified by ifIndex in this entry. If the bit corresponding to a VLAN is set to '1', then the VLAN is active on the interface, it is not otherwise.
Status: current Access: read-only
OBJECT-TYPE    
  Cisco2KVlanList  

cfptTopologyTreeTable 1.3.6.1.4.1.9.9.801.1.4
A table containing a list of forwarding tree information of the FabricPath topologies.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfptTopologyTreeEntry

cfptTopologyTreeEntry 1.3.6.1.4.1.9.9.801.1.4.1
An entry containing one forwarding tree information in a particular FabricPath topology.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfptTopologyTreeEntry  

cfptTopologyTreeId 1.3.6.1.4.1.9.9.801.1.4.1.1
An index number that uniquely identifies forwarding tree of a particular FabricPath topology.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cfptTopologyTreeFtag 1.3.6.1.4.1.9.9.801.1.4.1.2
This object indicates the tree's forwarding tag.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cfptTopologyTreeState 1.3.6.1.4.1.9.9.801.1.4.1.3
This object indicates the state of the tree. other - none of the followings active - the tree is active inactive - the tree is inactive.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), active(2), inactive(3)  

cfptTopologyTreeType 1.3.6.1.4.1.9.9.801.1.4.1.4
This object indicates the type of the tree. other - none of the followings mixed - unknown unicast, broadcast and multicast tree multicast - multicast tree
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), mixed(2), multicast(3)  

cfptFabricPathTopologyMIBCompliances 1.3.6.1.4.1.9.9.801.2.1
OBJECT IDENTIFIER    

cfptFabricPathTopologyMIBGroups 1.3.6.1.4.1.9.9.801.2.2
OBJECT IDENTIFIER    

cfptFabricPathTopologyMIBCompliance 1.3.6.1.4.1.9.9.801.2.1.1
Describes the requirements for conformance to the CISCO-FABRICPATH-TOPOLOGY-MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

cfptTopologyGroup 1.3.6.1.4.1.9.9.801.2.2.1
A collection of objects providing FabricPath topology information.
Status: current Access: read-only
OBJECT-GROUP    

cfptTopologyIfGroup 1.3.6.1.4.1.9.9.801.2.2.2
A collection of objects providing per interface FabricPath topology information.
Status: current Access: read-only
OBJECT-GROUP    

cfptTopologyIfVlanGroup 1.3.6.1.4.1.9.9.801.2.2.3
A collection of objects providing VLAN information for each FabricPath interface.
Status: current Access: read-only
OBJECT-GROUP    

cfptTopologyTreeGroup 1.3.6.1.4.1.9.9.801.2.2.4
A collection of objects providing FabricPath topology forwarding tree information.
Status: current Access: read-only
OBJECT-GROUP