zoukankan      html  css  js  c++  java
  • ISIS Lab 重分布直连

    Lab

    在R4上对isis和ospf做双向重分布后,在R5上查看路由表如下:
    Gateway of last resort is not set                                   
                                                                        
         1.0.0.0/32 is subnetted, 1 subnets                             
    O E2    1.1.1.1 [110/20] via 45.1.1.4, 00:00:21, FastEthernet0/0.45 
         2.0.0.0/32 is subnetted, 1 subnets                             
    O E2    2.2.2.2 [110/20] via 45.1.1.4, 00:00:21, FastEthernet0/0.45 
         3.0.0.0/32 is subnetted, 1 subnets                             
    O E2    3.3.3.3 [110/20] via 45.1.1.4, 00:00:21, FastEthernet0/0.45 
         5.0.0.0/32 is subnetted, 1 subnets                             
    C       5.5.5.5 is directly connected, Loopback0                    
         23.0.0.0/24 is subnetted, 1 subnets                            
    O E2    23.1.1.0 [110/20] via 45.1.1.4, 00:00:21, FastEthernet0/0.45
         12.0.0.0/24 is subnetted, 1 subnets                            
    O E2    12.1.1.0 [110/20] via 45.1.1.4, 00:00:21, FastEthernet0/0.45
         45.0.0.0/24 is subnetted, 1 subnets                            
    C       45.1.1.0 is directly connected, FastEthernet0/0.45          

    R5路由表没有4.4.4.4网段是因为ISIS是基于节点(相当于每台设备)的寻址方案仅仅要求每个节点具有一个地址,所以不会把直连网段发给R5
    若要R5收到直连网段需要在R4进行重分布直连
    R4(config)#router ospf 100
    R4(config-router)#redistribute connected subnets 

  • 相关阅读:
    一文读懂Lua元表
    React-Antd Pro环境搭建
    如何在QT项目中引入Boost库
    .NET Core RSA PKCS8 格式 签名/验签
    Chrome控制台Network请求过滤
    字符串拼接null值问题
    复制文件夹需要考虑的问题
    [闻缺陷则喜]关于boost的想法
    公共库开发组
    docker-compose 一键部署分布式配置中心Apollo
  • 原文地址:https://www.cnblogs.com/cyrusxx/p/12824182.html
Copyright © 2011-2022 走看看