RSS
热门关键字:
当前位置 : 主页>网络方案>入门资料>列表

IGRP协议的高级配置

来源:我要研发网 作者:我要开发网.搜集 时间:2008-06-01 点击:




    本节讲解IGRP协议中的Debug、Maxmum-paths、Variance和Traffic-share等高级配置。
  
    1.实验目的
  
    通过本实验,读者可以掌握以下技能
    使用有关IGRP的Debug命令;
    配置最大路径数。
    配置不等度量值的负载均衡;
    配置负载均衡方式,
    监测IGRP相关信息。
  
    2.设备需求和拓扑结构
  
    本实验是在实验3的基础上进行的,其设备需求和网络拓扑结构与实验3完全相同。网络拓扑结构如图5-5所示。
  
    新手学堂:解析Ftp协议的两种工作模式ARP:地址解析协议了解SIP:当今最热门的通信协议已成熟RS-485串行数据通信协议及其应用Cisco基础:STP协议原理及配置HTTP协议三--断点续传经典资料收藏:CISCO协议总结大全骡子跑起来的秘密 电骡协议规范之概述IP语音的新协议---SIPHDLC协议指导

    3. 实验配置及监测结果 字串8
  
    在实验3配置成功的基础上开始本实验的操作,监测清单5-3记录了EGRP协议高级配置项目及监测信息。
  
    监测清单5-3 IGRP协议的高级配置
  
    第1段:监测IGRP路由更新
    R3#conft
    Enter configuration commands, one per line. End with CNTL/Z.
    R3(config)#logg con
    R3(config)#^Z
    R3#
    00:56:43: %SYS-5-CONFIG_1: Configured from console by console
    R3#debug ip igrp ?
     events  IGRP protocol events
     transactions IGRP protocol transactions
    R3#debug ip igrp events
    IGRP event debugging is on
    R3#
    00:57:01: IGRP: received update from 172.16.23.2 on Serial1
    00:57:01: IGRP: Update contains 5 interior,0 system, and 0 exterior routes.
    00:57:01: IGRP: Total routes in. update:5
    R3#
    00:57:28: IGRP: received update from 172.16.13.1 on SerialO
    00:57:28: IGRP: Update contains 3 interior, 0 system, and 0 exterior routes.
字串5

    00:57:28: IGRP: Total routes in update: 3
    R3#
    00:58:01: IORP: sending update to 255.255.255.255 via Ethernet0(172.16.3.3)
    00:58:01: IGRP: Update contains 5 interior,0 system,and 0 exterior routes.
    00:58:01: IGRP: Total routes inupdate:5
    00:58:01: IGRP: sending update to 255.255.255.255 via Serial0 (172.16.13.3)
    00:58:02: IGRP: Update contains 2 interior, 0 system, and 0 exterior routes.
    00:58:02: IGRP: Total routes in update: 2
    00:58:02: IGRP: sending update to 255.255.255.255 via Seriall (172.16.23.3)
    00:58:02: IGRP: Update contains 5 interior, 0 system, and 0 exterior routes.
    00:58:02: IGRP: Total routes in update: 5
    R3#undebug all
    All possible debugging has been turned off
    R3#debug ip lgrp transactions
    IGRP protocol debugging is on
    00:58:44: IGRP: received update from 172.16,13.1 on
    00:58:44:  subnet 172.16.12.0,  24000 (neighbor 22000)
字串4

    00:58:44:  subnet 172.16.1.0, metric 22100 (neighbor 1100)
    00:58:44:  subnet 172,16.2.0. metric 24100 (neighbor 22100)
    R3#
    00:59:31: IGRP: sending update to 255.255.255.255 viaBtliemetO(172.16.3.3)
    00:59:31:   subnet 172.16,23.0, metric=158250
    00:59:31:   subnet 172.16.12.0, metric=24000
    00:59:31:   subnet 172.16.13.0 metric=22000
    00:59:31:   subnet 172.16.1A metric=22100
    00:59:31:   subnet 172.16.2.0, metric=24100
    00:59:32: IGRP: sending update to 255.255.255.255 via  (172.16.13.3)
    00:59:32:   subnet 172.16.23.0, metric==158250
    00:59:32:   subnet 172.16.3.0, metrical 100
    00:59:32: IGRP: sending update to 255.255.255.255 via Serial1 (172,16.23.3)
    00:59:32:   subnet 172.16.12.0. metric=24000
    00:59:32:   subnet 172.16.13.0,
    R3#
    00:59:32:   subnet 172.16.1.0, metric=22100
    00:59:32:   subnet 172.16.2.0, metric=24100 字串3
    00:59:32:   subnet 172.16.3.0, metric=1100
    R3#
    00:59:34: IGRP: received update from 172.16.23.2 on Serial1
    00:59:34:   subnet 172.16.12.0, metric 160250 (neighbor 22000)
    00:59:34:   subnet 172.16.13.0, metric 162250 (neighbor 24000)
    00:59:34:   subnet 172,16.1.0, metric 160350 (neighbor 22100)
    00:59:34:   subnet 172.16.2.0, metric 158350 (neighbor 1100)
    00:59:34:   subnet 172.16.3.0, metric 162350 (neighbor 24100)
    R3#undebug all
    All possible debugging has been turned off
    R3#
    第2段:设置最大路径数
    R1#sh ip route igrp
      172.16.0.0/24 is subnetted, 6 subnets
    I   172.16.23.0 [100/160250] via S72.16.12.2, 00:00:05, Serial0
             [100/160250] via 172.16.13.3,00:00:04,
    I   172.16.2.0 [100/22100] via 172.16.12.2, 00:00:05, Serial0
最新评论共有 0 位网友发表了评论
发表评论
评论内容:不能超过250字,需审核,请自觉遵守互联网相关政策法规。
用户名: 密码:
匿名?
注册