CISCO-MLD-SNOOPING-MIB

File: CISCO-MLD-SNOOPING-MIB.mib (77759 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
INET-ADDRESS-MIB SNMP-FRAMEWORK-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
Unsigned32 MODULE-COMPLIANCE OBJECT-GROUP
RowStatus StorageType TEXTUAL-CONVENTION
TruthValue InetAddress InetAddressType
SnmpAdminString ciscoMgmt

Defined Types

CiscoMldPortType  
This textual convention denotes an enumerated integer-value that represents a bridge domain member type: 'unknown' The device is unable to ascertain the bridge domain member. 'interface' The bridge domain member is an interface represented by a row in the ifTable (defined by the IF-MIB [RFC2863]. 'pw' The bridge domain member is a L2VPN pseudowire represented by a row in the cpwVcTable (defined by the CISCO-IETF-PW-MIB). With the exception of the values 'unknown', each definition of a concrete CiscoMldPortType value MUST have a corresponding textual convention for use with the particular type of bridge domain member. To support future extensions, a MIB module SHOULD NOT sub-type the CiscoMldPortType textual convention in an object type definition. However, a compliance statement MAY sub-type it in order to require only a subset of the member types for a compliant implementation. Implementations must ensure that CiscoMldPortType objects and any dependent objects (e.g., CiscoMldPortIdentifier objects) are consistent. For example, an implementation must respond with an 'inconsistentValue' error if an attempt is made to modify a CiscoMldPortType object without changing the corresponding CiscoMldPortIdentifier object.
TEXTUAL-CONVENTION    
  INTEGER unknown(1), interface(2), pw(3)  

CiscoMldPortIdentifier  
This textual convention denotes an octet string-value that indicates a bridge domain member. An implementation MUST ALWAYS interpret a CiscoMldPortIdentifier value within the context of a CiscoMldPortType value. Every use of the CiscoMldPortIdentifier textual convention requires the specification of a CiscoMldPortType object to provide the context. A MIB module SHOULD logically register the CiscoMldPortType object before the CiscoMldPortIdentifier object(s). The value of a CiscoMldPortIdentifier object MUST BE the null string if the value of the CiscoMldPortType object providing the context is 'unknown'. Implementations must ensure that a CiscoMldPortIdentifier object remains consistent with the CiscoMldPortType object providing the context. For example, an implementation must respond with an 'inconsistentValue' error if an attempt is made to modify a CiscoMldPortIdentifier object without changing the corresponding CiscoMldPortType object.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..255)  

CiscoMldPortInterface  
This textual convention denotes an octet string-value identifying a row in ifTable (defined by the IF-MIB [RFC2863]). Octets Contents Encoding ========================================= 4 ifIndex-value network-byte order The corresponding CiscoMldPortType value is 'interface'. A MIB module SHOULD NOT directly use this textual convention in defining object, as it restricts bridge domain members to specific type. However, if a MIB module does chose to directly use the textual convention, it MAY chose to do so without a CiscoMldPortType object to define the context, since this textual convention implies the context.
TEXTUAL-CONVENTION    
  OCTET STRING Size(4)  

CiscoMldPortPseudowire  
This textual convention denotes an octet string-value identifying a row in the cpwVcTable (defined by the CISCO-IETF-PW-MIB). Octets Contents Encoding ========================================= 4 cpwVcIndex-value network-byte order The corresponding CiscoMldPortType value is 'pw'. A MIB module SHOULD NOT directly use this textual convention in defining object, as it restricts bridge domain members to specific type. However, if a MIB module does chose to directly use the textual convention, it MAY chose to do so without a CiscoMldPortType object to define the context, since this textual convention implies the context.
TEXTUAL-CONVENTION    
  OCTET STRING Size(4)  

CiscoMldSnoopingVersion  
This textual convention denotes an enumerated integer-value that represents the IGMP/MLD snooping version: 'v1' - version 1 'v2' - version 2 'v3' - version 3 'unknown' - the system is not able to determine the version
TEXTUAL-CONVENTION    
  INTEGER v1(1), v2(2), v3(3), unknown(4)  

CmsProfileEntry  
SEQUENCE    
  cmsProfileName SnmpAdminString
  cmsProfileStatus RowStatus
  cmsProfileStorageType StorageType
  cmsProfileSnoopMinVersion CiscoMldSnoopingVersion
  cmsProfileIPAddrType InetAddressType
  cmsProfileIPAddress InetAddress
  cmsProfileRobustnessVariable Unsigned32
  cmsProfileInternalQuerier TruthValue
  cmsProfileLastMemberQueryCount Unsigned32
  cmsProfileLastMemberQueryInterval Unsigned32
  cmsProfileSuppressReport TruthValue
  cmsProfileUnsolicitedReportTimer Unsigned32
  cmsProfileFloodQueryCount Unsigned32
  cmsProfileQuerySolicit TruthValue
  cmsProfileTTLCheck TruthValue
  cmsProfileRouterAlertCheck TruthValue
  cmsProfileIntQuerierMaxRespTime Unsigned32
  cmsProfileIntQuerierQueryInterval Unsigned32
  cmsProfileIntQuerierTCNQueryCount Unsigned32
  cmsProfileIntQuerierTCNQueryInterval Unsigned32
  cmsProfileIntQuerierExpiry Unsigned32
  cmsProfileIntQuerierVersion CiscoMldSnoopingVersion
  cmsProfileRouterGuard TruthValue
  cmsProfileStaticMRouter TruthValue
  cmsProfileImmediateLeave TruthValue

CmsConfigPortEntry  
SEQUENCE    
  cmsPortType CiscoMldPortType
  cmsPortId CiscoMldPortIdentifier
  cmsConfigPortStatus RowStatus
  cmsConfigPortStorageType StorageType
  cmsConfigPortProfileName SnmpAdminString

CmsMcastInfoEntry  
SEQUENCE    
  cmsMcastInfoGroupAddrType InetAddressType
  cmsMcastInfoGroupAddr InetAddress
  cmsMcastInfoSourceAddr InetAddress
  cmsMcastInfoGroupFilter INTEGER
  cmsMcastInfoExpiry Unsigned32
  cmsMcastInfoFlag INTEGER

CmsMRouterPortInfoEntry  
SEQUENCE    
  cmsMRouterType INTEGER

CmsStatsPortTrfEntry  
SEQUENCE    
  cmsStsPortTrfGeneralQueriesReceived Counter32
  cmsStsPortTrfGeneralQueriesReinjected Counter32
  cmsStsPortTrfGeneralQueriesGenerated Counter32
  cmsStsPortTrfGrpSpecificQueriesReceived Counter32
  cmsStsPortTrfGrpSpecificQueriesReinjected Counter32
  cmsStsPortTrfGrpSpecificQueriesGenerated Counter32
  cmsStsPortTrfGSSpecificQueriesReceived Counter32
  cmsStsPortTrfGSSpecificQueriesReinjected Counter32
  cmsStsPortTrfGSSpecificQueriesGenerated Counter32
  cmsStsPortTrfV2ReportReceived Counter32
  cmsStsPortTrfV2ReportReinjected Counter32
  cmsStsPortTrfV2ReportGenerated Counter32
  cmsStsPortTrfV3ReportReceived Counter32
  cmsStsPortTrfV3ReportReinjected Counter32
  cmsStsPortTrfV3ReportGenerated Counter32
  cmsStsPortTrfGlobalLeavesReceived Counter32
  cmsStsPortTrfGlobalLeavesReinjected Counter32
  cmsStsPortTrfGlobalLeavesGenerated Counter32
  cmsStsPortTrfPIMHellosReceived Counter32
  cmsStsPortTrfPIMHellosReinjected Counter32
  cmsStsPortTrfPIMHellosGenerated Counter32
  cmsStsPortTrfRxPcktsFlooded Counter32
  cmsStsPortTrfRxPcktsFwdToMembers Counter32
  cmsStsPortTrfRxPcktsFwdToMrouters Counter32
  cmsStsPortTrfRxPcktsConsumed Counter32
  cmsStsPortTrfRxErrors Counter32
  cmsStsPortTrfRxOther Counter32
  cmsStsPortTrfTxErrors Counter32
  cmsStsPortRxV3RepIsInclude Counter32
  cmsStsPortRxV3RepChangeToInclude Counter32
  cmsStsPortRxV3RepIsExclude Counter32
  cmsStsPortRxV3RepChangeToExclude Counter32
  cmsStsPortRxV3RepAllowNewSrc Counter32
  cmsStsPortRxV3RepBlockOldSrc Counter32
  cmsStsPortGrps Counter32
  cmsStsPortSGs Counter32

Defined Values

ciscoMldSnoopingMIB 1.3.6.1.4.1.9.9.721
This MIB module defines objects that describe IGMP/MLD snooping. It provides remote network management system the ability to manage the IGMP/MLD Snooping feature when snooping is operating at the system and port level. Virtual systems and related ports data can be accessed by NMS using appropriate SNMP context. E.g. in order to access data related to a particular L2VPN bridge domain system, the user shall specify on the SNMP request the SNMP context related to that particular bridge domain. Glossary of terms: GMI - Group Management Interval; it controls when the IGMP/MLD snooping expires stale group membership states. L2VPN - Layer 2 Virtual Private Network. IGMP - Internet Group Management Protocol. MLD - Multicast Listener Discovery. MRT - Max Response Time. TTL - Time To Live. PIM - Protocol Independent Multicast. TCN - Topology Change Notification. Querier - External IGMP/MLD router sending out queries which are flooded in the system (e.g a bridge domain). Internal Querier - Virtual Querier that solicits periodic membership reports by sending IGMP/MLD general queries out of all system ports. Winner/Looser Querier - A system can only have one active querier at a time, if the internal querier receives queries from another querier it performs querier election, the lowest IP address wins. G-Query - General IGMP/MLD Query. Solicitation - a global leave message with a NULL group multicast address, when the upstream router receives this solicitation, it immediately issues an general query.
MODULE-IDENTITY    

ciscoMldSnoopingMIBNotifs 1.3.6.1.4.1.9.9.721.0
OBJECT IDENTIFIER    

ciscoMldSnoopingMIBObjects 1.3.6.1.4.1.9.9.721.1
OBJECT IDENTIFIER    

ciscoMldSnoopingMIBConform 1.3.6.1.4.1.9.9.721.2
OBJECT IDENTIFIER    

cmsConfiguration 1.3.6.1.4.1.9.9.721.1.1
OBJECT IDENTIFIER    

cmsSystemInfo 1.3.6.1.4.1.9.9.721.1.2
OBJECT IDENTIFIER    

cmsOperInfo 1.3.6.1.4.1.9.9.721.1.3
OBJECT IDENTIFIER    

cmsSystemStats 1.3.6.1.4.1.9.9.721.1.4
OBJECT IDENTIFIER    

cmsPortStats 1.3.6.1.4.1.9.9.721.1.5
OBJECT IDENTIFIER    

cmsProfileTable 1.3.6.1.4.1.9.9.721.1.1.1
This table lists IGMP/MLD configuration for each profile available on the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CmsProfileEntry

cmsProfileEntry 1.3.6.1.4.1.9.9.721.1.1.1.1
An entry describes a IGMP/MLD snooping profile; that is a set of configuration parameters that can be applied to either systems or ports. A peer SNMP entity may create a profile by setting an instance of cmsProfileStatus to 'createAndWait' or 'createAndGo'. Observe that an implementation that does not support these options must specify these limitations in an agent capabilities statement. Other management entities (e.g., the local console) may perform actions resulting in the creation of a member link. In these cases, the system must automatically create a row in the cmsProfileTable. A peer SNMP entity may destroy a profile by setting the corresponding instance of cmsProfileStatus to 'destroy'. Observe that an implementation that does not support this option must specify this limitation in an agent capabilities statement. Other management entities may perform actions resulting in the destruction of a profile. In these cases, the system must automatically destroy the corresponding row in the cmsProfileTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  CmsProfileEntry  

cmsProfileName 1.3.6.1.4.1.9.9.721.1.1.1.1.1
This object indicates a text string defining the name of the profile identified by cmsProfileIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString  

cmsProfileStatus 1.3.6.1.4.1.9.9.721.1.1.1.1.2
This object specifies the status of the row. The following columns must be valid before activating a row: - cmsProfileStorageType - cmsProfileSnoopMinVersion - cmsProfileIPAddrType - cmsProfileIPAddress - cmsProfileRobustnessVariable - cmsProfileInternalQuerier - cmsProfileLastMemberQueryCount - cmsProfileLastMemberQueryInterval - cmsProfileProxyReporting - cmsProfileReportSuppression - cmsProfileUnsolicitedReportTimer - cmsProfileFloodQueryCount - cmsProfileQuerySolicit - cmsProfileTTLCheck - cmsProfileRouterAlertCheck - cmsProfileIntQuerierMaxRespTime - cmsProfileIntQuerierQueryInterval - cmsProfileIntQuerierRobustnessVar - cmsProfileIntQuerierTCNQueryCount - cmsProfileIntQuerierTCNQueryIntrvl - cmsProfileIntQuerierExpiry - cmsProfileIntQuerierVersion - cmsProfileRouterGuard - cmsProfileStaticMRouter - cmsProfileImmediateLeave However, these objects specify valid default values. Thus, it is possible to use create-and-go row creation semantics without setting additional columns. An implementation must allow an EMS/NMS to modify any column when this column is 'active'
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cmsProfileStorageType 1.3.6.1.4.1.9.9.721.1.1.1.1.3
This object specifies the storage type of this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

cmsProfileSnoopMinVersion 1.3.6.1.4.1.9.9.721.1.1.1.1.4
This object specifies the minimum IGMP or MLD version supported by snooping in the system where the profile is applied.
Status: current Access: read-create
OBJECT-TYPE    
  CiscoMldSnoopingVersion  

cmsProfileIPAddrType 1.3.6.1.4.1.9.9.721.1.1.1.1.5
This object specifies the IP address type (IPv4 or IPv6) for the objects cmsProfileIPAddress
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

cmsProfileIPAddress 1.3.6.1.4.1.9.9.721.1.1.1.1.6
This object specifies the system IP address used by IGMP/MLD snooping.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

cmsProfileRobustnessVariable 1.3.6.1.4.1.9.9.721.1.1.1.1.7
This object specifies the robustness-variable value used to calculate the group management interval (GMI): GMI = (robustness-variable * query-interval) + MRT
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..7  

cmsProfileInternalQuerier 1.3.6.1.4.1.9.9.721.1.1.1.1.8
This object specifies the administrative status of the internal querier. A value of 'true' means that the internal querier feature is enabled.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cmsProfileLastMemberQueryCount 1.3.6.1.4.1.9.9.721.1.1.1.1.9
This object specifies the profile member query count. This value is the number of group-specific queries IGMP/MLD snooping sends, in response to a leave message.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cmsProfileLastMemberQueryInterval 1.3.6.1.4.1.9.9.721.1.1.1.1.10
This object specifies the query interval, which should be the time gap between two consecutive group-specific queries.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 100..5000  

cmsProfileSuppressReport 1.3.6.1.4.1.9.9.721.1.1.1.1.11
This object specifies the configuration status of the report suppression feature. A value of 'true' means that the reports are suppressed.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cmsProfileUnsolicitedReportTimer 1.3.6.1.4.1.9.9.721.1.1.1.1.12
This object specifies the unsolicited report timer interval in minutes. The reports are forwarded at random intervals within the timeframe configured.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cmsProfileFloodQueryCount 1.3.6.1.4.1.9.9.721.1.1.1.1.13
This object specifies the number of general queries for which the multicast traffic is flooded following a topology change notification, thus influencing the refresh period.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cmsProfileQuerySolicit 1.3.6.1.4.1.9.9.721.1.1.1.1.14
This object specifies the query solicit administrative status. A value of 'true' means that the feature is enabled.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cmsProfileTTLCheck 1.3.6.1.4.1.9.9.721.1.1.1.1.15
This object specifies administrative status of the time-to-live (TTL) check feature. A value of 'true', means IGMP/MLD snooping processes all packets by examining the TTL field in the header.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cmsProfileRouterAlertCheck 1.3.6.1.4.1.9.9.721.1.1.1.1.16
This object specifies the administrative status of the alert check feature. A value of 'true', means IGMP/MLD snooping performs the validation before processing the message.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cmsProfileIntQuerierMaxRespTime 1.3.6.1.4.1.9.9.721.1.1.1.1.17
This object indicates the maximum time the querier can take to reply to a query. It is used in order to calculate the Group Management Interval (GMI): GMI = (robustness-variable * query-interval) + MRT
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cmsProfileIntQuerierQueryInterval 1.3.6.1.4.1.9.9.721.1.1.1.1.18
This object specifies the internal querier query interval, which should be the time gap between two consecutive queries. It is used in order to calculate the Group Management Interval (GMI): GMI = (robustness-variable * query-interval) + MRT
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cmsProfileIntQuerierTCNQueryCount 1.3.6.1.4.1.9.9.721.1.1.1.1.19
This object specifies the Topopogy Change Notification query count for the internal querier.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cmsProfileIntQuerierTCNQueryInterval 1.3.6.1.4.1.9.9.721.1.1.1.1.20
This object specifies the internal querier TCN query interval, which should be the time gap between two consecutive TCN queries
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cmsProfileIntQuerierExpiry 1.3.6.1.4.1.9.9.721.1.1.1.1.21
This object specifies the internal querier time out; that is the timer set by the internal querier after an election procedure where the internal query results as loser. If this timer expires before another query is received from the election winner, the internal querier becomes the active querier.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cmsProfileIntQuerierVersion 1.3.6.1.4.1.9.9.721.1.1.1.1.22
This object specifies the internal querier version
Status: current Access: read-create
OBJECT-TYPE    
  CiscoMldSnoopingVersion  

cmsProfileRouterGuard 1.3.6.1.4.1.9.9.721.1.1.1.1.23
This object specifies the IGMP/MLD snooping router guard configuration status. A value of 'true' means that a port cannot be dynamically discovered as an mrouter
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cmsProfileStaticMRouter 1.3.6.1.4.1.9.9.721.1.1.1.1.24
This object specifies the static multicast router administrative status. A value of 'true' means that the feature is enabled.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cmsProfileImmediateLeave 1.3.6.1.4.1.9.9.721.1.1.1.1.25
This object specifies the immediate leave administrative status. A value of 'true' means that IGMP/MLD snooping will remove a Layer 2 interface from the forwarding table entry immediately, without first sending group-specific queries to the port.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cmsConfigPortTable 1.3.6.1.4.1.9.9.721.1.1.2
This table lists snooping configuration for each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CmsConfigPortEntry

cmsConfigPortEntry 1.3.6.1.4.1.9.9.721.1.1.2.1
An entry describes the configuration associated with a port. A peer SNMP entity may create a port config by setting an instance of cmsConfigPortStatus to 'createAndWait' or 'createAndGo'. Observe that an implementation that does not support these options must specify these limitations in an agent capabilities statement. Other management entities (e.g., the local console) may perform actions resulting in the creation of a member link. In these cases, the system must automatically create a row in the cmsConfigPortTable. A peer SNMP entity may destroy a port config by setting the corresponding instance of cmsConfigPortStatus to 'destroy'. Observe that an implementation that does not support this option must specify this limitation in an agent capabilities statement. Other management entities may perform actions resulting in the destruction of a profile. In these cases, the system must automatically destroy the corresponding row in the cmsConfigPortTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  CmsConfigPortEntry  

cmsPortType 1.3.6.1.4.1.9.9.721.1.1.2.1.1
This object indicates the port type.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoMldPortType  

cmsPortId 1.3.6.1.4.1.9.9.721.1.1.2.1.2
This object indentifies the port. Depending on the cmsPortType this object will uniquely identify the port accordingly with the definition of the TC CiscoMldPortIdentifier.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoMldPortIdentifier  

cmsConfigPortStatus 1.3.6.1.4.1.9.9.721.1.1.2.1.3
This object specifies the status of the row. The following columns must be valid before activating a row: - cmsConfigPortProfileName However, this objects specify a valid default value. Thus, it is possible to use create-and-go row creation semantics without setting additional columns. An implementation must allow an EMS/NMS to modify any column when this column is 'active'
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cmsConfigPortStorageType 1.3.6.1.4.1.9.9.721.1.1.2.1.4
This object specifies the storage type of this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

cmsConfigPortProfileName 1.3.6.1.4.1.9.9.721.1.1.2.1.5
This object specifies the name of the profile contained by the cmsProfileTable associated with the system port identified by the table entry indices.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

cmsConfigSystemProfileName 1.3.6.1.4.1.9.9.721.1.1.3
This object indicates the IGMP/MLD profile name associated to the system. It corresponds to an entry on cmsProfileTable where the complete set of configuration parameters are stored.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

cmsQuerierIPAddrType 1.3.6.1.4.1.9.9.721.1.3.1
This object indicates the IP address type (IPv4 or IPv6) of cmsQuerierIPAddr.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

cmsQuerierIPAddr 1.3.6.1.4.1.9.9.721.1.3.2
This object indicates the IP address of the querier.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

cmsQuerierPortType 1.3.6.1.4.1.9.9.721.1.3.3
This object indicates the port type of the querier.
Status: current Access: read-only
OBJECT-TYPE    
  CiscoMldPortType  

cmsQuerierPortId 1.3.6.1.4.1.9.9.721.1.3.4
This object indicates the port identifier of the querier; that is the port through which the querier's queries are received on the system.
Status: current Access: read-only
OBJECT-TYPE    
  CiscoMldPortIdentifier  

cmsQuerierVersion 1.3.6.1.4.1.9.9.721.1.3.5
This object indicates the querier IGMP/MLD snooping version.
Status: current Access: read-only
OBJECT-TYPE    
  CiscoMldSnoopingVersion  

cmsQuerierQueryInterval 1.3.6.1.4.1.9.9.721.1.3.6
This object indicates the querier interval, which is the time gap between two consecutive queries.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cmsQuerierRobustness 1.3.6.1.4.1.9.9.721.1.3.7
This object indicates the querier robustness variable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cmsQuerierMaxRespTime 1.3.6.1.4.1.9.9.721.1.3.8
This object indicates the maximum time the querier can take to reply to a query.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cmsQuerierTimeSinceLastGQuery 1.3.6.1.4.1.9.9.721.1.3.9
This object indicates for the querier the time interval since the last general query.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cmsMcastInfoTable 1.3.6.1.4.1.9.9.721.1.3.10
This table lists the snooping multicast operational data for group/source addresses associated to a port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CmsMcastInfoEntry

cmsMcastInfoEntry 1.3.6.1.4.1.9.9.721.1.3.10.1
An entry describes the multicast operational data for the group/source addresses associated to a port. The system creates a row in this table for each port and group/source address configured on the snooping profile associated to that port. The system destroy a row on this table when the related group/source configuration is removed form the profile associated to that port. If a port is associated with a profile not defining any static group/source there will not be any entry for that port on this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CmsMcastInfoEntry  

cmsMcastInfoGroupAddrType 1.3.6.1.4.1.9.9.721.1.3.10.1.1
This object indicates the IP version of cmsMcastGroupAddr and cmsMcastSourceAddr
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

cmsMcastInfoGroupAddr 1.3.6.1.4.1.9.9.721.1.3.10.1.2
This object uniquely identifies the IP address of the multicast group observed through IGMP/MLD snooping.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

cmsMcastInfoSourceAddr 1.3.6.1.4.1.9.9.721.1.3.10.1.3
This object indicates the IP address of a IGMP/MLD snooping source
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

cmsMcastInfoGroupFilter 1.3.6.1.4.1.9.9.721.1.3.10.1.4
This object indicates the multicast group filter associated with the group/source related to the indices. - 'exclude': The group filter mode is set to exclude. - 'include': The group filter mode is set to include.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER exclude(1), include(2)  

cmsMcastInfoExpiry 1.3.6.1.4.1.9.9.721.1.3.10.1.5
This object indicates the multicast group expiry time. When this timer expires the group membership is removed from the port.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cmsMcastInfoFlag 1.3.6.1.4.1.9.9.721.1.3.10.1.6
This object indicates the multicast flag associated with the group/source related to the indices: 'static' - The group state is configured via snooping profile 'dynamic' - The group state is learnt as a result of receiving IGMP/MLD reports. 'staticAndDynamic' - The group state is both statically configured via snooping profile and learnt as a result of receiving IGMP/MLD reports. 'unknown' - The group state is not known.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER static(1), dynamic(2), staticAndDynamic(3), unknown(4)  

cmsMRouterPortInfoTable 1.3.6.1.4.1.9.9.721.1.3.11
This table provides IGMP/MLD snooping operational data for the multicast router ports available on the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CmsMRouterPortInfoEntry

cmsMRouterPortInfoEntry 1.3.6.1.4.1.9.9.721.1.3.11.1
A conceptual row in the cmsMRouterPortInfoTable. There is an entry in this table for each port where IGMP/MLD snooping is configured on the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  CmsMRouterPortInfoEntry  

cmsMRouterType 1.3.6.1.4.1.9.9.721.1.3.11.1.1
This object indicates the multicast router type for the port identified by the indices. 'dynamic' - indicates that the mrouter port is dynamically discovered by the system. 'static' - indicates that the mrouter ports is statically configured. 'staticAndDynamic' - indicates that the mrouter port is both static and dynamic at the same time. 'unknown' - indicates that the mrouter type is not known
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER static(1), dynamic(2), staticAndDynamic(3), unknown(4)  

cmsSysIntQuerierRxGeneralQueries 1.3.6.1.4.1.9.9.721.1.4.1
This object indicates the number of general queries received by the internal querier.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysIntQuerierRxGeneralQueriesWhenDisabled 1.3.6.1.4.1.9.9.721.1.4.2
This object indicates the number of general queries received when internal querier is disabled.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysIntQuerierRxGeneralQueriesAsQuerier 1.3.6.1.4.1.9.9.721.1.4.3
This object indicates the number of general queries received by the internal querier as querier.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysIntQuerierRxGeneralQueriesAsNonQuerier 1.3.6.1.4.1.9.9.721.1.4.4
This object indicates the number of general queries received by the internal querier as non querier.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysIntQuerierRxGeneralQueriesAsWinner 1.3.6.1.4.1.9.9.721.1.4.5
This object indicates the number of general queries received by the internal querier as winner.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysIntQuerierRxGeneralQueriesAsLoser 1.3.6.1.4.1.9.9.721.1.4.6
This object indicates the number of general queries received by the internal querier as loser.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysIntQuerierRxGlobalLeaves 1.3.6.1.4.1.9.9.721.1.4.7
This object indicates the number of global leaves received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysIntQuerierRxGlobalLeavesWhenDisabled 1.3.6.1.4.1.9.9.721.1.4.8
This object indicates the number of global leaves received when internal querier is disabled.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysIntQuerierRxGlobalLeavsAsNonQuerier 1.3.6.1.4.1.9.9.721.1.4.9
This objects indicates the number of global leaves received as non querier.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysIntQuerierRxGlobalLeavesIgnored 1.3.6.1.4.1.9.9.721.1.4.10
This objects indicates the number of global leaves received and ignored.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysIntQuerierRxPimEnabledNotifications 1.3.6.1.4.1.9.9.721.1.4.11
This object indicates the number of PIM enabled notification received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysIntQuerierRxPimDisabledNotifications 1.3.6.1.4.1.9.9.721.1.4.12
This object indicates the number of PIM disabled notification received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysIntQuerierRxLocalQuerySolicitations 1.3.6.1.4.1.9.9.721.1.4.13
This object indicates the number of local query solicitations received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysIntQuerierTxGeneralQueries 1.3.6.1.4.1.9.9.721.1.4.14
This object indicates the number of general queries transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysTrfGeneralQueriesReceived 1.3.6.1.4.1.9.9.721.1.4.15
This object indicates the number of general queries received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysTrfGeneralQueriesReinjected 1.3.6.1.4.1.9.9.721.1.4.16
This object indicates the number of general querier re-injected.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysTrfGeneralQueriesGenerated 1.3.6.1.4.1.9.9.721.1.4.17
This object indicates the number of general queries generated.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysTrfGrpSpecificQueriesReceived 1.3.6.1.4.1.9.9.721.1.4.18
This object indicates the number of group specific queries received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysTrfGrpSpecificQueriesReinjected 1.3.6.1.4.1.9.9.721.1.4.19
This object indicates the number of group specific queries re-injected.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cmsSysTrfGrpSpecificQueriesGenerated 1.3.6.1.4.1.9.9.721.1.4.20
This object indicates the number of group specific queries generated.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysTrfGSSpecificQueriesReceived 1.3.6.1.4.1.9.9.721.1.4.21
This object indicates the number of group source specific queries received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysTrfGSSpecificQueriesReinjected 1.3.6.1.4.1.9.9.721.1.4.22
This object indicates the number of group source specific queries re-injected.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysTrfGSSpecificQueriesGenerated 1.3.6.1.4.1.9.9.721.1.4.23
This object indicates the number of group source specific queries generated.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysTrfV2ReportReceived 1.3.6.1.4.1.9.9.721.1.4.24
This object indicates the number of V2 reports received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysTrfV2ReportReinjected 1.3.6.1.4.1.9.9.721.1.4.25
This object indicates the number of V2 reports re-injected.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysTrfV2ReportGenerated 1.3.6.1.4.1.9.9.721.1.4.26
This object indicates the number of V2 reports generated.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysTrfV3ReportReceived 1.3.6.1.4.1.9.9.721.1.4.27
This object indicates the number of V3 reports received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysTrfV3ReportReinjected 1.3.6.1.4.1.9.9.721.1.4.28
This object indicates the number of V3 reports re-injected.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysTrfV3ReportGenerated 1.3.6.1.4.1.9.9.721.1.4.29
This object indicates the number of V3 reports generated.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysTrfGlobalLeavesReceived 1.3.6.1.4.1.9.9.721.1.4.30
This object indicates the number of global leaves received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysTrfGlobalLeavesReinjected 1.3.6.1.4.1.9.9.721.1.4.31
This object indicates the number of global leaves re-injected.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysTrfGlobalLeavesGenerated 1.3.6.1.4.1.9.9.721.1.4.32
This object indicates the number of global leaves generated.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysTrfPIMHellosReceived 1.3.6.1.4.1.9.9.721.1.4.33
This object indicates the number of PIM hellos received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysTrfPIMHellosReinjected 1.3.6.1.4.1.9.9.721.1.4.34
This object indicates the number of PIM hellos re-injected.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysTrfPIMHellosGenerated 1.3.6.1.4.1.9.9.721.1.4.35
This object indicates the number of PIM hellos generated.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cmsSysTrfRxPcktsFlooded 1.3.6.1.4.1.9.9.721.1.4.36
This object indicates the number of received packets flooded on the system.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysTrfRxPcktsFwdToMembers 1.3.6.1.4.1.9.9.721.1.4.37
This object indicates the number of received packets forwarded to the snooping members.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysTrfRxPcktsFwdToMrouters 1.3.6.1.4.1.9.9.721.1.4.38
This object indicates the number of received packets forwarded to MRouters.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysTrfRxPcktsConsumed 1.3.6.1.4.1.9.9.721.1.4.39
This object indicates the number of received packets consumed by the system.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysTrfRxErrors 1.3.6.1.4.1.9.9.721.1.4.40
This object indicates the number of received packets with errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysTrfRxOther 1.3.6.1.4.1.9.9.721.1.4.41
This object indicates the number of received packets not counted on the other rx counters on this table.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysTrfTxErrors 1.3.6.1.4.1.9.9.721.1.4.42
This object indicates the number of transmitted packets with errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysRxV3RepIsInclude 1.3.6.1.4.1.9.9.721.1.4.43
This object indicates the number of V3 reports of type 'include' received by the system.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysRxV3RepChangeToInclude 1.3.6.1.4.1.9.9.721.1.4.44
This object indicates the number of V3 reports of type 'change to include' received by the system.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysRxV3RepIsExclude 1.3.6.1.4.1.9.9.721.1.4.45
This object indicates the number of V3 reports of type 'exclude' received by the system.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysRxV3RepChangeToExclude 1.3.6.1.4.1.9.9.721.1.4.46
This object indicates the number of V3 reports of type 'change to exclude' received by the system.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysRxV3RepAllowNewSrc 1.3.6.1.4.1.9.9.721.1.4.47
This object indicates the number of V3 reports of type 'Allow New Source' received by the system.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsSysRxV3RepBlockOldSrc 1.3.6.1.4.1.9.9.721.1.4.48
This object indicates the number of V3 reports of type 'block old source' received by the system.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsStatsPortTrfTable 1.3.6.1.4.1.9.9.721.1.5.1
This table provides the IGMP/MLD snooping port traffic statistics. Each row contains traffic statistical data associated with a unique bridge domain port identified by the indexes. Conceptual rows can be seen by SNMP agents or NMS as containing statistical informations related to the indexes discovered on cbdBridgeDomainTable and cbdPortTable
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CmsStatsPortTrfEntry

cmsStatsPortTrfEntry 1.3.6.1.4.1.9.9.721.1.5.1.1
A conceptual row in the cmsStatsPortTrfTable. There is an entry in this table for each port where IGMP/MLD snooping is configured on the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  CmsStatsPortTrfEntry  

cmsStsPortTrfGeneralQueriesReceived 1.3.6.1.4.1.9.9.721.1.5.1.1.1
This object indicates the number of general queries received on the port identified by the indices
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsStsPortTrfGeneralQueriesReinjected 1.3.6.1.4.1.9.9.721.1.5.1.1.2
This object indicates the number of general queries re-injected on the port identified by the indices
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsStsPortTrfGeneralQueriesGenerated 1.3.6.1.4.1.9.9.721.1.5.1.1.3
This object indicates the number of general queries generated on the port identified by the indices
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsStsPortTrfGrpSpecificQueriesReceived 1.3.6.1.4.1.9.9.721.1.5.1.1.4
This object indicates the number of group specific queries received on the port identified by the indices
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsStsPortTrfGrpSpecificQueriesReinjected 1.3.6.1.4.1.9.9.721.1.5.1.1.5
This object indicates the number of group specific queries re-injected on the port identified by the indices
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsStsPortTrfGrpSpecificQueriesGenerated 1.3.6.1.4.1.9.9.721.1.5.1.1.6
This object indicates the number of group specific queries generated on the port identified by the indices
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsStsPortTrfGSSpecificQueriesReceived 1.3.6.1.4.1.9.9.721.1.5.1.1.7
This object indicates the number of group source specific queries received on the port identified by the indices
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsStsPortTrfGSSpecificQueriesReinjected 1.3.6.1.4.1.9.9.721.1.5.1.1.8
This object indicates the number of group source specific queries re-injected on the port identified by the indices
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsStsPortTrfGSSpecificQueriesGenerated 1.3.6.1.4.1.9.9.721.1.5.1.1.9
This object indicates the number of group source specific queries generated on the port identified by the indices
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsStsPortTrfV2ReportReceived 1.3.6.1.4.1.9.9.721.1.5.1.1.10
This object indicates the number of V2 reports received on the port identified by the indices
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsStsPortTrfV2ReportReinjected 1.3.6.1.4.1.9.9.721.1.5.1.1.11
This object indicates the number of V2 reports re-injected on the port identified by the indices
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsStsPortTrfV2ReportGenerated 1.3.6.1.4.1.9.9.721.1.5.1.1.12
This object indicates the number of V2 reports generated on the port identified by the indices
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsStsPortTrfV3ReportReceived 1.3.6.1.4.1.9.9.721.1.5.1.1.13
This object indicates the number of V3 reports received on the port identified by the indices
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsStsPortTrfV3ReportReinjected 1.3.6.1.4.1.9.9.721.1.5.1.1.14
This object indicates the number of V3 reports re-injected on the port identified by the indices
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsStsPortTrfV3ReportGenerated 1.3.6.1.4.1.9.9.721.1.5.1.1.15
This object indicates the number of V3 reports generated on the port identified by the indices
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsStsPortTrfGlobalLeavesReceived 1.3.6.1.4.1.9.9.721.1.5.1.1.16
This object indicates the number of global leaves received on the port identified by the indices
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsStsPortTrfGlobalLeavesReinjected 1.3.6.1.4.1.9.9.721.1.5.1.1.17
This object indicates the number of global leaves re-injected on the port identified by the indices
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsStsPortTrfGlobalLeavesGenerated 1.3.6.1.4.1.9.9.721.1.5.1.1.18
This object indicates the number of global leaves generated on the port identified by the indices
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsStsPortTrfPIMHellosReceived 1.3.6.1.4.1.9.9.721.1.5.1.1.19
This object indicates the number of PIM hellos received on the port identified by the indices
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsStsPortTrfPIMHellosReinjected 1.3.6.1.4.1.9.9.721.1.5.1.1.20
This object indicates the number of PIM hellos re-injected on the port identified by the indices
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsStsPortTrfPIMHellosGenerated 1.3.6.1.4.1.9.9.721.1.5.1.1.21
This object indicates the number of PIM hellos generated on the port identified by the indices
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsStsPortTrfRxPcktsFlooded 1.3.6.1.4.1.9.9.721.1.5.1.1.22
This object indicates the number of received packets flooded on the port identified by the indices
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsStsPortTrfRxPcktsFwdToMembers 1.3.6.1.4.1.9.9.721.1.5.1.1.23
This object indicates the number of received packets forwarded to members on the port identified by the indices
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsStsPortTrfRxPcktsFwdToMrouters 1.3.6.1.4.1.9.9.721.1.5.1.1.24
This object indicates the number of received packets forwarded to MRouters on the port identified by the indices
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsStsPortTrfRxPcktsConsumed 1.3.6.1.4.1.9.9.721.1.5.1.1.25
This object indicates the number of received packets consumed on the port identified by the indices
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsStsPortTrfRxErrors 1.3.6.1.4.1.9.9.721.1.5.1.1.26
This object indicates the number of received packets with errors on the port identified by the indices
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsStsPortTrfRxOther 1.3.6.1.4.1.9.9.721.1.5.1.1.27
This object indicates the number of received packets on the port identified by the indices and not counted on the others receive counters
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsStsPortTrfTxErrors 1.3.6.1.4.1.9.9.721.1.5.1.1.28
This object indicates the number of transmitted packets with errors on the port identified by the indices
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsStsPortRxV3RepIsInclude 1.3.6.1.4.1.9.9.721.1.5.1.1.29
This object indicates the number of V3 reports of type 'include' received on the port identified by the indices
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsStsPortRxV3RepChangeToInclude 1.3.6.1.4.1.9.9.721.1.5.1.1.30
This object indicates the number of V3 reports of type 'change to include' received on the port identified by the indices
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsStsPortRxV3RepIsExclude 1.3.6.1.4.1.9.9.721.1.5.1.1.31
This object indicates the number of V3 reports of type 'exclude' received on the port identified by the indices
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsStsPortRxV3RepChangeToExclude 1.3.6.1.4.1.9.9.721.1.5.1.1.32
This object indicates the number of V3 reports of type 'change to exclude' received on the port identified by the indices
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsStsPortRxV3RepAllowNewSrc 1.3.6.1.4.1.9.9.721.1.5.1.1.33
This object indicates the number of V3 reports of type 'allow new source' received on the port identified by the indices
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsStsPortRxV3RepBlockOldSrc 1.3.6.1.4.1.9.9.721.1.5.1.1.34
This object indicates the number of V3 reports of type 'block old source' received on the port identified by the indices
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsStsPortGrps 1.3.6.1.4.1.9.9.721.1.5.1.1.35
This object indicates the number of groups associated with the port identified by the indices
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmsStsPortSGs 1.3.6.1.4.1.9.9.721.1.5.1.1.36
This object indicates the number of sources associated with the port identified by the indices
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ciscoMldSnoopingMIBCompliances 1.3.6.1.4.1.9.9.721.2.1
OBJECT IDENTIFIER    

ciscoMldSnoopingMIBGroups 1.3.6.1.4.1.9.9.721.2.2
OBJECT IDENTIFIER    

ciscoMldSnoopingMIBCompliance 1.3.6.1.4.1.9.9.721.2.1.1
The basic implementation requirements for agents that support the CISCO-MLD-SNOOPING-MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

ciscoMldSnoopingMIBConfigMainObjectGroup 1.3.6.1.4.1.9.9.721.2.2.1
A collections of objects representing the main configuration elements of CISCO-MLD-SNOOPING-MIB.
Status: current Access: read-only
OBJECT-GROUP    

ciscoMldSnoopingMIBConfigDetailedObjectGroup 1.3.6.1.4.1.9.9.721.2.2.2
A collections of objects representing the detailed configuration elements of CISCO-MLD-SNOOPING-MIB.
Status: current Access: read-only
OBJECT-GROUP    

ciscoMldSnoopingMIBInfoMainObjectGroup 1.3.6.1.4.1.9.9.721.2.2.3
A collections of objects representing the main operational elements of CISCO-MLD-SNOOPING-MIB.
Status: current Access: read-only
OBJECT-GROUP    

ciscoMldSnoopingMIBStatsMainObjectGroup 1.3.6.1.4.1.9.9.721.2.2.4
A collections of objects representing the main statistical elements of CISCO-MLD-SNOOPING-MIB.
Status: current Access: read-only
OBJECT-GROUP    

ciscoMldSnoopingMIBStatsDetailedObjectGroup 1.3.6.1.4.1.9.9.721.2.2.5
A collections of objects representing the detailed statistical elements of CISCO-MLD-SNOOPING-MIB.
Status: current Access: read-only
OBJECT-GROUP