Network/Network

Network - 토폴로지 구성 (VLAN)

잇(IT) 2022. 4. 11. 09:59
728x90

- 이번 포스팅은 패킷 트레이서 프로그램을 이용하여 네트워크 토폴로지 구성을 해볼 것이다.


- 첫번째 구성

 

 

- 조건

 

- Router 설정

 

ROUTER1

enable
configure terminal
enable password bis
enable secret bis1
no ip domain-lookup
service password-encryption
line console 0
password bis2
login
exec-timeout 0 0
logging synchronous
exit
int fa0/0
ip ad 50.50.50.126 255.255.255.128
no shut
exit
int se0/0
clock rate 72000
ip ad 50.50.50.193 255.255.255.192
no shut
exit
ip route 50.50.50.128 255.255.255.192 se0/0
do write

ROUTER2

enable
configure terminal
enable password bis
enable secret bis1
no ip domain-lookup
service password-encrytion
line console 0
password bis2
login
exec-timeout 0 0
logging synchronous
exit
int fa0/0
ip ad 50.50.50.190 255.255.255.192
no shut
exit
int se0/0
ip ad 50.50.50.194 50.50.50.192
no shut
exit
ip route 50.50.50.0 255.255.255.128
do write


- 두번째 구성

 

- 조건

 

 

- Router

 

[Seoul]

enable
configure terminal
hostname Seoul
enable password bis
enable secret bis1
no ip domain-lookup
service password-encryption
lin console 0
password bis2
login
exec-timeout 0 0
logging synchronous
exit
int fa0/1
ip ad 100.100.100.126 255.255.255.128
no shut
exit
int fa0/0
ip ad 100.100.100.241 255.255.255.240
no shut
exit
ip route 100.100.100.128 255.255.255.192 100.100.100.242
ip route 100.100.100.192 255.255.255.224 100.100.100.243
ip route 100.100.100.224 255.255.255.240 100.100.100.244
do write



[Busan]

enable
configure terminal
hostname Busan
enable password bis
enable secret bis1
no ip domain-lookup
service password-encryption
lin console 0
password bis2
login
exec-timeout 0 0
logging synchronous
exit
int fa0/1
ip ad 100.100.100.190 255.255.255.192
no shut
exit
int fa0/0
ip ad 100.100.100.242 255.255.255.240
no shut
exit
ip route 100.100.100.0 255.255.255.128 100.100.100.241
ip route 100.100.100.192 255.255.255.224 100.100.100.243
ip route 100.100.100.224 255.255.255.240 100.100.100.244
do write



[Daegu]

enable
configure terminal
hostname Daegu
enable password bis
enable secret bis1
no ip domain-lookup
service password-encryption
lin console 0
password bis2
login
exec-timeout 0 0
logging synchronous
exit
int fa0/1
ip ad 100.100.100.222 255.255.255.224
no shut
exit
int fa0/0
ip ad 100.100.100.243 255.255.255.240
no shut
exit
ip route 100.100.100.0 255.255.255.128 100.100.100.241
ip route 100.100.100.128 255.255.255.192 100.100.100.242
ip route 100.100.100.224 255.255.255.240 100.100.100.244
do write



[Jeju]

enable
configure terminal
Hostname Jeju
enable password bis
enable secret bis1
no ip domain-lookup
service password-encryption
lin console 0
password bis2
login
exec-timeout 0 0
logging synchronous
exit
int fa0/1
ip ad 100.100.100.238 255.255.255.240
no shut
exit
int fa0/0
ip ad 100.100.100.244 255.255.255.240
no shut
exit
ip route 100.100.100.0 255.255.255.128 100.100.100.241
ip route 100.100.100.128 255.255.255.192 100.100.100.242
ip route 100.100.100.192 255.255.255.240 100.100.100.243
do write

728x90