How Do I Determine Whether Loops Occur on a Layer 2 Network?
|
To determine whether loops occur on a Layer 2 network, two methods are available: 1. Run the display interface brief | include up command to view traffic on all Up interfaces. If a loop occurs, the values of InUti and OutUti approximate to 100% when you run the command multiple times, which are greater than the service traffic. Command output upon the first query is as follows: [HUAWEI] display interface Ethernet brief | include up InUti/OutUti: input utility/output utility Interface PHY Auto-Neg Duplex Bandwidth InUti OutUti Trunk GigabitEthernet0/0/1 up enable full 1000M 0.56% 0.56%-- Command output upon the last query is as follows: [HUAWEI] display interface Ethernet brief | include up InUti/OutUti: input utility/output utility Interface PHY Auto-Neg Duplex Bandwidth InUti OutUti Trunk GigabitEthernet0/0/1 up enable full 1000M 76% 76% -- 2. Determine whether MAC address flapping occurs on the switch.
same MAC address, MAC address flapping occurs.
detected, the switch generates an alarm. To configure MAC address flapping detection, use this following method. This function is enabled by default. |
|
You can configure MAC Address Flapping Detection To configure MAC address flapping detection, use this following method. [HUAWEI-vlan10] loop-detect eth-loop alarm-only In V200R001 and later versions, run the following command in the system view to enable MAC address flapping detection. [HUAWEI] mac-address flapping detection btw - This function is enabled by default. |

Favorite (0)