51学通信技术论坛

标题: Lab1 RIP基本配置 [打印本页]

作者: 爱卫生    时间: 2012-2-7 15:23:14     标题: Lab1 RIP基本配置

本帖最后由 爱卫生 于 2012-2-7 15:23 编辑

通过本练习,可以了解到RIP的最小配置、学习在RIP中导出路由以及基本的监控RIP路由的指令。附件包含拓扑、步骤及指令、验证三部分。

本实验通过Juniper模拟器实现,所有接口名称均为em开头。如果是实际设备请将此接口名称进行替换。

部分内容摘要如下:

A minimum RIP configuration must include at least the rip, group, and neighbor statements. All other RIP configuration statements are optional. (The term neighbor is a misnomer, by the way, in that you don't include the address of a neighbor but the name of the logical interface that connects to a neighbor or neighbors.) You include one neighbor statement for each logical interface on which you want to receive routes. The router imports all routes by default from this neighbor (that is, interface) but will not advertise any routes unless you write and apply a routing policy.

The following configurations are used for each logical router that for your reference about establish the RIP neighbor.

__________________________________________________________________________________________

R1’s Configuration

[edit logical-router R1 protocols]

admin@Router# show

rip {   

group R1-R2 {

        neighbor em0;

    }

}

R2’s Configuration

[edit logical-router R2 protocols]

admin@Router# show

rip

{

    group R2-R1R3

{

        neighbor em1;

        neighbor em2;

    }

}

R3’s Configuration

[edit logical-router R3 protocols]

admin@Router# show

rip {

    group R3-R2

{

        neighbor em3;

    }

}

__________________________________________________________________________________________

[attach]1060[/attach]






欢迎光临 51学通信技术论坛 (http://51xuetongxin.com/bbs/) Powered by Discuz! X2