CISCO-SWITCH-MULTICAST-MIB

File: CISCO-SWITCH-MULTICAST-MIB.mib (57483 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI SNMPv2-CONF
CISCO-SMI IF-MIB CISCO-TC
ENTITY-MIB MPLS-VPN-MIB SNMP-FRAMEWORK-MIB
INET-ADDRESS-MIB

Imported symbols

TimeStamp RowStatus TruthValue
StorageType MODULE-IDENTITY OBJECT-TYPE
Unsigned32 Gauge32 Integer32
Counter64 MODULE-COMPLIANCE OBJECT-GROUP
ciscoMgmt InterfaceIndex InterfaceIndexOrZero
CiscoInterfaceIndexList EntPhysicalIndexOrZero entPhysicalIndex
MplsVpnId SnmpAdminString InetAddressType
InetAddress InetAddressPrefixLength

Defined Types

CswmReplCapabilityEntry  
SEQUENCE    
  cswmReplCapability BITS

CswmReplConfigEntry  
SEQUENCE    
  cswmReplConfigAddrType InetAddressType
  cswmReplConfigCurMode INTEGER
  cswmReplConfigAutoDetect INTEGER

CswmMvrfStatsEntry  
SEQUENCE    
  cswmMvrfName MplsVpnId
  cswmMvrfTotalFlows Gauge32
  cswmMvrfPartialFlows Gauge32
  cswmMvrfRpfMfdFlows Gauge32

CswmMvrfBiDirPimDfUsageEntry  
SEQUENCE    
  cswmMvrfBiDirPimDfAddrType InetAddressType
  cswmMvrfBiDirPimDfUsed Unsigned32
  cswmMvrfBiDirPimDfTotal Unsigned32

CswmForwardingEntry  
SEQUENCE    
  cswmInterfaceIndex InterfaceIndex
  cswmForwardingAddrType InetAddressType
  cswmForwardingEnabled INTEGER

CswmFlowQueryEntry  
SEQUENCE    
  cswmFlowQueryIndex Unsigned32
  cswmFlowQueryMask BITS
  cswmFlowQueryMvrf MplsVpnId
  cswmFlowQueryAddrType InetAddressType
  cswmFlowQuerySource InetAddress
  cswmFlowQueryGroup InetAddress
  cswmFlowQueryGroupMask InetAddressPrefixLength
  cswmFlowQueryType BITS
  cswmFlowQueryEntityIndex EntPhysicalIndexOrZero
  cswmFlowQuerySkipNFlows Integer32
  cswmFlowQueryTotalFlows Integer32
  cswmFlowMcastQueryRows Integer32
  cswmFlowMcastQueryMoreRows TruthValue
  cswmFlowQueryOwner SnmpAdminString
  cswmFlowQueryCreateTime TimeStamp
  cswmFlowQueryStorage StorageType
  cswmFlowQueryStatus RowStatus

CswmFlowResultEntry  
SEQUENCE    
  cswmFlowResultIndex Unsigned32
  cswmFlowResultMvrf MplsVpnId
  cswmFlowResultAddrType InetAddressType
  cswmFlowResultGroup InetAddress
  cswmFlowResultGroupMask InetAddressPrefixLength
  cswmFlowResultSource InetAddress
  cswmFlowResultFlags BITS
  cswmFlowResultRpfInterface InterfaceIndexOrZero
  cswmFlowResultPackets Counter64
  cswmFlowResultOctets Counter64

CswmFlowResultOIFEntry  
SEQUENCE    
  cswmFlowResultOIFIndex Unsigned32
  cswmFlowResultOIFIntList CiscoInterfaceIndexList

CswmFlowResultDFEntry  
SEQUENCE    
  cswmFlowResultDFIndex Unsigned32
  cswmFlowResultDFIntList CiscoInterfaceIndexList

Defined Values

ciscoSwitchMulticastMIB 1.3.6.1.4.1.9.9.504
This MIB module defines management objects for the Multicast Switching features on Cisco Layer 2/3 devices. Definition of some of the terms used in this MIB: Multicast Replication - The mechanism by which a system creates one or more copies of a multicast packet for forwarding. Ingress Multicast Replication - A type of multicast replication where the replication engine on the ingress module always performs the whole replication. Egress Multicast Replication - A type of multicast replication where the replication engines on both the ingress and egress modules perform the replication. VPN - Virtual private network. A secure IP-based network that shares resources with one or more physical networks. VRF - VPN Routing and Forwarding instance Consists of an IP routing table, a derived forwarding table, a set of interfaces that use the forwarding table, and a set of rules and routing protocols that determine what goes into the forwarding table. MVPN - Multicast VPN MVRF - Multicast VRF A VRF which has multicast routing enabled. VRF-lite - A feature that enables a service provider to support two or more VPNs, where IP addresses can be overlapped among the VPNs. LTL - Local Target Logic A hardware resource table to aid in switching. OIF - Outgoing Interface The interface through which packets are forwarded out. DF - Designated Forwarder.
MODULE-IDENTITY    

cswmMIBNotifs 1.3.6.1.4.1.9.9.504.0
OBJECT IDENTIFIER    

cswmMIBObjects 1.3.6.1.4.1.9.9.504.1
OBJECT IDENTIFIER    

cswmMIBConform 1.3.6.1.4.1.9.9.504.2
OBJECT IDENTIFIER    

cswmGlobal 1.3.6.1.4.1.9.9.504.1.1
OBJECT IDENTIFIER    

cswmReplication 1.3.6.1.4.1.9.9.504.1.2
OBJECT IDENTIFIER    

cswmMvrfStats 1.3.6.1.4.1.9.9.504.1.3
OBJECT IDENTIFIER    

cswmBiDirPimDfStats 1.3.6.1.4.1.9.9.504.1.4
OBJECT IDENTIFIER    

cswmLtlStats 1.3.6.1.4.1.9.9.504.1.5
OBJECT IDENTIFIER    

cswmForwarding 1.3.6.1.4.1.9.9.504.1.6
OBJECT IDENTIFIER    

cswmFlowQueryResult 1.3.6.1.4.1.9.9.504.1.7
OBJECT IDENTIFIER    

cswmMvpnHwSwitchingStatus 1.3.6.1.4.1.9.9.504.1.1.1
Indicates the MVPN hardware switching status. 'notCapable' - This device is not capable of MVPN hardware switching 'enable' - MVPN hardware switching is enabled. 'disable' - MVPN hardware switching is disabled.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notCapable(1), enable(2), disable(3)  

cswmVrfLiteStatus 1.3.6.1.4.1.9.9.504.1.1.2
Indicates the VRF-Lite switching status. 'notCapable' - This device is not capable of VRF-Lite switching. 'enable' - VRF-Lite switching is enabled. 'disable' - VRF-Lite switching is disabled.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notCapable(1), enable(2), disable(3)  

cswmMRouteConsistCheck 1.3.6.1.4.1.9.9.504.1.1.3
Specifies the Multicast Routing(mroute) Table consistency checker support mode. The consistency checker scans the mroute table and assures that multicast-hardware entries are consistent with mroute table. 'notCapable' - This device is not capable of mroute consistency checker 'enable' - mroute consistency checker is enabled. 'disable' - mroute consistency checker is disabled. When the value of this object is 'notCapable' the object value is not writable. The value 'notCapable' can not be set.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER notCapable(1), enable(2), disable(3)  

cswmProcessorConsistCheck 1.3.6.1.4.1.9.9.504.1.1.4
Specifies the Processor consistency checker support mode. In a multiple processor device, the consistency checker assures that multicast flow entries are consistent across processors. Example: In a Catalyst 6000 series device, which has a Route Processor (RP) and a Switch Processor (SP), the consistency checker assures that multicast flow entries on the Route Processor and the Switch Processor are consistent. 'notCapable' - This device is not capable of processor consistency checker 'enable' - processor consistency checker is enabled. 'disable' - processor consistency checker is disabled. When the value of this object is 'notCapable' the object value is not writable. The value 'notCapable' can not be set.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER notCapable(1), enable(2), disable(3)  

cswmReplCapabilityTable 1.3.6.1.4.1.9.9.504.1.2.1
A table containing multicast replication capability information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CswmReplCapabilityEntry

cswmReplCapabilityEntry 1.3.6.1.4.1.9.9.504.1.2.1.1
A conceptual row of cswmReplCapabilityTable, containing the multicast replication capability information for per module (identified by entPhysicalIndex) per Internet address type supported on the managed system. An entry is created by the agent at the system power-up or module insertion.
Status: current Access: not-accessible
OBJECT-TYPE    
  CswmReplCapabilityEntry  

cswmReplCapability 1.3.6.1.4.1.9.9.504.1.2.1.1.1
Indicates the multicast replication capability. The replication capability of a module for a particular address type is dependent on the hardware and software capabilities of the module.
Status: current Access: read-only
OBJECT-TYPE    
  BITS ingress(0), egress(1)  

cswmReplConfigTable 1.3.6.1.4.1.9.9.504.1.2.2
A table containing multicast flow replication information for the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CswmReplConfigEntry

cswmReplConfigEntry 1.3.6.1.4.1.9.9.504.1.2.2.1
A conceptual row of cswmReplConfigTable, containing multicast flow replication information.
Status: current Access: not-accessible
OBJECT-TYPE    
  CswmReplConfigEntry  

cswmReplConfigAddrType 1.3.6.1.4.1.9.9.504.1.2.2.1.1
The Internet address type supporting multicast flow replication.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

cswmReplConfigCurMode 1.3.6.1.4.1.9.9.504.1.2.2.1.2
Specifies the current mode of multicast flow replication for this address type. 'notCapable' - This device is not capable of Multicast flow replication for this address type. 'ingress' - The current mode of replication is ingress. 'egressAndIngress' - The current mode of replication is egress and ingress. When the value of this object is 'notCapable' the object value is not writable. The value 'notCapable' can not be set. The values of cswmReplCapability for the modules on the system should be considered when setting the value for this object. Certain systems may not be fully operational in a particular replication mode if there is an inconsistency between this object and the values of cswmReplCapability.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER notCapable(1), ingress(2), egressAndIngress(3)  

cswmReplConfigAutoDetect 1.3.6.1.4.1.9.9.504.1.2.2.1.3
Specifies the auto-detection of multicast replication mode for this address type. 'notCapable' - This device is not capable of Auto-detection of multicast replication mode for this address type. 'enable' - The auto-detection of multicast replication mode is enabled. 'disable' - The auto-detection of multicast replication mode is disabled. When the value of this object is 'notCapable' the object value is not writable. The value 'notCapable' can not be set.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER notCapable(1), enable(2), disable(3)  

cswmGlobalReplcationMode 1.3.6.1.4.1.9.9.504.1.2.3
Specifies the current mode of multicast flow replication for all Internet address types supporting multicast flow replication. 'notCapable' - This device is not capable of Multicast flow replication. 'ingress' - The current mode of replication is ingress. 'egress' - The current mode of replication is egress. When the value of this object is 'notCapable' the object value is not writable. The value 'notCapable' can not be set. The values of cswmReplCapability for the modules on the system should be considered when setting the value for this object. Certain systems may not be fully operational in a particular replication mode if there is an inconsistency between this object and the values of cswmReplCapability.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER notCapable(1), ingress(2), egress(3)  

cswmMvrfStatsTable 1.3.6.1.4.1.9.9.504.1.3.1
A table containing multicast flow statistics information on each Multicast VPN routing/forwarding instance (MVRF).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CswmMvrfStatsEntry

cswmMvrfStatsEntry 1.3.6.1.4.1.9.9.504.1.3.1.1
A conceptual row of cswmMvrfStatsTable, containing multicast flow statistics for each MVRF.
Status: current Access: not-accessible
OBJECT-TYPE    
  CswmMvrfStatsEntry  

cswmMvrfName 1.3.6.1.4.1.9.9.504.1.3.1.1.1
The human-readable name of this VPN.
Status: current Access: not-accessible
OBJECT-TYPE    
  MplsVpnId  

cswmMvrfTotalFlows 1.3.6.1.4.1.9.9.504.1.3.1.1.2
Indicates the total number of multicast flow entries installed for this MVRF.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cswmMvrfPartialFlows 1.3.6.1.4.1.9.9.504.1.3.1.1.3
Indicates the total number of multicast partial short cut flow entries installed for this MVRF.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cswmMvrfRpfMfdFlows 1.3.6.1.4.1.9.9.504.1.3.1.1.4
Indicates the total number of Reverse Path Forwarding(RPF) Multicast Fast Drop(MFD) flow entries installed for this MVRF.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cswmBiDirPimDfUsed 1.3.6.1.4.1.9.9.504.1.4.1
The number of Bi-directional PIM Designated Forwarder entries currently in use by the default MVRF on the device.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cswmBiDirPimDfTotal 1.3.6.1.4.1.9.9.504.1.4.2
The total number of Bi-directional PIM Designated Forwarder entries for the default MVRF on the device.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cswmMvrfBiDirPimDfUsageTable 1.3.6.1.4.1.9.9.504.1.4.3
A table containing multicast Bi-directional PIM Designated Forwarder usage information on each Multicast VPN routing/forwarding instance (MVRF) for every Internet address type supported.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CswmMvrfBiDirPimDfUsageEntry

cswmMvrfBiDirPimDfUsageEntry 1.3.6.1.4.1.9.9.504.1.4.3.1
A conceptual row of cswmMvrfBiDirPimDfUsageTable, containing multicast Bi-directional PIM Designated Forwarder usage information on each MVRF per Internet address type.
Status: current Access: not-accessible
OBJECT-TYPE    
  CswmMvrfBiDirPimDfUsageEntry  

cswmMvrfBiDirPimDfAddrType 1.3.6.1.4.1.9.9.504.1.4.3.1.1
This object indicates the internet address type for which the multicast Bi-directional PIM Designated Forwarder usage information is collected.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

cswmMvrfBiDirPimDfUsed 1.3.6.1.4.1.9.9.504.1.4.3.1.2
The number of Bi-directional PIM Designated Forwarder entries currently in use.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cswmMvrfBiDirPimDfTotal 1.3.6.1.4.1.9.9.504.1.4.3.1.3
The total number of Bi-directional PIM Designated Forwarder entries.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cswmLtlUsed 1.3.6.1.4.1.9.9.504.1.5.1
This object indicates the number of Multicast LTL entries currently used by this device.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cswmLtlTotal 1.3.6.1.4.1.9.9.504.1.5.2
This object indicates the total number of Multicast LTL entries available for this device.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cswmForwardingTable 1.3.6.1.4.1.9.9.504.1.6.1
A table containing multicast forwarding information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CswmForwardingEntry

cswmForwardingEntry 1.3.6.1.4.1.9.9.504.1.6.1.1
A conceptual row of cswmForwardingTable, containing multicast forwarding information on a particular interface for every Internet address type supported.
Status: current Access: not-accessible
OBJECT-TYPE    
  CswmForwardingEntry  

cswmInterfaceIndex 1.3.6.1.4.1.9.9.504.1.6.1.1.1
This object specifies the ifIndex for interface capable of performing forwarding.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

cswmForwardingAddrType 1.3.6.1.4.1.9.9.504.1.6.1.1.2
This object specifies the internet address type of the multicast forwarding.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

cswmForwardingEnabled 1.3.6.1.4.1.9.9.504.1.6.1.1.3
This object specifies whether multicast forwarding is supported on this interface for a particular internet address type. 'notCapable' - A read-only value which indicates that this interface is not capable of multicast forwarding for this internet address type. This value cannot be used in SET operation. 'enable' - multicast forwarding is enabled. 'disable' - multicast forwarding is disabled. This object is not writable if the value of this object is 'notCapable'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER notCapable(1), enable(2), disable(3)  

cswmFlowMaxQueries 1.3.6.1.4.1.9.9.504.1.7.1
Maximum number of query entries allowed to be outstanding at any time, in the cswmFlowQueryTable. The typical value for this object is 5.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cswmFlowQueryTable 1.3.6.1.4.1.9.9.504.1.7.2
A control table used to query the switching engine by specifying retrieval criteria for IP multicast L3 flows. Each row instance in the table represents a query with its parameters. The resulting per-flow data if requested for each instance of a query in this table is returned in the cswmFlowResultTable. A row in this table can be created by setting the corresponding instance of cswmFlowQueryStatus to 'createAndGo'. A row can be deleted by setting the corresponding instance of cswmFlowQueryStatus to 'destroy'. The maximum number of entries (rows) in this table cannot exceed the value of cswmFlowMaxQueries object.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CswmFlowQueryEntry

cswmFlowQueryEntry 1.3.6.1.4.1.9.9.504.1.7.2.1
A conceptual row of the cswmFlowQueryTable used to setup retrieval criteria to search for IP multicast L3 flows on a switching engine entity in the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  CswmFlowQueryEntry  

cswmFlowQueryIndex 1.3.6.1.4.1.9.9.504.1.7.2.1.1
An arbitrary integer in the range of 1 to cswmFlowMaxQueries to identify this control query.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cswmFlowQueryMask 1.3.6.1.4.1.9.9.504.1.7.2.1.2
This object is used to set up the query criteria for the multicast flows of interest. If any one of the defined BITs is set, then the objects(s) corresponding to the BITS in the same row instance will be used for the search. Specifically, if the 'vrf' BIT is set, then the cswmFlowQueryMvrf object will be included in the search criteria. The 'vrf' BIT can be set in combination with any other BIT for the search. If the 'group' BIT is set, then the cswmFlowQueryGroup object will be used as the search criteria. If the 'groupmask' BIT is set, then the cswmFlowQueryGroup and cswmFlowQueryGroupMask objects will be used as the search criteria. If the 'source' BIT is set, then the cswmFlowQuerySource and cswmFlowQueryGroup objects will be used as the search criteria. It is SNMP managers' responsibility to turn on certain bits on in this object instance, if necessary, and the corresponding flow parameter variables to the appropriate values in order to setup the desired query criteria.
Status: current Access: read-create
OBJECT-TYPE    
  BITS vrf(0), group(1), groupmask(2), source(3)  

cswmFlowQueryMvrf 1.3.6.1.4.1.9.9.504.1.7.2.1.3
The human-readable name of the Multicast Virtual Private Network (MVPN) routing/forwarding instance (MVRF). When the 'mvrf' bit of cswmFlowQueryMask object in the same row is on, an appropriate value should be specified and only flows with the specified MVRF name will be contained in the result table. If the 'mvrf' bit in the associated cswmFlowQueryMask is cleared, this object is ignored during the query, and all the flows corresponding to the default MVRF will be considered.
Status: current Access: read-create
OBJECT-TYPE    
  MplsVpnId  

cswmFlowQueryAddrType 1.3.6.1.4.1.9.9.504.1.7.2.1.4
The Internet address type for this multicast search query.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

cswmFlowQuerySource 1.3.6.1.4.1.9.9.504.1.7.2.1.5
The source Internet address of the IP multicast layer 3 flows. When the 'source' BIT of cswmFlowQueryMask object in the same row is on, an appropriate value should be specified and only flows with the specified source address will be contained in the result table. If the 'source' bit in the associated cswmFlowQueryMask is off, this object is ignored during the query. The type of this address is determined by the value of the cswmFlowQueryAddrType object. The default value of this object is all zeros.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

cswmFlowQueryGroup 1.3.6.1.4.1.9.9.504.1.7.2.1.6
The multicast group Internet address of the queried flows. When the 'group' or 'groupmask' bit of cswmFlowQueryMask object in the same row is on, an appropriate value should be specified and only flows with the specified group address will be contained in the result table. If the 'group' and 'groupmask' bits in the associated cswmFlowQueryMask are both off, this object is ignored during the query. The type of this address is determined by the value of the cswmFlowQueryAddrType object. The default value of this object is all zeros.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

cswmFlowQueryGroupMask 1.3.6.1.4.1.9.9.504.1.7.2.1.7
The length of the Prefix associated with cswmFlowQueryGroup. When the 'groupmask' bit of cswmFlowQueryMask object in the same row is on, an appropriate value should be specified and only rows with the specied group address prefix will be returned in the result table. If the 'groupmask' bit in the associated cswmFlowQueryMask is off, this object is ignored during the query. A value of zero causes all addresses to match. This prefix length will be consistent with the type specified in cswmFlowQueryAddrType.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressPrefixLength  

cswmFlowQueryType 1.3.6.1.4.1.9.9.504.1.7.2.1.8
This object is used to set up the query type for the multicast flows of interest. If the 'perFlow' BIT is set, then, the entries matching this query will be returned in in cswmFlowResultTable. If the 'perFlow' BIT is not set, then only the total number of flows matching this query are computed and returned in cswmFlowQueryTotalFlows, and there will be no entries matching this query in cswmFlowResultTable. If the 'oifList' BIT is set, then the Outgoing Interface (OIF) list is generated for each flow and populated in cswmFlowResultTable. If the 'dfList' BIT is set, then the Designated Forwarder (DF) interfaces list is generated for each flow and populated in cswmFlowResultTable.
Status: current Access: read-create
OBJECT-TYPE    
  BITS perFlow(0), oifList(1), dfList(2)  

cswmFlowQueryEntityIndex 1.3.6.1.4.1.9.9.504.1.7.2.1.9
This object identifies the switching engine for which the query is issued. When the value of this object is 0, the query is performed on the switching engine of the active supervisor.
Status: current Access: read-create
OBJECT-TYPE    
  EntPhysicalIndexOrZero  

cswmFlowQuerySkipNFlows 1.3.6.1.4.1.9.9.504.1.7.2.1.10
The number of searched flows to be skipped before storing any multicast flows in cswmFlowResultTable, when the 'perFlow' bit is set in cswmFlowQueryType. This object can be used along with cswmFlowMcastQueryMoreRows object to skip previously found flows and only query the remaining flows in the table. Note that due to the dynamical nature of the L3 flows, the queried flows may be missed or repeated by setting this object.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..2147483647  

cswmFlowQueryTotalFlows 1.3.6.1.4.1.9.9.504.1.7.2.1.11
The number of flows matching the query criteria. The value of this object will be zero when the 'perFlow' bit is set in cswmFlowQueryType.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

cswmFlowMcastQueryRows 1.3.6.1.4.1.9.9.504.1.7.2.1.12
Indicating the status of the query by following values: -1 - Either the query has not been started or the agent is still processing this query instance. It is the default value when the row is instantiated. 0..2147483647 - The search has ended and this is the number of rows in the cswmFlowResultTable, resulting from this query.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 -1..2147483647  

cswmFlowMcastQueryMoreRows 1.3.6.1.4.1.9.9.504.1.7.2.1.13
If the value of the object is true when there are more entries available matching this query criteria, than the ones returned in cswmFlowResultTable.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cswmFlowQueryOwner 1.3.6.1.4.1.9.9.504.1.7.2.1.14
The manager entity that configured this entry and is therefore using the resources assigned to it. It is used to model an administratively assigned name of the owner of a resource. It is recommended that this object have one or more the following information: IP address, management station name, network manager's name, location, or phone number.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

cswmFlowQueryCreateTime 1.3.6.1.4.1.9.9.504.1.7.2.1.15
Time when this query was created.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cswmFlowQueryStorage 1.3.6.1.4.1.9.9.504.1.7.2.1.16
The storage type for this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

cswmFlowQueryStatus 1.3.6.1.4.1.9.9.504.1.7.2.1.17
The status object used to manage rows in this table. When set to 'active', the query to search for l3 multicast flows is initiated. Once a row becomes active, values within the row cannot be modified, except by deleting and re-creating the row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cswmFlowResultTable 1.3.6.1.4.1.9.9.504.1.7.3
A table containing current IP multicast flow information corresponding to all the completed queries set up in the cswmFlowQueryTable, that were initiated on the switch engine(s) with the 'perFlow' bit set in cswmFlowQueryType. The query result will not become available until the current search completes.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CswmFlowResultEntry

cswmFlowResultEntry 1.3.6.1.4.1.9.9.504.1.7.3.1
A conceptual row of cswmFlowResultTable, containing information about an IP multicast layer 3 flow that matchs the search criteria set in the corresponding row of cswmFlowQueryTable. This row instance is indexed by the query index (cswmFlowQueryIndex), and data entry index (cswmFlowResultIndex).
Status: current Access: not-accessible
OBJECT-TYPE    
  CswmFlowResultEntry  

cswmFlowResultIndex 1.3.6.1.4.1.9.9.504.1.7.3.1.1
A positive integer which uniquely identify a result entry matching a particular query.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..2147483647  

cswmFlowResultMvrf 1.3.6.1.4.1.9.9.504.1.7.3.1.2
The MVRF to which this flow belongs to.
Status: current Access: read-only
OBJECT-TYPE    
  MplsVpnId  

cswmFlowResultAddrType 1.3.6.1.4.1.9.9.504.1.7.3.1.3
The Internet address type of cswmFlowResultGroup, cswmFlowResultGroupMask and cswmFlowResultSource.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

cswmFlowResultGroup 1.3.6.1.4.1.9.9.504.1.7.3.1.4
The group address of the multicast layer 3 flow.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

cswmFlowResultGroupMask 1.3.6.1.4.1.9.9.504.1.7.3.1.5
The length of the Prefix associated with cswmFlowResultGroup. A value of zero causes all addresses to match. This prefix length will be consistent with the type specified in cswmFlowResultAddrType.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressPrefixLength  

cswmFlowResultSource 1.3.6.1.4.1.9.9.504.1.7.3.1.6
The source address of the multicast layer 3 flow.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

cswmFlowResultFlags 1.3.6.1.4.1.9.9.504.1.7.3.1.7
This object indicates the corresponding flags for this flow: 'copy' - indicates that traffic is copied to CPU and forwarded in hardware. 'punt' - indicates that traffic is punted to CPU and forwarded in software. 'ineligible' - indicates that this flow is ineligible for hardware installation. 'hwFail' - indicates that this flow failed to install in hardware. 'bidir' - indicates that this flow is a Bidir flow.
Status: current Access: read-only
OBJECT-TYPE    
  BITS copy(0), punt(1), ineligible(2), hwFail(3), bidir(4)  

cswmFlowResultRpfInterface 1.3.6.1.4.1.9.9.504.1.7.3.1.8
This object represents either the InterfaceIndex of RPF interface for a RPF flow or 0 (zero). The value of zero means that this flow is a non-RPF flow.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndexOrZero  

cswmFlowResultPackets 1.3.6.1.4.1.9.9.504.1.7.3.1.11
The total number of multicast traffic packets forwarded for this flow.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cswmFlowResultOctets 1.3.6.1.4.1.9.9.504.1.7.3.1.12
The total number of multicast traffic octets forwarded for this flow.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cswmFlowResultOIFTable 1.3.6.1.4.1.9.9.504.1.7.4
A table containing list of OIF for a flow listed in cswmFlowResultTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CswmFlowResultOIFEntry

cswmFlowResultOIFEntry 1.3.6.1.4.1.9.9.504.1.7.4.1
A conceptual row of cswmFlowResultOIFTable, containing information about the list of OIF for a flow listed in cswmFlowResultTable. An entry is created only when the 'oifList' bit is set in cswmFlowQueryType.
Status: current Access: not-accessible
OBJECT-TYPE    
  CswmFlowResultOIFEntry  

cswmFlowResultOIFIndex 1.3.6.1.4.1.9.9.504.1.7.4.1.1
A positive integer which uniquely identifies a list of OIF for a particular result flow matching a particular query.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..2147483647  

cswmFlowResultOIFIntList 1.3.6.1.4.1.9.9.504.1.7.4.1.2
The object lists the ifIndex for a set of 64 OIF for a particular flow.
Status: current Access: read-only
OBJECT-TYPE    
  CiscoInterfaceIndexList  

cswmFlowResultDFTable 1.3.6.1.4.1.9.9.504.1.7.5
A table containing list of DF interfaces for a flow listed in cswmFlowResultTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CswmFlowResultDFEntry

cswmFlowResultDFEntry 1.3.6.1.4.1.9.9.504.1.7.5.1
A conceptual row of cswmFlowResultDFTable, containing information about the list of DF Interfaces for a flow listed in cswmFlowResultTable. An entry is created only when the 'dfList' bit is set in cswmFlowQueryType.
Status: current Access: not-accessible
OBJECT-TYPE    
  CswmFlowResultDFEntry  

cswmFlowResultDFIndex 1.3.6.1.4.1.9.9.504.1.7.5.1.1
A positive integer which uniquely identifies a list of DF interfaces for a particular flow matching a particular query.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..2147483647  

cswmFlowResultDFIntList 1.3.6.1.4.1.9.9.504.1.7.5.1.2
The object lists the ifIndex for a set of 64 DF interfaces for a particular flow.
Status: current Access: read-only
OBJECT-TYPE    
  CiscoInterfaceIndexList  

cswmMIBCompliances 1.3.6.1.4.1.9.9.504.2.1
OBJECT IDENTIFIER    

cswmMIBGroups 1.3.6.1.4.1.9.9.504.2.2
OBJECT IDENTIFIER    

cswmMIBCompliance 1.3.6.1.4.1.9.9.504.2.1.1
The compliance statement for the CISCO-SWITCH-MULTICAST-MIB. OBJECT cswmReplConfigAddrType SYNTAX InetAddressType { ipv4(1), ipv6(2) } DESCRIPTION An implementation is only required to support IPv4 and IPv6 addresses.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

cswmMIBCompliance2 1.3.6.1.4.1.9.9.504.2.1.2
The compliance statement for the CISCO-SWITCH-MULTICAST-MIB. OBJECT cswmReplConfigAddrType SYNTAX InetAddressType { ipv4(1), ipv6(2) } DESCRIPTION An implementation is only required to support IPv4 and IPv6 addresses.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

cswmMIBCompliance3 1.3.6.1.4.1.9.9.504.2.1.3
The compliance statement for the CISCO-SWITCH-MULTICAST-MIB. OBJECT cswmReplConfigAddrType SYNTAX InetAddressType { ipv4(1), ipv6(2) } DESCRIPTION An implementation is only required to support IPv4 and IPv6 addresses.
Status: current Access: read-only
MODULE-COMPLIANCE    

cswmGlobalGroup 1.3.6.1.4.1.9.9.504.2.2.1
A collection of objects providing global multicast information and configuration.
Status: current Access: read-only
OBJECT-GROUP    

cswmConsistCheckGroup 1.3.6.1.4.1.9.9.504.2.2.2
A collection of objects providing multicast consitency check information and configuration.
Status: current Access: read-only
OBJECT-GROUP    

cswmReplicationGroup 1.3.6.1.4.1.9.9.504.2.2.3
A collection of objects providing multicast replication information and configuration.
Status: current Access: read-only
OBJECT-GROUP    

cswmMvrfStatsGroup 1.3.6.1.4.1.9.9.504.2.2.4
A collection of objects providing MVRF statistics.
Status: current Access: read-only
OBJECT-GROUP    

cswmBiDirPimDfUsageGroup 1.3.6.1.4.1.9.9.504.2.2.5
A collection of objects providing Bi-directional PIM Designated Forwarder database Usage information.
Status: current Access: read-only
OBJECT-GROUP    

cswmLtlUsageGroup 1.3.6.1.4.1.9.9.504.2.2.6
A collection of objects providing Multicast LTL usage information.
Status: current Access: read-only
OBJECT-GROUP    

cswmGlobalReplicationGroup 1.3.6.1.4.1.9.9.504.2.2.7
A collection of objects providing multicast global replication information and configuration.
Status: current Access: read-only
OBJECT-GROUP    

cswmMvrfBiDirPimDfUsageGroup 1.3.6.1.4.1.9.9.504.2.2.8
A collection of objects providing Bi-directional PIM Designated Forwarder database Usage information for each MVRF available on the device.
Status: current Access: read-only
OBJECT-GROUP    

cswmForwardingGroup 1.3.6.1.4.1.9.9.504.2.2.9
A collection of objects providing multicast forwarding information and configuration.
Status: current Access: read-only
OBJECT-GROUP    

cswmFlowQueryResultGroup 1.3.6.1.4.1.9.9.504.2.2.10
A collection of objects for querying l3 multicast flows.
Status: current Access: read-only
OBJECT-GROUP