Cisco OSPF命令与配置手册

Cisco OSPF命令与配置手册
作 者: William Parkhurst 张伟
出版社: 人民邮电出版社
丛编项: Cisco职业认证培训系列
版权说明: 本书为公共版权或经版权方授权,请支持正版图书
标 签: 互连网络 路由器 基本知识
ISBN 出版时间 包装 开本 页数 字数
未知 暂无 暂无 未知 0 暂无

作者简介

暂缺《Cisco OSPF命令与配置手册》作者简介

内容简介

本书是一本简洁而完整的OSPF命令手册。书中提供了很多示例场景,演示了可在由最少数量的路由器组成的网络环境中实施的每条OSPF命令的正确用法。这可以让读者学会每条OSPF命令,而不需搭建一个庞大的、昂贵的实验室环境。这些示例场景清晰地展示了每条OSPF命令的目的和用法。有的例子介绍了一些常见的不能正常工作的环境,帮助读者加深对一些特别的OSPF命令的理解。本书覆盖了OSPF中的很多主题,包括接口配置、OSPF区域配置、路由过滤、OSPF进程配置、路由成本、缺省路由产生、路由再分布、管理距离、OSPF邻居关系、路由汇聚,以及“show”、“debug”和“clear”命令等。本书的使用方式与读者的目标有关。如果读者是要准备CCIE的笔试和LAB考试,那么本书可被用作学习每条OSPF命令的目的和正确用法的实验室指南。如果读者是一位网络设计人员,那么本书可被用作OSPF命令的参考书。

图书目录

第1章 OSPF进程配置命令

1.1 router ospf process-id

1.2 route ospf process-id vrf name

第2章 OSPF区域命令

2.1 area area-id authentication

2.2 area area-id authentication message-digest

2.3 area area-id default-cost cost

2.4 area area-id nssa

2.5 area area-id nssa default-infromation-originate

2.6 area area-id nssa no-redistribution

2.7 area area-id nssa no-summary

2.8 area area-id range ip-address mask

2.9 area area-id range ip-address mask advertise

2.10 area area-id range ip-address mask not-advertise

2.11 area area-id stub

2.12 area area-id stub no-summary

2.13 area transit-area-id virtual-link router-id

2.14 area transit-area-id virtual-link router-id authentication authentication-key password

2.15 area transit-area-id virtual-link router-id authentication message-digest

2.16 area transit-area-id virtual-link router-id authentication null

2.17 area transit-area-id virtual-link router-id authentication-key password

2.18 area transit-area-id virtual-link router-id dead-interval seconds

2.19 area transit-area-id virtual-link router-id hello-interval seconds

2.20 area transit-area-id virtual-link router-id message-digest-key key-id md5 password

2.21 area transit-area-id virtual-link router-id retransmit-interval seconds

2.22 area transit-area-id virtual-link router-id transmit-delay seconds

第3章 默认成本

3.1 auto-cost reference-bandwidth bandwidth

第4章 产生缺省路由

4.1 default-information originate

4.2 default-information originate always

4.3 default-information originate metric cost

4.4 default-information originate always metric cost

4.5 default-information originate metric-type type

4.6 default-information originate always metric-type type

4.7 default-information originate route-map route-map-name

第5章 为再次分布协议设置缺省的度量

5.1 default-metric cost

第6章 管理距离

6.1 distance administrative-distance

6.2 distance administrative-distance source-ip- address source-ip-mask

6.3 distance administrative-distance source-ip- address source-ip-mask access-list-number

6.4 distance ospf external administrative-distance

6.5 distance ospf inter-area administrative-distance

6.6 distance ospf intra-area administrative-distance

第7章 用分布列表过滤路由

7.1 distribute-list access- list-number in

7.2 distribute-list access-list-number in interface-type interface-number

7.3 distribute-list access-list-number out

7.4 distribute-list access-list-number out interface-type interface-number

7.5 distribute-list access-list-number out routing-process

7.6 distribute-list access-list-number in

7.7 distribute-list access-list-name in interface-type interface-number

7.8 distribute-list access-list-name out

7.9 distribute-list access-list-name out interface-type interface-number

7.10 distribute-list access-list-name out routing-process

7.11 distribute-list prefix prefix-list-name in

7.12 distribute-list prefix prefix-list-name in interface-type interface-number

7.13 distribute-list prefix prefix-list-name out

7.14 distribute-list prefix prefix-list-name out interface-type interface-number

7.15 distribute-list prefix prefix-list-name out routing-process

第8章 MOSPF LSA的处理

8.1 ignore lsa mospf

第9章 记录OSPF邻居状态的改变

9.1 log-adjacency-changes

9.2 log adjacency-changes detail

第10章 最大路径配置

10.1 maximum-paths number-of-paths

第11章 OSPF邻居命令

11.1 neighbor ip-address

11.2 neighbor ip-address cost cost

11.3 neighbor ip-address database-filter all out

11.4 neighbor ip-address poll-interval interval

11.5 neighbor ip-address priority priority

第12章 OSPF网络命令

12.1 network ip-address wild-card-mask area area-id

第13章 被动的OSPF接口

13.1 passive-interface interface-name interface-number

13.2 passive-interface default

第14章 路由的再次分布

14.1 redistribute routing-process process-id

14.2 redistribute routing-process process-id metric ospf-metric

14.3 redistribute routing-process process-id metric-type metric-type

14.4 redistribute routing-process process-id subnets

14.5 redistribute routing-process process-id tag tag-value

14.6 redistribute routing-process process-id route-map route-map-name

第15章 控制OSPF路由器ID

15.1 router-id ip-address

第16章 汇聚外部路由

16.1 summary-address ip-address mask

16.2 summary-address ip- address mask not-advertise

16.3 summary-address ip-address mask tag value

第17章 OSPF计时器

17.1 timers lsa-group-pacing seconds

17.2 timers spf delay interval

第18章 流量分担

18.1 traffic-share min across-interfaces

第19章 接口配置命令

19.1 ip ospf authentication

19.2 ip ospf authentication authentication-key password

19.3 ip ospf authentication message-digest

19.4 ip ospf authentication null

19.5 ip ospf cost cost

19.6 ip ospf database-filter all out

19.7 ip ospf dead-interval seconds

19.8 ip ospf demand-circuit

19.9 ip ospf flood-reduction

19.10 ip ospf hello-interval seconds

19.11 ip ospf message-digest-key key-id md5 password

19.12 ip ospf mtu-ignore

19.13 ip ospf network broadcast

19.14 ip ospf network non-broadcast

19.15 ip ospf network point-to-multipoint

19.16 ip ospf network point-to-multipoint non-broadcast

19.17 ip ospf network point-to-point

19.18 ip ospf priority priority

19.19 ip ospf retransmit-interval seconds

19.20 ip ospf transmit-delay seconds

第20章 show命令

20.1 show ip ospf

20.2 show ip ospf process-id

20.3 show ip ospf border-routers

20.4 show ip ospf process-id border-routers

20.5 show ip ospf database

20.6 show ip ospf process-id database

20.7 show ip ospf database adv-router router-id

20.8 show ip ospf process-id database adv-router router-id

20.9 show ip ospf database asbr-summary

20.10 show ip ospf process-id database asbr-summary

20.11 show ip ospf database asbr-summary asbr-id

20.12 show ip ospf process-id database asbr-summary asbr-id

20.13 show ip ospf database database-summary

20.14 show ip ospf process-id database database-summary

20.15 show ip ospf database external

20.16 show ip ospf process-id database external

20.17 show ip ospf database network

20.18 show ip ospf process-id database network

20.19 show ip ospf database nssa-external

20.20 show ip ospf process-id database nssa-external

20.21 show ip ospf database router

20.22 show ip ospf process-id database router

20.23 show ip ospf database self-originate

20.24 show ip ospf process-id database self-originate

20.25 show ip ospf database summary

20.26 show ip ospf process-id database summary

20.27 show ip ospf flood-list

20.28 show ip ospf process-id flood-list

20.29 show ip ospf flood-list int-name int-number

20.30 show ip ospf process-id flood-list int-name int-number

20.31 show ip ospf interface

20.32 show ip ospf process-id interface

20.33 show ip ospf interface int-name int-number

20.34 show ip ospf process-id interface int-name int-number

20.35 show ip ospf neighbor

20.36 show ip ospf process-id neighbor

20.37 show ip ospf neighbor neighbor-id

20.38 show ip ospf process-id neighbor neighbor-id

20.39 show ip ospf neighbor int-name int-number

20.40 show ip ospf process-id neighbor int-name int-number

20.41 show ip ospf neighbor detail

20.42 show ip ospf process-id neighbor detail

20.43 show ip ospf neighbor detail neighbor-id

20.44 show ip ospf process-id neighbor detail neighbor-id

20.45 show ip ospf neighbor int-name int-number

20.46 show ip ospf process-id neighbor int-name int-number

20.47 show ip ospf request-list

20.48 show ip ospf process-id request-list

20.49 show ip ospf request-list neighbor-id

20.50 show ip ospf process-id request-list neighbor-id

20.51 show ip ospf request-list int-name int-number

20.52 show ip ospf process-id request-list int-name int-number

20.53 show ip ospf retransmission-list

20.54 show ip ospf process-id retransmission-list

20.55 show ip ospf retransmission neighbor-id

20.56 show ip ospf process-id retransmission neighbor-id

20.57 show ip ospf retransmission int-name int-number

20.58 show ip ospf process-id retransmission int-name int-number

20.59 show ip ospf summary-address

20.60 show ip ospf process-id summary-address

20.61 show ip ospf virtual-links

20.62 show ip ospf process-id virtual-links

第21章 debug命令

21.1 debug ip ospf adj

21.2 debug ip ospf events

21.3 debug ip ospf flood

21.4 debug ip ospf flood ip-access-list-number

21.5 debug ip ospf lsa-generation

21.6 debug ip ospf lsa-generation ip-access-list-number

21.7 debug ip ospf packet

21.8 debug ip ospf retransmission

21.9 debug ip ospf spf

21.10 debug ip ospf spf external

21.11 debug ip ospf spf external access-list-number

21.12 debug ip ospf spf inter

21.13 debug ip ospf spf inter access-list-number

21.14 debug ip ospf spf intra

21.15 debug ip ospf spf intra access-list-number

第22章 clear命令

22.1 clear ip ospf counters

22.2 clear ip ospf process-id counters

22.3 clear ip ospf process-id counters neighbor

22.4 clear ip ospf process-id counters neighbor int-name int-number

22.5 clear ip ospf process

22.6 clear ip ospf process-id process

22.7 clear ip ospf redistribution

22.8 clear ip ospf process-id redistribition