华为实验记录配置末梢区域和完全末梢区域

搭建实验环境

华为实验记录配置末梢区域和完全末梢区域_第1张图片
1)分别配置Area 2为末梢区域和完全末梢区域。

2)使用命令验证配置。

实现此案例需要按照如下步骤进行。

//R1的配置
 ospf 1 router-id 1.1.1.1
       area 0 
         network 192.168.12.0 0.0.0.255
//R2的配置
  ospf 1 router-id 2.2.2.2
        area 0 
          network 192.168.12.0 0.0.0.255
area 2
          network 192.168.23.0 0.0.0.255
//R3的配置
  ospf 1 router-id 3.3.3.3
        area 2 
          network 192.168.23.0 0.0.0.255
dis ospf routing 
     OSPF Process 1 with Router ID 1.1.1.1
          Routing Tables 
 Routing for Network 
 Destination        Cost  Type       NextHop         AdvRouter       Area
 192.168.12.0/24    1     Transit    192.168.12.1    1.1.1.1         0.0.0.0
 192.168.23.0/24    2     Inter-area 192.168.12.2    2.2.2.2         0.0.0.0
 Total Nets: 2  
 Intra Area: 1  Inter Area: 1  ASE: 0  NSSA: 0 
dis ospf routing 
     OSPF Process 1 with Router ID 2.2.2.2
          Routing Tables 
 Routing for Network 
 Destination        Cost  Type       NextHop         AdvRouter       Area
 192.168.12.0/24    1     Transit    192.168.12.2    2.2.2.2         0.0.0.0
 192.168.23.0/24    1     Transit    192.168.23.2    2.2.2.2         0.0.0.2
 Total Nets: 2  
 Intra Area: 2  Inter Area: 0  ASE: 0  NSSA: 0
dis ospf routing 
     OSPF Process 1 with Router ID 3.3.3.3
          Routing Tables 
 Routing for Network 
 Destination        Cost  Type       NextHop         AdvRouter       Area
 192.168.23.0/24    1     Transit    192.168.23.3    3.3.3.3         0.0.0.2
 192.168.12.0/24    2     Inter-area 192.168.23.2    2.2.2.2         0.0.0.2
 Total Nets: 2  
 Intra Area: 1  Inter Area: 1  ASE: 0  NSSA: 0
//R2的配置
  ospf 1 
        area 2 
          stub
//R3的配置
  ospf 1 
        area 2 
          stub
dis ospf routing
     OSPF Process 1 with Router ID 3.3.3.3
          Routing Tables 
 Routing for Network 
 Destination        Cost  Type       NextHop         AdvRouter       Area
 192.168.23.0/24    1     Transit    192.168.23.3    3.3.3.3         0.0.0.2
 0.0.0.0/0          2     Inter-area 192.168.23.2    2.2.2.2         0.0.0.2
 192.168.12.0/24    2     Inter-area 192.168.23.2    2.2.2.2         0.0.0.2
 Total Nets: 3  
 Intra Area: 1  Inter Area: 2  ASE: 0  NSSA: 0
//R2的配置
  ospf 1 
        area 2 
          stub no-summary
dis ospf routing 
     OSPF Process 1 with Router ID 3.3.3.3
          Routing Tables 
 Routing for Network 
 Destination        Cost  Type       NextHop         AdvRouter       Area
 192.168.23.0/24    1     Transit    192.168.23.3    3.3.3.3         0.0.0.2
 0.0.0.0/0          2     Inter-area 192.168.23.2    2.2.2.2         0.0.0.2
 Total Nets: 2  
 Intra Area: 1  Inter Area: 1  ASE: 0  NSSA: 0

      
      
      
      
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
                                
发布了405 篇原创文章 · 获赞 58 · 访问量 4万+

你可能感兴趣的:(华为网络杂谈)