SovereignCloudStack / issues

This repository is used for issues that are cross-repository or not bound to a specific repository.
https://github.com/orgs/SovereignCloudStack/projects/6
2 stars 1 forks source link

SONIC switches in landscape, document and test links between switches #500

Open ignatov17 opened 10 months ago

ignatov17 commented 10 months ago

EPIC: #538

As a SCS developer, I want to know how switches are connected and what links and interfaces are configured in landscape so that let me make possible configurations of SONIC swithces.

Tasks:

Working documents:

Testing hardware switches in the landscape after installation of all switches and new installed links, as shown in diagram:

Definition of Ready:

Definition of Done:

ignatov17 commented 9 months ago

Packet loss in communication, when traffic goes trough 1G switches.

Checked configuration of ip's, MAC addresses and arp tables. Routing works. Communication has the same issue for all jump-host <--> 1G switches (u33, u32 and u42) and between 1G switches: packet loss

Can happens because of:

ignatov17 commented 9 months ago

Issue is due to duplicated MAC adrresses of eth0 and Ethernet0:

root@st01-sw1g-r01-u32:/home/admin# ip link ls eth0 8: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000 link/ether d0:77:ce:2b:3f:c4 brd ff:ff:ff:ff:ff:ff root@st01-sw1g-r01-u32:/home/admin# ip link ls Ethernet0 37: Ethernet0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9100 qdisc pfifo_fast master Bridge state UP mode DEFAULT group default qlen 1000 link/ether d0:77:ce:2b:3f:c4 brd ff:ff:ff:ff:ff:ff

matofeder commented 3 months ago

@scoopex could we close this one as all tasks seem to be addressed?