当前位置:七道奇文章资讯安全技术网络技术
日期:2011-08-31 13:13:00  来源:本站整理

动态路由的配置RIP[网络技术]

赞助商链接



  本文“动态路由的配置RIP[网络技术]”是由七道奇为您精心收集,来源于网络转载,文章版权归文章作者所有,本站不对其观点以及内容做任何评价,请读者自行判断,以下是其具体内容:

RIP v1
发送路由更新时不携带子网掩码,属于有类路由协议
发送路由更新时,目标地址为广播地址:255.255.255.255  附有图片(用PT可以直接翻开)
--------------------------------------------------------------------------------------------------------------
R-A
en
conf t
no ip domain lookup
in f0/0
ip address 192.168.1.1 255.255.255.0
no shutdown
exit
in f1/1
ip address 10.0.0.2 255.255.255.0
no shutdown
exit
router rip
network 10.0.0.0
network 192.168.1.0
exit
exit
debug ip rip
wr
--------------------------------------------------------------------------------------------------------------
R-B
en
conf t
no ip domain lookup
in f0/0
ip address 10.0.0.1 255.255.255.0
no shutdown
exit
in f1/1
ip address 20.0.0.2 255.255.255.0
no shutdown
exit
router rip
network 10.0.0.0
network 20.0.0.0
exit
exit
debug ip rip
wr
--------------------------------------------------------------------------------------------------------------
R-C
en
conf t
no ip domain lookup
in f0/0
ip address 20.0.0.1 255.255.255.0
no shutdown
exit
in f-/1
ip address 192.168.2.2 255.255.255.0
no shutdown
exit
router rip
network 20.0.0.0
network 192.168.2.0
exit
exit
debug ip rip
wr
--------------------------------------------------------------------------------------------------------------
PC-A
 IP:192.168.1.100
 子网掩码:255.255.255.0
 网关:192.168.1.1
PC-B
IP:192.168.1.100
子网掩码:255.255.255.0
网关:192.168.1.1
PC-C
IP:192.168.2.100
子网掩码:255.255.255.0
网关:192.168.2.1
PC-D
IP:192.168.2.200
子网掩码:255.255.255.0
网关:192.168.2.1
-------------------------------------------------------------------------------------------------------------
想理解发送路由更新时要携带子网掩码,属于无类路由协议
发送路由更新时,目标地址为广播地址:224.0.0.9
本文来自 http://www.110hack.com/ (黑客技术)


  以上是“动态路由的配置RIP[网络技术]”的内容,如果你对以上该文章内容感兴趣,你可以看看七道奇为您推荐以下文章:
  • 用Ubuntu 10.10做路由器,动态路由
  • 动态路由的配置RIP
  • 本文地址: 与您的QQ/BBS好友分享!
    • 好的评价 如果您觉得此文章好,就请您
        0%(0)
    • 差的评价 如果您觉得此文章差,就请您
        0%(0)

    文章评论评论内容只代表网友观点,与本站立场无关!

       评论摘要(共 0 条,得分 0 分,平均 0 分) 查看完整评论
    Copyright © 2020-2022 www.xiamiku.com. All Rights Reserved .