cisco学习笔记

      CCIE之路中。。。。其实我是一个天才,可惜天妒英才!o(∩_∩)o...哈哈

  IT博客 :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理 ::
  39 随笔 :: 5 文章 :: 36 评论 :: 0 Trackbacks
<2025年4月>
303112345
6789101112
13141516171819
20212223242526
27282930123
45678910

公告

本blog为作者本人学习cisco所用,未经特别声明,本站所有文章均属作者本人原创,请转载时注明来源!谢谢合作!同时希望与各位cisco爱好者交流学习。QQ:95217333

常用链接

留言簿(4)

随笔分类(34)

随笔档案(39)

文章分类(3)

最新随笔

搜索

积分与排名

最新评论

阅读排行榜

EIGRP

     摘要: 网络类型是帧中继(HUB-SPOKE),R1与R2和R3建立frame映射,R2只与 R1建立,,R3也只与R1建立映射  阅读全文
posted @ 2008-09-11 14:00 cisco交流平台 阅读(1977) | 评论 (0)  编辑

     摘要: R1(config)#router eigrp 100
R1(config-router)#no auto-summary
R1(config-router)#net 1.1.1.0 0.0.0.255
R1(config-router)#net 3.3.3.0 0.0.0.255
R1(config-router)#net 10.1.1.0 0.0.0.255

  阅读全文
posted @ 2008-09-11 07:07 cisco交流平台 阅读(660) | 评论 (0)  编辑

     摘要: 做不等价负载均衡,
R1(config)#router ei 100
R1(config-router)#variance 2

(2=2300416/2297856取整+1)
  阅读全文
posted @ 2008-09-11 04:12 cisco交流平台 阅读(383) | 评论 (1)  编辑

     摘要: R1(config-if)#router ei 100
R1(config-router)#no auto
R1(config-router)#net 10.1.1.0 0.0.0.255 (eigrp的标准配置)
R1(config-router)#net 1.1.1.0 0.0.0.255

R1(config-router)#net 10.3.3.0 0.0.0.255

R1(config-router)#exi

  阅读全文
posted @ 2008-09-11 04:12 cisco交流平台 阅读(1388) | 评论 (3)  编辑

     摘要: EIGRP有三张表:邻居表,拓扑表,路由表
其中邻居的建立需满足两点:1.AS号一致 2.5K值(带宽,延迟,可靠性,负载,MTU)
  阅读全文
posted @ 2008-09-10 04:03 cisco交流平台 阅读(741) | 评论 (0)  编辑