科技行者

行者学院 转型私董会 科技行者专题报道 网红大战科技行者

知识库

知识库 安全导航

至顶网网络频道网络管理多宽带环境下负载均衡和备份技术

多宽带环境下负载均衡和备份技术

  • 扫一扫
    分享文章到微信

  • 扫一扫
    关注官方公众号
    至顶头条

  缺省状态下,转发表中只安装路由表里的最佳路径

来源:zdnet整理 2011年5月22日

关键字: 负载均衡 网络管理

  • 评论
  • 分享微博
  • 分享邮件

  缺省状态下,转发表中只安装路由表里的最佳路径

  lab@juniper# run show route 6.6.6.6

  inet.0: 19 destinations, 22 routes (19 active, 0 holddown, 0 hidden)

  + = Active Route, - = Last Active, * = Both

  6.6.6.6/32 *[IS-IS/18] 00:03:33, metric 42

  to 10.0.0.2 via fxp1.1

  > to 10.0.1.2 via fxp1.2

  [edit]

  lab@juniper# run show route forwarding-table

  5.5.5.5/32 user 0 10.0.1.2 ucst 490 7 fxp1.2

  6.6.6.6/32 user 0 10.0.1.2 ucst 490 7 fxp1.2

  10.0.0.0/30 intf 0 rslv 459 1 fxp1.1

  现在进行配置将路由表里的所有路径都安装进转发表

  lab@juniper# show routing-options

  forwarding-table {

  export load-balance-route;

  }

  lab@juniper#show policy-options

  policy-statement load-balance-route {

  then {

  load-balance per-packet;

  }

  }

  查看路由表,路由器选择10.0.1.2作为最佳路由

  lab@juniper# run show route 6.6.6.6

  inet.0: 19 destinations, 22 routes (19 active, 0 holddown, 0 hidden)

  + = Active Route, - = Last Active, * = Both

  6.6.6.6/32 *[IS-IS/18] 00:03:33, metric 42

  to 10.0.0.2 via fxp1.1

  > to 10.0.1.2 via fxp1.2

  转发表里对其所有前缀安装了多条路径

  (注:安装的条目和PFE有关,IP-ASIC最多安装8条等价路径,以每个包为单位进行负载均衡

  IP-II-ASIC最多安装16条,以每个流为单位进行负载均衡)

  lab@juniper# run show route forwarding-table

  1.1.1.1/32 intf 0 1.1.1.1 locl 468 1

  2.2.2.2/32 user 0 ulst 489 11

  10.0.0.2 ucst 497 2 fxp1.1

  10.0.1.2 ucst 490 2 fxp1.2

  3.3.3.3/32 user 0 ulst 489 11

  10.0.0.2 ucst 497 2 fxp1.1

  10.0.1.2 ucst 490 2 fxp1.2

  4.4.4.4/32 user 0 ulst 489 11

  10.0.0.2 ucst 497 2 fxp1.1

  10.0.1.2 ucst 490 2 fxp1.2

  5.5.5.5/32 user 0 ulst 489 11

  10.0.0.2

    • 评论
    • 分享微博
    • 分享邮件
    邮件订阅

    如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。

    重磅专题
    往期文章
    最新文章