sonic-net / sonic-buildimage

Scripts which perform an installable binary image build for SONiC
Other
723 stars 1.38k forks source link

[202012][drop counter] portstat doesn't show drop of packets with invalid vlan tag #8767

Open lolyu opened 3 years ago

lolyu commented 3 years ago

Description

portstat only show the drop of packets with those invalid vlan tags if the DUT has sub intefaces with those vlan tags.

Steps to reproduce the issue:

  1. DUT Vlan1000 and sub interface status
    root@str2-7050qx-32s-acs-02:~# show vlan brief
    +-----------+-----------------+------------+----------------+-----------------------+-------------+
    |   VLAN ID | IP Address      | Ports      | Port Tagging   | DHCP Helper Address   | Proxy ARP   |
    +===========+=================+============+================+=======================+=============+
    |      1000 | 192.168.0.1/21  | Ethernet4  | tagged         | 192.0.0.1             | disabled    |
    |           | fc02:1000::1/64 | Ethernet8  | tagged         | 192.0.0.2             |             |
    |           |                 | Ethernet12 | tagged         | 192.0.0.3             |             |
    |           |                 | Ethernet16 | tagged         | 192.0.0.4             |             |
    |           |                 | Ethernet20 | tagged         | 192.0.0.5             |             |
    |           |                 | Ethernet24 | tagged         | 192.0.0.6             |             |
    |           |                 | Ethernet28 | tagged         | 192.0.0.7             |             |
    |           |                 | Ethernet32 | tagged         | 192.0.0.8             |             |
    |           |                 | Ethernet36 | tagged         | 192.0.0.9             |             |
    |           |                 | Ethernet40 | tagged         | 192.0.0.10            |             |
    |           |                 | Ethernet44 | tagged         | 192.0.0.11            |             |
    |           |                 | Ethernet48 | tagged         | 192.0.0.12            |             |
    |           |                 | Ethernet52 | tagged         | 192.0.0.13            |             |
    |           |                 | Ethernet56 | tagged         | 192.0.0.14            |             |
    |           |                 | Ethernet60 | tagged         | 192.0.0.15            |             |
    |           |                 | Ethernet64 | tagged         | 192.0.0.16            |             |
    |           |                 | Ethernet68 | tagged         | 192.0.0.17            |             |
    |           |                 | Ethernet72 | tagged         | 192.0.0.18            |             |
    |           |                 | Ethernet76 | tagged         | 192.0.0.19            |             |
    |           |                 |            |                | 192.0.0.20            |             |
    |           |                 |            |                | 192.0.0.21            |             |
    |           |                 |            |                | 192.0.0.22            |             |
    |           |                 |            |                | 192.0.0.23            |             |
    |           |                 |            |                | 192.0.0.24            |             |
    |           |                 |            |                | 192.0.0.25            |             |
    |           |                 |            |                | 192.0.0.26            |             |
    |           |                 |            |                | 192.0.0.27            |             |
    |           |                 |            |                | 192.0.0.28            |             |
    |           |                 |            |                | 192.0.0.29            |             |
    |           |                 |            |                | 192.0.0.30            |             |
    |           |                 |            |                | 192.0.0.31            |             |
    |           |                 |            |                | 192.0.0.32            |             |
    |           |                 |            |                | 192.0.0.33            |             |
    |           |                 |            |                | 192.0.0.34            |             |
    |           |                 |            |                | 192.0.0.35            |             |
    |           |                 |            |                | 192.0.0.36            |             |
    |           |                 |            |                | 192.0.0.37            |             |
    |           |                 |            |                | 192.0.0.38            |             |
    |           |                 |            |                | 192.0.0.39            |             |
    |           |                 |            |                | 192.0.0.40            |             |
    |           |                 |            |                | 192.0.0.41            |             |
    |           |                 |            |                | 192.0.0.42            |             |
    |           |                 |            |                | 192.0.0.43            |             |
    |           |                 |            |                | 192.0.0.44            |             |
    |           |                 |            |                | 192.0.0.45            |             |
    |           |                 |            |                | 192.0.0.46            |             |
    |           |                 |            |                | 192.0.0.47            |             |
    |           |                 |            |                | 192.0.0.48            |             |
    +-----------+-----------------+------------+----------------+-----------------------+-------------+
    root@str2-7050qx-32s-acs-02:~# ifconfig Vlan1000
    Vlan1000: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 9100
        inet 192.168.0.1  netmask 255.255.248.0  broadcast 192.168.7.255
        inet6 fc02:1000::1  prefixlen 64  scopeid 0x0<global>
        inet6 fe80::d6af:f7ff:fe0f:950c  prefixlen 64  scopeid 0x20<link>
        ether d4:af:f7:0f:95:0c  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 10  bytes 1372 (1.3 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    root@str2-7050qx-32s-acs-02:~# show sub status
    Sub port interface    Speed    MTU    Vlan    Admin                  Type
    --------------------  -------  -----  ------  -------  --------------------
       Ethernet80.10      40G   9100      10       up  802.1q-encapsulation
       Ethernet84.10      40G   9100      10       up  802.1q-encapsulation
       Ethernet88.10      40G   9100      10       up  802.1q-encapsulation
       Ethernet92.10      40G   9100      10       up  802.1q-encapsulation
       Ethernet96.10      40G   9100      10       up  802.1q-encapsulation
      Ethernet100.10      40G   9100      10       up  802.1q-encapsulation
      Ethernet104.10      40G   9100      10       up  802.1q-encapsulation
      Ethernet108.10      40G   9100      10       up  802.1q-encapsulation
      Ethernet112.10      40G   9100      10       up  802.1q-encapsulation
      Ethernet116.10      40G   9100      10       up  802.1q-encapsulation
      Ethernet120.10      40G   9100      10       up  802.1q-encapsulation
      Ethernet124.10      40G   9100      10       up  802.1q-encapsulation
  2. send tcp packets with invalid vlan id as 2 from ptf to Ethernet4, and check portstat: no drop counter for vlan id 2
    >>> pkt
    <Ether  dst=d4:af:f7:0f:95:0c src=98:03:9b:03:22:01 type=0x8100 |<Dot1Q  prio=0 id=0 vlan=2 type=0x800 |<IP  ihl=None tos=0x0 id=1 frag=0 ttl=64 proto=tcp src=1.1.1.1 dst=2.2.2.2 |<TCP  sport=1234 dport=http flags=S |<Raw  load='\x00\x01\x02\x03\x04\x05\x06\x07\x08\t\n\x0b\x0c\r\x0e\x0f\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f !"#$%&\'()' |>>>>>
    >>> sendp(pkt, iface='eth4', count=1000)
    ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
    Sent 1000 packets.
    root@str2-7050qx-32s-acs-02:~# portstat
    Last cached time was 2021-09-15 14:43:22.421537
      IFACE    STATE    RX_OK      RX_BPS    RX_UTIL    RX_ERR    RX_DRP    RX_OVR    TX_OK    TX_BPS    TX_UTIL    TX_ERR    TX_DRP    TX_OVR
    -----------  -------  -------  ----------  ---------  --------  --------  --------  -------  --------  ---------  --------  --------  --------
    Ethernet0        X        0    0.00 B/s      0.00%         0         0         0        0  0.00 B/s      0.00%         0         0         0
    Ethernet1        X        0    0.00 B/s      0.00%         0         0         0        0  0.00 B/s      0.00%         0         0         0
    Ethernet2        X        0    0.00 B/s      0.00%         0         0         0        0  0.00 B/s      0.00%         0         0         0
    Ethernet3        X        0    0.00 B/s      0.00%         0         0         0        0  0.00 B/s      0.00%         0         0         0
    Ethernet4        U    1,000  14.10 KB/s      0.00%         0         0         0        0  0.00 B/s      0.00%         0         0         0
    Ethernet8        U        0    0.00 B/s      0.00%         0         0         0        0  0.00 B/s      0.00%         0         0         0
    Ethernet12        U        0    0.00 B/s      0.00%         0         0         0        0  0.00 B/s      0.00%         0         0         0
    Ethernet16        U        0    0.00 B/s      0.00%         0         0         0        0  0.00 B/s      0.00%         0         0         0
    Ethernet20        U        0    0.00 B/s      0.00%         0         0         0        0  0.00 B/s      0.00%         0         0         0
    Ethernet24        U        0    0.00 B/s      0.00%         0         0         0        0  0.00 B/s      0.00%         0         0         0
    Ethernet28        U        0    0.00 B/s      0.00%         0         0         0        0  0.00 B/s      0.00%         0         0         0
    Ethernet32        U        0    0.00 B/s      0.00%         0         0         0        0  0.00 B/s      0.00%         0         0         0
    Ethernet36        U        0    0.00 B/s      0.00%         0         0         0        0  0.00 B/s      0.00%         0         0         0
    Ethernet40        U        0    0.00 B/s      0.00%         0         0         0        0  0.00 B/s      0.00%         0         0         0
    Ethernet44        U        0    0.00 B/s      0.00%         0         0         0        0  0.00 B/s      0.00%         0         0         0
    Ethernet48        U        0    0.00 B/s      0.00%         0         0         0        0  0.00 B/s      0.00%         0         0         0
    Ethernet52        U        0    0.00 B/s      0.00%         0         0         0        0  0.00 B/s      0.00%         0         0         0
    Ethernet56        U        0    0.00 B/s      0.00%         0         0         0        0  0.00 B/s      0.00%         0         0         0
    Ethernet60        U        0    0.00 B/s      0.00%         0         0         0        0  0.00 B/s      0.00%         0         0         0
    Ethernet64        U        0    0.00 B/s      0.00%         0         0         0        0  0.00 B/s      0.00%         0         0         0
    Ethernet68        U        0    0.00 B/s      0.00%         0         0         0        0  0.00 B/s      0.00%         0         0         0
    Ethernet72        U        0    0.00 B/s      0.00%         0         0         0        0  0.00 B/s      0.00%         0         0         0
    Ethernet76        U        0    0.00 B/s      0.00%         0         0         0        0  0.00 B/s      0.00%         0         0         0
    Ethernet80        U        1   24.13 B/s      0.00%         0         0         0        0  0.00 B/s      0.00%         0         0         0
    Ethernet84        U        1   24.13 B/s      0.00%         0         0         0        0  0.00 B/s      0.00%         0         0         0
    Ethernet88        U        0    0.00 B/s      0.00%         0         0         0        0  0.00 B/s      0.00%         0         0         0
    Ethernet92        U        0    0.00 B/s      0.00%         0         0         0        0  0.00 B/s      0.00%         0         0         0
    Ethernet96        U        1   24.13 B/s      0.00%         0         0         0        0  0.00 B/s      0.00%         0         0         0
    Ethernet100        U        0    0.00 B/s      0.00%         0         0         0        0  0.00 B/s      0.00%         0         0         0
    Ethernet104        U        1   24.13 B/s      0.00%         0         0         0        0  0.00 B/s      0.00%         0         0         0
    Ethernet108        U        0    0.00 B/s      0.00%         0         0         0        0  0.00 B/s      0.00%         0         0         0
    Ethernet112        U        0    0.00 B/s      0.00%         0         0         0        0  0.00 B/s      0.00%         0         0         0
    Ethernet116        U        0    0.00 B/s      0.00%         0         0         0        0  0.00 B/s      0.00%         0         0         0
    Ethernet120        U        0    0.00 B/s      0.00%         0         0         0        0  0.00 B/s      0.00%         0         0         0
    Ethernet124        U        0    0.00 B/s      0.00%         0         0         0        0  0.00 B/s      0.00%         0         0         0
  3. send tcp packets with invalid vlan id as 10 from ptf to Ethernet4, and check portstat: got expected drop counter for vlan id 10
    >>> pkt[Dot1Q].vlan = 10
    >>> sendp(pkt, iface='eth4', count=1000)
    ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
    Sent 1000 packets.
    root@str2-7050qx-32s-acs-02:~# portstat
    Last cached time was 2021-09-15 14:43:22.421537
      IFACE    STATE    RX_OK       RX_BPS    RX_UTIL    RX_ERR    RX_DRP    RX_OVR    TX_OK     TX_BPS    TX_UTIL    TX_ERR    TX_DRP    TX_OVR
    -----------  -------  -------  -----------  ---------  --------  --------  --------  -------  ---------  ---------  --------  --------  --------
    Ethernet0        X        0     0.00 B/s      0.00%         0         0         0        0   0.00 B/s      0.00%         0         0         0
    Ethernet1        X        0     0.00 B/s      0.00%         0         0         0        0   0.00 B/s      0.00%         0         0         0
    Ethernet2        X        0     0.00 B/s      0.00%         0         0         0        0   0.00 B/s      0.00%         0         0         0
    Ethernet3        X        0     0.00 B/s      0.00%         0         0         0        0   0.00 B/s      0.00%         0         0         0
    Ethernet4        U    2,003  2513.54 B/s      0.00%         0     1,000         0        6  11.39 B/s      0.00%         0         0         0
    Ethernet8        U        3     3.69 B/s      0.00%         0         0         0        6  11.39 B/s      0.00%         0         0         0
    Ethernet12        U        3     3.69 B/s      0.00%         0         0         0        6  11.39 B/s      0.00%         0         0         0
    Ethernet16        U        3     3.69 B/s      0.00%         0         0         0        6  11.39 B/s      0.00%         0         0         0
    Ethernet20        U        3     3.69 B/s      0.00%         0         0         0        6  11.41 B/s      0.00%         0         0         0
    Ethernet24        U        3     3.69 B/s      0.00%         0         0         0        6  11.41 B/s      0.00%         0         0         0
    Ethernet28        U        3     3.69 B/s      0.00%         0         0         0        6  11.41 B/s      0.00%         0         0         0
    Ethernet32        U        3     3.69 B/s      0.00%         0         0         0        6  11.41 B/s      0.00%         0         0         0
    Ethernet36        U        3     3.69 B/s      0.00%         0         0         0        6  11.41 B/s      0.00%         0         0         0
    Ethernet40        U        3     3.69 B/s      0.00%         0         0         0        6  11.41 B/s      0.00%         0         0         0
    Ethernet44        U        3     3.69 B/s      0.00%         0         0         0        6  11.44 B/s      0.00%         0         0         0
    Ethernet48        U        3     3.69 B/s      0.00%         0         0         0        6  11.44 B/s      0.00%         0         0         0
    Ethernet52        U        3     3.69 B/s      0.00%         0         0         0        6  11.44 B/s      0.00%         0         0         0
    Ethernet56        U        3     3.69 B/s      0.00%         0         0         0        6  11.44 B/s      0.00%         0         0         0
    Ethernet60        U        3     3.69 B/s      0.00%         0         0         0        6  11.44 B/s      0.00%         0         0         0
    Ethernet64        U        3     3.69 B/s      0.00%         0         0         0        6  11.44 B/s      0.00%         0         0         0
    Ethernet68        U        3     3.69 B/s      0.00%         0         0         0        6  11.44 B/s      0.00%         0         0         0
    Ethernet72        U        3     3.69 B/s      0.00%         0         0         0        6  11.44 B/s      0.00%         0         0         0
    Ethernet76        U        3     3.69 B/s      0.00%         0         0         0        6  11.44 B/s      0.00%         0         0         0
    Ethernet80        U       12    17.06 B/s      0.00%         0         1         0        9  17.56 B/s      0.00%         0         0         0
    Ethernet84        U       11    16.17 B/s      0.00%         0         0         0       10  18.69 B/s      0.00%         0         0         0
    Ethernet88        U       11    16.17 B/s      0.00%         0         0         0       10  18.69 B/s      0.00%         0         0         0
    Ethernet92        U       11    16.17 B/s      0.00%         0         0         0       10  18.69 B/s      0.00%         0         0         0
    Ethernet96        U       11    16.17 B/s      0.00%         0         0         0       10  18.62 B/s      0.00%         0         0         0
    Ethernet100        U       11    16.17 B/s      0.00%         0         0         0       10  18.65 B/s      0.00%         0         0         0
    Ethernet104        U       11    16.17 B/s      0.00%         0         0         0       10  18.65 B/s      0.00%         0         0         0
    Ethernet108        U       11    16.17 B/s      0.00%         0         0         0       10  18.65 B/s      0.00%         0         0         0
    Ethernet112        U       11    16.17 B/s      0.00%         0         0         0        9  17.52 B/s      0.00%         0         0         0
    Ethernet116        U       11    16.17 B/s      0.00%         0         0         0        9  17.76 B/s      0.00%         0         0         0
    Ethernet120        U       10    14.02 B/s      0.00%         0         0         0       10  18.65 B/s      0.00%         0         0         0
    Ethernet124        U       10    14.02 B/s      0.00%         0         0         0        9  17.52 B/s      0.00%         0         0         0
  4. checked other vlan ids from 2 ~ 20 other than 10, portstat doesn't show the drop
  5. modify Ethernet80 to have sub inteface Ethernet80.2 instead of Ethernet80.10, then send tcp packet with invalid vlan id 2 to port Ethernet4: got expected drop counter for vlan id 2 after adding sub interface with vlan id 2
    >>> pkt[Dot1Q].vlan = 2
    >>> sendp(pkt, iface='eth4', count=1000)
    ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
    Sent 1000 packets.
    root@str2-7050qx-32s-acs-02:~# show sub s
    Sub port interface    Speed    MTU    Vlan    Admin                  Type
    --------------------  -------  -----  ------  -------  --------------------
        Ethernet80.2      40G   9100       2       up  802.1q-encapsulation
       Ethernet84.10      40G   9100      10       up  802.1q-encapsulation
       Ethernet88.10      40G   9100      10       up  802.1q-encapsulation
       Ethernet92.10      40G   9100      10       up  802.1q-encapsulation
       Ethernet96.10      40G   9100      10       up  802.1q-encapsulation
      Ethernet100.10      40G   9100      10       up  802.1q-encapsulation
      Ethernet104.10      40G   9100      10       up  802.1q-encapsulation
      Ethernet108.10      40G   9100      10       up  802.1q-encapsulation
      Ethernet112.10      40G   9100      10       up  802.1q-encapsulation
      Ethernet116.10      40G   9100      10       up  802.1q-encapsulation
      Ethernet120.10      40G   9100      10       up  802.1q-encapsulation
      Ethernet124.10      40G   9100      10       up  802.1q-encapsulation
    root@str2-7050qx-32s-acs-02:~# portstat
    Last cached time was 2021-09-15 14:52:22.713055
      IFACE    STATE    RX_OK       RX_BPS    RX_UTIL    RX_ERR    RX_DRP    RX_OVR    TX_OK     TX_BPS    TX_UTIL    TX_ERR    TX_DRP    TX_OVR
    -----------  -------  -------  -----------  ---------  --------  --------  --------  -------  ---------  ---------  --------  --------  --------
    Ethernet0        X        0     0.00 B/s      0.00%         0         0         0        0   0.00 B/s      0.00%         0         0         0
    Ethernet1        X        0     0.00 B/s      0.00%         0         0         0        0   0.00 B/s      0.00%         0         0         0
    Ethernet2        X        0     0.00 B/s      0.00%         0         0         0        0   0.00 B/s      0.00%         0         0         0
    Ethernet3        X        0     0.00 B/s      0.00%         0         0         0        0   0.00 B/s      0.00%         0         0         0
    Ethernet4        U    1,000  4502.67 B/s      0.00%         0     1,000         0        1  11.08 B/s      0.00%         0         0         0
    Ethernet8        U        0     0.00 B/s      0.00%         0         0         0        1  11.08 B/s      0.00%         0         0         0
    Ethernet12        U        0     0.00 B/s      0.00%         0         0         0        1  11.08 B/s      0.00%         0         0         0
    Ethernet16        U        0     0.00 B/s      0.00%         0         0         0        1  11.08 B/s      0.00%         0         0         0
    Ethernet20        U        0     0.00 B/s      0.00%         0         0         0        1  11.13 B/s      0.00%         0         0         0
    Ethernet24        U        0     0.00 B/s      0.00%         0         0         0        1  11.13 B/s      0.00%         0         0         0
    Ethernet28        U        0     0.00 B/s      0.00%         0         0         0        1  11.13 B/s      0.00%         0         0         0
    Ethernet32        U        0     0.00 B/s      0.00%         0         0         0        1  11.13 B/s      0.00%         0         0         0
    Ethernet36        U        0     0.00 B/s      0.00%         0         0         0        1  11.13 B/s      0.00%         0         0         0
    Ethernet40        U        0     0.00 B/s      0.00%         0         0         0        1  11.13 B/s      0.00%         0         0         0
    Ethernet44        U        0     0.00 B/s      0.00%         0         0         0        1  11.17 B/s      0.00%         0         0         0
    Ethernet48        U        0     0.00 B/s      0.00%         0         0         0        1  11.17 B/s      0.00%         0         0         0
    Ethernet52        U        0     0.00 B/s      0.00%         0         0         0        1  11.17 B/s      0.00%         0         0         0
    Ethernet56        U        0     0.00 B/s      0.00%         0         0         0        1  11.17 B/s      0.00%         0         0         0
    Ethernet60        U        0     0.00 B/s      0.00%         0         0         0        1  11.17 B/s      0.00%         0         0         0
    Ethernet64        U        0     0.00 B/s      0.00%         0         0         0        1  11.17 B/s      0.00%         0         0         0
    Ethernet68        U        0     0.00 B/s      0.00%         0         0         0        1  11.17 B/s      0.00%         0         0         0
    Ethernet72        U        0     0.00 B/s      0.00%         0         0         0        1  11.17 B/s      0.00%         0         0         0
    Ethernet76        U        0     0.00 B/s      0.00%         0         0         0        1  11.17 B/s      0.00%         0         0         0
    Ethernet80        U        3    15.67 B/s      0.00%         0         2         0        8  34.12 B/s      0.00%         0         0         0
    Ethernet84        U        5    23.90 B/s      0.00%         0         0         0        5  28.62 B/s      0.00%         0         0         0
    Ethernet88        U        3    16.67 B/s      0.00%         0         0         0        2  17.32 B/s      0.00%         0         0         0
    Ethernet92        U        4    19.83 B/s      0.00%         0         0         0        4  25.41 B/s      0.00%         0         0         0
    Ethernet96        U        3    16.67 B/s      0.00%         0         0         0        2  17.23 B/s      0.00%         0         0         0
    Ethernet100        U        3    16.67 B/s      0.00%         0         0         0        3  21.34 B/s      0.00%         0         0         0
    Ethernet104        U        5    23.90 B/s      0.00%         0         0         0        5  28.57 B/s      0.00%         0         0         0
    Ethernet108        U        3    16.67 B/s      0.00%         0         0         0        2  17.27 B/s      0.00%         0         0         0
    Ethernet112        U        3    16.63 B/s      0.00%         0         0         0        5  28.57 B/s      0.00%         0         0         0
    Ethernet116        U        4    20.69 B/s      0.00%         0         0         0        5  28.57 B/s      0.00%         0         0         0
    Ethernet120        U        1     4.89 B/s      0.00%         0         0         0        3  21.34 B/s      0.00%         0         0         0
    Ethernet124        U        1     4.89 B/s      0.00%         0         0         0        3  21.34 B/s      0.00%         0         0         0

Describe the results you received:

Describe the results you expected:

Output of show version:

root@str2-7050qx-32s-acs-02:~# show version

SONiC Software Version: SONiC.20201231.26
Distribution: Debian 10.10
Kernel: 4.19.0-12-2-amd64
Build commit: 1016ec2d5e
Build date: Mon Sep 13 16:50:44 UTC 2021
Built by: AzDevOps@sonic-int-build-workers-0003SZ

Platform: x86_64-arista_7050_qx32s
HwSKU: Arista-7050-QX-32S
ASIC: broadcom
ASIC Count: 1
Serial Number: JPE20255843
Uptime: 14:58:35 up 23 min,  1 user,  load average: 0.36, 0.59, 0.76

Docker images:
REPOSITORY                 TAG                 IMAGE ID            SIZE
docker-syncd-brcm          20201231.26         0191acad9855        694MB
docker-syncd-brcm          latest              0191acad9855        694MB
docker-teamd               20201231.26         446e1eda9beb        412MB
docker-teamd               latest              446e1eda9beb        412MB
docker-router-advertiser   20201231.26         ba4212b71726        402MB
docker-router-advertiser   latest              ba4212b71726        402MB
docker-platform-monitor    20201231.26         ceb9cc7c8433        613MB
docker-platform-monitor    latest              ceb9cc7c8433        613MB
docker-lldp                20201231.26         b8253af30490        442MB
docker-lldp                latest              b8253af30490        442MB
docker-dhcp-relay          20201231.26         c050682bff43        409MB
docker-dhcp-relay          latest              c050682bff43        409MB
docker-database            20201231.26         a792e6f23598        402MB
docker-database            latest              a792e6f23598        402MB
docker-orchagent           20201231.26         ed1a333ff4c4        431MB
docker-orchagent           latest              ed1a333ff4c4        431MB
docker-sonic-telemetry     20201231.26         77968f23d24a        491MB
docker-sonic-telemetry     latest              77968f23d24a        491MB
docker-fpm-frr             20201231.26         120263c2a842        431MB
docker-fpm-frr             latest              120263c2a842        431MB
docker-snmp                20201231.26         4b39d760e90c        444MB
docker-snmp                latest              4b39d760e90c        444MB

root@str2-7050qx-32s-acs-02:~# show platform sum
Platform: x86_64-arista_7050_qx32s
HwSKU: Arista-7050-QX-32S
ASIC: broadcom
ASIC Count: 1

Output of show techsupport:

(paste your output here or download and attach the file here )

Additional information you deem important (e.g. issue happens only occasionally):

lolyu commented 2 years ago

CSP CS00012209080 raised