0% found this document useful (0 votes)
28 views1 page

CCNA

This document configures basic network settings on a router and switch including: setting the hostname to R1, encrypting passwords, adding a banner, configuring interface IP addresses and descriptions for connections to a switch, and setting the default gateway on the switch.

Uploaded by

Mianzt
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views1 page

CCNA

This document configures basic network settings on a router and switch including: setting the hostname to R1, encrypting passwords, adding a banner, configuring interface IP addresses and descriptions for connections to a switch, and setting the default gateway on the switch.

Uploaded by

Mianzt
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Router>en IP Address Router

Router#conf t R1(config)#int g0/0


R1(config-if)#ip address 192.168.10.1
Hostname: 255.255.255.0
Router(config)#hostname R1 R1(config-if)#no sh
R1(config-if)#description Terkoneksi
Password All Line: ke (Nama Switch)
R1(config)#line console 0 R1(config-if)#exit
R1(config-line)#password letmein
R1(config-line)#login IP Address Switch
R1(config-line)#exit R1(config)#int vlan1
R1(config-if)#ip address 192.168.10.1
R1(config)#line vty 0 15
255.255.255.0
R1(config-line)#password letmein
R1(config-if)#no sh
R1(config-line)#login
R1(config-line)#exit
IP Default Gateway
Privileged EXEC, encrypted: S1(config)#ip default-gateway
R1(config)#enable secret itsasecret 192.168.10.1

Encrypt all plain text passwords. Save Configuration


R1(config)#service password- R1#write memory
encryption

Banner / Message of the day text:


R1(config)#banner motd
"123warningdll"

You might also like