kjh00n의 기록저장소

Network RIP 실습 본문

Network

Network RIP 실습

kjh00n 2024. 10. 26. 09:45

PC2
10.10.10.1
255.255.255.0
10.10.10.254
PC3
20.20.20.1
255.255.255.0
20.20.20.254
PC4
30.30.30.1
255.255.255.0
30.30.30.254
PC5
40.40.40.1
255.255.255.0
40.40.40.254

R3
enable
conf t
int fa 0/0
ip addr 10.10.10.254 255.255.255.0
no shu
int fa 0/1
ip addr 192.168.100.1 255.255.255.0
no shu
int fa 1/0
ip addr 100.100.100.1 255.255.255.0
no shu
router rip
network 10.10.10.0
network 192.168.100.0
network 100.100.100.0
version 2
no auto-summary

R4
enable
conf t
int fa 0/0
ip addr 30.30.30.254 255.255.255.0
no shu
int fa 0/1
ip addr 192.168.100.2 255.255.255.0
no shu
int fa 1/0
ip addr 200.200.200.1 255.255.255.0
no shu
router rip
network 30.30.30.0
network 192.168.100.0
network 200.200.200.0
version 2
no auto-summary

R5
enable
conf t
int fa 0/0
ip addr 20.20.20.254 255.255.255.0
no shu
int fa 0/1
ip addr 100.100.100.2 255.255.255.0
no shu
int fa 1/0
ip addr 192.168.150.1 255.255.255.0
no shu
router rip
network 20.20.20.0
network 100.100.100.0
network 192.168.150.0
version 2
no auto-summary

R6
enable
conf t
int fa 0/0
ip addr 40.40.40.254 255.255.255.0
no shu
int fa 0/1
ip addr 200.200.200.2 255.255.255.0
no shu
int fa 1/0
ip addr 192.168.150.2 255.255.255.0
no shu
router rip
network 40.40.40.0
network 192.168.150.0
network 200.200.200.0
version 2
no auto-summary

'Network' 카테고리의 다른 글

GNS3 기초 실습  (0) 2024.10.26
Network Static Routing 실습  (0) 2024.10.26
Network Wan 실습  (0) 2024.10.26
실습4  (0) 2024.10.24
(실습3) 공인 ip가 2개 필요할 때  (0) 2024.10.21