display multicast-mvpn data-group send

Use display multicast-mvpn data-group send to display information about data-groups for IPv4 multicast transmission that are sent in a VPN instance.

Syntax

display multicast-mvpn vpn-instance vpn-instance-name data-group send [ group group-address | reuse interval | vpn-source-address [ mask { mask-length | mask } ] | vpn-group-address [ mask { mask-length | mask } ] ] *

Views

Any view

Predefined user roles

network-admin

network-operator

mdc-admin

mdc-operator

Parameters

vpn-instance vpn-instance-name: Specifies an MPLS L3VPN instance by its name, a case-sensitive string of 1 to 31 characters.

group group-address: Specifies a data-group by its IP address in the range of 224.0.1.0 to 239.255.255.255.

reuse interval: Specifies an interval during which data-group reuses occur, in the range of 1 to 2147483647 seconds.

vpn-source-address: Specifies a multicast source address of the specified VPN instance.

vpn-group-address: Specifies a multicast group address of the specified VPN instance. The value range for this argument is 224.0.0.0 to 239.255.255.255.

mask-length: Specifies a mask length of the specified multicast source address or multicast group address. The value range for this argument is 0 to 32, and the default is 32.

mask: Specifies a subnet mask of the specified multicast source address or multicast group address. The default is 255.255.255.255.

Examples

# Display information about data-groups for IPv4 multicast transmission that are sent in VPN instance mvpn.

<Sysname> display multicast-mvpn vpn-instance mvpn data-group send
MVPN data-group information sent by VPN instance: mvpn
Total 2 data-groups for 6 entries
Total 2 data-groups and 6 entries matched

  Reference count of 226.1.1.0: 3
    (192.6.1.5, 239.1.1.1)                  switch time: 00:00:21
    (192.6.1.5, 239.1.1.158)                switch time: 00:00:21
    (192.6.1.5, 239.1.2.50)                 switch time: 00:00:05
  Reference count of 226.1.1.1: 3
    (192.6.1.2, 225.1.1.1)                  switch time: 00:00:21
    (192.6.1.2, 225.1.2.50)                 switch time: 00:00:05
    (192.6.1.5, 239.1.1.159)                switch time: 00:00:21

# Display reuse information about data-groups for IPv4 multicast transmission that are sent in VPN instance mvpn within 30 seconds.

<Sysname> display multicast-mvpn vpn-instance mvpn data-group send reuse 30
MVPN data-group information sent by VPN instance: mvpn
Total 2 data-groups for 3 entries
Total 2 data-groups and 3 entries matched

  Reuse count of 226.1.1.0: 1
  Reuse count of 226.1.1.1: 1
  Reuse count of 226.1.1.2: 1

Table 74: Command output

Field

Description

MVPN data-group information sent by VPN instance: mvpn

Information about data-groups for IPv4 multicast transmission that are sent in VPN instance mvpn.

Total 2 data-groups for 6 entries

A total of 2 data-groups, associated with 6 (S, G) entries.

Total 2 data-groups and 6 entries matched

A total of 2 matching data-groups, associated with 6 (S, G) entries.

Reference count of 226.1.1.0

Number of (S, G) entries that use the data-group in the VPN instance.

switch time

Switchover time of the (S, G) entry that uses the data-group in the VPN instance.

Reuse count of 226.1.1.0

Number of times that the data-group is reused during the specified length of time.