- 积分
- 75
- 鸿鹄币
- 个
- 好评度
- 点
- 精华
- 最后登录
- 1970-1-1
- 阅读权限
- 20
- 听众
- 收听
助理工程师
 
|
发表于 2012-3-14 15:38:26
|
显示全部楼层
OSPF common errors and checking methods
OSPF is a more complex configuration protocol, so in the actual operation is very easy to make mistakes, here to introduce OSPF some common mistakes and checking methods:
A, OSPF neighbor relationship cannot be established
This is the actual engineering of the most common mistakes, for this kind of errors to the following command to carry out investigation:
First need to use Show ip ospf interface command, the command output information can affect the OSPF neighbor relationship between several factors are filtered ads:
1, the interface is UP, if the down please do check out.
2, both sides of OSPF router link area is consistent, if not please the area into the same
3, link on both sides of OSPF router interface types are the same, if not please change for the same
4, both sides of the interface of the OSPF router link Hello interval is consistent, if not please change for the same.
5, both sides of the interface of OSPF router link is passive out, if be passive out. Please remove the configuration.
6, both sides of the interface of OSPF router link IP mask is consistent.
If the above configuration is all right, please use the show ip ospf command for the next inspection:
1, both sides of the router-id OSPF router link is the same, if the same change which a router router-id
2, link on both sides of OSPF router interface region types are the same, if not please change into uniform.
3, link on both sides of OSPF router interface are open authentication, if open authentication check configuration authentication password is consistent.
In two, OSPF routing error
This kind of error in large campus network appeared frequently in the routing table, in the inspection found OSPF routing and expected inconsistencies. This investigation needs to check errors along the router interface configuration and OSPF router configuration parameters.
The most common case is the following two:
In 1, the router reference bandwidth inconsistent choices, need to change for consistency.
In 2, route passing through a link on both sides of the router interface cost change is inconsistent, the need to reconfigure the.
In three, OSPF non-backbone area set stub area can see regional summary list.
Area border router in setting the AREA stub without using the no-summary parameter.
In four, OSPF non-backbone area some low-end switch or router forwards the abnormal phenomenon
May be this area routing entries are excessive, beyond some low-end switch and router performance limits. Can consider implementing special area to simplify the routing table and smaller area. |
759#
2012-3-14 15:38:26
回复(0)
收起回复
|