728x90
반응형
Redistribution 라우팅 (Static‐RIP)
-목차-
1. STATIC 설정
2. Redistibute 설정
3. RIP 설정
1. STATIC 설정
스태틱 설정
R1(config)# ip route 0.0.0.0 0.0.0.0 s0/0/0
R2(config)# ip route 0.0.0.0 0.0.0.0 s0/0/0
R2(config)# ip route 1.1.1.0 255.255.255.0 s0/0/1
R3(config)# ip route 1.1.1.0 255.255.255.0 s0/0/1
R3(config)# ip route 2.2.2.0 255.255.255.0 s0/0/1
R3(config)# ip route 12.1.1.0 255.255.255.0 s0/0/1
2. Redistibute 설정
Redistibute 설정
R3(config)# route rip
R3(config‐router)# redistribute static
3. RIP 설정
RIPv2 설정
R3(config)# router rip
R3(config‐router)# version 2
R3(config‐router)# no auto‐summary
R3(config‐router)# network 23.1.1.0
R3(config‐router)# network 34.1.1.0
R4(config)# router rip
R4(config‐router)# version 2
R4(config‐router)# no auto‐summary
R4(config‐router)# passive‐interface g0/0
R4(config‐router)# network 4.4.4.0
R4(config‐router)# network 34.1.1.0
R4(config‐router)# network 45.1.1.0
R5(config)# router rip
R5(config‐router)# version 2
R5(config‐router)# no auto‐summary
R5(config‐router)# passive‐interface g0/0
R5(config‐router)# network 5.5.5.0
R5(config‐router)# network 45.1.1.0
궁금한점 있으시면 댓글 남겨주세요.
728x90
반응형
'네트워크' 카테고리의 다른 글
[CISCO] Redistribution 라우팅 (Static‐EIGRP) (0) | 2022.12.08 |
---|---|
[CISCO] Redistribution 라우팅 (Static‐OSPF) (0) | 2022.12.08 |
[CISCO] Redistribution 라우팅 개념정리 (STATIC, RIP, OSPF, EIGRP) (0) | 2022.12.08 |
[CISCO] EIGRP(Enhanced Interior Gateway Protocol)라우팅 (1) | 2022.12.07 |