How to configure NEW Cisco router (in Cisco Packet Tracker)

Sdílet
Vložit
  • čas přidán 14. 07. 2024
  • How to configure a NEW Cisco router
    1. Connect a console cable from the PC (COM port) to the router.
    2. Configure the router using these basic configurations.
    conf t
    hostname R2
    username cisco privilege 15 secret cisco
    !
    int GigabitEthernet0/0/0
    ip address 192.168.1.2 255.255.255.0
    no shut
    !
    !Configure SSH
    Prerequisites:
    1. hostname R2
    2. ip domain-name cisco.com
    crypto key generate rsa !2048
    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 router and add additional configurations.
    #ccna #ccnp #cisco #networking
  • Jak na to + styl

Komentáře •