Difference between revisions of "ITT 2013/Network module 1/Assignment Day 3/configguide"

From Teknologisk videncenter
Jump to: navigation, search
m (Created page with "Setup: {| |800px|left|thumb|PT Setup |}")
 
m
Line 1: Line 1:
Setup:
+
=Setup=
 
{|
 
{|
 
|[[Image:ScreenShot152.png|800px|left|thumb|PT Setup]]
 
|[[Image:ScreenShot152.png|800px|left|thumb|PT Setup]]
 
|}
 
|}
 +
==Router Config==
 +
===R1===
 +
<source lang="cli">
 +
hostname R1
 +
!
 +
 +
enable secret cisco
 +
!
 +
interface GigabitEthernet0/0
 +
ip address 195.181.54.1 255.255.255.0
 +
no shutdown
 +
!
 +
interface Serial0/0/0
 +
ip address 192.168.1.5 255.255.255.252
 +
no shutdown
 +
!
 +
interface Serial0/0/1
 +
ip address 192.168.1.9 255.255.255.252
 +
no shutdown
 +
!
 +
router rip
 +
version 2
 +
network 192.168.1.0
 +
network 195.181.54.0
 +
no auto-summary
 +
!
 +
banner motd ^C Secret network ^C
 +
!
 +
line con 0
 +
password cisco
 +
login
 +
!
 +
line aux 0
 +
!
 +
line vty 0 4
 +
password cisco
 +
login
 +
line vty 5 15
 +
password cisco
 +
login
 +
!
 +
!
 +
!
 +
end
 +
</source>
 +
===R2===
 +
<source lang="cli">
 +
hostname R2
 +
!
 +
 +
enable secret cisco
 +
!
 +
interface GigabitEthernet0/0
 +
ip address 195.181.55.1 255.255.255.0
 +
no shutdown
 +
!
 +
interface Serial0/0/0
 +
ip address 192.168.1.13 255.255.255.252
 +
no shutdown
 +
!
 +
interface Serial0/0/1
 +
ip address 192.168.1.10 255.255.255.252
 +
no shutdown
 +
!
 +
router rip
 +
version 2
 +
network 192.168.1.0
 +
network 195.181.55.0
 +
no auto-summary
 +
!
 +
banner motd ^C Secret network ^C
 +
!
 +
line con 0
 +
password cisco
 +
login
 +
!
 +
line aux 0
 +
!
 +
line vty 0 4
 +
password cisco
 +
login
 +
line vty 5 15
 +
password cisco
 +
login
 +
!
 +
!
 +
!
 +
end
 +
</source>
 +
===R3===
 +
<source lang="cli">
 +
hostname R3
 +
!
 +
 +
enable secret cisco
 +
!
 +
interface GigabitEthernet0/0
 +
ip address 195.181.56.2 255.255.255.0
 +
no shutdown
 +
!
 +
interface Serial0/0/0
 +
ip address 192.168.1.6 255.255.255.252
 +
no shutdown
 +
!
 +
interface Serial0/0/1
 +
ip address 192.168.1.14 255.255.255.252
 +
no shutdown
 +
!
 +
router rip
 +
version 2
 +
network 192.168.1.0
 +
network 195.181.56.0
 +
no auto-summary
 +
!
 +
banner motd ^C Secret network ^C
 +
!
 +
line con 0
 +
password cisco
 +
login
 +
!
 +
line aux 0
 +
!
 +
line vty 0 4
 +
password cisco
 +
login
 +
line vty 5 15
 +
password cisco
 +
login
 +
!
 +
!
 +
!
 +
end
 +
</source>
 +
===R4===

Revision as of 10:18, 7 October 2013

Setup

PT Setup

Router Config

R1

hostname R1
!

enable secret cisco
!
interface GigabitEthernet0/0
 ip address 195.181.54.1 255.255.255.0
 no shutdown
!
interface Serial0/0/0
 ip address 192.168.1.5 255.255.255.252
 no shutdown
!
interface Serial0/0/1
 ip address 192.168.1.9 255.255.255.252
 no shutdown
!
router rip
 version 2
 network 192.168.1.0
 network 195.181.54.0
 no auto-summary
!
banner motd ^C Secret network ^C
!
line con 0
 password cisco
 login
!
line aux 0
!
line vty 0 4
 password cisco
 login
line vty 5 15
 password cisco
 login
!
!
!
end

R2

hostname R2
!

enable secret cisco
!
interface GigabitEthernet0/0
 ip address 195.181.55.1 255.255.255.0
 no shutdown
!
interface Serial0/0/0
 ip address 192.168.1.13 255.255.255.252
 no shutdown
!
interface Serial0/0/1
 ip address 192.168.1.10 255.255.255.252
 no shutdown
!
router rip
 version 2
 network 192.168.1.0
 network 195.181.55.0
 no auto-summary
!
banner motd ^C Secret network ^C
!
line con 0
 password cisco
 login
!
line aux 0
!
line vty 0 4
 password cisco
 login
line vty 5 15
 password cisco
 login
!
!
!
end

R3

hostname R3
!

enable secret cisco
!
interface GigabitEthernet0/0
 ip address 195.181.56.2 255.255.255.0
 no shutdown
!
interface Serial0/0/0
 ip address 192.168.1.6 255.255.255.252
 no shutdown
!
interface Serial0/0/1
 ip address 192.168.1.14 255.255.255.252
 no shutdown
!
router rip
 version 2
 network 192.168.1.0
 network 195.181.56.0
 no auto-summary
!
banner motd ^C Secret network ^C
!
line con 0
 password cisco
 login
!
line aux 0
!
line vty 0 4
 password cisco
 login
line vty 5 15
 password cisco
 login
!
!
!
end

R4