51学通信技术论坛

 找回密码
 立即注册
搜索
查看: 3634|回复: 0
打印 上一主题 下一主题

[Juniper] Lab1 RIP基本配置 [复制链接]

Rank: 9Rank: 9

懒

跳转到指定楼层
楼主
发表于 2012-2-7 15:23:14 |只看该作者 |倒序浏览
一键分享 一键分享
本帖最后由 爱卫生 于 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;

    }

}

__________________________________________________________________________________________

附件: 你需要登录才可以下载或查看附件。没有帐号?立即注册
www.gprshome.com: GPRS及移动通信技术学习交流分享平台。
您需要登录后才可以回帖 登录 | 立即注册

站长邮箱|Archiver|51学通信 ( 粤ICP备11025688 )

GMT+8, 2024-5-4 12:46 , Processed in 0.025084 second(s), 13 queries .

Powered by Discuz! X2

© 2001-2011 Comsenz Inc.

回顶部