display l2-multicast egress statistics

Function

The display l2-multicast egress statistics command displays statistics about downstream Layer 2 IPv4 multicast packets.

Format

display l2-multicast egress statistics [ { vlan vlan-id | vsi vsi-name | bd bd-id } [ source-address ] group-address ] slot slot-id

Parameters

Parameter Description Value
vlan vlan-id

Specifies the VLAN ID.

The value is an integer that ranges from 1~4094.

vsi vsi-name

Specifies a VSI name.

The value is a string of 1 to 31 case-sensitive characters, spaces not supported.

bd bd-id

Specifies a bridge-domain instance ID.

The value is an integer ranging from 1 to 16777215.

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 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 2 IPv4 multicast packets, run the display l2-multicast egress statistics command to check statistics about downstream Layer 2 IPv4 multicast packets.

Prerequisites

The function of collecting statistics about downstream Layer 2 IPv4 multicast packets has been enabled.

Example

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

# Display statistics about downstream Layer 2 IPv4 multicast packets in VLAN 100.
<HUAWEI> system-view
[~HUAWEI]display l2-multicast egress statistics vlan 100 10.10.10.10 225.0.0.1 slot 1
 Source: 10.10.10.10  Group: 225.0.0.1  VLAN Id: 100  Slot: 1
 --------------------------------------------------------------------------------------------------------------
 No   Type    Name                           Forward (packets : bytes : packets/sec : bits/sec)
 --------------------------------------------------------------------------------------------------------------
 1    Switch  GigabitEthernet0/1/10           59128635 : 6740664390 : 325793 : 297122312
# Display statistics about downstream Layer 2 IPv4 multicast packets in a VSI named vsi1.
<HUAWEI> system-view
[~HUAWEI] display l2-multicast egress statistics vsi vsi1 10.10.10.10 225.0.0.1 slot 1
Source: 10.10.10.10  Group: 225.0.0.1  VSI Name: vsi_1  Slot: 1
--------------------------------------------------------------------------------------------------------------
No   Type    Name                                    Forward (packets : bytes : packets/sec : bits/sec)
--------------------------------------------------------------------------------------------------------------
1    Switch  GigabitEthernet0/1/10                      59128604 : 6740660856 : 325792 : 297122256
2    Sub     GigabitEthernet0/1/10.1                    59128635 : 6740664390 : 325793 : 297122312
3    QinQ    GigabitEthernet0/1/10.2(pe: 101 ce: 10)    59128398 : 6740637372 : 325793 : 297122312
4    PW      3.3.3.1/100(peer ip/vsi id)               59127185 : 6740499090 : 325792 : 297121984
# Display statistics about downstream Layer 2 IPv4 multicast packets in BD 100.
<HUAWEI> system-view
[~HUAWEI] display l2-multicast egress statistics bd 100 10.10.10.10 225.0.0.1 slot 1
Source: 10.10.10.10  Group: 225.0.0.1  BD Id: 100  Slot: 1
--------------------------------------------------------------------------------------------------------------
No   Type    Name                           Forward (packets : bytes : packets/sec : bits/sec)
--------------------------------------------------------------------------------------------------------------
1    Switch  GigabitEthernet0/1/10           59127185 : 6740499090 : 325792 : 297121984
Table 1 Description of the display l2-multicast egress statistics command output
Item Description
VLAN Id

ID of the VLAN.

No

Number.

Type

Interface type:

  • Switch: main interface.
  • Sub: sub-interface.
  • Qinq: QinQ sub-interface.
  • PW: outbound interface of the PW.
Name

Interface name.

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.

VSI Name

Name of the VSI.

BD Id

ID of the BD.

Source

Multicast source address.

Group

Multicast group address.

Slot

Slot ID of the interface board.

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