命令
|
命令模式和描述
|
router ospf
process-id
|
全局配置模式;进入对应
PID
的
OSPF
配置模式
|
network
ip-address
[wildcard-mask] area
area-id
|
OSPF
配置模式;定义匹配参数,将接口
IP
地址与其比较,如相符,即在该接口激活
OSPF
|
ip ospf
process-id
area
area-id
[secondaries none]
|
接口配置模式;在接口激活
OSPF
的另一种方法
|
neighbor
ip-address
[priority
number
] [poll-interval
seconds
] [cost
number
] [database-filter all]
|
OSPF
配置模式;当需要定义邻接路由器的时候使用,定义了邻接路由器的
IP
地址、优先权、开销和查询间隔
|
auto-cost reference-bandwidth
ref-bw
|
OSPF
配置模式;修改
OSPF
参考带宽
|
router-id
ip-address
|
OSPF
配置模式;静态设置
RID
|
ospf log-neighbor-changes [detail]
|
OSPF
配置模式;显示邻接路由器状态改变的日志,默认启动
|
passive-interface [default] {
interface-type interface-number
}
|
OSPF
配置模式;使
OSPF
在指定接口上停止发送
Hello
。
OSPF
会广播该子网为桩网络
|
area
area-id
stub [no-summary]
|
OSPF
配置模式;设置区域类型为桩区域或完全桩区域
|
area
area-id
nssa [no-redistribution] [default-information-originate [metric] [metric-type]] [no-summary]
|
OSPF
配置模式;设置区域类型为
NSSA
或完全
NSSA
|
area
area-id
default-cost
cost
|
OSPF
配置模式;设置
ABR
创建的默认路由的开销并将其发送到桩区域
|
area
area-id
nssa translate type7 suppress-fa
|
OSPF
配置模式;要求
NSSA
的
ABR
将由
7
类型
LSA
转换的
5
类型
LSA
的转发地址设为
0.0.0.0
|
area
area-id
range
ip-address mask
[advertise | not-advertise] [cost
cost
]
|
OSPF
配置模式;在
ABR
上汇总路由为更大前缀。若使用
not-advertise
选项,则可过滤
3
类型
LSA
|
area {
area-id
} filter-list prefix {
prefix-list-name
in | out}
|
OSPF
配置模式;在
ABR
上过滤
3
类型
LSA
|
distribute-list [ACL] | [route-map map-tag] in [int-type | int-number]
|
OSPF
配置模式;配置
ACL
或前缀列表来过滤
OSPF
置入路由表的路由
|
area
area-id
virtual-link
router-id
[authentication [message-digest | null]] [hello-interval
seconds
] [retransmit-interval
seconds
] [transmit-delay
seconds
] [dead-interval
seconds
] [[authentication-key
key
] | [message-digest-key
key-id
md5
key
]]
|
OSPF
配置模式;创建虚链路,并配置接口
|
ip ospf hello-interval
seconds
|
接口子命令;设置
Hello
的间隔
|
ip ospf dead-interval {
seconds
| minimal hello-multiplier
multiplier
}
|
接口子命令;设置
dead
间隔,或者设置为最小间隔(
1
秒),同时可配置是
Hello
间隔的多少倍
|
ip ospf name-lookup
|
全局模式;使路由器使用
DNS
来关联
RID
和主机名,以用于
show
命令输出
|
ip ospf cost
interface-cost
|
接口子命令;设置接口开销
|
ip ospf mtu-ignore
|
接口子命令;设置路由器在发送
DD
包时忽视对等值
MTU
的检查
|
ip ospf network {broadcast | non-broadcast | {point-to-multipoint [non-broadcast] | point-to-point}}
|
接口子命令;设置接口的
OSPF
网络类型
|
ip ospf priority
number-value
|
接口子命令;设置接口的
OSPF
优先权
|
ip ospf retransmit-interval
seconds
|
接口子命令;设置接口上
LSA
重传的间隔
|
ip ospf transmit-delay
seconds
|
接口子命令;设置接口上
LSU
传输的期望时间
|
max-metric router-lsa [on-startup {
announce-time
| wait-for-bgp}]
|
OSPF
配置模式;配置桩路由器,延迟其成为过境路由器
|
show ip ospf border-routers
|
用户模式;显示
ABR
和
ASBR
隐藏的
LSA
|
show ip ospf [process-id [area-id]] database
|
用户模式;显示
OSPF
的
LSDB
|
show ip ospf neighbor [
interface-type interface-number
] [
neighbor-id
] [detail]
|
用户模式;显示关于
OSPF
邻接路由器的信息
|
show ip ospf [
process-id
] summary-address
|
用户模式;显示
OSPF
汇总的信息
|
show ip ospf virtual-links
|
用户模式;显示虚链路的状态信息
|
show ip route ospf
|
用户模式;显示
IP
路由表中的
OSPF
路由
|
show ip ospf interface [
interface-type interface-number
] [brief]
|
用户模式;显示每接口的
OSPF
协议定时器及状态信息
|
show ip ospf statistics [detail]
|
用户模式;显示
OSPF
的
SPF
计算统计信息
|
clear ip ospf [
pid
] {process | redistribution | counters [neighbor [
neighbor-interface
] [
neighbor-id
]]}
|
激活模式;重启
OSPF
进程,清除重分发路由,或清除
OSPF
计数器
|
debug ip ospf hello
|
激活模式;显示关于
Hello
的消息
|
debug ip ospf adj
|
激活模式;显示关于邻接关系的消息
|