The display interface suppression command displays statistics about Layer 2 traffic suppression on an interface.
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. |
vlan vlanid |
Specifies a VLAN ID. |
The value is an integer ranging from 1 to 4094. |
bd bd-id |
Specifies a BDID. |
The value is an integer ranging from 1 to 16777215. |
Usage Scenario
To check statistics about Layer 2 traffic suppression on an interface, run the display interface suppression command.
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display interface gigabitethernet 0/1/0.1 suppression 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 |
---|---|
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. |