You are on page 1of 1

en

conf t
host R3
ip subnet-zero
enable pass cisco
no ip domain-lookup
line con 0
logg syn
pass cisco
login
line vty 0 4
logg syn
pass cisco
login
int e0/0
ip add 192.168.20.1 255.255.255.0
no sh
ip helper-address 192.168.3.1
int s0/0
ip add 192.168.3.2 255.255.255.0
band 128
no sh
int lo0
ip add 192.168.4.1 255.255.255.0
int lo1
ip add 192.168.5.1 255.255.255.0
int lo2
ip add 192.168.6.1 255.255.255.0
int lo3
ip add 192.168.7.1 255.255.255.0
router rip
version 2
net 192.168.4.0
net 192.168.5.0
net 192.168.6.0
net 192.168.7.0
router ospf 1
net 192.168.3.0 0.0.0.255 area 1
net 192.168.21.0 0.0.0.255 area 1
redistribute rip metric 1000 metric-type 1 subnets
summary-address 192.168.4.0 255.255.252.0

You might also like