Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Questa pagina descrive come configurare la rete per la connessione HSM esterna.
Connetti l'HSM esterno
Collega una delle porte Ethernet del dispositivo HSM alla porta numero 11 dello switch
TOR. Questa è una porta 10G. Utilizza il seguente cavo ottico e in fibra:
Tipo di fibra ottica: 10GBASE - SR
Tipo di fibra: fibra multimodale
Configura le specifiche dell'HSM
Configura il seguente IP sulla porta del dispositivo HSM:
Indirizzo IP: 198.18.2.20
Subnet mask: 255.255.255.0
Il gateway predefinito per il dispositivo HSM deve essere impostato su 192.168.2.1.
Configurare l'interruttore TOR
Accedi tramite SSH allo switch TOR
Recupera la password. Esegui il comando seguente sul nodo root-admin (BM03):
Collega un laptop alla porta di gestione uplink (porta 10) dello switch. Poiché
questa porta è una porta di accesso, non è necessario impostare i tag VLAN.
Stabilisci una sessione SSH (Secure Shell) con TOR inserendo ssh admin@198.18.0.1.
Configura le porte dello switch
Vai alla modalità di configurazione nel seguente modo:
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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"]]