일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
- 비엔나 여행
- 트렌드코리아
- 프라하
- BGP AS_Path prepend
- 오스트리아 여행
- vi편집기
- 소극적 공격
- 체코
- 체스키
- 클라우드
- 적극적 공격
- 잘츠부르크 김치
- 오스트리아
- html5
- 체스키크롬로프
- PIM-SM
- 딥러닝
- init 6
- 리눅스
- 김난도
- CK셔틀
- 도서평
- 무차별 공격
- 할슈타트 페리
- BGP
- init 0
- 초단파방송
- 잘츠부르크 여행
- 모차르트 동상
- 레지오젯
- Today
- Total
AndrewNA
BGP EIGRP 실습 기본설정 본문
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 eigrp 100 // as number 100
R1(config-router)#network 1.1.1.1 0.0.0.255
R1(config-router)#network 10.1.12.0 0.0.0.255
-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)#router eigrp 100
R2(config-router)#network 2.2.2.0 0.0.0.255
R2(config-router)#network 10.1.12.0 0.0.0.255
R2(config-router)#network 10.1.23.0 0.0.0.255
-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 eigrp 100
R3(config-router)#network 3.3.3.3 0.0.0.255
R3(config-router)#network 10.1.23.0 0.0.0.255
Check
'■ Communications > ↘ Cisco GNS' 카테고리의 다른 글
BGP as-set 이론 및 실습 (0) | 2019.05.01 |
---|---|
BGP Suppress-map 이론 및 실습 (0) | 2019.05.01 |
BGP AS_Path prepend 실습2 (0) | 2019.05.01 |
BGP AS_Path prepend 실습 (0) | 2019.05.01 |
BGP Maximum-Paths 이론 및 커맨드 (0) | 2019.04.30 |