Terriermon - Digimon

no ip split-horizon

2020. 5. 17. 00:37네트워크/라우터

[R1]

conf t
int f0/0
ip add 172.16.123.1 255.255.255.0
ip rip send version 1
ip rip receive version 1
no shutdown
exit
router rip
network 172.16.0.0

end

copy r s




[R2]

conf t
int f1/0
ip add 172.16.123.2 255.255.255.0
ip rip send version 2
ip rip receive version 2
no shutdown
exit
router rip
network 172.16.0.0

end

copy r s



[R3]

conf t
int f1/1
ip add 172.16.123.3 255.255.255.0
ip rip send version 2
ip rip receive version 2
no shutdown
exit
router rip
network 172.16.0.0

end

copy r s



[R4]

conf t
int f0/0
ip add 172.16.123.4 255.255.255.0

no ip split-horizon
no shutdown
exit

conf t
int s2/0
ip add 172.16.45.4 255.255.255.0
ip rip send version 1
no shutdown
exit
router rip
network 172.16.0.0
end

copy r s




[R5]


conf t
int s2/0
ip add 172.16.45.5 255.255.255.0
ip rip send version 2
no shutdown
exit
router rip
network 172.16.0.0
end

copy r s


반응형