學(xué)習(xí)啦 > 學(xué)習(xí)電腦 > 網(wǎng)絡(luò)知識(shí) > 路由器 > 路由器設(shè)置 > 華為路由器 > 如何配置華為OSPF多區(qū)域認(rèn)證(2)

如何配置華為OSPF多區(qū)域認(rèn)證(2)

時(shí)間: 權(quán)威724 分享

如何配置華為OSPF多區(qū)域認(rèn)證

  使用displayospf lsdb命令查看R1的鏈路狀態(tài)數(shù)據(jù)庫。

  [R1]dis ospf lsdb

  OSPF Process 1 with Router ID 10.0.1.1

  Link State Database

  Area: 0.0.0.0

  Type LinkState ID AdvRouter Age Len Sequence Metric

  Router 10.0.2.2 10.0.2.2 632 60 80000004 48

  Router 10.0.1.1 10.0.1.1 651 48 80000004 48

  Sum-Net 10.0.13.0 10.0.1.1 934 28 80000002 1

  Sum-Net 10.0.3.3 10.0.1.1 374 28 80000002 1

  Sum-Net 10.0.1.1 10.0.1.1 910 28 80000002 0

  Sum-Asbr 10.0.3.3 10.0.1.1 1196 28 80000001 1

  Area: 0.0.0.1

  Type LinkState ID AdvRouter Age Len Sequence Metric

  Router 10.0.3.3 10.0.3.3 1197 48 80000005 1

  Router 10.0.1.1 10.0.1.1 372 48 80000007 1

  Network 10.0.13.1 10.0.1.1 372 32 80000003 0

  Sum-Net 10.0.12.0 10.0.1.1 934 28 80000002 48

  Sum-Net 10.0.2.2 10.0.1.1 631 28 80000002 48

  AS External Database

  Type LinkState ID AdvRouter Age Len Sequence Metric

  External 10.0.3.0 10.0.3.3 1197 36 80000001 1

  External 10.0.13.0 10.0.3.3 1197 36 80000001 1

  External 172.64.0.0 10.0.3.3 1197 36 80000001 1

  以上顯示的是整個(gè)鏈路狀態(tài)數(shù)據(jù)庫的簡(jiǎn)要信息。突出顯示的內(nèi)容為L(zhǎng)SA Type4和LSA Type5.

  也可以使用如下命顯示某個(gè)條目的具體信息,以下三條命令分別顯示了LSA Type3、4、5三種類型的LSA數(shù)據(jù)結(jié)構(gòu)。

  [R1]displ ospf lsdb summary 10.0.3.3

  OSPF Process 1 with Router ID 10.0.1.1

  Area: 0.0.0.0

  Link State Database

  Type : Sum-Net

  Ls id : 10.0.3.3

  Adv rtr : 10.0.1.1

  Ls age : 660

  Len : 28

  Options : E

  seq# : 80000002

  chksum : 0x4af4

  Net mask : 255.255.255.255

  Tos 0 metric: 1

  Priority : Low

  Area: 0.0.0.1

  Link State Database

  [R1]display ospf lsdb asbr

  OSPF Process 1 with Router ID 10.0.1.1

  Area: 0.0.0.0

  Link State Database

  Type : Sum-Asbr

  Ls id : 10.0.3.3

  Adv rtr : 10.0.1.1

  Ls age : 1562

  Len : 28

  Options : E

  seq# : 80000001

  chksum : 0x3e01

  Tos 0 metric: 1

  Area: 0.0.0.1

  Link State Database

  display ospf lsdb ase 172.64.0.0

  OSPF Process 1 with Router ID 10.0.1.1

  Link State Database

  Type : External

  Ls id : 172.64.0.0

  Adv rtr : 10.0.3.3

  Ls age : 283

  Len : 36

  Options : E

  seq# : 80000001

  chksum : 0xb51e

  Net mask : 255.255.255.0

  TOS 0 Metric: 1

  E type : 2

  Forwarding Address : 0.0.0.0

  Tag : 1

  Priority : Low

  步驟五.OSPF認(rèn)證配置及驗(yàn)證

  將R1接口S1/0/0配置為OSPF接口認(rèn)證模式、明文、密碼“Huawei”。

  [R1]interface s1/0/0

  [R1-Serial1/0/0]ospf auth

  [R1-Serial1/0/0]ospf authentication-mode simple plain huawei

  [R1]display ospf peer brief

  OSPF Process 1 with Router ID 10.0.1.1

  Peer Statistic Information

  ----------------------------------------------------------------------------

  Area Id Interface Neighbor id State

  0.0.0.1 GigabitEthernet0/0/0 10.0.3.3 Full

  ----------------------------------------------------------------------------

  [R1]

  此時(shí)R1與R2的ospf認(rèn)證方式不匹配,所以R1與R2無法建立鄰居。

  將R2接口S1/0/0配置為OSPF接口認(rèn)證模式,明文,密碼“Huawei”。

  [R2]interface ser1/0/0

  [R2-Serial1/0/0]ospf auth

  [R2-Serial1/0/0]ospf authentication-mode simple plain huawei

  在R1查看與R2的鄰居狀態(tài)。

  [R1]display ospf peer brief

  OSPF Process 1 with Router ID 10.0.1.1

  Peer Statistic Information

  ----------------------------------------------------------------------------

  Area Id Interface Neighbor id State

  0.0.0.0 Serial1/0/0 10.0.2.2 Full

  0.0.0.1 GigabitEthernet0/0/0 10.0.3.3 Full

  ----------------------------------------------------------------------------

  [R1]

  此時(shí)R1、與R2之間認(rèn)證方式和密碼均匹配,所以R1與R2重新建立了鄰居關(guān)系。將R1的區(qū)域配置為OSPF區(qū)域認(rèn)證模式,加密方式為MD5,密碼問密文形式“Huawei”。

  [R1]ospf 1

  [R1-ospf-1]area 1

  [R1-ospf-1-area-0.0.0.1]authentication-mode md5 1 cipher Huawei

  在R1上查看與R3的鄰居狀態(tài)。

  [R1]display ospf peer brief

  OSPF Process 1 with Router ID 10.0.1.1

  Peer Statistic Information

  ----------------------------------------------------------------------------

  Area Id Interface Neighbor id State

  0.0.0.0 Serial1/0/0 10.0.2.2 Full

  ----------------------------------------------------------------------------

  [R1]

  由于R1與R3之間OSPF認(rèn)證方式不匹配,此時(shí)R1與R3無法建立鄰居關(guān)系。

  將R3上區(qū)域1配置為OSPF區(qū)域認(rèn)證模式,加密方式為MD5,密碼為密文形式“Huawei”。

  [R3]ospf

  [R3-ospf-1]area 1

  [R3-ospf-1-area-0.0.0.1]authentication-mode md5 1 cipher huawei

  在R1上查看與R3的鄰居狀態(tài)。

  [R1]display ospf peer brief

  OSPF Process 1 with Router ID 10.0.1.1

  Peer Statistic Information

  ----------------------------------------------------------------------------

  Area Id Interface Neighbor id State

  0.0.0.0 Serial1/0/0 10.0.2.2 Full

  0.0.0.1 GigabitEthernet0/0/0 10.0.3.3 Full

  ----------------------------------------------------------------------------

  此時(shí)R1與R3之間認(rèn)證方式和密碼均匹配,所以R1與R3重新建立了鄰居關(guān)系。

配置華為OSPF多區(qū)域認(rèn)證的相關(guān)文章:

1.如何配置華為動(dòng)態(tài)路由RIP

2.華為路由器RIP協(xié)議通信的配置方法

574815