Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
En esta página, se describe cómo configurar la red para la conexión del HSM externo.
Conecta el HSM externo
Conecta uno de los puertos Ethernet del dispositivo HSM al puerto número 11 del conmutador TOR. Este es un puerto 10G. Usa el siguiente cable de fibra y óptica:
Tipo de óptica: 10GBASE-SR
Tipo de fibra: Fibra multimodo
Configura las especificaciones del HSM
Configura la siguiente IP en el puerto del dispositivo HSM:
Dirección IP: 198.18.2.20
Máscara de subred: 255.255.255.0
La puerta de enlace predeterminada para el dispositivo HSM debe establecerse en 192.168.2.1.
Cómo configurar el interruptor de TOR
Establece una conexión SSH al conmutador TOR
Obtén la contraseña. Ejecuta el siguiente comando en el nodo de administrador raíz (BM03):
Conecta una laptop al puerto de administración de vínculo superior (puerto 10) del conmutador. Como este puerto es un puerto de acceso, no es necesario establecer etiquetas de VLAN.
Establece una sesión de Secure Shell (SSH) en TOR ingresando ssh admin@198.18.0.1.
Configura los puertos del conmutador
Sigue estos pasos para ir al modo de configuración:
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 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"]]