自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

OSPF之調(diào)試Debug信息分析

網(wǎng)絡(luò) 路由交換
本文主要向大家展示了OSPF的調(diào)試Debug信息分析,希望可以為廣大讀者提供參考。

上一篇:OSPF的鏈路狀態(tài)數(shù)據(jù)庫(kù)的路由鏈路狀態(tài)信息

OSPF之調(diào)試Debug信息分析

學(xué)習(xí)計(jì)算機(jī)網(wǎng)絡(luò),如果想要更加深層次的學(xué)習(xí)和掌握技能,就必須學(xué)會(huì)查看Debug信息,這個(gè)是目前唯一的可以看到路由協(xié)議走向的查詢工具。開啟Debug測(cè)試信息:

  1. R1#debug ip ospf adj    開始OSPF的鄰居信息的debug  
  2.  
  3. OSPF adjacency events debugging is on  
  4.  
  5. R1#clear ip ospf process   重新啟動(dòng)OSPF的鄰居計(jì)算  
  6.  
  7. Reset ALL OSPF processes? [no]: y 
  1. R1#  
  2.  
  3. 01:12:04: OSPF: Interface Serial1/0 going Down  接口重置為down  
  4.  
  5. 01:12:04: OSPF: 1.1.1.1 address 199.99.1.1 on Serial1/0 is dead, state DOWN  
  6.  
  7. 01:12:04: OSPF: 2.2.2.2 address 199.99.1.2 on Serial1/0 is dead, state DOWN  
  8.  
  9. 01:12:04: %OSPF-5-ADJCHG: Process 100, Nbr 2.2.2.2 on Serial1/0 from FULL to DOWN, Neighbor Down: Interface down or detached 
  1. R1#  
  2.  
  3. 01:12:04: OSPF: Interface Loopback0 going Down  
  4.  
  5. 01:12:04: OSPF: 1.1.1.1 address 1.1.1.1 on Loopback0 is dead, state DOWN  
  6.  
  7. 01:12:04: OSPF: Interface Serial1/0 going Up   接口開始UP  
  8.  
  9. 01:12:04: OSPF: Interface Loopback0 going Up  
  10.  
  11. 01:12:05: OSPF: Build router LSA for area 0, router ID 1.1.1.1, seq 0x80000001  本地路由ID的計(jì)算和進(jìn)程序列號(hào)的計(jì)算 
  1. R1#  
  2.  
  3. 01:12:08: OSPF: 2 Way Communication to 2.2.2.2 on Serial1/0, state 2WAY 路由OSPF計(jì)算的2WAY狀態(tài)  
  4.  
  5. 01:12:08: OSPF: Send DBD to 2.2.2.2 on Serial1/0 seq 0x1968 opt 0x42 flag 0x7 len 32  發(fā)送自己的DBD數(shù)據(jù)庫(kù)給鄰居  
  6.  
  7. 01:12:08: OSPF: Rcv DBD from 2.2.2.2 on Serial1/0 seq 0x2234 opt 0x42 flag 0x7  
  8.  
  9. 收到對(duì)發(fā)的DBD數(shù)據(jù)庫(kù)消息,包含了數(shù)據(jù)庫(kù)的進(jìn)程序列號(hào),類型字段和標(biāo)記  
  10.  
  11. len 32  mtu 1500 state EXSTART             進(jìn)入起始狀態(tài)  
  12.  
  13. 01:12:08: OSPF: NBR Negotiation Done. We are the SLAVE 跟鄰居彼此選舉出主和從屬的關(guān)系,這個(gè)關(guān)系關(guān)系到誰更新誰。  
  14.  
  15. 01:12:08: OSPF: Send DBD to 2.2.2.2 on Serial1/0 seq 0x2234 opt 0x42 flag 0x2 len 52  
  16.  
  17. 01:12:08: OSPF: Rcv DBD from 2.2.2.2 on Serial1/0 seq 0x2235 opt 0x42 flag 0x3 len 72  mtu 1500 state EXCHANGE  
  18.  
  19. 01:12:08: OSPF: Send DBD to 2.2.2.2 on Serial1/0 seq 0x2235 opt 0x42 flag 0x0 len 32  
  20.  
  21. 01:12:08: OSPF: Database request to 2.2.2.2 數(shù)據(jù)請(qǐng)求  
  22.  
  23. 01:12:08: OSPF: sent LS REQ packet to 199.99.1.2, length 24  
  24.  
  25. 01:12:08: OSPF: Rcv DBD from 2.2.2.2 on Serial1/0 seq 0x2236 opt 0x42 flag 0x1 len 32  mtu 1500 state EXCHANGE  狀態(tài)變更為交換狀態(tài)  
  26.  
  27. 01:12:08: OSPF: Exchange Done with 2.2.2.2 on Serial1/0  
  28.  
  29. 01:12:08: OSPF: Send DBD to 2.2.2.2 on Serial1/0 seq 0x2236 opt 0x42 flag 0x0 len 32  
  30.  
  31. 01:12:08: OSPF: Synchroni   彼此完成同步 
  1. R1#zed with 2.2.2.2 on Serial1/0, state FULL   完整狀態(tài)  
  2.  
  3. 01:12:08: %OSPF-5-ADJCHG: Process 100, Nbr 2.2.2.2 on Serial1/0 from LOADING to FULL, Loading Done  
  4.  
  5. R1#  
  6.  
  7. 01:12:11: OSPF: Build router LSA for area 0, router ID 1.1.1.1, seq 0x80000002 

OSPF的相關(guān)信息還有很多,我們將會(huì)繼續(xù)向大家介紹,希望大家多多掌握。

【編輯推薦】

  1. 實(shí)例講解路由器OSPF配置之結(jié)果分析
  2. 實(shí)例講解路由器OSPF配置之基礎(chǔ)描述
  3. 實(shí)例講解路由器OSPF配置之接口基本配置
  4. 實(shí)例講解路由器OSPF配置之測(cè)試接口的連通性
  5. 實(shí)例講解路由器OSPF配置之路由器上的OSPF鄰居表查詢
  6. 實(shí)例講解路由器OSPF配置之OSPF的基本配置及連通性測(cè)試
  7. 實(shí)例講解路由器OSPF配置之路由器上的OSPF的鏈路狀態(tài)數(shù)據(jù)庫(kù)查詢

責(zé)任編輯:佚名 來源: Cisco技術(shù)網(wǎng)
相關(guān)推薦

2013-07-31 13:36:07

Windows PhoVS調(diào)試技巧Windows Pho

2020-07-19 08:15:41

PythonDebug

2009-11-25 10:48:29

VS2003調(diào)試

2021-01-28 09:34:08

解密密鑰取證分析

2011-12-21 11:18:59

Java

2019-08-16 09:22:38

技術(shù)調(diào)試互聯(lián)網(wǎng)

2016-03-01 14:37:38

iOSLLDB調(diào)試技巧

2021-03-31 11:35:00

網(wǎng)絡(luò)安全OllyDbg分析工具

2011-02-25 10:36:12

Proftpd

2018-03-13 11:38:14

2009-11-23 19:46:08

ibmdwJava

2020-03-16 10:05:13

EmacsGUDLinux

2010-06-21 14:14:33

OSPF協(xié)議

2023-01-05 12:04:27

DEBUG信息打印

2023-12-13 08:17:24

JPDAJavaDebug

2009-12-22 16:16:18

ADO.NET Deb

2010-06-25 15:38:31

OSPF協(xié)議

2019-04-12 08:10:33

iOS靜態(tài)分析Xcode

2013-09-02 16:08:50

調(diào)試Windows

2021-03-26 11:52:50

Debug效率運(yùn)行
點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號(hào)