The display multicast-domain vpn-instance switch-group send command displays the Switch-Group information sent by a specified VPN instance in a multicast domain (MD).
| Parameter | Description | Value | 
|---|---|---|
| group groupAddr | 
 Displays information about the Switch-Group related to a multicast group G. groupAddr specifies the address of the multicast group.  | 
The value ranges from 224.0.1.0 to 239.255.255.255, in dotted decimal notation.  | 
| reuse interval | 
 Displays information about the Switch-Group reused in an MD in a specified period.  | 
The value is an integer ranging from 1 to 2147483647, in seconds.  | 
| vpnSrcAddr | 
 Displays information about the Switch-Group related to a specified VPN multicast source.  | 
The value is in dotted decimal notation.  | 
| mask | 
 Indicates the mask of the VPN multicast group or source address.  | 
-  | 
| srcMaskLen | 
 Specifies the mask length of the VPN multicast source address.  | 
The value is an integer ranging from 0 to 32.  | 
| srcMask | 
 Specifies the mask of the VPN multicast source address.  | 
The value is in dotted decimal notation.  | 
| vpnGrpAddr | 
 Displays information about the Switch-Group related to a specified VPN multicast group.  | 
The value ranges from 224.0.1.0 to 239.255.255.255, in dotted decimal notation.  | 
| grpMaskLen | 
 Specifies the mask length of the VPN multicast group address.  | 
The value is an integer ranging from 4 to 32.  | 
| grpMask | 
 Specifies the mask of the VPN multicast group address.  | 
The value is in dotted decimal notation.  | 
| vpn-instance vpn-instance-name | 
 Specifies a VPN instance. vpn-instance-name specifies the name of a VPN instance.  | 
The value is a string of 1 to 31 case-sensitive characters, spaces not supported. In addition, the VPN instance name must not be _public_. When double quotation marks are used around the string, spaces are allowed in the string.  | 
Usage Scenario
The display multicast-domain vpn-instance switch-group send command is used to display the Switch-Group information sent by the local router.
 The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display multicast-domain vpn-instance VPN1 switch-group send reuse 30
MD switch-group information sent by VPN-Instance: VPN1
  226.1.1.0 reuse_count: 1
  226.1.1.1 reuse_count: 1
  226.1.1.2 reuse_count: 1
<HUAWEI> display multicast-domain vpn-instance VPN1 switch-group send
MD switch-group information sent by VPN-Instance: VPN1
  226.1.1.0 reference_count: 3
    (192.168.1.5, 239.1.1.1)                switch time: 00:00:21
    (192.168.1.5, 239.1.1.158)              switch time: 00:00:21
    (192.168.1.5, 239.1.2.50)               switch time: 00:00:05
  226.1.1.1 reference_count: 3
    (192.168.1.2, 225.1.1.1)                switch time: 00:00:21
    (192.168.1.2, 225.1.2.50)               switch time: 00:00:05
    (192.168.1.5, 239.1.1.159)              switch time: 00:00:21
| Item | Description | 
|---|---|
| MD switch-group information sent by VPN-Instance | VPN instance that sends the Switch-Group information.  | 
| 226.1.1.0 reference_count | Number of VPN multicast groups joining the Switch-Group.  | 
| 226.1.1.0 reuse_count | Number of times of the Switch-Group reused in the specified period.  | 
| (192.168.1.5, 239.1.1.1) | (S, G) entry.  | 
| switch time | Switching duration of the VPN multicast (S, G) entry joining the Switch-Group.  |