21 123
发新话题
打印

[技术文献] 大猫JNCIP-M Lab考试问答之三[OSPF Config & Operation]

本主题由 admin 于 2008-2-15 09:26 提升

大猫JNCIP-M Lab考试问答之三[OSPF Config & Operation]

问题一,NBMA以及P2MP多点网络类型如何配置
P2MP配置方法
set protocols area 0 interface so-0/2/0.0 neighbor ip_address
NBMA配置方法
set protocols area 0 interface so-0/2/0.0 interface-type nbma
set protocols area 0 interface so-0/2/0.0 neighbor ip_address <eligible>

问题二,如果配置OSPF STUB AREA一定要在ABR上写default-metric才能生成default route
set protocols area 10 stub default-metric 20

问题三,如果要配置OSPF TOTALLY STUB AREA,只需要在ABR上加set area 10 stub no-summary

问题四,如果题目要求“no type 3 LSA or type 5 LSA”,配置方法如下:
set protocols ospf area 10 nssa no-summaries default-lsa type-7 metric-type 2
set protocols ospf area 10 nssa default-lsa default-metric 10
因为默认的default lsatype 3 LSA来的

问题五,如果要做NSSA下的route summarization,那么:
l
对于ospf internal route,在ABR上使用set protocols ospf area 10 area-range 10.0.8/22
l
对于ospf NSSA area里的external route,在ABR上使用set protocols ospf area 10 nssa area-range 10.0.x/20
l
对于ospf type 5 LSA的汇总,则应该在originating ASBRaggregate route然后使用policyredistribute进入ospf
l
同时题目如果要求的话,千万不要忘记把loopback address也汇总

问题六,如果有2NSSAABR,那么谁的ROUTER ID高,谁就负责LSA type 7type 5的翻译,这会造成rip router traceroute10.0.5/24,只有一个固定的forwarding path,那是因为r4ROUTER IDr3高,所以只有r4执行LSA type 7type 5的转换

TOP

不错的学习资料,谢谢楼主了。沙发被我坐到了,呵呵!

TOP

不错的学习资料,谢谢楼主了。

TOP

外语人才

TOP

thanks for sharing.

TOP

thanks for sharing.

TOP

thanks for sharing.

TOP

回复 1# 的帖子

thanks for sharing.

TOP

 21 123
发新话题