Router Timer Set

Source : http://blog.naver.com/jhseo1225?Redirect=Log&logNo=80016797672

 

▨ NTP Server List (국내 시간서버 목록)

time.nuri.net ==> 211.115.194.21
time.bora.net ==> 203.248.240.103

▨ router ntp server (시간서버) 설정하기.

Cisco Router에서 show clock 명령어를 쳐보면
현재시간과 라우터와의 시간이 전혀 엉뚱하게 나타날 경우 설정 방법.

1. 수동으로 시간을 설정하는 방법.

Router#clock set 22:33:10 2 jul 2003

단점 : 이렇게 임의로 라우터의 시간 설정을 변경할수도 있지만 만약 라우터가 재부팅되면 위의 시간 설정은 다시 지워져 버림.

2. 시간서버와 맞추워 시간을 설정하는 방법.

Router#
Router#conf t
Router(config)#ntp server 203.248.240.103
Router(config)#exit
Router#wr

위와 같이 설정하면 203.255.112.96의 ntp서버와 라우터의 시간이 동기화되어 현재의 대한민국 시각으로 표시 됨.
show log했을때도 정확한 시간으로 출력 됨.

3. 시간서버 설정 후 한국시간 맞추기 gmt +9.

Router#
Router#conf t
Router(config)#clock timezone gmt +9
Router(config)#exit
Router#wr

Network에 게시됨. 댓글 달기 »

Netflow Configuration Command

Source : http://kldp.org/node/104430

 

router#enable
Password:*****
router#configure terminal
router-2621(config)#interface FastEthernet 0/1
router-2621(config-if)#ip route-cache flow
router-2621(config-if)#exit
router-2621(config)#ip flow-export destination 192.168.10.5 9996
router-2621(config)#ip flow-export source FastEthernet 0/1
router-2621(config)#ip flow-export version 9
router-2621(config)#ip flow-cache timeout active 1
router-2621(config)#ip flow-cache timeout inactive 15
router-2621(config)#snmp-server ifindex persist
router-2621(config)#^Z
router#write
router#show ip flow export
router#show ip cache flow

Network에 게시됨. 댓글 달기 »
팔로우

모든 새 글을 수신함으로 전달 받으세요.