[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-09-04 (世界標準時間)。"],[],[],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"]]