CISCO-FABRIC-MCAST-MIB

File: CISCO-FABRIC-MCAST-MIB.mib (11518 bytes)

Imported modules

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

Imported symbols

Unsigned32 Gauge32 MODULE-IDENTITY
OBJECT-TYPE MODULE-COMPLIANCE OBJECT-GROUP
TEXTUAL-CONVENTION SnmpAdminString entLogicalIndex
ciscoMgmt

Defined Types

CfmPoolIndex  
A unique value, greater than zero, for each fabric multicast resource pool in the managed system. It is recommended that values are assigned contiguously starting from 1. The value for each resource pool must remain constant at least from one re-initialization of the entity's network management system to the next re-initialization.
TEXTUAL-CONVENTION    
  Unsigned32 1..4294967295  

CfmPoolEntry  
SEQUENCE    
  cfmPoolId CfmPoolIndex
  cfmPoolName SnmpAdminString
  cfmPoolType INTEGER
  cfmPoolTotalFgids Gauge32
  cfmPoolInuseFgids Gauge32
  cfmPoolHighWaterInuseFgids Gauge32

CfmLrEntry  
SEQUENCE    
  cfmLrInuseFgids Gauge32
  cfmLrHighWaterInuseFgids Gauge32

Defined Values

ciscoFabricMcastMIB 1.3.6.1.4.1.9.9.255
Fabric Multicast Resource MIB module. This MIB module is used for managing/tracking the fabric multicast resource related information. Acronyms and terms: FGID - Fabric Multicast Group Identifier. LR - Logical router.
MODULE-IDENTITY    

ciscoFabricMcastMIBNotifs 1.3.6.1.4.1.9.9.255.0
OBJECT IDENTIFIER    

ciscoFabricMcastMIBObjects 1.3.6.1.4.1.9.9.255.1
OBJECT IDENTIFIER    

ciscoFabricMcastMIBConform 1.3.6.1.4.1.9.9.255.2
OBJECT IDENTIFIER    

cfmGeneral 1.3.6.1.4.1.9.9.255.1.1
OBJECT IDENTIFIER    

cfmPool 1.3.6.1.4.1.9.9.255.1.2
OBJECT IDENTIFIER    

cfmLr 1.3.6.1.4.1.9.9.255.1.3
OBJECT IDENTIFIER    

cfmGenInfoTotalFgids 1.3.6.1.4.1.9.9.255.1.1.1
The total number of FGIDs resource are detected in the managed system.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cfmGenInfoInuseFgids 1.3.6.1.4.1.9.9.255.1.1.2
The current number of FGIDs that are currently in use by the managed system.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cfmGenInfoHighWaterInuseFgids 1.3.6.1.4.1.9.9.255.1.1.3
The highest number of FGIDs that was in use by all fabric multicast client applications in the managed system.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cfmPoolTable 1.3.6.1.4.1.9.9.255.1.2.1
This table contains fabric multicast resource pool information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfmPoolEntry

cfmPoolEntry 1.3.6.1.4.1.9.9.255.1.2.1.1
The information regarding a single fabric multicast resource pool. An entry of this table is created when a fabric multicast dedicated pool related client application is registered to fabric software or the first of fabric multicast shared pool related client application is registered to fabric software. An entry of this table is removed when the the last fabric multicast client application is unregistered from the pool.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfmPoolEntry  

cfmPoolId 1.3.6.1.4.1.9.9.255.1.2.1.1.1
An index that uniquely represents a fabric multicast resource pool. This index is assigned arbitrarily by the fabric software when fabric multicast application clients register for the use of fabric multicast resource.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfmPoolIndex  

cfmPoolName 1.3.6.1.4.1.9.9.255.1.2.1.1.2
The object to indicate FGID pool name.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

cfmPoolType 1.3.6.1.4.1.9.9.255.1.2.1.1.3
The object to indicate FGID pool type. shared(1) - the pool is shared by multiple types of FGID clients. dedicated(2) - the pool is dedicated for a specific type of client to use. The dedicated pool is normally used by a critical client to prevent processes deadlock during system initialization or restart.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER shared(1), dedicated(2)  

cfmPoolTotalFgids 1.3.6.1.4.1.9.9.255.1.2.1.1.4
The total number of FGIDs in this pool. The total size might be dynamically adjusted based on the utilization of each pool or if a fabric multicast resource related entity is added or removed (e.g., add a new fabric rack or upgrade an old fabric rack to new fabric rack).
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cfmPoolInuseFgids 1.3.6.1.4.1.9.9.255.1.2.1.1.5
The current number of FGIDs in this pool that are currently in use by the FGID clients from one or more logical routers.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cfmPoolHighWaterInuseFgids 1.3.6.1.4.1.9.9.255.1.2.1.1.6
The highest number of FGIDs in this pool that was in use by the FGID clients from one or more logical routers.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cfmLrTable 1.3.6.1.4.1.9.9.255.1.3.1
This table contains fabric multicast resource information for a logical router.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfmLrEntry

cfmLrEntry 1.3.6.1.4.1.9.9.255.1.3.1.1
The information regarding a single logical router that uses fabric multicast resource. An entry of this table is created when a logical router is created in the entLogicalTable of ENTITY-MIB and the logical router is registered for fabric multicast resource service. A logical router is identified by the value of mib-2 in entLogicalType object of ENTITY-MIB. An entry of this table is removed when the entry associated logical router is removed from entLogicalTable of ENTITY-MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfmLrEntry  

cfmLrInuseFgids 1.3.6.1.4.1.9.9.255.1.3.1.1.1
The current number of FGIDs that are currently in use by this logical router.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cfmLrHighWaterInuseFgids 1.3.6.1.4.1.9.9.255.1.3.1.1.2
The highest number of FGIDs that was in use by this logical router.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cfmMIBCompliances 1.3.6.1.4.1.9.9.255.2.1
OBJECT IDENTIFIER    

cfmMIBGroups 1.3.6.1.4.1.9.9.255.2.2
OBJECT IDENTIFIER    

cfmMIBCompliance 1.3.6.1.4.1.9.9.255.2.1.1
The compliance statement for entities which implement the CISCO-FABRIC-MCAST-MIB
Status: current Access: read-only
MODULE-COMPLIANCE    

cfmGenInfoGroup 1.3.6.1.4.1.9.9.255.2.2.1
A collection of objects providing the general fabric multicast resource related configuration and statistics capability.
Status: current Access: read-only
OBJECT-GROUP    

cfmPoolGroup 1.3.6.1.4.1.9.9.255.2.2.2
A collection of objects providing information for the fabric multicast resource pools.
Status: current Access: read-only
OBJECT-GROUP    

cfmLrGroup 1.3.6.1.4.1.9.9.255.2.2.3
A collection of objects providing information for the logical routers that use the fabric multicast resource.
Status: current Access: read-only
OBJECT-GROUP