欧美一级特黄大片做受成人-亚洲成人一区二区电影-激情熟女一区二区三区-日韩专区欧美专区国产专区

OSPF高級(jí)應(yīng)用-創(chuàng)新互聯(lián)

OSPF高級(jí)應(yīng)用

成都創(chuàng)新互聯(lián)主要業(yè)務(wù)有網(wǎng)站營銷策劃、做網(wǎng)站、網(wǎng)站建設(shè)、微信公眾號(hào)開發(fā)、小程序制作、H5場(chǎng)景定制、程序開發(fā)等業(yè)務(wù)。一次合作終身朋友,是我們奉行的宗旨;我們不僅僅把客戶當(dāng)客戶,還把客戶視為我們的合作伙伴,在開展業(yè)務(wù)的過程中,公司還積累了豐富的行業(yè)經(jīng)驗(yàn)、營銷型網(wǎng)站建設(shè)資源和合作伙伴關(guān)系資源,并逐漸建立起規(guī)范的客戶服務(wù)和保障體系。 

通過OSPF協(xié)議實(shí)現(xiàn)全網(wǎng)全通

R1配置

!

!

interface Loopback0

ip address 1.1.1.1 255.255.255.255

!

interface Loopback1

ip address 192.168.0.1 255.255.255.0

!

interface Loopback2

ip address 192.168.1.1 255.255.255.0

!

interface FastEthernet0/0

ip address 10.0.0.5 255.255.255.252

duplex auto

speed auto

!

interface FastEthernet0/1

ip address 10.0.0.1 255.255.255.252

duplex auto

speed auto

!

routerospf 1

router-id 1.1.1.1

log-adjacency-changes

area 1 nssa

network 1.1.1.1 0.0.0.0 area 0

network 10.0.0.0 0.0.0.3 area 0

network 10.0.0.4 0.0.0.3 area 1

network 192.168.0.0 0.0.0.255 area 0

network 192.168.1.0 0.0.0.255 area 0

!

Gateway of last resort is not set

    1.0.0.0/32 is subnetted, 1 subnets

C      1.1.1.1 is directly connected, Loopback0

    2.0.0.0/32 is subnetted, 1 subnets

O      2.2.2.2 [110/11] via 10.0.0.2, 00:14:38, FastEthernet0/1

    3.0.0.0/32 is subnetted, 1 subnets

O IA   3.3.3.3 [110/21] via 10.0.0.2, 00:14:38, FastEthernet0/1

 192.168.8.0/29 is subnetted, 1 subnets  //信息類型靜態(tài)

O N2   192.168.8.0 [110/20] via 10.0.0.6,00:12:51, FastEthernet0/0  //NSSA區(qū)域內(nèi)為N2

    4.0.0.0/32 is subnetted, 1 subnets

O IA   4.4.4.4 [110/31] via 10.0.0.2, 00:12:56, FastEthernet0/1

    5.0.0.0/32 is subnetted, 1 subnets

O      5.5.5.5 [110/11] via 10.0.0.6, 00:24:24, FastEthernet0/0

    192.168.4.0/32 is subnetted, 1 subnets

O IA   192.168.4.1 [110/31] via 10.0.0.2, 00:12:58, FastEthernet0/1

    192.168.5.0/32 is subnetted, 1 subnets

O      192.168.5.1 [110/11] via 10.0.0.6, 00:24:25, FastEthernet0/0

    10.0.0.0/30 is subnetted, 4 subnets

O IA   10.0.0.8 [110/20] via 10.0.0.2, 00:14:40, FastEthernet0/1

O IA   10.0.0.12 [110/30] via 10.0.0.2, 00:14:40, FastEthernet0/1

C      10.0.0.0 is directly connected, FastEthernet0/1

C      10.0.0.4 is directly connected, FastEthernet0/0

C   192.168.0.0/24 is directly connected, Loopback1

C   192.168.1.0/24 is directly connected, Loopback2

    192.168.2.0/32 is subnetted, 1 subnets

O      192.168.2.1 [110/11] via 10.0.0.2, 00:14:40, FastEthernet0/1

    192.168.3.0/32 is subnetted, 1 subnets

O IA   192.168.3.1 [110/21] via 10.0.0.2, 00:14:40, FastEthernet0/1

R1#  shipos ne

Neighbor ID    Pri  State          Dead Time  Address        Interface

2.2.2.2          1  FULL/DR        00:00:34   10.0.0.2       FastEthernet0/1

5.5.5.5          1  FULL/DR        00:00:30   10.0.0.6       FastEthernet0/0

R1#sh ipos da

           OSPF Router with ID (1.1.1.1) (Process ID 1)

                 RouterLink States (Area 0)

Link ID        ADV Router     Age        Seq#      Checksum Link count

1.1.1.1        1.1.1.1        868        0x80000005 0x0020D6 4

2.2.2.2        2.2.2.2        67         0x80000006 0x0036F4 4

3.3.3.3        3.3.3.3        2    (DNA) 0x80000002 0x0008E9 1

                 NetLink States (Area 0)

Link ID        ADV Router     Age        Seq#      Checksum

10.0.0.2       2.2.2.2        839        0x80000003 0x002DED

                 SummaryNet Link States (Area 0)

Link ID        ADV Router     Age        Seq#      Checksum

3.3.3.3        2.2.2.2        839        0x80000003 0x002DEE

3.3.3.3        3.3.3.3        888  (DNA) 0x80000001 0x00AE75

4.4.4.4        3.3.3.3        2    (DNA) 0x80000001 0x00E431

5.5.5.5        1.1.1.1        868        0x80000003 0x00EE29

10.0.0.4       1.1.1.1        868        0x80000004 0x000D14

10.0.0.8       2.2.2.2        839        0x80000004 0x00C652

10.0.0.8       3.3.3.3        888  (DNA) 0x80000001 0x00AE69

10.0.0.12      3.3.3.3        888  (DNA) 0x80000001 0x00868D

192.168.3.1    2.2.2.2        841        0x80000003 0x00DADF

192.168.3.1    3.3.3.3        888  (DNA) 0x80000001 0x005C66

192.168.4.1    3.3.3.3        2    (DNA) 0x80000001 0x00B502

192.168.5.1    1.1.1.1        870        0x80000003 0x00E2D9

                 RouterLink States (Area 1)

Link ID        ADV Router     Age        Seq#      Checksum Link count

1.1.1.1        1.1.1.1        870        0x80000005 0x0020D5 1

5.5.5.5        5.5.5.5        106        0x80000006 0x0073BB 3

                 NetLink States (Area 1)

Link ID        ADV Router     Age        Seq#      Checksum

10.0.0.6       5.5.5.5        836        0x80000003 0x00B642

                 SummaryNet Link States (Area 1)

Link ID        ADV Router     Age        Seq#      Checksum

1.1.1.1        1.1.1.1        870        0x80000003 0x00E843

2.2.2.2        1.1.1.1        871        0x80000003 0x001FFE

3.3.3.3        1.1.1.1        871        0x80000003 0x0055BA

4.4.4.4        1.1.1.1        109        0x80000002 0x008D75

10.0.0.0       1.1.1.1        871        0x80000004 0x00DA44

10.0.0.8       1.1.1.1        871        0x80000003 0x00F01D

10.0.0.12      1.1.1.1        109        0x80000002 0x002FD1

192.168.0.1    1.1.1.1        871        0x80000003 0x005B6A

192.168.1.1    1.1.1.1        871        0x80000003 0x005074

192.168.2.1    1.1.1.1        871        0x80000003 0x00A910

192.168.3.1    1.1.1.1        871        0x80000003 0x0003AB

192.168.4.1    1.1.1.1        109        0x80000002 0x005E46

                 Type-7AS External Link States (Area 1)

Link ID        ADV Router     Age        Seq#      Checksum Tag

192.168.8.0    5.5.5.5        39         0x80000001 0x000F99 0

                 Type-5AS External Link States

Link ID        ADV Router     Age        Seq#      Checksum Tag

192.168.8.0    1.1.1.1        38         0x80000001 0x001CA6 0

R2配置

!

interface Loopback0

ip address 2.2.2.2 255.255.255.255

!

interface Loopback1

ip address 192.168.2.1 255.255.255.0

!

interface FastEthernet0/0

ip address 10.0.0.9 255.255.255.252

duplex auto

speed auto

!

interface FastEthernet0/1

ip address 10.0.0.2 255.255.255.252

duplex auto

speed auto

!

routerospf 1

router-id 2.2.2.2

log-adjacency-changes

area 2 virtual-link3.3.3.3  //虛鏈路

network 2.2.2.2 0.0.0.0 area 0

network 10.0.0.0 0.0.0.3 area 0

network 10.0.0.8 0.0.0.3 area 2

network 192.168.2.0 0.0.0.255 area 0

!

Gateway of last resort is not set

    1.0.0.0/32 is subnetted, 1 subnets

O      1.1.1.1 [110/11] via 10.0.0.1, 00:14:04, FastEthernet0/1

    2.0.0.0/32 is subnetted, 1 subnets

C      2.2.2.2 is directly connected, Loopback0

    3.0.0.0/32 is subnetted, 1 subnets

O      3.3.3.3 [110/11] via 10.0.0.10, 00:17:13, FastEthernet0/0

192.168.8.0/29 issubnetted, 1 subnets

O E2   192.168.8.0 [110/20] via 10.0.0.1,00:14:04, FastEthernet0/1

    4.0.0.0/32 is subnetted, 1 subnets

O IA   4.4.4.4 [110/21] via 10.0.0.10, 00:14:04, FastEthernet0/0

    5.0.0.0/32 is subnetted, 1 subnets

O IA   5.5.5.5 [110/21] via 10.0.0.1, 00:14:05, FastEthernet0/1

    192.168.4.0/32 is subnetted, 1 subnets

O IA   192.168.4.1 [110/21] via 10.0.0.10, 00:14:07, FastEthernet0/0

    192.168.5.0/32 is subnetted, 1 subnets

O IA   192.168.5.1 [110/21] via 10.0.0.1, 00:14:07, FastEthernet0/1

    10.0.0.0/30 is subnetted, 4 subnets

C      10.0.0.8 is directly connected, FastEthernet0/0

O IA   10.0.0.12 [110/20] via 10.0.0.10, 00:14:07, FastEthernet0/0

C      10.0.0.0 is directly connected, FastEthernet0/1

O IA   10.0.0.4 [110/20] via 10.0.0.1, 00:14:07, FastEthernet0/1

    192.168.0.0/32 is subnetted, 1 subnets

O      192.168.0.1 [110/11] via 10.0.0.1, 00:14:07, FastEthernet0/1

    192.168.1.0/32 is subnetted, 1 subnets

O      192.168.1.1 [110/11] via 10.0.0.1, 00:14:07, FastEthernet0/1

C   192.168.2.0/24 is directly connected, Loopback1

    192.168.3.0/32 is subnetted, 1 subnets

O      192.168.3.1 [110/11] via 10.0.0.10, 00:17:16, FastEthernet0/0

R2(config-router)#do shipos ne

Neighbor ID    Pri  State          Dead Time  Address        Interface

3.3.3.3          0  FULL/ -          -       10.0.0.10      OSPF_VL4

1.1.1.1          1  FULL/BDR       00:00:37   10.0.0.1       FastEthernet0/1

3.3.3.3          1  FULL/DR        00:00:30   10.0.0.10      FastEthernet0/0

R2(config-router)#do shipos da

           OSPF Router with ID (2.2.2.2) (Process ID 1)

                 RouterLink States (Area 0)

Link ID        ADV Router     Age        Seq#      Checksum Link count

1.1.1.1        1.1.1.1        1886       0x80000004 0x0022D5 4

2.2.2.2        2.2.2.2        1111       0x80000005 0x0038F3 4

3.3.3.3        3.3.3.3        1    (DNA) 0x80000002 0x0008E9 1

                 NetLink States (Area 0)

Link ID        ADV Router     Age        Seq#      Checksum

10.0.0.2       2.2.2.2        1897       0x80000002 0x002FEC

                 SummaryNet Link States (Area 0)

Link ID        ADV Router     Age        Seq#      Checksum

3.3.3.3        2.2.2.2        1897       0x80000002 0x002FED

3.3.3.3        3.3.3.3        887  (DNA) 0x80000001 0x00AE75

4.4.4.4        3.3.3.3        1    (DNA) 0x80000001 0x00E431

5.5.5.5        1.1.1.1        1886       0x80000002 0x00F028

10.0.0.4       1.1.1.1        1886       0x80000003 0x000F13

10.0.0.8       2.2.2.2        1897       0x80000003 0x00C851

10.0.0.8       3.3.3.3        887  (DNA) 0x80000001 0x00AE69

10.0.0.12      3.3.3.3        887  (DNA) 0x80000001 0x00868D

192.168.3.1    2.2.2.2        1900       0x80000002 0x00DCDE

192.168.3.1    3.3.3.3        887  (DNA) 0x80000001 0x005C66

192.168.4.1    3.3.3.3        1    (DNA) 0x80000001 0x00B502

192.168.5.1    1.1.1.1        1888       0x80000002 0x00E4D8

                 RouterLink States (Area 2)

Link ID        ADV Router     Age        Seq#      Checksum Link count

2.2.2.2        2.2.2.2        1113       0x80000005 0x009455 1

3.3.3.3        3.3.3.3        1114       0x80000006 0x00192B 3

                 NetLink States (Area 2)

Link ID        ADV Router     Age        Seq#      Checksum

10.0.0.10      3.3.3.3        1859       0x80000002 0x0015F2

                 SummaryNet Link States (Area 2)

Link ID        ADV Router     Age        Seq#      Checksum

1.1.1.1        2.2.2.2        1900       0x80000002 0x008B99

2.2.2.2        2.2.2.2        1901       0x80000002 0x00F832

4.4.4.4        3.3.3.3        999        0x80000001 0x00E431

5.5.5.5        2.2.2.2        1901       0x80000002 0x0037D3

10.0.0.0       2.2.2.2        1901       0x80000003 0x001909

10.0.0.4       2.2.2.2        1901       0x80000002 0x0057BD

10.0.0.12      3.3.3.3        115        0x80000002 0x00848E

192.168.0.1    2.2.2.2        1901       0x80000002 0x00FDC0

192.168.1.1    2.2.2.2        1901       0x80000002 0x00F2CA

192.168.2.1    2.2.2.2        1901       0x80000002 0x008343

192.168.4.1    3.3.3.3        999        0x80000001 0x00B502

192.168.5.1    2.2.2.2        1901       0x80000002 0x002B84

                 SummaryASB Link States (Area 2)

Link ID        ADV Router     Age        Seq#      Checksum

1.1.1.1        2.2.2.2        1901       0x80000002 0x0073B1

1.1.1.1        3.3.3.3        1111       0x80000001 0x00BB5C

                 Type-5AS External Link States

Link ID        ADV Router     Age        Seq#      Checksum Tag

192.168.8.0    1.1.1.1        1676       0x80000001 0x0015AD 0

R3配置

interface Loopback0

ip address 3.3.3.3 255.255.255.255

!

interface Loopback1

ip address 192.168.3.1 255.255.255.0

!

interface FastEthernet0/0

ip address 10.0.0.10 255.255.255.252

duplex auto

speed auto

!

interface FastEthernet0/1

ip address 10.0.0.13 255.255.255.252

duplex auto

speed auto

!

routerospf 1

router-id 3.3.3.3

log-adjacency-changes

 area 2 virtual-link 2.2.2.2    // 虛鏈路配置

area 3 stub no-summary    //完全末梢區(qū)域ABR配置

network 3.3.3.3 0.0.0.0 area 2

network 10.0.0.8 0.0.0.3 area 2

network 10.0.0.12 0.0.0.3 area 3

network 192.168.3.0 0.0.0.255 area 2

R3(config-router)#do shipos ne

Neighbor ID    Pri  State          Dead Time  Address        Interface

2.2.2.2          0  FULL/ -          -       10.0.0.9       OSPF_VL1

2.2.2.2          1  FULL/BDR       00:00:29   10.0.0.9       FastEthernet0/0

4.4.4.4          1  FULL/DR        00:00:35   10.0.0.14      FastEthernet0/1

Gateway of last resort is not set

    1.0.0.0/32 is subnetted, 1 subnets

O      1.1.1.1 [110/21] via 10.0.0.9, 00:16:36, FastEthernet0/0

    2.0.0.0/32 is subnetted, 1 subnets

O      2.2.2.2 [110/11] via 10.0.0.9, 00:16:36, FastEthernet0/0

    3.0.0.0/32 is subnetted, 1 subnets

C      3.3.3.3 is directly connected, Loopback0

192.168.8.0/29 issubnetted, 1 subnets   //信息類型靜態(tài)

O E2   192.168.8.0 [110/20] via 10.0.0.9,00:16:36, FastEthernet0/0  //LAS 4泛洪通告

    4.0.0.0/32 is subnetted, 1 subnets

O      4.4.4.4 [110/11] via 10.0.0.14, 00:16:36, FastEthernet0/1

    5.0.0.0/32 is subnetted, 1 subnets

O IA   5.5.5.5 [110/31] via 10.0.0.9, 00:16:37, FastEthernet0/0

    192.168.4.0/32 is subnetted, 1 subnets

O      192.168.4.1 [110/11] via 10.0.0.14, 00:16:39, FastEthernet0/1

    192.168.5.0/32 is subnetted, 1 subnets

O IA   192.168.5.1 [110/31] via 10.0.0.9, 00:16:39, FastEthernet0/0

    10.0.0.0/30 is subnetted, 4 subnets

C      10.0.0.8 is directly connected, FastEthernet0/0

C      10.0.0.12 is directly connected, FastEthernet0/1

O      10.0.0.0 [110/20] via 10.0.0.9, 00:16:39, FastEthernet0/0

O IA   10.0.0.4 [110/30] via 10.0.0.9, 00:16:39, FastEthernet0/0

    192.168.0.0/32 is subnetted, 1 subnets

O      192.168.0.1 [110/21] via 10.0.0.9, 00:16:39, FastEthernet0/0

    192.168.1.0/32 is subnetted, 1 subnets

O      192.168.1.1 [110/21] via 10.0.0.9, 00:16:39, FastEthernet0/0

    192.168.2.0/32 is subnetted, 1 subnets

O      192.168.2.1 [110/11] via 10.0.0.9, 00:16:39, FastEthernet0/0

C   192.168.3.0/24 is directly connected, Loopback1

R3(config-router)# do shipos da

           OSPF Router with ID (3.3.3.3) (Process ID 1)

                 RouterLink States (Area 0)

Link ID        ADV Router     Age        Seq#      Checksum Link count

1.1.1.1        1.1.1.1        775  (DNA) 0x80000004 0x0022D5 4

2.2.2.2        2.2.2.2        1    (DNA) 0x80000005 0x0038F3 4

3.3.3.3        3.3.3.3        1293       0x80000002 0x0008E9 1

                 NetLink States (Area 0)

Link ID        ADV Router     Age        Seq#      Checksum

10.0.0.2       2.2.2.2        786  (DNA) 0x80000002 0x002FEC

                 SummaryNet Link States (Area 0)

Link ID        ADV Router     Age        Seq#      Checksum

3.3.3.3        2.2.2.2        786  (DNA) 0x80000002 0x002FED

3.3.3.3        3.3.3.3        293        0x80000002 0x00AC76

4.4.4.4        3.3.3.3        1177       0x80000001 0x00E431

5.5.5.5        1.1.1.1        775  (DNA) 0x80000002 0x00F028

10.0.0.4       1.1.1.1        775  (DNA) 0x80000003 0x000F13

10.0.0.8       2.2.2.2        786  (DNA) 0x80000003 0x00C851

10.0.0.8       3.3.3.3        295        0x80000002 0x00AC6A

10.0.0.12      3.3.3.3        295        0x80000002 0x00848E

192.168.3.1    2.2.2.2        786  (DNA) 0x80000002 0x00DCDE

192.168.3.1    3.3.3.3        295        0x80000002 0x005A67

192.168.4.1    3.3.3.3        1179       0x80000001 0x00B502

192.168.5.1    1.1.1.1        775  (DNA) 0x80000002 0x00E4D8

                 RouterLink States (Area 2)

Link ID        ADV Router     Age        Seq#      Checksum Link count

2.2.2.2        2.2.2.2        1296       0x80000005 0x009455 1

3.3.3.3        3.3.3.3        1295       0x80000006 0x00192B 3

                 NetLink States (Area 2)

Link ID        ADV Router     Age        Seq#      Checksum

10.0.0.10      3.3.3.3        43         0x80000003 0x0013F3

                 SummaryNet Link States (Area 2)

Link ID        ADV Router     Age        Seq#      Checksum

1.1.1.1        2.2.2.2        27         0x80000003 0x00899A

2.2.2.2        2.2.2.2        29         0x80000003 0x00F633

4.4.4.4        3.3.3.3        1181       0x80000001 0x00E431

5.5.5.5        2.2.2.2        29         0x80000003 0x0035D4

10.0.0.0       2.2.2.2        29         0x80000004 0x00170A

10.0.0.4       2.2.2.2        29         0x80000003 0x0055BE

10.0.0.12      3.3.3.3        297        0x80000002 0x00848E

192.168.0.1    2.2.2.2        29         0x80000003 0x00FBC1

192.168.1.1    2.2.2.2        29         0x80000003 0x00F0CB

192.168.2.1    2.2.2.2        29         0x80000003 0x008144

192.168.4.1    3.3.3.3        1181       0x80000001 0x00B502

192.168.5.1    2.2.2.2        29         0x80000003 0x002985

                 SummaryASB Link States (Area 2)

Link ID        ADV Router     Age        Seq#      Checksum

1.1.1.1        2.2.2.2        29         0x80000003 0x0071B2

1.1.1.1        3.3.3.3        1292       0x80000001 0x00BB5C

                 RouterLink States (Area 3)

Link ID        ADV Router     Age        Seq#      Checksum Link count

3.3.3.3        3.3.3.3        1184       0x80000007 0x00B627 1

4.4.4.4        4.4.4.4        84         0x80000005 0x002A0D 3

                 NetLink States (Area 3)

Link ID        ADV Router     Age        Seq#      Checksum

10.0.0.14      4.4.4.4        84         0x80000003 0x003FB9

                 SummaryNet Link States (Area 3)

Link ID        ADV Router     Age        Seq#      Checksum

0.0.0.0        3.3.3.3        1188       0x80000001 0x0057DA

                 Type-5AS External Link States

Link ID        ADV Router     Age        Seq#      Checksum Tag

192.168.8.0    1.1.1.1        1859       0x80000001 0x0015AD 0

R4配置

!

interface Loopback0

ip address 4.4.4.4 255.255.255.255

!

interface Loopback1

ip address 192.168.4.1 255.255.255.0

!

interface FastEthernet0/0

noip address

shutdown

duplex auto

speed auto

!

interface FastEthernet0/1

ip address 10.0.0.14 255.255.255.252

duplex auto

speed auto

!

routerospf 1

router-id 4.4.4.4

log-adjacency-changes

area 3 stub   //完全末梢區(qū)域內(nèi)路由器配置

network 4.4.4.4 0.0.0.0 area 3

network 10.0.0.12 0.0.0.3 area 3

network 192.168.4.0 0.0.0.255 area 3

!

R4# shipos ne

Neighbor ID    Pri  State          Dead Time  Address        Interface

3.3.3.3          1  FULL/BDR       00:00:31   10.0.0.13      FastEthernet0/1

Gateway of last resort is 10.0.0.13 tonetwork 0.0.0.0

    4.0.0.0/32 is subnetted, 1 subnets

C      4.4.4.4 is directly connected, Loopback0

C   192.168.4.0/24 is directly connected, Loopback1

    10.0.0.0/30 is subnetted, 1 subnets

C      10.0.0.12 is directly connected, FastEthernet0/1

O*IA 0.0.0.0/0 [110/11]via 10.0.0.13, 00:21:21, FastEthernet0/1  //完全末梢區(qū)域獲取到默認(rèn)

R5配置

!

interface Loopback0

ip address 5.5.5.5 255.255.255.255

!

interface Loopback1

ip address 192.168.5.1 255.255.255.0

!

interface FastEthernet0/0

ip address 10.0.0.6 255.255.255.252

duplex auto

speed auto

!

interface FastEthernet0/1

ip address 10.0.0.17 255.255.255.252

duplex auto

speed auto

!

routerospf 1

router-id 5.5.5.5

log-adjacency-changes

area 1 nssa

 summary-address 192.168.8.0 255.255.248.0  //ASBR網(wǎng)段匯總

redistribute static subnets  //靜態(tài)重分發(fā)

network 5.5.5.5 0.0.0.0 area 1

network 10.0.0.4 0.0.0.3 area 1

network 192.168.5.0 0.0.0.255 area 1

!

ip route 192.168.8.0 255.255.255.24810.0.0.18

!

R5(config-router)# do shipos ne

Neighbor ID    Pri  State          Dead Time  Address        Interface

1.1.1.1          1  FULL/BDR       00:00:34   10.0.0.5       FastEthernet0/0

Gateway of last resort is not set

    1.0.0.0/32 is subnetted, 1 subnets

O IA   1.1.1.1 [110/11] via 10.0.0.5, 00:05:44, FastEthernet0/0

    2.0.0.0/32 is subnetted, 1 subnets

O IA   2.2.2.2 [110/21] via 10.0.0.5, 00:05:44, FastEthernet0/0

    3.0.0.0/32 is subnetted, 1 subnets

O IA   3.3.3.3 [110/31] via 10.0.0.5, 00:05:44, FastEthernet0/0

    4.0.0.0/32 is subnetted, 1 subnets

O IA   4.4.4.4 [110/41] via 10.0.0.5, 00:05:44, FastEthernet0/0

    5.0.0.0/32 is subnetted, 1 subnets

C      5.5.5.5 is directly connected, Loopback0

    192.168.4.0/32 is subnetted, 1 subnets

O IA   192.168.4.1 [110/41] via 10.0.0.5, 00:05:46, FastEthernet0/0

C   192.168.5.0/24is directly connected, Loopback1

    10.0.0.0/30 is subnetted, 5 subnets

O IA   10.0.0.8 [110/30] via 10.0.0.5, 00:05:46, FastEthernet0/0

O IA   10.0.0.12 [110/40] via 10.0.0.5, 00:05:46, FastEthernet0/0

O IA   10.0.0.0 [110/20] via 10.0.0.5, 00:05:46, FastEthernet0/0

C      10.0.0.4 is directly connected, FastEthernet0/0

C      10.0.0.16 is directly connected, FastEthernet0/1

    192.168.0.0/32 is subnetted, 1 subnets

O IA   192.168.0.1 [110/11] via 10.0.0.5, 00:05:46, FastEthernet0/0

    192.168.1.0/32 is subnetted, 1 subnets

O IA   192.168.1.1 [110/11] via 10.0.0.5, 00:05:46, FastEthernet0/0

    192.168.2.0/32 is subnetted, 1 subnets

O IA   192.168.2.1 [110/21] via 10.0.0.5, 00:05:46, FastEthernet0/0

    192.168.3.0/32 is subnetted, 1 subnets

O IA   192.168.3.1 [110/31] via 10.0.0.5, 00:05:46, FastEthernet0/0

S   192.168.8.0/21 [1/0] via 10.0.0.18

R6配置

!

interface Loopback0

ip address 192.168.8.1 255.255.255.0

!

interface Loopback1

ip address 192.168.9.1 255.255.255.0

!

interface Loopback2

ip address 192.168.10.1 255.255.255.0

!

interface Loopback3

ip address 192.168.11.1 255.255.255.0

!

interface FastEthernet0/0

noip address

shutdown

duplex auto

speed auto

!

interface FastEthernet0/1

ip address 10.0.0.18 255.255.255.252

duplex auto

speed auto

!

ip route 0.0.0.0 0.0.0.0 10.0.0.17

!

Gateway of last resort is 10.0.0.17 tonetwork 0.0.0.0

C   192.168.8.0/24 is directly connected, Loopback0

C   192.168.9.0/24 is directly connected, Loopback1

C   192.168.10.0/24 is directly connected, Loopback2

C   192.168.11.0/24 is directly connected, Loopback3

    10.0.0.0/30 is subnetted, 1 subnets

C      10.0.0.16 is directly connected, FastEthernet0/1

S*  0.0.0.0/0 [1/0] via 10.0.0.17

在R1驗(yàn)證全網(wǎng)全通

R1# ping 2.2.2.2

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 2.2.2.2,timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5),round-trip min/avg/max = 20/36/68 ms

R1#ping 3.3.3.3

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 3.3.3.3,timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5),round-trip min/avg/max = 40/52/84 ms

R1#ping 4.4.4.4

Type escape sequence toabort.

Sending 5, 100-byte ICMPEchos to 4.4.4.4, timeout is 2 seconds:

!!!!!

Success rate is 100percent (5/5), round-trip min/avg/max = 60/76/100 ms

R1#ping 5.5.5.5

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 5.5.5.5,timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5),round-trip min/avg/max = 20/32/64 ms

R1#ping 192.168.11.1

Type escape sequence toabort.

Sending 5, 100-byte ICMPEchos to 192.168.11.1, timeout is 2 seconds:

!!!!!

Success rate is 100percent (5/5), round-trip min/avg/max = 32/56/88 ms

R1#ping 192.168.9.1

Type escape sequence toabort.

Sending 5, 100-byte ICMPEchos to 192.168.9.1, timeout is 2 seconds:

!!!!!

Success rate is 100percent (5/5), round-trip min/avg/max = 40/52/84 ms

另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時(shí)售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務(wù)可用性高、性價(jià)比高”等特點(diǎn)與優(yōu)勢(shì),專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場(chǎng)景需求。

網(wǎng)站標(biāo)題:OSPF高級(jí)應(yīng)用-創(chuàng)新互聯(lián)
文章來源:http://www.aaarwkj.com/article16/gcegg.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)頁設(shè)計(jì)公司網(wǎng)站設(shè)計(jì)公司、響應(yīng)式網(wǎng)站、電子商務(wù)、標(biāo)簽優(yōu)化做網(wǎng)站

廣告

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

網(wǎng)站托管運(yùn)營
日韩精品日本道欧美黄片| 亚洲精品一级黄色片| 日韩欧美一二区久久麻豆| 亚洲成熟中老妇女视频| 日韩精品亚洲一区二区三区免费| 成年女人大片免费观看版| 成年人午夜在线观看网址| 丰满人妻少妇一区二区| 亚洲精品色在线网站国产呦| 高级会所口爆视频在线播放视频 | 欧美高清一区二区三区不卡| 久草免费福利视频资源站| 视频一区二区中文字幕日韩| 国产日产精品一区二区三区四区| 日韩av一区二区三区在线| 国产亚洲精品女人久久久| 深夜三级福利在线观看| 日韩成人高清免费在线| 成人影院视频在线播放| 欧美日本黄色一级视频| 亚洲一区二区另类视频| 丰满人妻被猛烈进入中文版| 亚洲中文字幕激情中午字幕| 97在线视频在线播放| 日韩成人在线高清视频| 成人精品国产一区二区| 亚洲国产精品综合久久网络| 亚洲国产欧美日韩在线一区| 天堂免费av在线播放| 91精品人妻二区三区| 国产精品一区二区三区在线| 91亚洲精品久久久蜜桃网站| 啄木乌法国一区二区三区| 十八女毛片一区二区三区| 亚洲黄色大片在线免费观看| 亚洲欧美国产日韩天堂区| 我要看黄色一级性生活片| 成人av男人天堂东京热| 色桃子av一区二区三区| 中文字幕变态另类一区二区| 在线国产偷拍自拍视频|