欧美一区二区三区老妇人-欧美做爰猛烈大尺度电-99久久夜色精品国产亚洲a-亚洲福利视频一区二区

eNSP解決OSPF不規(guī)則區(qū)域幾個(gè)方法和vlink-peer

因?yàn)閯倢W(xué)OSPF路由協(xié)議,下面只是個(gè)人實(shí)驗(yàn)結(jié)果,可能也有不準(zhǔn)確的地方,請(qǐng)批評(píng)指正,謝謝

海晏ssl適用于網(wǎng)站、小程序/APP、API接口等需要進(jìn)行數(shù)據(jù)傳輸應(yīng)用場(chǎng)景,ssl證書(shū)未來(lái)市場(chǎng)廣闊!成為成都創(chuàng)新互聯(lián)公司的ssl證書(shū)銷(xiāo)售渠道,可以享受市場(chǎng)價(jià)格4-6折優(yōu)惠!如果有意向歡迎電話(huà)聯(lián)系或者加微信:13518219792(備注:SSL證書(shū)合作)期待與您的合作!

解決OSPF不規(guī)則區(qū)域

1、多進(jìn)程雙向重分布

2、Tunnel隧道

3、virtual-link

 

1、多進(jìn)程雙向重分布:

拓?fù)洌?/p>

eNSP解決OSPF不規(guī)則區(qū)域幾個(gè)方法和vlink-peer

在R3上有兩個(gè)OSPF進(jìn)程,當(dāng)R3雙向多進(jìn)程重分布時(shí),可以看到兩邊的路由都能學(xué)到

關(guān)鍵配置:

 

[R1]dis cur

#

sysname R1

#

router id 91.1.1.1

#

interface Serial0/0/0

 link-protocol ppp

 ip address 12.1.1.1 255.255.255.0

#

interface LoopBack0

 ip address 1.1.1.1 255.255.255.0

#                                        

ospf 10

 area 0.0.0.0

 network 1.1.1.1 0.0.0.0

 network 12.1.1.1 0.0.0.0

#

 

[R2]dis cur

#

sysname R2

#

router id 92.2.2.2

#

interface Serial0/0/0

 link-protocol ppp

 ip address 12.1.1.2 255.255.255.0

#                                        

interface Serial0/0/1

 link-protocol ppp

 ip address 23.1.1.2 255.255.255.0

#

interface LoopBack0

 ip address 2.2.2.2 255.255.255.0        

#

ospf 10

 area 0.0.0.0

 network 2.2.2.2 0.0.0.0

 network 12.1.1.2 0.0.0.0

 area 0.0.0.1

 network 23.1.1.2 0.0.0.0

#

 

[R3]dis cur

#

sysname R3

#

router id 93.3.3.3

#

interface Serial0/0/0

 link-protocol ppp

 ip address 34.1.1.3 255.255.255.0

#                                        

interface Serial0/0/1

 link-protocol ppp

 ip address 23.1.1.3 255.255.255.0

#

interface LoopBack0

 ip address 3.3.3.3 255.255.255.0        

#

ospf 10

 import-route ospf 100

 area 0.0.0.1

 network 3.3.3.3 0.0.0.0

 network 23.1.1.3 0.0.0.0

#

ospf 100

 import-route ospf 10

 area 0.0.0.0

 network 34.1.1.3 0.0.0.0

#

 

[R4]dis cur

#

sysname R4

#

router id 94.4.4.4

#

interface Serial0/0/0

 link-protocol ppp

 ip address 34.1.1.4 255.255.255.0

#                                        

interface LoopBack0

 ip address 4.4.4.4 255.255.255.0

#                                        

ospf 100

 area 0.0.0.0

 network 4.4.4.4 0.0.0.0

 network 34.1.1.4 0.0.0.0

#

 

這樣兩邊ospf能學(xué)到對(duì)方路由,但學(xué)到是LSA5類(lèi)外部路由,額外提供LSA4類(lèi):

[R4]dis ip rou p os

Route Flags: R - relay, D - downloadto fib

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

Public routing table : OSPF

         Destinations : 5        Routes : 5       

 

OSPF routing table status :<Active>

         Destinations : 5        Routes : 5

 

Destination/Mask    Proto  Pre  Cost      Flags NextHop         Interface

 

        1.1.1.1/32  O_ASE  150  1           D  34.1.1.3        Serial0/0/0

        2.2.2.2/32  O_ASE  150  1           D  34.1.1.3        Serial0/0/0

        3.3.3.0/24  O_ASE  150  1           D  34.1.1.3        Serial0/0/0

       12.1.1.0/24  O_ASE  150  1           D  34.1.1.3        Serial0/0/0

       23.1.1.0/24  O_ASE  150  1           D  34.1.1.3        Serial0/0/0

 

 

2、Tunnel隧道

拓?fù)洌?/p>

eNSP解決OSPF不規(guī)則區(qū)域幾個(gè)方法和vlink-peer

tunnel做在R2、R3上,把tunnel宣告到Area0上,讓Area2看上去好像掛在骨干區(qū)上

關(guān)鍵配置:

[R2]dis cur

#

sysname R2

#

router id 92.2.2.2

#

interface Serial0/0/0

 link-protocol ppp

 ip address 12.1.1.2 255.255.255.0

#                                        

interface Serial0/0/1

 link-protocol ppp

 ip address 23.1.1.2 255.255.255.0

#

interface LoopBack0

 ip address 2.2.2.2 255.255.255.0        

#

interface Tunnel0/0/0

 ip address 100.1.1.2 255.255.255.0

 tunnel-protocol gre

 source 23.1.1.2

 destination 23.1.1.3

#

ospf 10

 area 0.0.0.0

 network 2.2.2.2 0.0.0.0

 network 12.1.1.2 0.0.0.0

 network 100.1.1.2 0.0.0.0

 area 0.0.0.1

 network 23.1.1.2 0.0.0.0

#

 

 

[R3]dis cur

#

sysname R3

#

router id 93.3.3.3

#

interface Serial0/0/0

 link-protocol ppp

 ip address 34.1.1.3 255.255.255.0

#                                        

interface LoopBack0

 ip address 3.3.3.3 255.255.255.0        

#

interface Tunnel0/0/0

 ip address 100.1.1.3 255.255.255.0

 tunnel-protocol gre

 source 23.1.1.3

 destination 23.1.1.2

#

ospf 10

 import-route ospf 100 cost 2 type 1 tag 100

 area 0.0.0.0

  network 100.1.1.3 0.0.0.0

 area 0.0.0.1

 network 3.3.3.3 0.0.0.0

 network 23.1.1.3 0.0.0.0

 area 0.0.0.2

 network 34.1.1.3 0.0.0.0

#

 

這有個(gè)很奇怪的問(wèn)題,在R1上:

[R1]dis ospf abr-asbr

 

         OSPF Process 10 with Router ID91.1.1.1

                 Routing Table to ABR and ASBR

 

 RtType     Destination       Area       Cost Nexthop         Type

 Intra-area 92.2.2.2          0.0.0.0    1562 12.1.1.2        ABR

 Intra-area 93.3.3.3          0.0.0.0    3124 12.1.1.2        ABR/ASBR

 

[R1]dis ospf asbr   

 

         OSPF Process 10 with Router ID91.1.1.1

 

[R1]dis ospf lsdb

 

         OSPF Process 10 with Router ID91.1.1.1

                 Link State Database

 

                         Area: 0.0.0.0

 Type     LinkState ID    AdvRouter          Age Len   Sequence   Metric

 Router   92.2.2.2        92.2.2.2          1562 84    80000003    1562

 Router   91.1.1.1        91.1.1.1          1563 60    80000002       0

 Router   93.3.3.3        93.3.3.3          1563 48    80000002    1562

 Sum-Net  23.1.1.0        92.2.2.2          1573 28    80000001    1562

 Sum-Net  23.1.1.0        93.3.3.3          1572 28    80000001    1562

 Sum-Net  3.3.3.3         92.2.2.2          1563 28    80000001    1562

 Sum-Net  3.3.3.3         93.3.3.3          1572 28    80000001       0

 Sum-Net  4.4.4.4         93.3.3.3          1563 28    80000001    1562

 Sum-Net  34.1.1.0        93.3.3.3          1572 28    80000001    1562

 Sum-Asbr 93.3.3.3        92.2.2.2          1563 28    80000001    1562

R2居然通告R3是ASBR,并且產(chǎn)生一條LSA4

[R1]dis ospf lsdb asbr

 

         OSPF Process 10 with Router ID91.1.1.1

                         Area: 0.0.0.0

                 Link State Database

 

 

 Type      : Sum-Asbr

 Ls id     : 93.3.3.3

 Adv rtr   : 92.2.2.2 

 Ls age    : 1648

 Len       : 28

 Options   :  E 

 seq#      : 80000001

 chksum    : 0xe65

 Tos 0  metric: 1562

重啟OSPF進(jìn)程也一樣。也就是說(shuō),在華為路由器上,沒(méi)有LSA5也可以產(chǎn)生LSA4,后來(lái)練習(xí)完下面的vlink-peer再返回來(lái)做這個(gè)練習(xí),發(fā)現(xiàn)又正常了,R1上沒(méi)有LSA4,只有LSA3的路由,這個(gè)可能是緩存當(dāng)時(shí)沒(méi)有得到徹底的清除所導(dǎo)致

 

利用tunnel的方法,可以看到R1上收到的Area2的路由是以LSA3類(lèi)形式存在的,比用第一種雙向多進(jìn)程重分布要好點(diǎn)

 

 

3、virtual-link專(zhuān)業(yè)工具

拓?fù)洌?/p>

eNSP解決OSPF不規(guī)則區(qū)域幾個(gè)方法和vlink-peer

vlink的方法在實(shí)際鏈路上仍然要傳遞hello報(bào)文,只不過(guò)由于組播不能超過(guò)一跳,單播報(bào)文

在R2、R3上配置vlink,關(guān)鍵配置:

[R2]dis cur config ospf

#

ospf 10

 area 0.0.0.0

 network 2.2.2.2 0.0.0.0

 network 12.1.1.2 0.0.0.0

 area 0.0.0.1

 network 23.1.1.2 0.0.0.0

 vlink-peer 93.3.3.3

#

 

[R3]dis cur config ospf

#

ospf 10

 area 0.0.0.1

 network 3.3.3.3 0.0.0.0

 network 23.1.1.3 0.0.0.0

 vlink-peer 92.2.2.2

 area 0.0.0.2

 network 34.1.1.3 0.0.0.0

#

看到

[R1]dis ospf lsdb summary 4.4.4.4

 

         OSPF Process 10 with Router ID91.1.1.1

                         Area: 0.0.0.0

                 Link State Database

 

 

 Type      : Sum-Net

 Ls id     : 4.4.4.4

 Adv rtr   : 93.3.3.3 

 Ls age    : 510

 Len       : 28

 Options   :  E 

 seq#      : 80000003

 chksum    : 0x6262

 Net mask  : 255.255.255.255

 Tos 0  metric: 1562

 Priority  : Medium

 

[R1]dis ip rou

Route Flags: R - relay, D - downloadto fib

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

Routing Tables: Public

         Destinations : 12       Routes : 12      

 

Destination/Mask    Proto  Pre  Cost      Flags NextHop         Interface

 

        1.1.1.0/24  Direct 0    0           D  1.1.1.1         LoopBack0

        1.1.1.1/32  Direct 0    0           D  127.0.0.1       LoopBack0

        2.2.2.2/32  OSPF   10   1562        D  12.1.1.2        Serial0/0/0

        3.3.3.3/32  OSPF   10   3124        D  12.1.1.2        Serial0/0/0

        4.4.4.4/32  OSPF   10   4686        D  12.1.1.2        Serial0/0/0

       12.1.1.0/24  Direct 0    0           D  12.1.1.1        Serial0/0/0

       12.1.1.1/32  Direct 0    0           D  127.0.0.1       Serial0/0/0

       12.1.1.2/32  Direct 0    0           D  12.1.1.2        Serial0/0/0

       23.1.1.0/24  OSPF   10   3124        D  12.1.1.2        Serial0/0/0

       34.1.1.0/24  OSPF   10   4686        D  12.1.1.2        Serial0/0/0

     127.0.0.0/8   Direct  0   0           D   127.0.0.1       InLoopBack0

     127.0.0.1/32  Direct  0   0           D   127.0.0.1       InLoopBack0

比較tunnel和vlink-peer,發(fā)現(xiàn)兩者都得到LSA3類(lèi)路由,而且兩者都是p2p鏈路

vlink仍然是p2p類(lèi)型:

[R2]dis ospf vlink

 

         OSPF Process 10 with Router ID92.2.2.2

                 Virtual Links

 

 Virtual-link Neighbor-id  -> 93.3.3.3, Neighbor-State: Full

 

 Interface: 23.1.1.2 (Serial0/0/1)

 Cost: 1562 State: P-2-P  Type: Virtual

 Transit Area: 0.0.0.1

 Timers: Hello 10 , Dead 40 , Retransmit 5 ,Transmit Delay 1

 

tunnel也是p2p類(lèi)型:

[R3]dis ospf int all

 

         OSPF Process 10 with Router ID93.3.3.3

                 Interfaces

 

 Area: 0.0.0.0          (MPLS TE not enabled)

 

 Interface: 100.1.1.3 (Tunnel0/0/0)--> 100.1.1.2

 Cost: 1562    State: P-2-P     Type: P2P       MTU: 1500 

 Timers: Hello 10 , Dead 40 , Poll  120 , Retransmit 5 , Transmit Delay 1

這兩者其實(shí)很像

和vlink一起的考試經(jīng)常是說(shuō)要在Area0上做區(qū)域認(rèn)證,那么請(qǐng)把vlink認(rèn)證補(bǔ)全,這種問(wèn)題其實(shí)在華為路由器上特別簡(jiǎn)單,只要在vlink-peer后面接著做相同的認(rèn)證就可以了

 

補(bǔ)全不規(guī)則區(qū)域: 

vlink-peer之貪吃蛇一

拓?fù)洌?/p>

eNSP解決OSPF不規(guī)則區(qū)域幾個(gè)方法和vlink-peer

關(guān)鍵配置:

重點(diǎn)在Area1和Area2上配置vlink即可

[R1]dis cur

#

sysname R1

#

router id 91.1.1.1

#

interface Serial0/0/0

 link-protocol ppp

 ip address 12.1.1.1 255.255.255.0

#                                        

interface LoopBack0

 ip address 1.1.1.1 255.255.255.0

#                                        

ospf 10

 area 0.0.0.0

 network 1.1.1.1 0.0.0.0

 network 12.1.1.1 0.0.0.0

#

 

[R2]dis cur

#

sysname R2

#

router id 92.2.2.2

#

interface Serial0/0/0

 link-protocol ppp

 ip address 12.1.1.2 255.255.255.0

#                                        

interface Serial0/0/1                    

 link-protocol ppp

 ip address 23.1.1.2 255.255.255.0

#

interface LoopBack0

 ip address 2.2.2.2 255.255.255.0

#                                        

ospf 10

 area 0.0.0.0

 network 2.2.2.2 0.0.0.0

 network 12.1.1.2 0.0.0.0

 area 0.0.0.1

 network 23.1.1.2 0.0.0.0

  vlink-peer 93.3.3.3

#

 

[R3]dis cur  

#

sysname R3

#

router id 93.3.3.3

#

interface Serial0/0/0

 link-protocol ppp

 ip address 34.1.1.3 255.255.255.0

#                                        

interface Serial0/0/1

 link-protocol ppp

 ip address 23.1.1.3 255.255.255.0

#

interface LoopBack0

 ip address 3.3.3.3 255.255.255.0        

#

ospf 10

 area 0.0.0.1

 network 3.3.3.3 0.0.0.0

 network 23.1.1.3 0.0.0.0

  vlink-peer 92.2.2.2

 area 0.0.0.2

 network 34.1.1.3 0.0.0.0

  vlink-peer 94.4.4.4

#

 

[R4]dis cur

#

sysname R4

#

router id 94.4.4.4

#

interface Serial0/0/0

 link-protocol ppp

 ip address 34.1.1.4 255.255.255.0

#                                        

interface Serial0/0/1

 link-protocol ppp

 ip address 45.1.1.4 255.255.255.0

#

interface LoopBack0

 ip address 4.4.4.4 255.255.255.0        

#

ospf 10

 area 0.0.0.2

 network 4.4.4.4 0.0.0.0

 network 34.1.1.4 0.0.0.0

  vlink-peer 93.3.3.3

 area 0.0.0.3

 network 45.1.1.4 0.0.0.0

#

 

 

[R5]dis cur

#

sysname R5

#

router id 95.5.5.5

#

interface Serial0/0/1                    

 link-protocol ppp

 ip address 45.1.1.5 255.255.255.0

#

interface LoopBack0

 ip address 5.5.5.5 255.255.255.0

#                                        

ospf 10

 area 0.0.0.3

 network 5.5.5.5 0.0.0.0

 network 45.1.1.5 0.0.0.0

#

 

 

vlink-peer貪吃蛇二

拓?fù)洌?/p>

eNSP解決OSPF不規(guī)則區(qū)域幾個(gè)方法和vlink-peer

在Area 1、Area 2、Area 3上做vlink,關(guān)鍵配置:

 

[R1]dis cur

#

sysname R1

#

router id 91.1.1.1

#

interface Serial0/0/0

 link-protocol ppp

 ip address 12.1.1.1 255.255.255.0

#                                        

interface Serial0/0/1

 link-protocol ppp

 ip address 13.1.1.1 255.255.255.0

#

interface LoopBack0

 ip address 1.1.1.1 255.255.255.0        

#

ospf 10

 area 0.0.0.0

 network 1.1.1.1 0.0.0.0

 network 13.1.1.1 0.0.0.0

 area 0.0.0.1

 network 12.1.1.1 0.0.0.0

 vlink-peer 92.2.2.2

#

 

 

[R2]dis cur

#

sysname R2

#

router id 92.2.2.2

#

interface Serial0/0/0

 link-protocol ppp

 ip address 12.1.1.2 255.255.255.0

#                                        

interface Serial0/0/1

 link-protocol ppp

 ip address 24.1.1.2 255.255.255.0

#

interface LoopBack0

 ip address 2.2.2.2 255.255.255.0        

#

ospf 10

 area 0.0.0.1

 network 2.2.2.2 0.0.0.0

 network 12.1.1.2 0.0.0.0

 vlink-peer 91.1.1.1

 area 0.0.0.3

 network 24.1.1.2 0.0.0.0

 vlink-peer 94.4.4.4

#

 

 

[R3]dis cur

#

sysname R3

#

router id 93.3.3.3

#

interface Serial0/0/0

 link-protocol ppp

 ip address 34.1.1.3 255.255.255.0

#                                        

interface Serial0/0/1

 link-protocol ppp

 ip address 13.1.1.3 255.255.255.0

#

interface LoopBack0

 ip address 3.3.3.3 255.255.255.0        

#

ospf 10

 area 0.0.0.0

 network 13.1.1.3 0.0.0.0

 area 0.0.0.2

 network 34.1.1.3 0.0.0.0

 network 3.3.3.3 0.0.0.0

 vlink-peer 94.4.4.4

#

 

 

[R4]dis cur

#

sysname R4

#

router id 94.4.4.4

#

interface Serial0/0/0

 link-protocol ppp

 ip address 34.1.1.4 255.255.255.0

#                                        

interface Serial0/0/1

 link-protocol ppp

 ip address 24.1.1.4 255.255.255.0

#

interface LoopBack0

 ip address 4.4.4.4 255.255.255.0        

#

ospf 10

 area 0.0.0.2

 network 34.1.1.4 0.0.0.0

 vlink-peer 93.3.3.3

 area 0.0.0.3

 network 4.4.4.4 0.0.0.0

 network 24.1.1.4 0.0.0.0

 vlink-peer 92.2.2.2

#

 

 

這里涉及到LSA3選路問(wèn)題:

[R4]dis ip routing-table

Route Flags: R - relay, D - downloadto fib

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

Routing Tables: Public

         Destinations : 15       Routes : 15      

 

Destination/Mask    Proto  Pre  Cost      Flags NextHop         Interface

 

        1.1.1.1/32 OSPF    10   3124       D   24.1.1.2        Serial0/0/1

        2.2.2.2/32  OSPF   10   1562        D  24.1.1.2        Serial0/0/1

        3.3.3.3/32  OSPF   10   1562        D  34.1.1.3        Serial0/0/0

        4.4.4.0/24  Direct 0    0           D  4.4.4.4         LoopBack0

 以下略。

應(yīng)該說(shuō)R4關(guān)于1.1.1.1/32的路由從R2、R3收到,有兩條做負(fù)載均衡才對(duì),但這只有一條。

真實(shí)的情況如下:

[R4]dis ospf lsdb

 

         OSPF Process 10 with Router ID 94.4.4.4

                 Link State Database

 

                         Area: 0.0.0.0

                         Area: 0.0.0.2

 Type     LinkState ID    AdvRouter          Age Len   Sequence   Metric

Sum-Net   1.1.1.1         94.4.4.4           940 28    80000002    3124

 Sum-Net  1.1.1.1         93.3.3.3          1275 28    80000001    1562

 

                        Area: 0.0.0.3

 Type     LinkState ID    AdvRouter          Age Len   Sequence   Metric

Sum-Net   1.1.1.1         92.2.2.2           960 28    80000002    1562

可以看到,R4收到Area 2的兩條,Area 3的一條關(guān)于1.1.1.1/32主機(jī)路由,由于Area 2中同一條LSA比較metric,最后兩條是Area 2和Area 3的路由,它們的metric一樣,只不過(guò)所在Area區(qū)域不同,由于OSPF規(guī)定這樣的等價(jià)路由比較Area區(qū)域號(hào),哪個(gè)大用哪個(gè),所以ospf把92.2.2.2的1.1.1.1路由放入路由表中(區(qū)域零例外,因?yàn)閰^(qū)域零最小)

當(dāng)前名稱(chēng):eNSP解決OSPF不規(guī)則區(qū)域幾個(gè)方法和vlink-peer
鏈接URL:http://chinadenli.net/article12/giedgc.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供企業(yè)建站外貿(mào)網(wǎng)站建設(shè)服務(wù)器托管手機(jī)網(wǎng)站建設(shè)品牌網(wǎng)站建設(shè)定制網(wǎng)站

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶(hù)投稿、用戶(hù)轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話(huà):028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)

成都定制網(wǎng)站建設(shè)