0% found this document useful (0 votes)
37 views2 pages

Basic Configuration

networking

Uploaded by

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

Basic Configuration

networking

Uploaded by

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

Basic Configuration

Router>enable
Router#configure terminal
Router(config)#hostname R1
R1(config)#line console 0
R1(config-line)#password cisco
R1(config-line)#login
R1(config-line)#line vty 0
R1(config-line)#password cisco
R1(config-line)#login
R1(config-line)#exit
R1(config)#enable secret cisco
R1(config)#banner motd #Networking is fun#
R1(config)#interface f0/1
R1(config-if)#no shutdown
R1(config-if)#ip address 10.0.0.1 255.0.0.0
R1(config-if)#interface s0/1/0
R1(config-if)#no shutdown
R1(config-if)#ip address 172.16.0.1 255.255.0.0
R1(config-if)#exit
R1(config)#^Z
R1#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]

Router>enable
Router#configure terminal
Router(config)#hostname R2
R2(config)#line vty 0
R2(config-line)#password cisco
R2(config-line)#login
R2(config-line)#line console 0
R2(config-line)#password cisco
R2(config-line)#login
R2(config-line)#exit
R2(config)#service password-encryption
R2(config)#enable secret cisco
R2(config)#banner motd #Networking is great#
R2(config-if)#inter s0/1/0
R2(config-if)#no shutdown
R2(config-if)#ip address 172.17.0.1 255.255.0.0
R2(config)#interface s0/1/1
R2(config-if)#no shutdown
R2(config-if)#ip address 172.16.0.2 255.255.0.0
R2(config-if)#interface f0/1
R2(config-if)#no shutdown
R2(config-if)#ip address 192.168.1.1 255.255.255.0
R2(config-if)#^Z
R2#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]

Router>enable
Router#configure terminal
Router(config)#hostname R3
R3(config)#line vty 0
R3(config-line)#password cisco
R3(config-line)#login
R3(config-line)#line console 0
R3(config-line)#password cisco
R3(config-line)#login
R3(config-line)#exit
R3(config)#enable secret cisco
R3(config)#service password-encryption
R3(config)#banner motd #Networking is amazing#
R3(config-if)#inter f0/1
R3(config-if)#no shutdown
R3(config-if)#ip address 192.168.2.1 255.255.255.0
R3(config)#interface s0/1/1
R3(config-if)#ip address 172.17.0.2 255.255.0.0
R3(config-if)#no shutdown
R3(config-if)#^Z
R3#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]

You might also like