欢迎来到天天文库
浏览记录
ID:38063388
大小:17.40 KB
页数:6页
时间:2019-05-25
《cisco ospf命令总结》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、今天花了一天时间把ospf的基本命令都总结了.绝对心血啊.OSPF配置命令Router(config)#routerospf10 进程号只在本地有效Router(config)#network192.168.10.00.0.0.255area0 正反掩码均可ShowipprotocolsShowiproute 查看路由表Showiprouteospf 查看路由表中的OSPF路由项Showipospfneighbors[detail] 显示OSPF邻居Showipospf 显示OSPF路由器的
2、各项信息Showipospfinterfacef0/1[brief]显示接口的OSPF信息Showipospfdatabase[router] 显示各类LSAShowipospfdatabaserouter192.168.20.2 Debugipospfadj 显示邻居关系的建立Showipospfborder-routers 可以看到ASBR和ABR,但不能看到自已的角色,只能看到其它路由器的角色Showipospfdatabase-summary LSDB的汇总信息查看各类LSA的方法:Showipo
3、spfdatabaserouter查看一类LSA域内Showipospfdatabasenetwork查看二类LSA MA网络Showipospfdatabasesummary查看三类LSA 域间Showipospfdatabaseasbr-summary查看四类LSAShowipospfdatabaseexternal查看五类LSA 域外Showipospfdatabasenssa-external查看七类LSA指定RID、修改路由器优先级、修改hello间隔、dead时间、接口带宽、ospf接口的cost值,
4、修改cost计算公式的分子Router(config-router)#router-id1.1.1.1 指定RIDRouter(config-if)#ipospfpriority0-255注意在接口下改Router(config-router)#clearipospfprocess 重新启动OSPF路由选择进程,如果希望本路由器成为DR,则在更改优先级后用这一命令重新启动进程才能成为DRRouter(config-if)#ipospfhello-interval10Router(config-if)#iposp
5、fdead-interval40默认是hello间隔的四倍Router(config-if)#bandwidth5000修改带宽,可通过修改带宽实现修改cost值的目的,这个属性是接口本身的属性。不起OSPF也能进行修改,且对其它路由进程同时产生效果Router(config-if)#ipospfcost30直接修改本接口在OSPF中的cost值Router(config-router)#auto-costreference-bandwidth1000修改COST计算公式的分子,单位是Mbps,即十的六次方路由汇总:R
6、outer(config-router)#area0range172.16.32.0255.255.254.0域间汇总,area0是被汇总的区域,建议在本区域所有ABR上都做Router(config-router)#summary-address10.0.0.0255.0.0.0域外汇总,在ASBR的进程中做下发默认路由:有两种方法Router(config)#iproute0.0.0.00.0.0.0serial0Router(config-router)#default-informationoriginate如
7、果没有写默认路由,用下面这种:Router(config-router)#default-informationoriginatealways[metric-type1metric3]实际上这条命令也只能吸引路由,并不能指向一个网关,所以还是要配一个默认网关配置stub区域区域内的每台路由器都要打上命令Router(config-router)#area2stub将area2配置为stub区域Router(config-router)#area2default-cost5将自动下发的默认路由的cost值改为5,默认情况
8、下是1配置totallystub区域Router(config-router)#area2stubno-summary只需在ABR上配配置NSSA区域Router(config-router)#area2nssaR2(config-router)#area2nssadefault-information-originate在ABR
此文档下载收益归作者所有