stormshift / support

This repo should serve as a central source for reporting issues with stormshift
GNU General Public License v3.0
3 stars 0 forks source link

Lost packages when uplink to ucs-a fabric interconnect is active #83

Closed rbo closed 1 year ago

rbo commented 2 years ago

We have a lot of lost packages if the port to cs-a fabric interconnect is active on arista.

Currently, port is deactivated:

localhost>show interfaces status
...
Port      Name              Status       Vlan        Duplex  Speed Type
Et47      Downlink UCS Fibr disabled     trunk         full  10000 10GBASE-CR
...
rbo commented 2 years ago

VLAN Configuration updated on cisco UCS: Default Untagged is VLAN ID 32 Optional VLAN ID 9 Storage network.

image

ssh -l admin 10.32.104.100
coe-ucs-A# connect nxos
isco Nexus Operating System (NX-OS) Software
TAC support: http://www.cisco.com/tac
Copyright (c) 2002-2021, Cisco Systems, Inc. All rights reserved.
The copyrights to certain works contained in this software are
owned by other third parties and used and distributed under
license. Certain components of this software are licensed under
the GNU General Public License (GPL) version 2.0 or the GNU
Lesser General Public License (LGPL) Version 2.1. A copy of each
such license is available at
http://www.opensource.org/licenses/gpl-2.0.php and
http://www.opensource.org/licenses/lgpl-2.1.php
coe-ucs-A(nxos)# 
coe-ucs-A(nxos)#  show run interface Ethernet1/1

!Command: show running-config interface Ethernet1/1
!Time: Tue May 10 13:50:45 2022

version 5.0(3)N2(4.21g)

interface Ethernet1/1
  description U: Uplink
  pinning border
  switchport mode trunk
  switchport trunk native vlan 32
  switchport trunk allowed vlan 1,9,32
  udld disable
  no shutdown
rbo commented 1 year ago

Update Arista from EOS-4.5.4.swi to EOS-4.13.16M.swi

arista#copy flash:/EOS-4.5.4.swi scp://arista@10.32.96.1/home/arista/
Password: 
arista#copy flash:/boot-config scp://arista@10.32.96.1/home/arista/
Password: 
arista#copy flash:/startup-config scp://arista@10.32.96.1/home/arista/
Password: 
arista#show version
Arista DCS-7140T-8S-R
Hardware version:    06.04
Serial number:       JSH10370684
System MAC address:  001c.730b.bcc6

Software image version: 4.5.4
Architecture:           i386
Internal build version: 4.5.4-323818.EOS454
Internal build ID:      a3e2ff4b-3d49-4ff3-a6bc-601afb74cdc7

Uptime:                 14 weeks, 1 day, 19 hours and 27 minutes
Total memory:           2055128 kB
Free memory:            734164 kB

arista#copy scp://arista@10.32.96.1/home/arista/EOS-4.13.16M.swi flash:/
Password: 
arista#verify /md5 flash:EOS-4.13.16M.swi
verify /md5 (flash:EOS-4.13.16M.swi) = 36d2212a894d504b4d7d4ced1f36bd1d
arista#configure terminal
arista(config)#boot system flash:/EOS-4.13.16M.swi
arista(config)#show boot-config
Software image: flash:/EOS-4.13.16M.swi
Console speed: (not set)
Aboot password (encrypted): (not set)
arista(config)#write memory
arista(config)#end
arista#reload
Proceed with reload? [confirm]

Broadcast message from root@arista
    (unknown) at 8:42 ...

The system is going down for reboot NOW!
rbo commented 1 year ago
arista>show versio
Arista DCS-7140T-8S-R
Hardware version:    06.04
Serial number:       JSH10370684
System MAC address:  001c.730b.bcc6

Software image version: 4.13.16M
Architecture:           i386
Internal build version: 4.13.16M-3213248.41316M.1
Internal build ID:      53e27db5-14d8-4d71-8ea1-a71aa337946f

Uptime:                 55 minutes
Total memory:           2033820 kB
Free memory:            94212 kB

arista>
rbo commented 1 year ago

Arista switch is updated to latest available version.

rbo commented 1 year ago

Fabric interconnect switch is direct attach to arista again.

DanielFroehlich commented 1 year ago

closing this issue, looks good