-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The member ports of portchannel can still forward traffic when the portchannel is down #1771
Labels
Comments
phanindra-tv
added a commit
to phanindra-tv/sonic-buildimage
that referenced
this issue
May 10, 2019
…m trunk in the hardware and thereby traffic stops forwarding. sonic-net#1771
qiluo-msft
pushed a commit
that referenced
this issue
Nov 9, 2021
Updating sonic-utilities sub module with the following commits 63a5257 [TACACS+] Add config command for AAA authorization and accounting. (#1889) 8a8577b [dump] [copp] Fixed the NameError Exception for copp dump module (#1911) 84be8b4 Dump media_settings from appDB during fast-reboot (#1910) 563c416 Allow interface type value none (#1902) 095bf54 generic_updater: Fix service validator related issues (#1901) efbe1f4 [chassis][supervisor][show][interfaces]show interfaces command warning on Supervisor card (#1771) 487b3b7 Add CRM CLIs for SRV6 nexthop and my_sid_entry (#1883)
judyjoseph
added a commit
that referenced
this issue
Nov 14, 2021
sonic-snmpagent 7e46eb1 [201911][RFC1213]: Initialize lag oid map in reinit_data (#234) aa98ded CPU Spike because of redundant and flooded keyspace notifis handled (#230) sonic-swss bc4e334 [Mux orch] Handle setting unknown mux state (#1984) bd3630b [tunnel decap] Change tunnel orch order (#1977) 87a673a Fix the option missing in kernel config issue (#1973) 57967a1 [orchagent] Fix group name of port-buffer-drop in flexcounterorch.cpp (#1967) sonic-utilities 181e8b0 Fix the option missing in kernel config issue (#1888) 21c0cc0 [watermarkstat] Fix for error in processing empty array from couters db (#1810) 7f15755 [chassis][supervisor][show][interfaces]show interfaces command warning on Supervisor card (#1771)
taras-keryk
pushed a commit
to taras-keryk/sonic-buildimage
that referenced
this issue
Apr 28, 2022
…g on Supervisor card (sonic-net#1771) What I did Fixed sonic-net#8521 How I did it Before displaying the warning message, call device_info.is_supervisor() function to check if it is supervisor card, don't display the warning message. How to verify it Running the image on supervisor card Execute the CLI "show interfaces status" No warning should be seen. Signed-off-by: mlok <marty.lok@nokia.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I successfully configured PortChannel0001 between the two devices using two physical links. The related configuration is as follows:
When I disconnected one of the links, PortChannel0001 went down, but the other link still forwarded traffic. The following is the operation process(Use # as a comment prompt).
Steps to reproduce the issue:
1.As described in "Description".
2.
3.
Describe the results you received:
As described in "Description".
Describe the results you expected:
When the PortChannel goes down, its member ports should not forward traffic.
Additional information you deem important (e.g. issue happens only occasionally):
sonic_dump_switch100_20180606_025924.tar.gz
The text was updated successfully, but these errors were encountered: