상세 컨텐츠

본문 제목

다산V6424 초기화 및 기본설정

IT/DASAN

by totori 2017. 5. 12. 14:48

본문

 

다산V6424 초기화 및 기본설정

 

1. 초기화 설정

 

설정 방법

V6424# restore factory-defaults

You have to restart the system to apply the changes

V6424# reload

Do you want to reload the system? [y/n] y

Restarting system.

Factory Default 설정

SWITCH# sh running-config

!

hostname SWITCH

!

syslog output info local volatile

syslog output info local non-volatile

!

bridge

 !

 vlan add default 1-42 untagged

 !

 vlan pvid 1-42 1

 !

!

interface lo

 no shutdown

!

end

 

2. Hostname 설정

 

설정 방법

SWITCH(config)# hostname V6424         <- Hostname을 변경

V6424(config)#                          <- Hostname SWITCH에서 V6424로 변경된 상태

 

3. 관리 IP address 설정

 

설정 방법

V6424 (config)# interface default            <= 가입자 Vlan

V6424 (config-if)# ip add 1.1.1.1/24         <= 장비 관리 IP 설정

V6424 (config-if)# no shutdown               <= Interface 활성화
V6424 (config-if)# exit

 

4. SNMP 설정

 

설정 방법

V6424 (config)#

V6424 (config)# snmp community ro public           <= Read Only Community public 으로 설정

V6424 (config)# snmp community rw private          <= Read write Community private 으로 설정

 

5. Default Gateway 설정

 

설정 방법

V6424 (config)# ip route 0.0.0.0/0 Gateway address  <= Default Gateway 설정

 

6. NTP 설정

 

설정 방법

V6424(config)# time-zone GMT+9                     <= 대한민국 표준 시 설정

V6424(config)# ntp 203.254.163.74                  <= NTP 서버 IP 설정

=> 리부팅 되어도, 1분 경과 후 현재 시간을 자동으로 서버에서 가져 옵니다.

 

 

반응형

관련글 더보기