์ƒˆ์†Œ์‹

์ธ๊ธฐ ๊ฒ€์ƒ‰์–ด

๐Ÿ”จ Network Cisco

2-1. ๋ผ์šฐํŒ… ํ”„๋กœํ† ์ฝœ - RIP v2

  • -
๋ฐ˜์‘ํ˜•

RIP v2 ํ† ํด๋กœ์ง€

# ๊ฐ PC IP ์„ค์ •ํ•˜๊ธฐ

 

# R1 ์„ค์ •

Router(config)#host R1

R1(config)#int g0/0

R1(config-if)#ip addr 1.1.1.1 255.255.255.0

R1(config-if)#no shut

 

R1(config-if)#int s0/0/0

R1(config-if)#ip addr 203.230.1.1 255.255.255.0

R1(config-if)#no shut

 

# R2 ์„ค์ •

Router(config)#host R2

R2(config)#int g0/0

R2(config-if)#ip addr 1.1.2.1 255.255.255.0

R2(config-if)#no shut

 

R2(config-if)#int s0/0/0

R2(config-if)#ip addr 203.230.1.2 255.255.255.0

R2(config-if)#no shut

 

## RIP ์„ค์ •

R1(config)#router rip

R1(config-router)#network 203.230.1.0

R1(config-router)#network 1.1.1.0

 

R2(config)#router rip

R2(config-router)#network 203.230.1.0

R2(config-router)#network 1.1.2.0

 

 

ํ•‘ ๋‚˜๊ฐ€์ง€ ์•Š๋Š”๊ฒƒ ํ™•์ธ

## RIP2 ์„ค์ •

R1(config)#router rip

R1(config-router)#version 2

R1(config-router)#no auto-summary

 

R2(config)#router rip

R2(config-router)#version 2

R2(config-router)#no auto-summary

 

RIP v2 ์„ค์ • ํ›„ ํ•‘ ๋‚˜๊ฐ€๋Š” ๊ฒƒ ํ™•์ธ

๋ฐ˜์‘ํ˜•

'๐Ÿ”จ Network Cisco' ์นดํ…Œ๊ณ ๋ฆฌ์˜ ๋‹ค๋ฅธ ๊ธ€

2. ๋ผ์šฐํŒ… ํ”„๋กœํ† ์ฝœ - RIP  (0) 2022.05.17
1. ์ •์  ๊ฒฝ๋กœ ์„ค์ •  (0) 2022.05.17
Contents

ํฌ์ŠคํŒ… ์ฃผ์†Œ๋ฅผ ๋ณต์‚ฌํ–ˆ์Šต๋‹ˆ๋‹ค

์ด ๊ธ€์ด ๋„์›€์ด ๋˜์—ˆ๋‹ค๋ฉด ๊ณต๊ฐ ๋ถ€ํƒ๋“œ๋ฆฝ๋‹ˆ๋‹ค.