Extreme Networks: Sharing / Trunk: Ports hinzufügen

Ein Trunk / Load sharing Port soll von zwei auf drei Anschlüsse erweitert werden. Der Masterport bleibt unverändert. enable sharing 5 grouping 5-6 algorithm address-based L2 lacp Mit edit sharing kann man beliebig viele Ports hinzufügen: con sharing 5 add ports 7 So sieht es dann in der Config aus: enable sharing 5 grouping 5-7 algorithm address-based L2 lacp  

Extreme Networks: Summit EXOS Switch : Konfiguration sichern und wiederherstellen

Konfiguration sichern upload configuration [hostname | ipaddress] filename {vr vr-name} Description Uploads the current configuration in ASCII format to a TFTP server on your network. Konfiguration wiederherstellen After the configuration file is on the TFTP server, use a text editor to the desired changes. Download the configuration from the TFTP server to the switch using one of the following commands: tftp [<host-name> | <ip-address>] -g -r <remote-file> tftp get [<host-name> | <ip-address>] <remote-file> Am einfachsten ist es, wenn man die fertige Konfig-Datei primary.cfg nennt und mit diesem Namen hochlädt. Danach nut noch den Switch booten … • Verify the configuration file is on the switch using the following command: ls Description Uploads the current configuration in ASCII format to a …

weiterlesen ….