交换机
园区网交换机
数据中心与云计算交换机
行业精选交换系列
意图网络指挥官
无线
放装型无线接入点
墙面型无线接入点
智分无线接入点
室外无线接入点
场景化无线
行业精选无线系列
无线管理与应用
1)静态收集信息
show running-config
show logging
show ip ospf
show ip ospf neighbor
show ip ospf interface
show ip ospf border-routers
show ip ospf spf
show ip ospf route count
show ip ospf route
show ip ospf database database-summary
show ip ospf database
show ip ospf database router
show ip ospf database network
show ip ospf database summary
show ip ospf database asbr-summary
show ip ospf database external
show ip ospf database nssa-external
show ip route count
show ip route
show memory protocols
2)收集动态信息
a、打开debug ip ospf route ase
执行clear ip ospf ase (注意:该命令是隐藏命令)
undebug all关闭调试开关
b、show ip route查看路由是否已经有了,若还是没有,继续第3步;否则结束信息收集;
c、 打开debug ip ospf route spf
在其中一个启用OSPF的接口下配置:ip ospf cost 99
等待10s
恢复配置:no ip ospf cost (若原来有配置cost,这时候恢复为ip ospf cost xxx,其中xxx为原来配置的值)
undebug all关闭调试开关
d、 show ip route查看路由是否已经有了,若还是没有,继续第5步;否则结束信息收集;
e、 执行clear ip ospf process
f、 show ip route查看路由是否已经有了,正常此时应该有了。
万一还没有,重新收集一遍上述静态信息,结束信息收集