일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- 할슈타트 페리
- 잘츠부르크 김치
- 잘츠부르크 여행
- CK셔틀
- 딥러닝
- 오스트리아
- 김난도
- html5
- 체코
- 리눅스
- init 6
- 도서평
- BGP
- 소극적 공격
- 무차별 공격
- vi편집기
- 모차르트 동상
- 오스트리아 여행
- 레지오젯
- 초단파방송
- 적극적 공격
- 비엔나 여행
- 트렌드코리아
- 체스키
- PIM-SM
- 프라하
- 체스키크롬로프
- init 0
- BGP AS_Path prepend
- 클라우드
- Today
- Total
AndrewNA
OSPF 기본 실습 본문
Topology
Command
-R1-
R1(config)#int loopback 0
R1(config-if)#ip address 1.1.1.1 255.255.255.0
R1(config)#int s1/1
R1(config-if)#ip address 10.1.12.1 255.255.255.0
R1(config-if)#no shut
R1(config)#router ospf 1 // process 1
R1(config-router)#network 1.1.1.1 0.0.0.255 area 0 // area 0
R1(config-router)#network 10.1.12.0 0.0.0.255 area 0
-R2-
R2(config)#int loopback 0
R2(config-if)#ip address 2.2.2.2 255.255.255.0
R2(config)#int s1/1
R2(config-if)#ip address 10.1.12.2 255.255.255.0
R2(config-if)#no shut
R2(config)#int s1/2
R2(config-if)#ip address 10.1.23.2 255.255.255.0
R2(config-if)#no shut
R2(config)#int s1/3
R2(config-if)#ip address 10.1.24.2 255.255.255.0
R2(config-if)#no shut
R2(config)#router ospf 1
R2(config-router)#network 2.2.2.2 0.0.0.255 area 0
R2(config-router)#network 10.1.12.0 0.0.0.255 area 0
R2(config-router)#network 10.1.23.0 0.0.0.255 area 0
R2(config-router)#network 10.1.24.0 0.0.0.255 area 0
-R3-
R3(config)#int loopback 0
R3(config-if)#ip address 3.3.3.3 255.255.255.0
R3(config)#int s1/2
R3(config-if)#ip address 10.1.23.3 255.255.255.0
R3(config-if)#no shut
R3(config)#router ospf1
R3(config-router)#network 3.3.3.3 0.0.0.255 area 0
R3(config-router)#network 10.1.23.0 0.0.0.255 area 0
-R4-
R4(config)#int loopback 0
R4(config-if)#ip address 4.4.4.4 255.255.255.0
R4(config)#int s1/3
R4(config-if)#ip address 10.1.24.4 255.255.255.0
R4(config-if)#no shut
R4(config)#router ospf1
R4(config-router)#network 4.4.4.4 0.0.0.255 area 0
R4(config-router)#network 10.1.24.0 0.0.0.255 area 0
Check
'■ Communications > ↘ Cisco GNS' 카테고리의 다른 글
BGP + OSPF + EIGRP Full mesh 실습 (0) | 2019.04.11 |
---|---|
BGP + OSPF Full mesh 실습 (0) | 2019.04.11 |
Static Routing 가상 IP를 이용한 부하 분산 (0) | 2019.04.11 |
Static Routing 이론 및 실습 (0) | 2019.04.11 |
PIM-SM BSR 이론 및 실습 (0) | 2019.03.29 |