일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- PIM-SM
- 적극적 공격
- BGP AS_Path prepend
- 클라우드
- 오스트리아
- 무차별 공격
- vi편집기
- 레지오젯
- 초단파방송
- CK셔틀
- BGP
- 체스키
- 프라하
- 딥러닝
- html5
- 잘츠부르크 김치
- 트렌드코리아
- 리눅스
- 오스트리아 여행
- 소극적 공격
- 체코
- 도서평
- 잘츠부르크 여행
- 체스키크롬로프
- 비엔나 여행
- init 0
- init 6
- 모차르트 동상
- 할슈타트 페리
- 김난도
- Today
- Total
AndrewNA
GLBP 실습 본문
Topology
Command
-R1-
interface Loopback0
ip address 150.150.150.150 255.255.255.255
!
interface FastEthernet0/0
ip address 172.16.1.1 255.255.255.0
router ospf 1
network 150.150.150.150 0.0.0.0 area 0
network 172.16.1.0 0.0.0.255 area 0
-R2-
interface FastEthernet0/0
no switchport
ip address 172.16.1.2 255.255.255.0
!
track 1 interface FastEthernet0/0 line-protocol // track 설정
!
interface FastEthernet0/1
no switchport
ip address 192.168.1.2 255.255.255.0
glbp 10 ip 192.168.1.254
glbp 10 priority 120 // 우선순위 설정 100이 default
glbp 10 preempt delay minimum 50
glbp 10 weighting 100 lower 80 // 가중치가 80이 되면 상대에게 AVG를 넘김
glbp 10 weighting track 1 decrement 25 // track 1 down 시 20감소 default는 10
glbp 10 forwarder preempt delay minimum 50
glbp 10 load-balancing round-robin // default
!
router ospf 1
network 172.16.1.0 0.0.0.255 area 0
network 192.168.1.0 0.0.0.255 area 0
-R3-
interface FastEthernet0/0
no switchport
ip address 172.16.1.3 255.255.255.0
!
track 1 interface FastEthernet0/0 line-protocol
!
interface FastEthernet0/1
no switchport
ip address 192.168.1.3 255.255.255.0
glbp 10 ip 192.168.1.254
glbp 10 priority 110
glbp 10 weighting 100 lower 80
glbp 10 weighting track 1 decrement 25
glbp 10 forwarder preempt delay minimum 50
glbp 10 load-balancing round-robin
!
router ospf 1
network 172.16.1.0 0.0.0.255 area 0
network 192.168.1.0 0.0.0.255 area 0
-R4-
interface FastEthernet0/0
no switchport
ip address 172.16.1.4 255.255.255.0
!
track 1 interface FastEthernet0/0 line-protocol
!
interface FastEthernet0/1
no switchport
ip address 192.168.1.4 255.255.255.0
glbp 10 ip 192.168.1.254
glbp 10 weighting 100 lower 80
glbp 10 weighting track 1 decrement 25
glbp 10 forwarder preempt delay minimum 50
glbp 10 load-balancing round-robin
!
router ospf 1
network 172.16.1.0 0.0.0.255 area 0
network 192.168.1.0 0.0.0.255 area 0
-R5-
no ip routing
!
interface FastEthernet0/0
ip address 192.168.1.10 255.255.255.0
!
ip default-gateway 192.168.1.254
-R6-
no ip routing
!
interface FastEthernet0/0
ip address 192.168.1.20 255.255.255.0
!
ip default-gateway 192.168.1.254
-R7-
no ip routing
!
interface FastEthernet0/0
ip address 192.168.1.30 255.255.255.0
!
ip default-gateway 192.168.1.254
Check
AVG, AVF 확인
R2#show glbp brief
R3#show glbp brief
R4#show glbp brief
Road Balancing 확인
R5#tracer 150.150.150.150
R5#show arp
R6#tracer 150.150.150.150
R6#show arp
R7#tracer 150.150.150.150
R7#show arp
'■ Communications > ↘ Cisco GNS' 카테고리의 다른 글
PIM-SM 정적 RP 이론 및 실습 (0) | 2019.03.29 |
---|---|
PIM-DM 실습 (0) | 2019.03.29 |
VRRP 이론 및 실습 (0) | 2019.03.25 |
IP SLA 이론 및 실습 (0) | 2019.03.25 |
HSRP(Hot Standby Router Protocol ), MHSRP(Multigroup HSRP) 이론 및 실습 (0) | 2019.03.20 |