scope.multicastGroup table

The scope.multicastGroup table defines which multicast groups to discover and which details to retrieve from these groups.

The following table shows the schema of the scope.multicastGroup table.

Table 1. scope.multicastGroup database table schema

Column name

Constraints

Data type

Description

m_AddressSpace Text Optional address space
m_GroupName Text Descriptive name for a group
m_Groups Not null list type zone Zones defines the multicast subnets to which the scope options apply
m_IGMPMode Integer IGMP Group discovery mode
  • 0 - unknown (use default)
  • 1 - Include group
  • 2 - Exclude group
m_IPMRouteMode Integer IP Multicast Route Group discovery mode:
  • 0 - unknown (use default)
  • 1 - Include group
  • 2 - Exclude group
m_PimMode Integer The PIM multicast discovery mode defines what information is retrieved. Possible values are:
  • 0: Unknown (use default)
  • 1: Retrieve PIM group data
  • 2: Do not retrieve PIM group data. Groups with this option applied will not be represented in the PIM Service/End Point data.
m_Protocol
  • NOT NULL
  • Externally defined netProtocol data type (Currently IPv4 [1] only)

Integer

An integer representation of the IP protocol used by the presently-defined zone:
  • 1: IPv4
  • 2: IPv4 that has been through network address translation (NAT)
  • 3: IPv6