일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 프라하
- 적극적 공격
- 딥러닝
- 모차르트 동상
- 오스트리아 여행
- BGP AS_Path prepend
- 김난도
- 리눅스
- 체코
- 클라우드
- 레지오젯
- 체스키크롬로프
- 도서평
- CK셔틀
- 오스트리아
- 소극적 공격
- 잘츠부르크 김치
- 잘츠부르크 여행
- vi편집기
- init 6
- html5
- 체스키
- 할슈타트 페리
- BGP
- 무차별 공격
- PIM-SM
- init 0
- 트렌드코리아
- 비엔나 여행
- 초단파방송
- Today
- Total
AndrewNA
BGP multihop 실습 본문
Topology
Commend
R1(config)#ip route 2.2.2.2 255.255.255.0 s1/0
R1(config)#ip route 2.2.2.2 255.255.255.0 s1/2
R1(config)#router bgp 100
R1(config-router)#neighbor 2.2.2.2 remote-as 200
R1(config-router)#neighbor 2.2.2.2 ebgp-multihop 3 sho
R1(config-router)#neighbor 2.2.2.2 update-source lo0
R2(config)#ip route 1.1.1.0 255.255.255.0 s1/0
R2(config)#ip route 1.1.1.0 255.255.255.0 s1/2
R2(config)#router bgp 200
R2(config-router)#neighbor 1.1.1.1 remote-as 100
R2(config-router)#neighbor 1.1.1.1 ebgp-multihop 3 sho
R2(config-router)#neighbor 1.1.1.1 update-source lo0
Check
R1(config-router)#do show ip ro
<생략>
Gateway of last resort is not set
1.0.0.0/24 is subnetted, 1 subnets
C 1.1.1.0 is directly connected, Loopback0
2.0.0.0/24 is subnetted, 1 subnets
S 2.2.2.0 is directly connected, Serial1/0
is directly connected, Serial1/2
'■ Communications > ↘ Cisco GNS' 카테고리의 다른 글
BGP Peer group (0) | 2019.04.19 |
---|---|
BGP Access-list, Prefix-list (0) | 2019.04.19 |
BGP + OSPF + EIGRP Full mesh 실습 (0) | 2019.04.11 |
BGP + OSPF Full mesh 실습 (0) | 2019.04.11 |
OSPF 기본 실습 (0) | 2019.04.11 |