1. config 확인

enable > password > show run

모든 작업은 config 모드에서

# config t

2. syslog 서버 삭제

(config)# no logging x.x.x.x(서버 IP주소) 입력

3. syslog 서버 등록

(config)# logging x.x.x.x(서버 IP주소) 입력

4. snmp 서버 등록

(config)# snmp-server host x.x.x.x(서버 IP주소) cantos (커뮤니티값) 입력

5. 관리 IP주소 등록

(config)# interface Vlan x(vlan넘버) > ip address x.x.x.x(해당되는ip) x.x.x.x(서브넷마스크)

6. name 서버 등록

(config)# ip name-server 168.126.63.1

7. NTP 서버 등록

(config)# ntp server time.google.com

# sh ntp status

8. 현재 시간 확인

# sh clock

# clock set 14:14:14 april 2020

# clock timezone kst 9

9. hostname 설정

(config)# hostname xxx (사용 이름)

10. 설정 저장

# write

11. etc

 

내부 블로그

참고 사이트

블로그, Cisco Router Config 기초, https://bit.ly/2V90S8E