ospf实验

简介: 要求

要求

baf013eb9a9545b9b1e83d852689e5cb.png

配置

R1

Public routing table : OSPF
         Destinations : 4        Routes : 4        
OSPF routing table status : <Active>
         Destinations : 4        Routes : 4
Destination/Mask    Proto   Pre  Cost      Flags NextHop         Interface
        0.0.0.0/0   O_ASE   150  1           D   192.168.1.3     GigabitEthernet
0/0/0
    192.168.1.8/30  OSPF    10   2           D   192.168.1.3     GigabitEthernet
0/0/0
   192.168.1.12/30  OSPF    10   3           D   192.168.1.3     GigabitEthernet
0/0/0
   192.168.1.33/32  OSPF    10   1           D   192.168.1.2     GigabitEthernet
0/0/0
OSPF routing table status : <Inactive>
         Destinations : 0        Routes : 0

R2

Public routing table : OSPF
         Destinations : 4        Routes : 4        
OSPF routing table status : <Active>
         Destinations : 4        Routes : 4
Destination/Mask    Proto   Pre  Cost      Flags NextHop         Interface
        0.0.0.0/0   O_ASE   150  1           D   192.168.1.3     GigabitEthernet
0/0/0
    192.168.1.8/30  OSPF    10   2           D   192.168.1.3     GigabitEthernet
0/0/0
   192.168.1.12/30  OSPF    10   3           D   192.168.1.3     GigabitEthernet
0/0/0
   192.168.1.17/32  OSPF    10   1           D   192.168.1.1     GigabitEthernet
0/0/0
OSPF routing table status : <Inactive>
         Destinations : 0        Routes : 0

R3

Public routing table : OSPF
         Destinations : 4        Routes : 4        
OSPF routing table status : <Active>
         Destinations : 4        Routes : 4
Destination/Mask    Proto   Pre  Cost      Flags NextHop         Interface
        0.0.0.0/0   O_ASE   150  1           D   192.168.1.10    GigabitEthernet
0/0/1
   192.168.1.12/30  OSPF    10   2           D   192.168.1.10    GigabitEthernet
0/0/1
   192.168.1.17/32  OSPF    10   1           D   192.168.1.1     GigabitEthernet
0/0/0
   192.168.1.33/32  OSPF    10   1           D   192.168.1.2     GigabitEthernet
0/0/0
OSPF routing table status : <Inactive>
         Destinations : 0        Routes : 0

R4

Public routing table : OSPF
         Destinations : 4        Routes : 4        
OSPF routing table status : <Active>
         Destinations : 4        Routes : 4
Destination/Mask    Proto   Pre  Cost      Flags NextHop         Interface
        0.0.0.0/0   O_ASE   150  1           D   192.168.1.14    GigabitEthernet
0/0/1
    192.168.1.0/29  OSPF    10   2           D   192.168.1.9     GigabitEthernet
0/0/0
   192.168.1.17/32  OSPF    10   2           D   192.168.1.9     GigabitEthernet
0/0/0
   192.168.1.33/32  OSPF    10   2           D   192.168.1.9     GigabitEthernet
0/0/0
OSPF routing table status : <Inactive>
         Destinations : 0        Routes : 0

R5

Public routing table : OSPF
         Destinations : 4        Routes : 4        
OSPF routing table status : <Active>
         Destinations : 4        Routes : 4
Destination/Mask    Proto   Pre  Cost      Flags NextHop         Interface
    192.168.1.0/29  OSPF    10   3           D   192.168.1.13    GigabitEthernet
0/0/0
    192.168.1.8/30  OSPF    10   2           D   192.168.1.13    GigabitEthernet
0/0/0
   192.168.1.17/32  OSPF    10   3           D   192.168.1.13    GigabitEthernet
0/0/0
   192.168.1.33/32  OSPF    10   3           D   192.168.1.13    GigabitEthernet
0/0/0
OSPF routing table status : <Inactive>
         Destinations : 0        Routes : 0

全网可达

<r1>ping 192.168.1.3
  PING 192.168.1.3: 56  data bytes, press CTRL_C to break
    Reply from 192.168.1.3: bytes=56 Sequence=1 ttl=255 time=40 ms
    Reply from 192.168.1.3: bytes=56 Sequence=2 ttl=255 time=50 ms
    Reply from 192.168.1.3: bytes=56 Sequence=3 ttl=255 time=40 ms
    Reply from 192.168.1.3: bytes=56 Sequence=4 ttl=255 time=50 ms
    Reply from 192.168.1.3: bytes=56 Sequence=5 ttl=255 time=50 ms
  --- 192.168.1.3 ping statistics ---
    5 packet(s) transmitted
    5 packet(s) received
    0.00% packet loss
    round-trip min/avg/max = 40/46/50 ms
<r1>ping 192.168.1.9
  PING 192.168.1.9: 56  data bytes, press CTRL_C to break
    Reply from 192.168.1.9: bytes=56 Sequence=1 ttl=255 time=40 ms
    Reply from 192.168.1.9: bytes=56 Sequence=2 ttl=255 time=40 ms
    Reply from 192.168.1.9: bytes=56 Sequence=3 ttl=255 time=60 ms
    Reply from 192.168.1.9: bytes=56 Sequence=4 ttl=255 time=60 ms
    Reply from 192.168.1.9: bytes=56 Sequence=5 ttl=255 time=40 ms
  --- 192.168.1.9 ping statistics ---
    5 packet(s) transmitted
    5 packet(s) received
    0.00% packet loss
    round-trip min/avg/max = 40/48/60 ms
<r1>ping 192.168.1.13
  PING 192.168.1.13: 56  data bytes, press CTRL_C to break
    Reply from 192.168.1.13: bytes=56 Sequence=1 ttl=254 time=50 ms
    Reply from 192.168.1.13: bytes=56 Sequence=2 ttl=254 time=80 ms
    Reply from 192.168.1.13: bytes=56 Sequence=3 ttl=254 time=40 ms
    Reply from 192.168.1.13: bytes=56 Sequence=4 ttl=254 time=30 ms
    Reply from 192.168.1.13: bytes=56 Sequence=5 ttl=254 time=30 ms
  --- 192.168.1.13 ping statistics ---
    5 packet(s) transmitted
    5 packet(s) received
    0.00% packet loss
    round-trip min/avg/max = 30/46/80 ms
<r1>ping 192.168.1.49
  PING 192.168.1.49: 56  data bytes, press CTRL_C to break
    Reply from 192.168.1.49: bytes=56 Sequence=1 ttl=253 time=50 ms
    Reply from 192.168.1.49: bytes=56 Sequence=2 ttl=253 time=50 ms
    Reply from 192.168.1.49: bytes=56 Sequence=3 ttl=253 time=50 ms
    Reply from 192.168.1.49: bytes=56 Sequence=4 ttl=253 time=50 ms
    Reply from 192.168.1.49: bytes=56 Sequence=5 ttl=253 time=50 ms
  --- 192.168.1.49 ping statistics ---
    5 packet(s) transmitted
    5 packet(s) received
    0.00% packet loss
    round-trip min/avg/max = 50/50/50 ms


相关文章
|
JavaScript 前端开发 应用服务中间件
angular引入包、路由权限配置、打包问题与nginx配置问题(简单部署)
angular引入包、路由权限配置、打包问题与nginx配置问题(简单部署)
299 0
|
SQL 缓存 安全
Memcached 未授权漏洞利用
Memcached 未授权漏洞利用
1792 0
指针和字符数组笔试题及其解析(第二组)
指针和字符数组笔试题及其解析(第二组)
115 0
|
Apache 流计算 运维
实时计算Flink版与开源 Apache Flink 性能对比
将从开发、运维、成本、安全等四个维度进行对比。
实时计算Flink版与开源 Apache Flink 性能对比
你不知道的border-style border-radius background
你不知道的border-style border-radius background
|
人工智能 大数据 数据挖掘
重磅下载 |2019 Flink Forward 大会37+演讲PDF合辑,不容错过!
Flink Forward 2019 于今年11月28日在北京举行,规模2000人。本文收录了5大专场,38篇大咖演讲资料的 FFA 2019 资料合辑,精彩内容一次性打包给你!
27604 0
重磅下载 |2019 Flink Forward 大会37+演讲PDF合辑,不容错过!
|
数据采集 Web App开发 Python
|
C# C++ Windows
C#和windows系统哪些事
C#和windows系统哪些事 一直都喜欢做C++做的那些事,却不喜欢C++,但说不出来为什么,也许是没有深入了解吧?! 1. C#代码设置系统钩子 2. C#程序如何使用管理员身份启动 3. 禁用系统功能 4. 从Win服务中启动带UI的程序
754 0