Initial CISCO Switch Configuration: Beginner's Step by Step Tutorial

Ferds Tech Channel
Ferds Tech Channel
600 بار بازدید - 11 ماه پیش - VIDEO CHAPTERS:
VIDEO CHAPTERS:
0:00 Introduction
2:20 Configure the switch
7:00 Verify the configuration
7:38 Test if SSH works
9:50 Conclusion

Learn how to initially configure a Cisco switch in this step by step tutorial:

1. Connect a console/rollover cable from the PC (COM port) to the switch and use these terminal     emulator settings:

Baud rate: 9600
Data bits: 8
Stop bits: 1
Parity: None
Flow control:  None

2. Configure the switch using these initial configurations.
conf t
hostname SW1
!
service password-encryption
username cisco privilege 15 secret cisco
!
int vlan 1
ip address 192.168.1.1 255.255.255.0
no shut
!
ip default-gateway 192.168.1.254
!Forwards VTP updates but does not participate in VTP updates
vtp mode transparent
!
crypto key generate rsa usage-keys label ssh-keys modulus 2048
ip ssh time-out 60
ip ssh authentication-retries 3
ip ssh rsa keypair-name ssh-keys
ip ssh version 2
!
line vty 0 4
!tell the switch to check the local users’ database to authenticate users
login local
transport input ssh
!
line console 0
logging synchronous
login local
wr
3. Verify the configurations: show running-config
4. You should now be able to remotely SSH into the switch and add additional configurations.  

🔔 Subscribe to my YouTube channel:
@ferdstechchannel

📺 Playlist of all my CCNA Tutorials:
CCNA Playlist

Document:
https://docs.google.com/document/d/1e...

#ccna #ccna #ccnp #networking
11 ماه پیش در تاریخ 1402/05/20 منتشر شده است.
600 بـار بازدید شده
... بیشتر