自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

策略路由之雙出口配置實(shí)例(2)

網(wǎng)絡(luò) 路由交換
策略路由大體上分為兩種:一種是根據(jù)路由的目的地址來進(jìn)行的策略稱為:目的地址路由;另一種是根據(jù)路由源地址來進(jìn)行策略實(shí)施的稱為:源地址路由;隨著策略路由的發(fā)展現(xiàn)在有了第三種路由方式:智能均衡的策略方式。

上一篇:策略路由之雙出口配置實(shí)例(1)

策略路由雙出口配置調(diào)試

 

  1. R2#sh ip policy                                  //顯示應(yīng)用的策略  
  2.  
  3. Interface      Route map  
  4.  
  5. Fa0/0          isp-acc  
  6.  
  7. R2#sh route-map isp-test                 //顯示配置的路由映射圖  
  8.  
  9. route-map isp-test, permit, sequence 10  
  10.  
  11. Match clauses:  
  12.  
  13. ip address (access-lists): 101  
  14.  
  15. Set clauses: feedom.net  
  16.  
  17. ip default next-hop 123.0.0.3  
  18.  
  19. Policy routing matches: 0 packets, 0 bytes  
  20.  
  21. route-map isp-test, permit, sequence 20  
  22.  
  23. Match clauses:  
  24.  
  25. bitscn.com  
  26.  
  27. ip address (access-lists): 102  
  28.  
  29. Set clauses:  
  30.  
  31. ip default next-hop 223.0.0.3  
  32.  
  33. Policy routing matches: 0 packets, 0 bytes  
  34.  
  35. route-map isp-test, permit, sequence 30 feedom.net  
  36.  
  37. Match clauses:  
  38.  
  39. Set clauses:  
  40.  
  41. default interface Null0  
  42.  
  43. Policy routing matches: 0 packets, 0 bytes 

 

 

  1. R1#traceroute                                      //路由跟蹤  
  2.  
  3. Protocol [ip]:                                        //ip流量  
  4.  
  5. Target IP address: 100.100.100.100      //目標(biāo)地  
  6.  
  7. Source address: 192.168.1.1                 //源地址為子網(wǎng)一的***臺(tái)主機(jī)  
  8.  
  9. Numeric display [n]: bitscn.com  
  10.  
  11. Timeout in seconds [3]:  
  12.  
  13. Probe count [3]:  
  14.  
  15. Minimum Time to Live [1]:  
  16.  
  17. Maximum Time to Live [30]:  
  18.  
  19. Port Number [33434]:  
  20.  
  21. Loose, Strict, Record, Timestamp, Verbose[none]:  
  22.  
  23. Type escape sequence to abort.  
  24.  
  25. Tracing the route to 100.100.100.100  
  26.  
  27. 1 12.0.0.2 72 msec 216 msec 276 msec  
  28.  
  29. 2 123.0.0.3 288 msec 360 msec *            //ISP1入口  
  30.  
  31. ------------------------------------------------------------------------------- 

 

 

  1. R1#   traceroute  
  2.  
  3. Protocol [ip]:  
  4.  
  5. Target IP address: 100.100.100.100  
  6.  
  7. Source address: 192.168.1.2            //源地址為子網(wǎng)一的第二臺(tái)主機(jī)  
  8.  
  9. Numeric display [n]:  
  10.  
  11. Timeout in seconds [3]:  
  12.  
  13. Probe count [3]:  
  14.  
  15. Minimum Time to Live [1]:  
  16.  
  17. Maximum Time to Live [30]:  
  18.  
  19. Port Number [33434]:  
  20.  
  21. Loose, Strict, Record, Timestamp, Verbose[none]:  
  22.  
  23. Type escape sequence to abort.  
  24.  
  25. Tracing the route to 100.100.100.100  
  26.  
  27. 1 12.0.0.2 92 msec 188 msec 52 msec  
  28.  
  29. 2 123.0.0.3 416 msec 436 msec *                //ISP1入口  
  30.  
  31. ---------------------------------------------------------------------------------- 

 

 

  1. R1#traceroute  
  2.  
  3. Protocol [ip]:  
  4.  
  5. Target IP address: 100.100.100.100  
  6.  
  7. Source address: 192.168.2.1                     //源地址為子網(wǎng)二的***臺(tái)主機(jī)  
  8.  
  9. Numeric display [n]:  
  10.  
  11. Timeout in seconds [3]:  
  12.  
  13. Probe count [3]:  
  14.  
  15. Minimum Time to Live [1]:  
  16.  
  17. Maximum Time to Live [30]:  
  18.  
  19. Port Number [33434]:  
  20.  
  21. Loose, Strict, Record, Timestamp, Verbose[none]:  
  22.  
  23. Type escape sequence to abort.  
  24.  
  25. Tracing the route to 100.100.100.100  
  26.  
  27. bitscn.com  
  28.  
  29. 1 12.0.0.2 136 msec 40 msec 144 msec  
  30.  
  31. 2 223.0.0.3 356 msec * 132 msec                  //ISP2入口  
  32.  
  33. --------------------------------------------------------- 

 

 

  1. R1#traceroute  
  2.  
  3. Protocol [ip]:  
  4.  
  5. Target IP address: 100.100.100.100 bitscn.com  
  6.  
  7. Source address: 192.168.2.2                  //源地址為子網(wǎng)二中第二臺(tái)主機(jī)  
  8.  
  9. Numeric display [n]:  
  10.  
  11. Timeout in seconds [3]:  
  12.  
  13. Probe count [3]:  
  14.  
  15. Minimum Time to Live [1]:  
  16.  
  17. Maximum Time to Live [30]:  
  18.  
  19. Port Number [33434]:  
  20.  
  21. Loose, Strict, Record, Timestamp, Verbose[none]:  
  22.  
  23. Type escape sequence to abort.  
  24.  
  25. Tracing the route to 100.100.100.100  
  26.  
  27. 1 12.0.0.2 28 msec 104 msec 200 msec  
  28.  
  29. 2 223.0.0.3 300 msec * 196 msec               //ISP2入口  
  30.  
  31. ----------------------------------------------------- 

 

策略路由雙出口配置總結(jié)

策略路由雙出口配置實(shí)驗(yàn)就為大家介紹完了,通過以上實(shí)驗(yàn),可以看到子網(wǎng)一(192.168.1.0/24)的流量都經(jīng)過R2-R3的上一條鏈路選擇了ISP1鏈路,子網(wǎng)二(192.168.2.0/24)的流量都經(jīng)過R2-R3的下一條鏈路選擇了ISP2鏈路。所以通過策略路由實(shí)現(xiàn)基于源的供應(yīng)商選擇和網(wǎng)絡(luò)的負(fù)載均衡。

【編輯推薦】

  1. Cisco路由器的基本配置
  2. WINDOWS實(shí)現(xiàn)路由之動(dòng)態(tài)路由協(xié)議
  3. WINDOWS實(shí)現(xiàn)路由之路由的基本概念
     
責(zé)任編輯:佚名 來源: Cisco技術(shù)網(wǎng)
相關(guān)推薦

2011-04-01 16:24:31

策略路由路由器

2010-08-06 13:37:18

思科路由器雙地址雙出口

2011-05-17 13:31:31

出口路由器路由

2009-12-11 11:01:07

策略路由配置

2009-04-08 10:35:00

靜態(tài)路由配置

2011-06-07 11:07:39

路由流量

2011-04-08 15:15:34

策略路由

2009-12-11 10:03:28

策略路由配置

2011-04-08 09:27:06

路由反射器

2011-08-23 09:37:49

路由路由策略

2011-08-29 14:17:25

2009-12-29 10:04:27

2011-08-16 11:22:09

EIGRP幀中繼

2009-12-11 11:23:22

策略路由配置

2009-12-11 13:31:31

策略路由配置

2009-12-11 10:03:30

策略路由配置

2011-04-13 11:27:28

EIGRP路由

2010-08-04 13:27:07

路由器配置

2011-04-01 13:55:58

路由路由器路由表

2009-12-03 14:43:43

雙wan路由器設(shè)置
點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號(hào)