display multicast-mvpn default-group

Use display multicast-mvpn default-group to display information about default-groups for IPv4 multicast transmission.

Syntax

display multicast-mvpn [ vpn-instance vpn-instance-name ] default-group { local | remote }

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. If you do not specify a VPN instance, this command displays information about default-groups of all VPN instances for IPv4 multicast transmission.

local: Specifies local default-groups for IPv4 multicast transmission.

remote: Specifies remote default-groups for IPv4 multicast transmission.

Examples

# Display information about the local default-group for IPv4 multicast transmission in each VPN instance.

<Sysname> display multicast-mvpn default-group local
MVPN local default-group information:
 Group address    Source address   Interface     VPN instance
 239.1.1.1        1.1.1.1          MTunnel0      mvpna
 239.2.1.1        1.1.1.1          MTunnel1      mvpnb
 239.3.1.1        --               MTunnel2      mvpnc

# Display information about the remote default-group for IPv4 multicast transmission in each VPN instance.

<Sysname> display multicast-mvpn default-group remote
MVPN remote default-group information:
 Group address   Source address  Next hop         VPN instance
 239.1.1.1       1.2.0.1         1.2.0.1          a
 239.1.1.1       1.2.0.2         1.2.0.2          a
 239.1.1.1       1.2.0.3         1.2.0.3          a
 239.1.1.2       1.2.0.1         1.2.0.1          b
 239.1.1.2       1.2.0.2         1.2.0.2          b
 239.1.1.3       1.2.0.1         1.2.0.1          -

Table 75: Command output

Field

Description

Group address

IP address of the default-group for IPv4 multicast transmission.

Source address

IP address of the MVPN source interface, which is used by the MTI as the source address to encapsulate multicast packets for the VPN instance.

Interface

MTI interface.

Next hop

IP address of the next hop.

VPN instance

VPN instance to which the default-group belongs.