| 网站首页 | 考试学习 | 英语学习 | 求职 | 资源下载 | 出国留学 | 论文中心 | 箐箐校园 | 
资格类考试: 公务员考试 报关员考试 导游资格 注册会计 司法考试
外语类考试: 英语四六级 雅思 托福 GRE BEC PETS 职称英语
学历类考试: 高考 考研 自考 成考 专升本
计算机考试: 等级考试 水平考试 微软认证 思科认证 Linux认证
设为主页
联系站长
添加收藏夹
您现在的位置: 学子考试网 >> 考试学习 >> IT考试 >> 思科认证 >> 试题中心 >> 文章正文 用户登录 新用户注册
特 别 推 荐
· 报关员辅导
· 经济师辅导
· 会计职称辅导
· 注册会计师辅导
· 英语四级辅导
· 公共英语(PETS)辅导
· 商务英语(BEC)辅导
· 职称英语辅导
· 报检员辅导
· 造价工程师辅导
· 2006公务员网络辅导课程
· 查看更多...
最 新 热 门
最 新 推 荐
相 关 文 章
没有相关文章
RameshsStudyGuide 【字体:
http://www.ks263.com 来源:ks263.com 点击数: 更新:2006-7-24 【VIVI收藏

 

Dynamic Routing : Autonomous System(AS): consists of routers that share info using same protocol. Backbone + areas. Routing within area/domain-Intra Domain Routing, Ext / Inter domain / inter AS Routers connect areas to backbone.
Codes- # sh ip route- C-dir conntd, S-static, I-IGRP, R-RIP, M-mobile, B-BGP, D-EIGRP, EX-EIGRP ext,

O-OSPF, IA-OSPF inter area, E1- OSPF ext type1, E2-OSPF ext type2, E-EGP, I-ISIS, L1-ISIS lvl 1, L2-ISIS lvl 2.

Admn distance: Source’s trustworthiness 0-255 : Directly connected Interface-0, Static route-1, EIGRP sum route-5, Ext BGP-20, Int EIGRP-90, IGRP-100, OSPF-110, ISIS-115, RIP-120, EGP-140, Int BGP-200, Unknown-255.

 

Interior Routing protos:used within an AS. RIP, IGRP (Dist vect), OSPF (Link state), EIGRP (Bal Hybrid) all layer3.

 

Distance Vector-RIP-uses 2nd hand info, metric (hops 16 ), slow conv. @ 30 sec, routing loops, counting to infinity.

To Stop Loops: Counting to infinity/exceeding TTL: max.16 loops, Split Horizon: stops info return, Route Poisoning: uses net unreachable entry (metric for down link = infinity), and triggered updates. Hold Downs : stops regular updates from reinstating down link, waits & watches status, work with route poisoning, and use triggered updates.

Link State- OSPF- uses LSP (hello pkts), topology Dbase, SPF algorithm, metric-65533, routing table. needs more power, memory, b/w, fast conv @ 2-12 hrs(uses DR designated Router), LSP time stamps,

Balanced Hybrid-IS-IS, EIGRP: combines and uses best of both above. Link state triggers. Classfull routing: summarizing routing info by major network nos.(RIP, IGRP), Classless and Prefix routing : allows contiguous blocks of hosts, subnets or nets to be represented by a single route. Cost= Path Cost: based on hope, bw, etc. to determine the best route. Lower the cost value better the path. Routing metric: method by which routing algorithm decides one route is better than other. Stored in routing table. Includes bw, comm cost, delay, hop count, load, MTU, path cost, and reliability.

 

RIP: dynamic, dist vect, classful routing proto, no support prefix routing. Provides IP dest add, metric-hop count (16), IP add of next router in the way, marker & flags (recent route change), timer, Hold downs, Split horizon, Poison rev, slow conv, loops. Timers: update-30sec, invalid-180sec, flush-240sec., hold-180sec, Admn Dist.: 120,
RIP pkt format: command1,ver no1, zero2, add family ID2, zero2, add4, zero4, zero4, metric4.

Enab RIP: cancel all stat/def routes, config t, Enab RIP(# router rip),Enab net (# net work x.x.0.0), R# wr mem

Testing RIP: # sh ip route rip, # ping [add]. Passive RIP: stops router from advt to internet. Commands: config t,

# router rip, # network 172.16.0.0, # passive serial 1 ( serial 1 connects the local net to the internet),

Neighbor RIP: WAN link (frame relay) doesn’t broadcast RIP update by default. use neighbor command to solve this.

config t, # router rip, # network 172.16.0.0, # neighbor 172.18.3.10. RIP Broadcast : sending update to 255.255.255.255 via e0

Monitoring RIP: R # sh ip route rip-sh only RIP routes, # sh ip protocol-sh RIP timers, net ID, routing info sources,

# sh ip interface: shows interface config and statistics, R# debug ip rip: turns on RIP debugging-shows RIP updates live,

# undebug ip rip: stops debug, R # trace 172.16.50.2: sh path to dest add, config t # no router rip: stops running RIP proto.

 

IGRP: Dist vect, cisco prop, scalability, fast convergence, multi paths (def 4, max 6) & unequal load balancing, Periodic & Flash updates, no VLSM, complex metric (1-255) [delay-media speed (10mb=100=1ms), bw (1.2kb-10Gb), reliability (1-255optm), load (optm 0-255), MTU], hold down, poison rev, split horizon,

上一页  [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] 下一页  

文章录入:ks263.com    责任编辑:ks263.com 
  • 上一篇文章:

  • 下一篇文章:
  • 发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口