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
'네트워크 > 라우터' 카테고리의 다른 글
RIP Version 2 (0) | 2020.05.17 |
---|---|
RIPv2 Summary 수동서머리no auto-summary (0) | 2020.05.17 |
실습 두 사람이서 R4- (클라우드)R1(클라우드) -R2-R3을 연결 할 계획이다. (0) | 2020.05.17 |
라우팅 재분배 (0) | 2020.05.17 |
클라우드를 이용하여 라우터 연결 (0) | 2020.05.12 |