12-13-2024
06:11 AM
- last edited on
12-13-2024
06:43 AM
by
rupeshah
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet2/0/47, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet2/0/47, changed state to down
%LINK-3-UPDOWN: Interface GigabitEthernet3/0/5, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet2/0/4, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet3/0/48, changed state to down
%LINK-3-UPDOWN: Interface GigabitEthernet3/0/48, changed state to down
%LINK-3-UPDOWN: Interface GigabitEthernet3/0/48, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet3/0/48, changed state to up
I have the Cisco 9300 installed, and I am unable to resolve this issue. There are ports that is constantly going up and down and ports that will go up and down occasionally. From what the users are telling me; this appears to happen most likely when they are on Teams. Any idea what may cause this problem?
12-13-2024 06:13 AM
check
show interface status
show err-disable
MHM
12-13-2024 08:13 AM
I suspect the issue from broadcast storm control.
MHM
12-13-2024 06:23 AM
Interface flapping is not related to application usage. There is something going on either on those devices connected to that ports or on the switch or both.
Can you show the command "show run interface GigabitEthernetxxx" for all those interfaces?
show int status would be also usefull. This problem can be related to speed/duplex negociation. Switch and devices connected to those interfaces can not get in a agreenment on what config to use.
12-16-2024 07:25 AM
Flavio,
Thanks for the info.
12-13-2024 07:40 AM
Hello,
We have experienced similar issues. Can you issue the command on the interface:
switchport nonegotiate
-David
12-16-2024 04:40 AM
David,
That command is assigned to each port. Listed below is part of the config
switchport mode access
switchport nonegotiate
switchport block unicast
storm-control broadcast level 40.00
storm-control unicast level 50.00
storm-control action shutdown
spanning-tree portfast
spanning-tree bpduguard enable
spanning-tree guard root
12-16-2024 04:45 AM
As I guess you use broadcast storm control, remove it from port and check, if the port stable then return it but after you increase the threshold
storm-control broadcast level 40.00
storm-control unicast level 50.00
12-16-2024 04:46 AM
One of the ports was stripped of most of the commands and the port was still shutting off and on. Once again, the configuration is listed below
switchport access vlan XXX
switchport mode access
switchport voice vlan XXX
spanning-tree portfast
spanning-tree bpduguard enable
spanning-tree guard root
end
12-16-2024 11:20 PM
I send you PM check it
MHM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide