2학년/네트워크 설계

패킷 트레이서 기본 설정

김야키 2017. 9. 12. 14:24

패킷트레이서 기본 설정


라우터의 클로벌 모드 진입

1.     Continue with configuration dialog? [yes/no] : 가 나오면 no입력

2.     Router> 에서 enable입력

3.     Router# 에서 config t입력

4.     Router(config)# 로 바뀌면 진입 성공

 

라우터 Fastethernet 설정

1.     (config)# int fa0/0

2.     (config - if)# ip address xxx.xxx.xxx.xxx subnetmask

3.     (config - if)# no shut

 

라우터 Serial 설정

1.     (config)# int s0/0

2.     (config – if)# ip address xxx.xxx.xxx.xxx subnetmask

3.     (config - if)# no shut

4.     (config - if)# clock rate 100~64000 (해당 라우터가 DCE인 경우만 설정)


위의 과정이 되어 있어야 동적, 정적 네트워크를 할 수 있다.

'2학년 > 네트워크 설계' 카테고리의 다른 글

OSPF의 기준! Backbone Area  (0) 2017.10.15
패킷트레이서 RIP, OSPF설정  (0) 2017.09.14
패킷 트레이서 시작  (0) 2017.09.12
OSPF의 과정  (0) 2017.09.07
ISO 7Layer에서 가장 많이 쓰이는 헤더  (0) 2017.09.05