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: Basic Switch Management Configuration

Summary: OS10 basic switch management configureren.

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

Vereisten:

  • De switch heeft een standaardconfiguratie in de fabriek.

Instructies

Instructies voor het instellen van de netwerkverbinding van de beheerinterface met een door de gebruiker gedefinieerd IP-adres:

  1. Open een CLI-sessie met behulp van de console voor de switch uit de S serie.

  2. Meld u aan bij de modus voor het uitvoeren van bevoegdheden als standaardreferenties van de beheerder. (OS10: user=admin, password=admin).

  3. De actieve configuratie van de beheerinterface weergeven:

    OS10# show running-configuration interface mgmt 1/1/1
    
    interface mgmt1/1/1
     no shutdown
     ip address dhcp
     ipv6 address autoconfig
  4. Als u de switchconfiguratie wilt wijzigen, voert u de configure terminal en druk vervolgens op Enter.

    OS10# configure terminal
    OS10(config)#
  5. De beheerinterface configureren:

    OS10(config)# interface mgmt 1/1/1
    OS10(conf-if-ma-1/1/1)#
  6. U stopt het DHCP-proces van de beheerinterface als volgt:

    OS10(conf-if-ma-1/1/1)# no ip address dhcp
  7. Configureer een statisch IP-adres op de beheerinterface met: 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. Sluit de configuratiemodus van de beheerinterface om naar de configuratiemodus te gaan:

    OS10(conf-if-ma-1/1/1)# exit
    OS10(config)#
    OS10(config)#
  9. Maak in de configuratiemodus een standaardbeheerroute: 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. Sluit de configuratiemodus af naar de uitvoeringsmodus met:

    S4148-140(config)# end
    S4148-140#
  11. Controleer in de uitvoermodus of de configuratie van de beheerinterface correct is:

    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. Laat zien dat de beheerroute aanwezig en correct is:

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

Instructies voor het instellen van een gebruiker op beheerdersniveau:

  1. Open de CLI met behulp van de console of het beheer-IP-adres voor de switch uit de S serie.

  2. Meld u aan bij de modus voor het uitvoeren van bevoegdheden als standaardreferenties. (OS10: user=admin, password=admin).

  3. Als u de switchconfiguratie wilt wijzigen, voert u de configure terminal en druk vervolgens op Enter.

    OS10# configure terminal
    OS10(config)#
  4. Configureer een gebruikersnaam 'test' en wachtwoord met sysadmin-rechten: username <string> password <string> role <sysadmin/netoperator/secadmin/netadmin>

    OS10(config)#username test password P@ssw0rd!123 role sysadmin
  5. Sluit de configuratiemodus af naar de uitvoeringsmodus:

    OS10(config)# end
    OS10#
  6. Controleer de gebruikers die op het systeem zijn geconfigureerd:

    OS10# show running-configuration users
    username test password **** role sysadmin priv-lvl 15
    OS10#
  7. Sla de actieve configuratie op in de opstartconfiguratie:

    OS10# write memory

Raadpleeg voor meer hulp de releasedocumentatie van de Dell SmartFabric OS10 gebruikershandleiding of neem contact op met de technische support van Dell Technologies.

 

Additional Information

Bekijk deze video:

 

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.