0% found this document useful (0 votes)
68 views7 pages

BCK 1

The document configures the interfaces and routing protocols of 9 routers to interconnect a network of PCs. Each router is configured with OSPF routing and interfaces connecting to other routers and network segments.

Uploaded by

jesus
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)
68 views7 pages

BCK 1

The document configures the interfaces and routing protocols of 9 routers to interconnect a network of PCs. Each router is configured with OSPF routing and interfaces connecting to other routers and network segments.

Uploaded by

jesus
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/ 7

PC0 ip 100.168.10.

60
PC1 ip 100.168.20.61
PC2 ip 100.168.30.62
PC3 ip 100.168.100.63
PC4 ip 100.168.90.64
PC5 ip 100.168.40.65
PC6 ip 100.168.50.66
PC7 ip 100.168.80.67
PC8 ip 100.168.70.68
PC9 ip 100.168.60.69

R0.......................................
conf t
int f0/0
ip add 100.168.10.1 255.255.255.0
no shutdown
exit
int s1/1
ip add 10.30.15.5 255.255.255.252
no shutdown
exit
int s1/0
ip add 10.10.15.3 255.255.255.252
no shutdown
exit
int s1/3
ip add 10.200.15.4 255.255.255.252
no shutdown
exit
int s1/6
ip add 10.40.15.5 255.255.255.252
no shutdown
exit

router ospf 1
network 100.168.10.0 0.0.0.255 area 1
network 10.10.15.0 0.0.0.3 area 1
network 10.200.15.0 0.0.0.3 area 1
network 10.40.15.0 0.0.0.3 area 1
network 10.30.15.0 0.0.0.3 area 1

int s1/0
ip ospf cost 1
exit
int s1/3
ip ospf cost 2
int s1/6
ip ospf cost 6
int s1/1
ip ospf cost 5
exit
end
wr
R1.........................................
conf t
int f0/0
ip add 100.168.20.1 255.255.255.252
no shutdown
exit
int s1/1
ip add 10.20.15.4 255.255.255.252
no shutdown
exit
int s1/0
ip add 10.10.15.2 255.255.255.252
no shutdown
exit
int s1/5
ip add 10.140.15.3 255.255.255.252
no shutdown
exit

router ospf 1
network 100.168.20.0 0.0.0.255 area 1
network 10.10.15.0 0.0.0.3 area 1
network 10.140.15.0 0.0.0.3 area 1
network 10.20.15.0 0.0.0.3 area 1

int s1/0
ip ospf cost 1
int s1/5
ip ospf cost 4
int s1/1
ip ospf cost 3
exit
wr

R2.........................................
conf t
int f0/0
ip add 100.168.30.1 255.255.255.0
no shutdown
exit
int s1/1
ip add 10.20.15.5 255.255.255.252
no shutdown
exit
int s1/3
ip add 10.200.15.2 255.255.255.252
no shutdown
exit
int s1/6
ip add 10.130.15.3 255.255.255.252
no shutdown
exit
int s1/2
ip add 10.120.15.4 255.255.255.252
no shutdown
router ospf 1
network 100.168.30.0 0.0.0.255 area 1
network 10.20.15.0 0.0.0.3 area 1
network 10.200.15.0 0.0.0.3 area 1
network 10.130.15.0 0.0.0.3 area 1
network 10.120.15.0 0.0.0.3 area 1

int s1/1
ip ospf cost 3
int s1/3
ip ospf cost 2
int s1/6
ip ospf cost 3
int s1/2
ip ospf cost 2
exit
end
wr

R3.........................................
conf t
int f0/0
ip add 100.168.100.1 255.255.255.0
no shutdown
exit
int s1/1
ip add 10.30.15.4 255.255.255.252
no shutdown
exit
int s1/2
ip add 10.60.15.3 255.255.255.252
no shutdown
exit

router ospf 1
network 100.168.100.0 0.0.0.255 area 1
network 10.30.15.0 0.0.0.3 area 1
network 10.60.15.0 0.0.0.3 area 1

int s1/1
ip ospf cost 5
int s1/2
ip ospf cost 2
exit
end
wr

R4.........................................
conf t
int f0/0
ip add 100.168.90.1 255.255.255.0
no shutdown
exit
int s1/2
ip add 10.60.15.4 255.255.255.252
no shutdown
exit
int s1/6
ip add 10.40.15.5 255.255.255.252
no shutdown
int s1/5
ip add 10.140.15.2 255.255.255.252
no shutdown
int s1/3
ip add 10.70.15.3 255.255.255.252
no shutdown
exit

router ospf 1
network 100.168.90.0 0.0.0.255 area 1
network 10.60.15.0 0.0.0.3 area 1
network 10.40.15.0 0.0.0.3 area 1
network 10.140.15.0 0.0.0.3 area 1
network 10.70.15.0 0.0.0.3 area 1

int s1/3
ip ospf cost 3
int s1/5
ip ospf cost 4
int s1/6
ip ospf cost 6
int s1/2
ip ospf cost 2
exit
end
wr

R5.........................................
conf t
int f0/0
ip add 100.168.40.1 255.255.255.0
no shutdown
exit
int s1/2
ip add 10.120.15.5 255.255.255.252
no shutdown
exit
int s1/3
ip add 10.110.15.8 255.255.255.252
no shutdown
int s2/5
ip add 10.180.15.7 255.255.255.252
no shutdown
int s2/1
ip add 10.150.15.6 255.255.255.252
no shutdown
exit

router ospf 1
network 100.168.40.0 0.0.0.255 area 1
network 10.120.15.0 0.0.0.3 area 1
network 10.110.15.0 0.0.0.3 area 1
network 10.150.15.0 0.0.0.3 area 1
network 10.180.15.0 0.0.0.3 area 1

int s1/3
ip ospf cost 4
int s2/5
ip ospf cost 1
int s2/1
ip ospf cost 3
int s1/2
ip ospf cost 2
exit
end
wr

R6.........................................
conf t
int f0/0
ip add 100.168.50.1 255.255.255.0
no shutdown
exit
int s1/7
ip add 10.160.15.8 255.255.255.252
no shutdown
exit
int s1/3
ip add 10.110.15.7 255.255.255.252
no shutdown
exit
int s1/4
ip add 10.100.15.9 255.255.255.252
no shutdown
exit

router ospf 1
network 100.168.50.0 0.0.0.255 area 1
network 10.100.15.0 0.0.0.3 area 1
network 10.160.15.0 0.0.0.3 area 1
network 10.110.15.0 0.0.0.3 area 1

int s1/3
ip ospf cost 4
int s1/4
ip ospf cost 1
int s2/1
ip ospf cost 3
int s1/2
ip ospf cost 2
exit
end
wr

R7.........................................
conf t
int f0/0
ip add 100.168.80.1 255.255.255.0
no shutdown
exit
int s1/7
ip add 10.160.15.7 255.255.255.252
no shutdown
exit
int s1/3
ip add 10.70.15.5 255.255.255.252
no shutdown
exit
int s1/2
ip add 10.80.15.8 255.255.255.252
no shutdown
exit
int s1/6
ip add 10.130.15.6 255.255.255.252
no shutdown
exit
int s2/0
ip add 10.170.15.9 255.255.255.252
no shutdown
exit
end
wr

R8.........................................
conf t
int f0/0
ip add 100.168.70.1 255.255.255.0
no shutdown
exit
int s2/1
ip add 10.150.15.3 255.255.255.252
no shutdown
exit
int s1/3
ip add 10.90.15.2 255.255.255.252
no shutdown
exit
int s1/2
ip add 10.80.15.4 255.255.255.252
no shutdown
exit
end
wr

R9.........................................
conf t
int f0/0
ip add 100.168.60.1 255.255.255.0
no shutdown
exit
int s1/4
ip add 10.100.15.5 255.255.255.252
no shutdown
exit
int s2/5
ip add 10.180.15.4 255.255.255.252
no shutdown
exit
int s2/0
ip add 10.170.15.3 255.255.255.252
no shutdown
exit
int s1/3
ip add 10.90.15.2 255.255.255.252
no shutdown
exit
end
wr

R0............................

You might also like