Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products

Dell Networking OS10:基本交換器管理組態

Summary: 如何設定 OS10 交換器管理的基礎知識。

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Instructions

先決條件:

  • 交換器具有原廠預設組態。

指示

使用使用者定義的 IP 位址設定管理介面網路連線的指示:

  1. 使用 S 系列交換器的主控台開啟 CLI 工作階段。

  2. 以預設管理員登入資料登入具備權限的 exec 模式。(OS10:使用者 = 管理員、密碼 = 管理員)。

  3. 顯示管理介面的執行組態:

    OS10# show running-configuration interface mgmt 1/1/1
    
    interface mgmt1/1/1
     no shutdown
     ip address dhcp
     ipv6 address autoconfig
  4. 若要修改交換器組態,請執行 configure terminal 命令,然後按下 Enter 鍵。

    OS10# configure terminal
    OS10(config)#
  5. 若要設定管理介面:

    OS10(config)# interface mgmt 1/1/1
    OS10(conf-if-ma-1/1/1)#
  6. 若要停止管理介面 DHCP 程序,請使用:

    OS10(conf-if-ma-1/1/1)# no ip address dhcp
  7. 在管理介面上設定靜態 IP 位址: ip address A.B.C.D/mask

    OS10(conf-if-ma-1/1/1)# ip address 1.1.1.1/24
    OS10(conf-if-ma-1/1/1)# <165>1 2022-07-08T16:46:15.515380+00:00 S4148-140 dn_alm 801 - - Node.1-Unit.1:PRI [event], Dell EMC (OS10) %IP_ADDRESS_ADD: IP Address add is successful. IP 1.1.1.1/24 in VRF:default added successfully
  8. 結束管理介面組態模式,移至組態模式:

    OS10(conf-if-ma-1/1/1)# exit
    OS10(config)#
    OS10(config)#
  9. 在配置模式下,創建預設管理路由: management route A.B.C.D/mask(destination prefix) A.B.C.D(forwarding router’s address)

    S4148-140(config)# management route 0.0.0.0/0 1.1.1.2
  10. 從組態模式退出至 exec 模式:

    S4148-140(config)# end
    S4148-140#
  11. 在 exec 模式中,確認管理介面組態正確無誤:

    OS10# show running-configuration interface mgmt 1/1/1
    !
    interface mgmt1/1/1
     no shutdown
     no ip address dhcp
     ip address 1.1.1.1/24
     ipv6 address autoconfig
    OS10#
  12. 顯示管理路由存在且正確:

    OS10# show running-configuration management-route
    !
    management route 0.0.0.0/0 1.1.1.2
    OS10#

設定管理員層級使用者的指示:

  1. 使用 S 系列交換器的主控台或管理 IP 開啟 CLI。

  2. 以預設登入資料登入具備權限的 exec 模式。(OS10:使用者 = 管理員、密碼 = 管理員)。

  3. 若要修改交換器組態,請執行 configure terminal 命令,然後按下 Enter 鍵。

    OS10# configure terminal
    OS10(config)#
  4. 設定具有 sysadmin 權限的使用者名稱「test」和密碼: username <string> password <string> role <sysadmin/netoperator/secadmin/netadmin>

    OS10(config)#username test password P@ssw0rd!123 role sysadmin
  5. 從組態模式退出至 exec 模式:

    OS10(config)# end
    OS10#
  6. 驗證系統上設定的使用者:

    OS10# show running-configuration users
    username test password **** role sysadmin priv-lvl 15
    OS10#
  7. 將執行中的組態儲存成啟動組態:

    OS10# write memory

如需進一步協助,請參閱 Dell SmartFabric OS10 使用者指南說明文件 ,或聯絡 Dell Technologies 技術支援部門。

 

Additional Information

請參閱此影片:

 

Article Properties
Article Number: 000201924
Article Type: How To
Last Modified: 08 Nov 2024
Version:  3
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.