Fiberstore (FS)

Switche der Marke FS.com (Fiberstore).

LACP

Link Aggregation Control Protocol. Maximal 16 physische Ethernet-Links pro Logical Channel (z.B. agg1) sind möglich.

MLAG

Multichassis Link Aggregation. Zwei Switche tauschen über ein dediziertes VLAN Statusinformationen miteinander aus. Ports von Switch A und Switch B werden einer MLAG-Gruppe zugewiesen. Bei Ausfall eines Switches übernimmt der andere die Kommunikation.

Ein Reboot des Switches von „Reboot system? [confirm]“ bis zur erneuten Paketvermittlung benötigt ca. 2min 30sec.

FS S3900

SSH-Connect mit

ssh -oHostKeyAlgorithms=+ssh-dss admin@10.80.32.109

In-Memory Log-Files anzeigen:

Switch# show log ram

FS S5850

In-Memory Log-Files anzeigen:

Switch# show logging buffer

Backup (Basic CLI) - funktioniert nur gegen einen TFTP-Server (Port 69/udp), ohne Unterverzeichnisse:

Switch# copy startup-config mgmt-if tftp://10.80.32.231/startup-config-20190402
Switch# copy running-config mgmt-if tftp://10.80.32.231/running-config-20190402

Restore - funktioniert nur gegen einen TFTP-Server (Port 69/udp), ohne Unterverzeichnisse:

Switch# ping ip 10.80.32.231
Switch# ping mgmt-if 10.80.32.231
# antwortet auf dem mgmt-if? dann:

Switch# copy mgmt-if tftp://10.80.32.231/startup-config-20190402 startup-config
Are you sure to overwrite startup configuration file? [confirm]y (oder Enter drücken)

Switch# copy mgmt-if tftp://10.80.32.231/running-config-20190402 running-config
Are you sure to overwrite startup configuration file? [confirm]y (oder Enter drücken)

Liste aller MAC-Adressen anzeigen:

show mac address-table

In Konfigurationsmodus wechseln:

configure terminal

Port 24 herunterfahren:

interface eth-0-24
shutdown

Port 24 zur LACP-Gruppe 23 hinzufügen (Mode 4, IEEE 802.3ad policy):

interface eth-0-24
channel-group 23 mode active
no shutdown
exit

VLAN 4094 anlegen:

vlan database
vlan 4094
exit

VLANs löschen (nicht mehr als 1024 auf einmal):

vlan database
no vlan 10,4094

vlan1 ist default und kann nicht entfernt werden.

Interface-Eigenschaften löschen:

interface ...

show this

no channel-group
no static-channel-group

switchport mode access

„dhcp client function“ auf einem Interface entfernen:

interface vlan1

no ip address dhcp

Konfiguration speichern:

show running-config
show startup-config
copy running-config startup-config

Reboot/Neustart (Poweroff/Ausschalten gibt es nicht):

reboot

Alle Konfigurationsebenen verlassen:

end

Aufbau 48-Port-Switch

Switch-Panel Port-Reihenfolge an der Front:

[01] .. [15]      [17] .. [31]      [33] .. [47]
[02] .. [16]      [18] .. [32]      [34] .. [48]

Logging-Beispiele

Reboot einer Maschine, die auf Port 21 hängt, ohne Probleme:

Switch# show logging buffer
Nov  5 14:04:36 Switch -6: -- Syslog is alive --
Nov  5 12:24:36 Switch -6: -- Syslog is alive --
Nov  5 10:44:36 Switch -6: -- Syslog is alive --
Nov  4 06:13:04 Switch INTERFACE-4: interface eth-0-21 state change to up
Nov  4 06:13:05 Switch INTERFACE-4: interface agg21 state change to up
Nov  4 06:13:05 Switch LACP-6: link eth-0-21, attach index 0
Nov  4 06:12:58 Switch INTERFACE-4: interface eth-0-21 state change to down
Nov  4 06:12:58 Switch LACP-6: lacp_disaggregate_link , link eth-0-21
Nov  4 06:10:55 Switch INTERFACE-4: interface eth-0-21 state change to up
Nov  4 06:10:49 Switch INTERFACE-4: interface eth-0-21 state change to down
Nov  4 06:10:49 Switch INTERFACE-4: interface agg21 state change to down
Nov  4 06:10:49 Switch LACP-6: lacp_disaggregate_link , link eth-0-21
Nov  4 06:09:35 Switch INTERFACE-4: interface agg21 state change to up
Nov  4 06:09:35 Switch LACP-6: link eth-0-21, attach index 0
Nov  4 06:09:33 Switch INTERFACE-4: interface agg21 state change to down
Nov  4 06:09:33 Switch LACP-6: lacp_disaggregate_link , link eth-0-21
Nov  4 06:03:25 Switch INTERFACE-4: interface agg21 state change to up
Nov  4 06:03:25 Switch LACP-6: link eth-0-21, attach index 0
Nov  4 06:03:22 Switch LACP-6: lacp_disaggregate_link , link eth-0-21
Nov  4 06:03:22 Switch INTERFACE-4: interface eth-0-21 state change to up
Nov  4 06:03:10 Switch INTERFACE-4: interface agg21 state change to down
Nov  4 06:03:09 Switch LACP-6: lacp_disaggregate_link , link eth-0-21
Nov  4 06:03:09 Switch INTERFACE-4: interface eth-0-21 state change to down

Factory Reset

Switch# clear startup-config
Are you sure to delete startup configuration file? [yes/no]: yes

Switch# reboot
Building configuration...
Startup config file does not exist. Copy running config to Startup config? [yes/no]:no
Reboot system? [confirm]

Built on 2024-04-18