display multicast egress statistics

Function

The display multicast egress statistics command displays statistics about downstream Layer 3 IPv4 multicast packets.

Format

display multicast egress statistics [ vpn-instance vpn-instance-name ] source-address group-address slot slot-id

display multicast egress statistics slot slot-id

Parameters

Parameter Description Value
vpn-instance vpn-instance-name

Specifies a VPN instance name.

The value is a string of 1 to 31 characters.

source-address

Specifies a multicast source address.

The value is in dotted decimal notation.

group-address

Specifies a multicast group address.

The value ranges from 224.0.1.0 to 239.255.255.255, in dotted decimal notation.

slot slot-id

Specifies a slot ID. The value range varies with the hardware of the router.

The value is a string of 1 to 15 characters, spaces not supported.

Views

All views

Default Level

1: Monitoring level

Task Name and Operations

Task Name Operations
forwarding read

Usage Guidelines

Usage Scenario

After enabling a device to collect statistics about downstream Layer 3 IPv4 multicast packets, run the display multicast egress statistics command to check statistics about downstream Layer 3 IPv4 multicast packets.

In a source clone scenario, if the pre-cloning source address is S, the post-cloning source addresses are S1 and S2, and the multicast group address is G, the query methods are as follows:

  • Transmit end: run the display multicast forwarding-table command based on the (S, G) entry to query statistics about upstream Layer 3 IPv4 multicast packets, and run the display multicast egress statistics command based on the (S, G) entry to query statistics about downstream Layer 3 IPv4 multicast packets.
  • Receive end: run the display multicast forwarding-table command based on the (S1, G) and (S2, G) entries to query statistics about upstream Layer 3 IPv4 multicast packets, and run the display multicast egress statistics command based on the (S, G) entry to query statistics about downstream Layer 3 IPv4 multicast packets.

Prerequisites

The function of collecting statistics about downstream Layer 3 IPv4 multicast packets has been enabled using the multicast egress statistics [ vpn-instance vpn-instance-name ] source-address group-address slot slot-id or multicast egress statistics enable slot slot-id command.

The display multicast egress statistics slot slot-id command is supported only by the admin VS.

Example

The actual command output varies according to the device. The command output here is only an example.

# Display statistics about downstream BIER MVPN packets (the displayed interface is the outbound interface of BIER MVPN).
<HUAWEI> display multicast egress statistics slot 10
Source: 10.1.1.2 Group: 225.0.0.1 Vpn: vrf1 Slot: 10                                                                              
--------------------------------------------------------------------------------------------------------------                      
No     Interface                                            Forward (packets : bytes : packets/sec : bits/sec)                      
--------------------------------------------------------------------------------------------------------------                      
1      pseudo(sd 0 si 0 bsl 256)                            3080094 : 486654852 : 252238 : 318828296
# Display statistics about downstream Layer 3 IPv4 multicast packets when the source and group information is not specified.
<HUAWEI> display multicast egress statistics slot 1
Source: 10.1.1.2 Group: 239.0.0.1 Vpn: public Slot: 1
--------------------------------------------------------------------------------------------------------------
No     Interface                                       Forward (packets : bytes : packets/sec : bits/sec)
--------------------------------------------------------------------------------------------------------------
1      GigabitEthernet0/1/1                            102634064 : 11700283296 : 325831 : 297157608

Source: 192.168.3.2 Group: 225.0.0.1 Vpn: public Slot: 1
--------------------------------------------------------------------------------------------------------------
No     Interface                                       Forward (packets : bytes : packets/sec : bits/sec)
--------------------------------------------------------------------------------------------------------------
1      Eth-Trunk1.102(pe: 102 ce: 379)                   102427685 : 11676756090 : 325831 : 297157608
2      Eth-Trunk1.102(pe: 102 ce: 359)                   102427705 : 11676758370 : 325831 : 297157664
3      Eth-Trunk1                                        102632837 : 11700143418 : 325831 : 297157608
4      Eth-Trunk1.101(vlan: 101)                         102632779 : 11700136806 : 325831 : 297157664
5      GigabitEthernet0/1/1                              102634126 : 11700290364 : 325831 : 297157720
6      GigabitEthernet0/1/1.100                          102634142 : 11700292188 : 325831 : 297157720
7      GigabitEthernet0/1/1.102(pe: 102 ce: 107)         102633915 : 11700266310 : 325831 : 297157776
8      GigabitEthernet0/1/1.101(vlan: 101)               102527785 : 11688167490 : 325831 : 297157608
# Display statistics about downstream Layer 3 IPv4 multicast packets (information about VLANIF interfaces that do not carry both Layer 2 and Layer 3 services is displayed).
<HUAWEI> display multicast egress statistics vpn-instance vpn1 10.10.10.10 225.0.0.1 slot 1
Source: 10.10.10.10  Group: 225.0.0.1 Vpn: vpn1 Slot: 1
--------------------------------------------------------------------------------------------------------------
No     Interface                        Forward (packets : bytes : packets/sec : bits/sec)
--------------------------------------------------------------------------------------------------------------
1     Vlanif2(GigabitEthernet0/1/1)     59128635 : 6740664390 : 325793 : 297122312
2     Vlanif2(GigabitEthernet0/1/2)     59128398 : 6740637372 : 325793 : 297122312
# Display statistics about downstream Layer 3 IPv4 multicast packets (information about NG MVPN outbound interfaces is displayed).
<HUAWEI> display multicast egress statistics vpn-instance vpn1 10.10.10.10 225.0.0.1 slot 1
Source: 10.10.10.10  Group: 225.0.0.1 Vpn: vpn1 Slot: 1
--------------------------------------------------------------------------------------------------------------
No     Interface                        Forward (packets : bytes : packets/sec : bits/sec)
--------------------------------------------------------------------------------------------------------------
1      pseudo(next hop: 11.11.11.1)     59128635 : 6740664390 : 325793 : 297122312
2      pseudo(next hop: 11.11.11.2)     59128635 : 6740664390 : 325793 : 297122312
# Display statistics about downstream Layer 3 IPv4 multicast packets (information about VLANIF interfaces that carry both Layer 2 and Layer 3 services is displayed).
<HUAWEI> display multicast egress statistics vpn-instance vpn1 10.10.10.10 225.0.0.1 slot 1
Source: 10.10.10.10  Group: 225.0.0.1 Vpn: vpn1 Slot: 1
--------------------------------------------------------------------------------------------------------------
No     Interface                            Forward (packets : bytes : packets/sec : bits/sec)
--------------------------------------------------------------------------------------------------------------
1     GigabitEthernet0/1/1(vlan: 400)       59128635 : 6740664390 : 325793 : 297122312
2     GigabitEthernet0/1/2(vlan: 400)       59128398 : 6740637372 : 325793 : 297122312
# Display statistics about downstream Layer 3 IPv4 multicast packets (information about physical interfaces, Eth-Trunk interfaces, or dot1q sub-interfaces is displayed).
<HUAWEI> display multicast egress statistics vpn-instance vpn1 10.10.10.10 225.0.0.1 slot 1
Source: 10.10.10.10  Group: 225.0.0.1 Vpn: vpn1 Slot: 1
--------------------------------------------------------------------------------------------------------------
No     Interface                        Forward (packets : bytes : packets/sec : bits/sec)
--------------------------------------------------------------------------------------------------------------
1     Eth-Trunk1                        59128635 : 6740664390 : 325793 : 297122312
2     GigabitEthernet0/1/1              59128398 : 6740637372 : 325793 : 297122312
3     Eth-Trunk1.1                      59128434 : 6740641476 : 325792 : 297122088
4     GigabitEthernet0/1/1.1            59127223 : 6740503422 : 325792 : 297122256
# Display statistics about downstream Layer 3 IPv4 multicast packets (information about BDIF interfaces in loopback mode is displayed).
<HUAWEI> display multicast egress statistics vpn-instance vpn1 10.10.10.10 225.0.0.1 slot 1
Source: 10.10.10.10  Group: 225.0.0.1 Vpn: vpn1 Slot: 1
--------------------------------------------------------------------------------------------------------------
No     Interface                        Forward (packets : bytes : packets/sec : bits/sec)
--------------------------------------------------------------------------------------------------------------
1     Vbdif2                            59128398 : 6740637372 : 325793 : 297122312
# Display statistics about downstream Layer 3 IPv4 multicast packets (information about QinQ or dot1q VLAN tag termination sub-interfaces is displayed).
<HUAWEI> display multicast egress statistics vpn-instance vpn1 10.10.10.10 225.0.0.1 slot 1
Source: 10.10.10.10  Group: 225.0.0.1 Vpn: vpn1 Slot: 1
--------------------------------------------------------------------------------------------------------------
No     Interface                               Forward (packets : bytes : packets/sec : bits/sec)
--------------------------------------------------------------------------------------------------------------
1     GigabitEthernet0/1/1.101(vlan: 101)            59128635 : 6740664390 : 325793 : 297122312
2     GigabitEthernet0/1/1.100(vlan: 100)            59128398 : 6740637372 : 325793 : 297122312
3     GigabitEthernet0/1/2.101(pe: 101 ce: 10)       59127185 : 6740499090 : 325792 : 297121984
4     GigabitEthernet0/1/2.100(pe: 100 ce: 20)       59127165 : 6740496810 : 325792 : 297122200
5     Eth-Trunk1.101(vlan: 101)                      59127263 : 6740507982 : 325792 : 297122144
6     Eth-Trunk1.102(pe: 102 ce: 102)                59127243 : 6740505702 : 325792 : 297122040
# Display statistics about downstream Layer 3 IPv4 multicast packets (information about BDIF interfaces in non-loopback mode is displayed).
<HUAWEI> display multicast egress statistics vpn-instance vpn1 10.10.10.10 225.0.0.1 slot 1
Source: 10.10.10.10  Group: 225.0.0.1 Vpn: vpn1 Slot: 1
--------------------------------------------------------------------------------------------------------------
No     Interface                        Forward (packets : bytes : packets/sec : bits/sec)
--------------------------------------------------------------------------------------------------------------
1     Vbdif3(GigabitEthernet0/1/1.1)    59128635 : 6740664390 : 325793 : 297122312
2     Vbdif3(GigabitEthernet0/1/1.1)    59128398 : 6740637372 : 325793 : 297122312
Table 1 Description of the display multicast egress statistics command output
Item Description
No

Number.

Interface

Interface type:

  • Physical interface.
  • Eth-Trunk interface.
  • Dot1q sub-interface.
  • VLANIF interface (physical member interface) for a VLANIF interface that does not carry both Layer 2 and Layer 3 services.
  • Physical member interface (VLAN ID) for a VLANIF interface that carries both Layer 2 and Layer 3 services.
  • VBDIF interface for a BDIF interface in loopback mode.
  • VBDIF interface (member sub-interface) for a BDIF interface in non-loopback mode.
  • Sub-interface (inner and outer VLAN IDs) for a QinQ VLAN tag termination sub-interface.
  • Sub-interface (VLAN ID) for a dot1q VLAN tag termination sub-interface.
  • Pseudo (next hop information) for an NG MVPN outbound interface.
Forward (packets : bytes : packets/sec : bits/sec)

Number of forwarded packets, number of forwarded bytes, number of packets forwarded per second, and number of bits forwarded per second.

Source

Multicast source address.

Group

Multicast group address.

Vpn

VPN instance name.

Slot

Slot ID of the interface board.

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
Next topic >