display multicast-mvpn ipv6 data-group send

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

Syntax

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

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 an IPv6 multicast source address of the specified VPN instance.

vpn-group-address: Specifies an IPv6 multicast group address of the specified VPN instance. The value range for this argument is FFxy::/16, where "x" and "y" represent any hexadecimal numbers from 0 to F.

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

Examples

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

<Sysname> display multicast-mvpn vpn-instance mvpn ipv6 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::1, ff1e::1)
switch time: 00:00:21
(192::1, ff1e::2)
switch time: 00:00:21
(192::1, ff1e::3)
 switch time: 00:00:05
Reference count of 226.1.1.1: 3
(192::2, ff1e::4)
switch time: 00:00:21
(192::2, ff1e::5)
switch time: 00:00:05
(192::2, ff1e::6)
 switch time: 00:00:21

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

<Sysname> display multicast-mvpn vpn-instance mvpn ipv6 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 77: Command output

Field

Description

MVPN data-group information sent by VPN instance: mvpn

Information about data-groups for IPv6 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 matching (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.