Basic Router Configuration enable configure terminal hostname R1 enable secret cisco12345 line console 0 password ciscoconpass exec-timeout 5 0 login logging synchronous exit line vty 0 4 password ciscovtypass exec-timeout 5 0 login logging synchronous exit service password-encryption banner motd #Unauthorized access prohibited!# int g0/0 ip address 192.168.0.1 255.255.255.0 description connection to PC B no shutdown int g1/0 ip address 192.168.1.1 255.255.255.0 description connection to PC S1 no shutdown int f2/0 ip address 103.133.254.1 255.255.255.0 description connection to PC B no shutdown exit exit clock set 12:00:00 13 August 2022 copy running-config startup-config