Anda di halaman 1dari 3

Initialize the Devices

1. Initialize and Reload the Router R1.

R1>enable
R1#reload

2. Delete the Old VLan Database in Switches SK1 , SS1 and ST1.

SW1#delete flash:vlan.dat

3. Reload the Switches SK1 , SS1 and ST1


SW1#erase startup-config
SW1#reload

4. Check the Switches with appropriate command to find Old VLan Database is
deleted.
Switch#show flash:

5. Configure PC -Kgale1 with appropriate IP Address, Subnet Mask and Default Gateway
SW1(config)#int vlan 1
SW1(config-if)#ip address 10.0.0.2 255.0.0.0
SW1(config)# ip default-gateway 172.17.99.1
SW1(config-if)#no shutdown

6. Configure PC-Tsodilo1 with appropriate IP Address, Subnet Mask and Default


Gateway
SW1(config)#int vlan 1
SW1(config-if)#ip address 10.0.0.2 255.0.0.0
SW1(config)# ip default-gateway 172.17.99.1
SW1(config-if)#no shutdown

7. Configure PC-Swaneng1 with appropriate IP Address, Subnet Mask and Default


Gateway
SW1(config)#int vlan 1
SW1(config-if)#ip address 10.0.0.2 255.0.0.0
SW1(config)# ip default-gateway 172.17.99.1
SW1(config-if)#no shutdown
Configure R1

PLEASE NOTE THAT NAMES, PASSWORDS ARE CASE SENSITIVE.

8. Assign Names as per the Label for R1 . Please note that NAMES are case
sensitive.
Router(config)#hostname R1

9. Set a minimum length for passwords. The Minimum length for passwords is 5.
R1(config)#security passwords min-length 5

10. Assign Encrypted Privledged Passwords for Router R1 cisco123

enable secret cisco123

11. Configure Console Connection: Password for Console for R1 is cisco123.


R1(config)# line con 0

R1(config-line)# password cisco123

R1(config-line)# login

12. Configure Line Connection and allow only Telnet Access: Total 5 Lines,
Password for Line Connection is ciscoVTY.

R1 (config)#line vty 0 4
R1(config-line)# ciscoVTY
R1 (config-line)#login

R1 (config-line)#exit

13. Encrypt all the Clear Text Passwords in the Router.

service password-encryption

14. Create a message of the day Banner for the Router stating ONLY AUTHORISED ACCESS
. Use the $ as your special charater for opening and closing
R1(config)# banner motd $ Authorized Access Only$

15. Create an Administrative User with a username "swaneng" and password "cisco123".
R1(config)# username swaneng password cisco123 privilege admin
16. Based on the Addressing Table derived by you at IPv4 Addressing
Scheme Part, Configure the G0/0 Interface of Router R1 and activate the
interface with appropriate IP Address. Add Description Kgale.

R1(config)# interface Gigabitethernet 0/0


R1(config-if)# description Link to Kgale
R1(config-if)# ip address 192.168.10.1 255.255.255.0
R1(config-if)# no shutdown
R1(config-if)# exit

17. Based on the Addressing Table derived by you at IPv4 Addressing


Scheme Part, Configure the G0/1 Interface of Router R1 and activate the
interface with appropriate IP Address. Add Description Tsodilo.

R1(config)# interface gigabitethernet g0/1


R1(config-if)# description Link to Tsodilo
R1(config-if)# ip address 192.168.10.1 255.255.255.0
R1(config-if)# no shutdown
R1(config-if)# exit

18. Based on the Addressing Table derived by you at IPv4 Addressing


Scheme Part, Configure the G0/2 Interface of Router R1 and activate the
interface with appropriate IP Address. Add Description Swaneng.

R1(config)# interface gigabitethernet G0/2


R1(config-if)# description Link to Swaneng
R1(config-if)# ip address 192.168.10.1 255.255.255.0
R1(config-if)# no shutdown
R1(config-if)# exit

19. Disable DNS Lookup in Router 1.

router(config)# no ip domain-lookup

20. Configure Domain Name as www. cisco.com.


(config)# ip domain-name routerfreak.com

Anda mungkin juga menyukai