1. NTP(Network Time Protocol)
- ์ฅ๋น์ ์๊ฐ์ ๋ง์ถ ๋ ์ฌ์ฉ
- NTP Server : ์๊ฐ ์ ๋ณด๋ฅผ ์ ๊ณตํ๋ ์ฅ๋น
- NTP Client : NTP Server๋ก๋ถํฐ ์๊ฐ ์ ๋ณด๋ฅผ ๋ฐ๋ ์ฅ๋น
2. NTP Server/Client
- NTP Server
NTP Server์ stratum number๋ 1์ด๋ฉฐ ์ฅ๋น๋ฅผ ๊ฑฐ์น๋ฉฐ +1์ด ๋จ(stratum number๊ฐ ๋์์๋ก ์ ํํ ์๊ฐ์์ ์๋ฏธ)
R1(config)#ntp master 1
# ๋ง์ง๋ง ์ซ์๋ stratum number
- NTP Client
R2(config)#ntp server 1.1.12.1 source f0/0
R2(config)#clock timezone KST 9
#source interface๊ฐ ์์ผ๋ฉด ๋ผ์ฐํ
ํ
์ด๋ธ์์ ์ถ๋ ฅ ์ธํฐํ์ด์ค์ ์ค์ ๋ IP๋ก ์ฌ์ฉ
R2(config)#ntp server time.bora.net
R2(config)#clock timezone KST 9
#์ธ๋ถ NTP Server ์ค์ ๊ฐ๋ฅ
R2#show clock
# ํ์ฌ ์๊ฐ ํ์ธ ๊ฐ๋ฅ
# ์๊ฐ ์์ *์ด ๋ถ์ด์์ผ๋ฉด ์ค์ ๋์ง ์์ ์๊ฐ
R2#show ntp associations
# ๋๊ธฐํ ํ์ธ ๊ฐ๋ฅ
R2#show ntp status
# NTP ์ํ ๊ตฌ์ฒด์ ํ์ธ ๊ฐ๋ฅ
3. NTP ๋ณด์
- NTP Server์ ํค ๊ฐ์ด ์ผ์นํ๋ NTP Client๋ง ์๊ฐ์ด ๋๊ธฐํ๋๋๋ก ํ๋ ๋ณด์ ์ค์
R1(config)#ntp authentication-key 10 md5 passwordpassword #์ธ์ฆ ํค ๋ฒํธ, ์ธ์ฆ ๋ฐฉ์, ์ํธ ์ง์
R1(config)#ntp trusted-key 10 #์ธ์ฆ ํค ์ฌ์ฉ ์ ์ธ
R1(config)#ntp authenticate
#์ฌ๋ฌ๊ฐ ์ค์ ๊ฐ๋ฅ
R2(config)#ntp authentication-key 10 md5 passwordpassword #์ธ์ฆ ํค ๋ฒํธ, ์ธ์ฆ ๋ฐฉ์, ์ํธ ์ง์
R2(config)#ntp trusted-key 10 #์ธ์ฆ ํค ์ฌ์ฉ ์ ์ธ
R2(config)#ntp authenticate
R2(config)#ntp server 1.1.12.1 key 10
'Network' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
์ฅ๋น ์ธํ ๋ฐ ์ ์ (0) | 2021.05.19 |
---|---|
EtherChannel (1) | 2021.05.17 |
FHRP(First Hot Routing Protocol, HSRP, VRRP, GLBP) (0) | 2021.05.09 |
VLAN(Virtual LAN) (0) | 2021.05.09 |
Cisco Systems CCNA(Cisco Certified Network Associate) ์๊ฒฉ์ฆ ์ทจ๋ (1) | 2021.05.05 |