Router, Swithch, Host를 설치해준다

 

 

검색 창에 ncpa.cpl
IP 주소를 각각 설정해준다.

 

cmd에서 ipconfig로 확인한 결과

 

라우터들은 슬롯을 추가해준다.

 

 

총 3개의 네트워크로 구성된 모습

 

폰트바꾸는법 창 맨위 우클릭

 


R1#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R1(config)#int
R1(config)#interface fa
R1(config)#interface fastEthernet 0/0
R1(config-if)#ip ad
R1(config-if)#ip address 10.10.10.254 255.255.255.0
R1(config-if)#no sh
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#

 

 

네트워크 2개씩 만듬

 

 

> R1->R2연결

네트워크 3개 생성

 

 

'TEST > GNS3' 카테고리의 다른 글

hrrp  (0) 2021.07.12
vrrp  (0) 2021.07.11
Internet  (0) 2021.07.11
Static Routing  (0) 2021.07.11
[Router] GNS3  (0) 2021.07.04

+ Recent posts