kjh00n의 기록저장소

Network Wan 실습 본문

Network

Network Wan 실습

kjh00n 2024. 10. 26. 09:45

PC0
10.10.10.1
255.255.255.0
10.10.10.254
PC1
172.16.10.1
255.255.255.0
172.16.10.254

R1
enable
conf t
int fa 0/0
ip addr 20.20.20.1 255.255.255.0
no shu
int se 0/0
ip addr 192.168.10.1 255.255.255.0
encapsulation hdlc
bandwidth 1024
clock rate 1000000
no shu
int se 0/1
ip addr 192.168.100.1 255.255.255.0
encapsulation ppp
bandwidth 512
clock rate 500000
no shu
ip route 172.16.10.0 255.255.255.0 192.168.10.3
ip route 10.10.10.0 255.255.255.0 20.20.20.5

R2
enable
conf t
int fa 0/0
ip addr 30.30.30.2 255.255.255.0
no shu
int se 0/0
ip addr 192.168.20.2 255.255.255.0
encapsulation hdlc
bandwidth 1024
no shu
int se 0/1
ip addr 192.168.110.2 255.255.255.0
encapsulation ppp
bandwidth 512
no shu
ip route 172.16.10.0 255.255.255.0 30.30.30.6
ip route 10.10.10.0 255.255.255.0 192.168.110.4

R3
enable
conf t
int se 0/0
ip addr 192.168.10.3 255.255.255.0
encapsulation hdlc
bandwidth 1024
no shu
int se 0/1
ip addr 192.168.20.3 255.255.255.0
encapsulation hdlc
bandwidth 1024
clock rate 1000000
no shu
ip route 172.16.10.0 255.255.255.0 192.168.20.2

R4
enable
conf t
int se 0/0
ip addr 192.168.100.4 255.255.255.0
encapsulation ppp
bandwidth 512
no shu
int se 0/1
ip addr 192.168.110.4 255.255.255.0
encapsulation ppp
bandwidth 512
clock rate 500000
no shu
ip route 10.10.10.0 255.255.255.0 192.168.100.1

R5
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 20.20.20.5 255.255.255.0
no shu
ip route 172.16.10.0 255.255.255.0 20.20.20.1

R6
enable
conf t
int fa 0/0
ip addr 172.16.10.254 255.255.255.0
no shu
int fa 0/1
ip addr 30.30.30.6 255.255.255.0
no shu
ip route 10.10.10.0 255.255.255.0 30.30.30.2

'Network' 카테고리의 다른 글

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