2020. 5. 17. 00:46ㆍ네트워크/라우터
RIP Ver2 멀티캐스트 224.0.0.9
(Ver1 브로드캐스트)
[R1]
conf t
int loopback 0
ip add 172.16.1.254 255.255.255.0
int loopback 1
ip add 172.16.2.254 255.255.255.0
int loopback 2
ip add 172.16.3.254 255.255.255.0
int loopback 3
ip add 172.16.4.254 255.255.255.0
int loopback 4
ip add 172.16.5.254 255.255.255.0
int loopback 5
ip add 172.16.6.254 255.255.255.0
int loopback 6
ip add 172.16.7.254 255.255.255.0
int s2/0
ip add 192.168.12.1 255.255.255.252
ip summary-address rip 172.16.0.0 255.255.248.0
no shutdown
router rip
version 2
no auto-summary
network 172.16.0.0
network 192.168.12.0
end
copy r s
[R2]
conf t
int f0/0
ip add 10.1.2.254 255.255.255.0
no shutdown
int s2/0
ip add 192.168.12.2 255.255.255.252
no shutdown
int s2/1
ip add 192.168.23.2 255.255.255.252
no shutdown
exit
router rip
version 2
no auto-summary
network 192.168.12.0
network 192.168.23.0
network 10.1.2.0
end
copy r s
[R3]
conf t
int s2/1
ip add 192.168.23.3 255.255.252.0
no shutdown
exit
int f0/0
ip add 192.168.3.254 255.255.255.0
no shutdown
exit
router rip
version 2
no auto-summary
network 192.168.3.0
network 192.168.23.0
end
copy r s
'네트워크 > 라우터' 카테고리의 다른 글
EIGRP-02 (0) | 2020.05.17 |
---|---|
EIGRP (0) | 2020.05.17 |
RIPv2 Summary 수동서머리no auto-summary (0) | 2020.05.17 |
no ip split-horizon (0) | 2020.05.17 |
실습 두 사람이서 R4- (클라우드)R1(클라우드) -R2-R3을 연결 할 계획이다. (0) | 2020.05.17 |