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. 以默认管理员凭据身份登录到特权执行模式。(操作系统 10:用户=管理员,密码=管理员)。

  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. 使用以下命令退出配置模式并进入执行模式:

    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. 以默认凭据身份登录到特权执行模式。(操作系统 10:用户=管理员,密码=管理员)。

  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.