博客首页 注册 建议与交流 排行榜 加入友情链接
推荐 投诉 搜索: 帮助

好好学习,天天向SUN

联系方式: leiyu530@163.com
  penguinstorm.cublog.cn

关于作者
姓名:雷宇
昵称:storm
职业:IT
年龄:26
位置:北京
个性介绍:没啥个性
不聊MSN/QQ
本着资源共享的精神,所有文章欢迎转载
|| << >> ||
我的分类


Part3:Static Routing
The Route Table
Configuring Static Routes
    Case Study: Simple Static Routes
    Case Study: Summary Routes
    Case Study: Alternative Routes
    Case Study: Static Floating Routes
    Case Study: Load Sharing
    Case Study: Recursive Table Lookups
Troubleshooting Static Routes
    Case Study: Tracing a Failed Route
    Case Study: A Protocol Conflict
 
The router will match the most specific address it can. In descending order of specificity, the address may be one of the following:
A host address
A subnet
A group of subnets
A major network number
A group of major network numbers
A default address
 
The procedure for statically routing an internetwork has three steps:
1, For each data link within the internetwork, identify all addresses(subnet or network)
2, For each router, identify all data links not directly connected to that router
3, For each router, write a route statement for each data link not directly connected to it
 
By summarizing a group of subnets or even major networks, the number of static route entries may be reduced drastically. However, caution must be used when summarizing addresses; when done incorrectly, unexpected routing behavior may occur.
 
The administrative distances of all dynamic routing protocols are substantially higher than 1. Therefore, by default a static route to a network will always be prefered over a dynamically discovered route to the same network.
 
Per destination load balancing distributes the load according to destination address. Given two paths to the same network, all packets for one destination on the network may travel over the first path, all packets for a second destination on the same network may travel over the second path, all packets for a third destination may again be sent over the first path, and so on. This type of load balancing occurs in Cisco routers when they are fast switching, the default Cisco switching mode.
 
Per packet load sharing means that one packet to a destination is sent over one link, the next packet to the same destination is sent over the next link,and so on, given equal-cost paths. If the paths are unequal cost, the load balancing may be one packet over the higher-cost link for every three packets over the lower-cost link, or some other proportion depending upon the ratio of costs. Cisco routers will do per packet load balancing when they are process switching.
 
Check a router's ARP cached when packets do not go to the correct destination on a data link
 

发表于: 2006-08-15,修改于: 2006-08-15 17:03,已浏览711次,有评论0条 推荐 投诉


网友评论
 发表评论