You are on page 1of 2

1.

Hostname
2. IP Address
3. VTY Access
4. PAT:192.168.Y.0/24 BY S0/0/0
Rx(config) # ip route 0.0.0.0 0.0.0.0 100.140.x.1
Rx(config) # access-list 10 permit 192.168.Y.0 0.0.0.255
Rx(config) # ip nat inside source list 10 interface Serial0/0/0 overload
Rx(conifg) # interface fastEthernet 0/1
Rx(config-if) # ip nat in
Rx(config) # interface Series 0/0/0
Rx(config-if) # ip nat out

5. GLBP
 設定 GLBP Group No.Z IP Address:192.168.Z.254

 設定 AVG Default 為 R2

當 R2 Fail 時由 R3 為 AVG

當 R2 與 R3 皆 Fail 時由 R1 為 AVG
 Rx(config) # interface fastEthernet 0/1
 R1(config-if) # glbp Z priority 150
 R2(config-if) # glbp Z priority 250
 R3(config-if) # glbp Z priority 200
6. GLBP Load Balance
設定 GLBP Load Balance 用 weighted,R1:R2:R3 = 3:2:1
Rx(config) # interface fastEthernet 0/1
Rx(config-if) # glbp Z load-balancing weighted
R1(config-if) # glbp Z weighting 90 lower 20 upper 40
R1(config-if) # glbp Z weighting track 100 decrement 40
R1(config-if) # glbp Z weighting track 200 decrement 40
R2(config-if) # glbp Z weighting 60 lower 15 upper 25
R2(config-if) # glbp Z weighting track 100 decrement 25
R2(config-if) # glbp Z weighting track 200 decrement 25
R3(config-if) # glbp Z weighting 30 lower 10 upper 12
R3(config-if) # glbp Z weighting track 100 decrement 12
R3(config-if) # glbp Z weighting track 200 decrement 12

7. VRRP Object Tracking[1]

 設定一個 IP SLA 10 利用 ICMP-ECHO 每 5 秒測試 168.95.1.1 一次

 設定 Tracking Object 100 利用 IP SLA 10 評估


 Rx(config) # ip sla 10
 Rx(config-ip-sla) # icmp-echo 100.140.X.1
 Rx(config-ip-sla) # frequency 5
 Rx(config) # ip sla schedule 10 life forever start-time now
 Rx(config) # track 100 ip sla 10 / track 100 rtr 10

8. VRRP Object Tracking[2]

 設定一個 IP SLA 20 利用 HTTP GET 每 60 秒向 www.pcschool.com.tw 測試

 設定 Tracking Object 200 利用 IP SLA 20 評估


 Rx(config) # ip sla 20
 Rx(config-ip-sla) # http get http://www.pcschool.com.tw
 Rx(config) # ip sla schedule 20 life forever start-time now
 Rx(config) # track 200 ip sla 20 / track 200 rtr 20
 Rx(config) # ip name-server 8.8.8.8

You might also like