You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the device starts up, you can see the following phenomena:
show interface status, you can see that both Ethernet50 and Ethernet51 are up; but using ip link show, you can see that Ethernet50 is down and Ehernet51 is up.
admin@switch100:~$ show interfaces status
Command: intfutil status
Interface Lanes Speed MTU Alias Oper Admin
----------- --------------- ------- ----- ------------ ------ -------
Ethernet0 8 10G 9302 Ethernet1/1 down down
Ethernet1 9 10G 9302 Ethernet2/1 down down
Ethernet2 10 10G 9302 Ethernet3/1 down down
Ethernet3 11 10G 9302 Ethernet4/1 down down
Ethernet4 12 10G 9302 Ethernet5/1 down down
Ethernet5 13 10G 9302 Ethernet6/1 down down
Ethernet6 14 10G 9302 Ethernet7/1 down down
Ethernet7 15 10G 9302 Ethernet8/1 down down
Ethernet8 16 10G 9302 Ethernet9/1 down down
Ethernet9 17 10G 9302 Ethernet10/1 down down
Ethernet10 18 10G 9302 Ethernet11/1 down down
Ethernet11 19 10G 9302 Ethernet12/1 down down
Ethernet12 20 10G 9302 Ethernet13/1 down down
Ethernet13 21 10G 9302 Ethernet14/1 down down
Ethernet14 22 10G 9302 Ethernet15/1 down down
Ethernet15 23 10G 9302 Ethernet16/1 down down
Ethernet16 32 10G 9302 Ethernet17/1 down down
Ethernet17 33 10G 9302 Ethernet18/1 down down
Ethernet18 34 10G 9302 Ethernet19/1 down down
Ethernet19 35 10G 9302 Ethernet20/1 down down
Ethernet20 40 10G 9302 Ethernet21/1 down down
Ethernet21 41 10G 9302 Ethernet22/1 down down
Ethernet22 42 10G 9302 Ethernet23/1 down down
Ethernet23 43 10G 9302 Ethernet24/1 down down
Ethernet24 48 10G 9302 Ethernet25/1 down down
Ethernet25 49 10G 9302 Ethernet26/1 down down
Ethernet26 50 10G 9302 Ethernet27/1 down down
Ethernet27 51 10G 9302 Ethernet28/1 down down
Ethernet28 56 10G 9302 Ethernet29/1 down down
Ethernet29 57 10G 9302 Ethernet30/1 down down
Ethernet30 58 10G 9302 Ethernet31/1 down down
Ethernet31 59 10G 9302 Ethernet32/1 down down
Ethernet32 64 10G 9302 Ethernet33/1 down down
Ethernet33 65 10G 9302 Ethernet34/1 down down
Ethernet34 66 10G 9302 Ethernet35/1 down down
Ethernet35 67 10G 9302 Ethernet36/1 down down
Ethernet36 68 10G 9302 Ethernet37/1 down down
Ethernet37 69 10G 9302 Ethernet38/1 down down
Ethernet38 70 10G 9302 Ethernet39/1 down down
Ethernet39 71 10G 9302 Ethernet40/1 down down
Ethernet40 72 10G 9302 Ethernet41/1 down down
Ethernet41 73 10G 9302 Ethernet42/1 down down
Ethernet42 74 10G 9302 Ethernet43/1 down down
Ethernet43 75 10G 9302 Ethernet44/1 down down
Ethernet44 76 10G 9302 Ethernet45/1 down down
Ethernet45 77 10G 9302 Ethernet46/1 down down
Ethernet46 78 10G 9302 Ethernet47/1 down down
Ethernet47 79 10G 9302 Ethernet48/1 down down
Ethernet48 80 10G 9302 Ethernet49/1 down down
Ethernet49 81 10G 9302 Ethernet50/1 down down
Ethernet50 82 10G 9302 Ethernet51/1 up up
Ethernet51 83 10G 9100 Ethernet52/1 up up
Ethernet52 84,85,86,87 100G 9302 Ethernet53/1 down down
Ethernet53 104,105,106,107 100G 9302 Ethernet54/1 down down
Ethernet54 108,109,110,111 100G 9302 Ethernet55/1 down down
Ethernet55 112,113,114,115 100G 9302 Ethernet56/1 down down
Ethernet56 116,117,118,119 100G 9302 Ethernet57/1 down down
admin@switch100:~$ sudo ip link show Ethernet50
58: Ethernet50: <BROADCAST,MULTICAST> mtu 9302 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether a8:2b:b5:4f:9c:b2 brd ff:ff:ff:ff:ff:ff
admin@switch100:~$ sudo ip link show Ethernet51
59: Ethernet51: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9100 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
link/ether a8:2b:b5:4f:9c:b2 brd ff:ff:ff:ff:ff:ff
admin@switch100:~$
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:
The port status seen by “show interface status” and “ip link show“ should be the same as those configured in config_db.json.
Additional information you deem important (e.g. issue happens only occasionally):
* e12c1c8 (origin/master, origin/HEAD) disk_check: Script updated (sonic-net#1747)
* 27502f0 [dhcp_relay] Update CLI reference document and add a new API for ip address type (sonic-net#1717)
* cd3ee78 [Config] Update config command of kdump (sonic-net#1700)
* 4cb3b72 [Show] Update the subcommands of Kdump. (sonic-net#1682)
* c03342f [sfputil] Gracefully handle improper 'specification_compliance' field (sonic-net#1741)
* 103de86 [CLI][MPLS][Show] Fixed show and config mpls cli bug where invalid interfaces would pasâsonic-net#1770)
* 04cc047 [route_check] Filter out VNET routes (sonic-net#1612)
* 9395ebd [show][platform] Revise chassis info fallback to only fall back on pmon crash (sonic-net#1751)
* e12c1c8 (origin/master, origin/HEAD) disk_check: Script updated (#1747)
* 27502f0 [dhcp_relay] Update CLI reference document and add a new API for ip address type (#1717)
* cd3ee78 [Config] Update config command of kdump (#1700)
* 4cb3b72 [Show] Update the subcommands of Kdump. (#1682)
* c03342f [sfputil] Gracefully handle improper 'specification_compliance' field (#1741)
* 103de86 [CLI][MPLS][Show] Fixed show and config mpls cli bug where invalid interfaces would pasâ#1770)
* 04cc047 [route_check] Filter out VNET routes (#1612)
* 9395ebd [show][platform] Revise chassis info fallback to only fall back on pmon crash (#1751)
taras-keryk
pushed a commit
to taras-keryk/sonic-buildimage
that referenced
this issue
Apr 28, 2022
Description
Take Ethernet50 and Ethernet51 as examples.
In config_db.json, the relevant configuration is as follows:
When the device starts up, you can see the following phenomena:
show interface status, you can see that both Ethernet50 and Ethernet51 are up; but using ip link show, you can see that Ethernet50 is down and Ehernet51 is up.
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:
The port status seen by “show interface status” and “ip link show“ should be the same as those configured in config_db.json.
Additional information you deem important (e.g. issue happens only occasionally):
sonic_dump_switch100_20180606_020846.tar.gz
The text was updated successfully, but these errors were encountered: