R3204P16-HP Load Balancing Module Network Management Command Reference-6PW101
18
By default, Ethernet interfaces do not suppress broadcast traffic.
When broadcast traffic exceeds the broadcast suppression threshold, the interface discards broadcast
packets until the broadcast traffic drops below the threshold.
Examples
# Set the broadcast suppression threshold to 20% on Ethernet interface GigabitEthernet 0/3.
<Sysname> system-view
[Sysname] interface gigabitethernet 0/3
[Sysname-GigabitEthernet0/3] broadcast-suppression 20
# Set the broadcast suppression threshold to 20% on Ethernet subinterface GigabitEthernet 0/3.1.
<Sysname> system-view
[Sysname] interface gigabitethernet 0/3.1
[Sysname-GigabitEthernet0/3.1] broadcast-suppression 20
mdi
Syntax
mdi { across | auto | normal }
undo mdi
View
Layer 2 Ethernet interface view
Default level
2: System level
Parameters
across: Sets the MDI mode to across. In this mode, pins 1 and 2 of the port are receive pins, and pins 3
and 6 are transmit pins.
auto: Sets the MDI mode to auto. In this mode, the port negotiates pin roles with its peer.
normal: Sets the MDI mode to normal. In normal mode, pins 1 and 2 of the port are transmit pins, and
pins 3 and 6 are receive pins.
Description
Use the mdi command to configure the MDI mode of a copper Ethernet interface.
Use the undo mdi command to restore the default.
By default, Ethernet interfaces operate in auto MDI mode.
NOTE:
This command is not applicable to fiber ports.
Examples
# Set interface GigabitEthernet 0/3 to operate in across MDI mode.
<Sysname> system-view
[Sysname] interface gigabitethernet 0/3
[Sysname-GigabitEthernet0/3] mdi across