Open een CLI-sessie met behulp van de console voor de switch uit de S serie.
Meld u aan bij de modus voor het uitvoeren van bevoegdheden als standaardreferenties van de beheerder. (OS10: user=admin, password=admin).
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
Als u de switchconfiguratie wilt wijzigen, voert u de configure terminal
en druk vervolgens op Enter.
OS10# configure terminal OS10(config)#
De beheerinterface configureren:
OS10(config)# interface mgmt 1/1/1 OS10(conf-if-ma-1/1/1)#
U stopt het DHCP-proces van de beheerinterface als volgt:
OS10(conf-if-ma-1/1/1)# no ip address dhcp
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
Sluit de configuratiemodus van de beheerinterface om naar de configuratiemodus te gaan:
OS10(conf-if-ma-1/1/1)# exit OS10(config)# OS10(config)#
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
Sluit de configuratiemodus af naar de uitvoeringsmodus met:
S4148-140(config)# end S4148-140#
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#
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#
Open de CLI met behulp van de console of het beheer-IP-adres voor de switch uit de S serie.
Meld u aan bij de modus voor het uitvoeren van bevoegdheden als standaardreferenties. (OS10: user=admin, password=admin).
Als u de switchconfiguratie wilt wijzigen, voert u de configure terminal
en druk vervolgens op Enter.
OS10# configure terminal OS10(config)#
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
Sluit de configuratiemodus af naar de uitvoeringsmodus:
OS10(config)# end OS10#
Controleer de gebruikers die op het systeem zijn geconfigureerd:
OS10# show running-configuration users username test password **** role sysadmin priv-lvl 15 OS10#
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.
Bekijk deze video: