The display traffic-statistics suppression interface command displays statistics about Layer 2 traffic suppression on an interface.
display traffic-statistics suppression interface { interface-name | interface-type interface-num } vsi vsi-name
display traffic-statistics suppression interface { interface-name | interface-type interface-num } bd bd-id
display traffic-statistics suppression interface { interface-name | interface-type interface-num } vlan vlanid
Parameter | Description | Value |
---|---|---|
interface-name |
Specifies an interface name. |
- |
interface-type |
Specifies an interface type. |
- |
interface-num |
Specifies an interface number. |
- |
vsi vsi-name |
Specifies a VSI name. |
The value is a string of 1 to 31 characters. |
bd bd-id |
Specifies a BDID. |
The value is an integer ranging from 1 to 16777215. |
vlan vlanid |
Specifies a VLAN ID. |
The value is an integer ranging from 1 to 4094. |
Usage Scenario
To check statistics about Layer 2 traffic suppression on an interface, run the display traffic-statistics suppression interface command.
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display traffic-statistics suppression interface gigabitethernet 0/1/0.1 bd 1 statistic start time:2016/12/10 10:35:25 configured suppression traffic-statistics: unknown unicast suppression inbound: pass packets: = 0, pass bytes: = 0; drop packets: = 0, drop bytes: = 0; multicast suppression inbound: pass packets: = 0, pass bytes: = 0; drop packets: = 0, drop bytes: = 0; broadcast suppression inbound: pass packets: = 0, pass bytes: = 0; drop packets: = 0, drop bytes: = 0; configured suppression traffic-statistics: unknown unicast suppression outbound: pass packets: = 0, pass bytes: = 0; drop packets: = 0, drop bytes: = 0; multicast suppression outbound: pass packets: = 0, pass bytes: = 0; drop packets: = 0, drop bytes: = 0; broadcast suppression outbound: pass packets: = 0, pass bytes: = 0; drop packets: = 0, drop bytes: = 0;
Item | Description |
---|---|
statistic start time | Statistic start time. |
unknown unicast suppression inbound | Incoming unknown unicast suppression traffic. |
unknown unicast suppression outbound | Outgoing unknown unicast suppression traffic. |
pass packets | Number of forwarded packets. |
pass bytes | Number of forwarded bytes. |
drop packets | Number of dropped packets. |
drop bytes | Number of dropped bytes. |
multicast suppression inbound | Incoming multicast suppression traffic. |
multicast suppression outbound | Outgoing multicast suppression traffic. |
broadcast suppression inbound | Incoming broadcast suppression traffic. |
broadcast suppression outbound | Outgoing broadcast suppression traffic. |