Posts

Showing posts from November, 2022

Basic Router Configuration Steps

Basic Router Configuration Steps In order to configuration a routher you need to follows these steps Configure the device name Secure privileged EXEC mode Secure user EXEC mode Secure remote Telnet / SSH access Secure all passwords in the config file Provide legal notification Save the configuration These tasks can be done by using these commands Router(config)# hostname R1 Router(config)# enable secret password Router(config)# line console 0 Router(config-line)# password Cisco Router(config-line)# login Router(config-line)# line vty 0 4 Router(config-line)# password Cisco Router(config-line)# login Router(config-line)# transport input {ssh | telnet} Router(config-line)# exit Router(config)# service password-encryption Router(config)# banner motd delimiter message delimiter Router(config)# end Router# copy running-config startup-config

Week of 10/31/22 - 11/04/22 (blog 10)

This week we worked on some labs and I took some notes about the timeline of IPv4 and IPv6. The difference between both of the IPv4 and IPv6. I also did research about how Bluetooth works,what inside a keyboard mouse and what the keyboard mouse sees inside,computer language and its types.