Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Auf dieser Seite wird beschrieben, wie Sie das Netzwerk für die externe HSM-Verbindung einrichten.
Externes HSM anschließen
Verbinden Sie einen der Ethernet-Ports auf dem HSM-Gerät mit Port 11 auf dem TOR-Switch. Das ist ein 10‑G-Port. Verwenden Sie das folgende Glasfaser- und Glasfaserkabel:
Optiktyp: 10GBASE-SR
Fasertyp: Multimode-Glasfaser
HSM-Spezifikationen konfigurieren
Konfigurieren Sie die folgende IP-Adresse auf dem Port des HSM-Geräts:
IP-Adresse: 198.18.2.20
Subnetzmaske: 255.255.255.0
Das Standard-Gateway für das HSM-Gerät sollte auf 192.168.2.1 festgelegt werden.
TOR-Schalter konfigurieren
SSH-Verbindung zum TOR-Switch herstellen
Rufen Sie das Passwort ab. Führen Sie den folgenden Befehl auf dem Root-Admin-Knoten (BM03) aus:
Schließen Sie einen Laptop an den Uplink-Management-Port (Port 10) des Switches an. Da dieser Port ein Zugriffsport ist, müssen keine VLAN-Tags festgelegt werden.
Stellen Sie eine Secure Shell-Sitzung (SSH) zum TOR her, indem Sie ssh admin@198.18.0.1 eingeben.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-09-04 (UTC)."],[],[],null,["# Configure external HSM network connection\n\nThis page describes how to set up the network for the external HSM connection.\n| **Important:** To access the URLs on this page, you must connect to the internet. The URLs are provided for use when you have such access.\n\nConnect the external HSM\n------------------------\n\n1. Connect one of the ethernet ports on the HSM device to port number 11 on the\n TOR switch. This is a 10G port. Use the following optic and fiber cable:\n\n - Optic type: 10GBASE - SR\n - Fiber type: Multimode fiber\n\nConfigure the HSM specs\n-----------------------\n\n1. Configure the following IP on the port on HSM device:\n\n - IP address: `198.18.2.20`\n - Subnet mask: `255.255.255.0`\n2. The default gateway for the HSM device should be set at `192.168.2.1`.\n\nConfigure the TOR switch\n------------------------\n\n### SSH in to the TOR switch\n\n1. Get the password. Run the following command on the root-admin-node (BM03):\n\n release/gdcloud system network troubleshoot list --switch-login-info --kubeconfig /root/release/root-admin/root-admin-kubeconfig\n\n2. Connect a laptop to the uplink management port (port 10) on the switch. As\n this port is an access port, there is no need to set VLAN tags.\n\n3. Establish a Secure Shell (SSH) session to the TOR by entering `ssh admin@198.18.0.1`.\n\n### Configure the switch ports\n\n1. Go to the configuration mode as follows:\n\n switch [standalone: master] \u003e enable\n switch [standalone: master] # configure terminal\n switch [standalone: master] (config) #\n\n2. Enter the following configuration:\n\n switch [standalone: master] (config) # interface ethernet 1/11 switchport access vlan 100\n\n3. Save the configuration:\n\n switch [standalone: master] (config) # write memory"]]