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

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://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导航| 日本欧美精品一区二区三区| 欧美性生活在线视频观看| 亚洲国产精品青青草| 91国内精品手机在线高清| 丝袜美腿亚洲欧美日韩| 怡红院一区二区三区毛片| 亚洲av中文久久精品国内| 大龄熟妇丰满有水多毛浓| 国产一级二级三级黄色| 成人黄色动作片在线观看| 日本一区二区三区视频版| 国产精品日韩精品在线| 成人免费在线国产视频| 四虎海外永久免费地址| 日韩精品熟女一区二区三区| 国产成人亚洲精品在线看| 亚洲精品国产亚洲精品| 未满18禁止观看在线| 亚洲熟女午夜毛片av毛片| 婷婷激情五月国产丝袜| av黄色成人在线观看| 欧美精品国产欧美精品国产| 国产精品一区二区毛卡片| 蜜臀国产午夜在线视频| 色呦呦视频在线免费看| 久久精品国产一区电影| 久久久久久亚洲精品少妇| 日韩 高清 一区二区| 97视频观看免费观看| 国产一级三级视频在线| 91手机精品在线视频| 欧美精品国产欧美精品国产| 黄色永久网站在线播放| 国产麻豆91在线视频|