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 

  • 相关阅读:
    Redis-Sp:Redis主要功能
    Redis-Sp:Redis介绍
    阿里云-Redis-Help-连接实例-Redis客户端连接:C#客户端StackExchange.Redis
    Samba通过ad域进行认证并限制空间大小《转载》
    SQL函数简述
    SELECT--UNION,UNION ALL,MINUS, INTERSECT,EXISTS
    oracle数据库常用查询一
    oracle以web方式登录EM、ISQLPlus
    关于sys、system、sysman等在EM中登录的问题
    top 命令SQLServer-sybase-oracle
  • 原文地址:https://www.cnblogs.com/cyrusxx/p/12824182.html
Copyright © 2011-2022 走看看