Video není dostupné.
Omlouváme se.

HOW TO CONFIGURE NEW CISCO SWITCH (REAL-WORLD GUIDE)

Sdílet
Vložit
  • čas přidán 28. 03. 2024
  • In this video, I’ll show you how to configure a new Cisco switch in a real-world scenario where someone is physically located at the remote site. And as a network engineer, you are responsible for ensuring that you can SSH into the switch and fully configure it.
    How to configure NEW CISCO switch (Real-world Guide)
    1. Connect a console cable from the PC (COM port) to the switch.
    2. Configure the switch using these initial configurations.
    conf t
    hostname SW2
    username cisco privilege 15 secret cisco
    !
    int vlan1
    ip address 192.168.1.2 255.255.255.0
    no shut
    !
    ip default-gateway 192.168.1.1
    !
    vtp mode transparent
    !
    **Configure Secure (SSH)**
    hostname SW2
    ip domain-name cisco.com
    crypto key generate rsa
    ip ssh version 2
    !
    line vty 0 4
    login local
    transport input ssh
    !
    line console 0
    logging synchronous
    login local
    wr
    3. You should now be able to remotely SSH into the switch and add additional configurations.
    #ccna #cisco #ccnp #networking

Komentáře •