• 全部
  • 经验案例
  • 典型配置
  • 技术公告
  • FAQ
  • 漏洞说明
  • 全部
  • 全部
  • 大数据引擎
  • 知了引擎
产品线
搜索
取消
案例类型
发布者
是否解决
是否官方
时间
搜索引擎
匹配模式
高级搜索

IS-IS网络中,L1级的路由器在连l1-2级路由器的时候没有产生缺省路由

2023-12-03提问
  • 0关注
  • 0收藏,266浏览
粉丝:0人 关注:0人

问题描述:

组网及组网描述:

r6和r7是L1级路由,可以获取到L1级其他路由器的明细路由,但是获取不到L2级路由信息,连L1级的缺省路由都没有,各位大神请问这是系统bug吗?

 

 

<r3>dis cu

#

 version 7.1.064, Release 0427P22

#

 sysname r3

#

isis 1

 is-level level-2

 network-entity 10.0000.0000.0001.00

 #

 address-family ipv4 unicast

  import-route direct

  import-route ospf 1

#

ospf 1 router-id 3.3.3.3

 import-route direct

 import-route isis 1

 area 0.0.0.0

  network 3.3.3.3 0.0.0.0

  network 10.0.2.0 0.0.0.255

  network 10.0.3.0 0.0.0.255

#

 ip ttl-expires enable

#

 system-working-mode standard

 xbar load-single

 password-recovery enable

 lpu-type f-series

#

vlan 1

#

interface Serial1/0

#

interface Serial2/0

#

interface Serial3/0

#

interface Serial4/0

#

interface NULL0

#

interface LoopBack0

 ip address 3.3.3.3 255.255.255.255

#

interface GigabitEthernet0/0

 port link-mode route

 combo enable copper

 ip address 10.0.2.3 255.255.255.0

#

interface GigabitEthernet0/1

 port link-mode route

 combo enable copper

 ip address 10.0.3.3 255.255.255.0

#

interface GigabitEthernet0/2

 port link-mode route

 combo enable copper

 ip address 10.0.5.3 255.255.255.0

 isis enable 1

 

R5:

[r5]dis cu

#

 version 7.1.064, Release 0427P22

#

 sysname r5

#

isis 1

 network-entity 10.0000.0000.0002.00

 #

 address-family ipv4 unicast

#

 ip ttl-expires enable

#

 sysid r5

#

 system-working-mode standard

 xbar load-single

 password-recovery enable

 lpu-type f-series

#

vlan 1

#

interface Serial1/0

#

interface Serial2/0

#

interface Serial3/0

#

interface Serial4/0

#

interface NULL0

#

interface LoopBack0

 ip address 5.5.5.5 255.255.255.255

 isis enable 1

#

interface LoopBack1

 ip address 192.168.10.1 255.255.255.0

 isis enable 1

#

interface LoopBack2

 ip address 192.168.12.1 255.255.255.0

 isis enable 1

#

interface LoopBack3

 isis enable 1

#

interface LoopBack4

 ip address 192.168.13.1 255.255.255.0

 isis enable 1

#

interface GigabitEthernet0/0

 port link-mode route

 combo enable copper

 ip address 10.0.5.5 255.255.255.0

 isis enable 1

#

interface GigabitEthernet0/1

 port link-mode route

 combo enable copper

 ip address 10.0.6.5 255.255.255.0

 isis enable 1

#

interface GigabitEthernet0/2

 port link-mode route

 combo enable copper

 ip address 10.0.7.5 255.255.255.0

 isis enable 1

 

 

 

R6:

<r6>  DIS CU

#

 version 7.1.064, Release 0427P22

#

 sysname r6

#

isis 1

 is-level level-1

 network-entity 10.0000.0000.0003.00

#

 ip ttl-expires enable

#

 system-working-mode standard

 xbar load-single

 password-recovery enable

 lpu-type f-series

#

vlan 1

#

interface Serial1/0

#

interface Serial2/0

#

interface Serial3/0

#

interface Serial4/0

#

interface NULL0

#

interface LoopBack0

 ip address 6.6.6.6 255.255.255.255

 isis enable 1

#

interface LoopBack1

 ip address 192.168.100.1 255.255.255.0

 isis enable 1

#

interface LoopBack2

 ip address 192.168.101.1 255.255.255.0

 isis enable 1

#

interface LoopBack3

 ip address 192.168.102.1 255.255.255.0

 isis enable 1

#

interface LoopBack4

 ip address 192.168.103.1 255.255.255.0

 isis enable 1

#

interface GigabitEthernet0/0

 port link-mode route

 combo enable copper

 ip address 10.0.6.6 255.255.255.0

 isis enable 1

#

 

 

 

R6的路由表:

<r6>DIS IP routing-table

 

Destinations : 29       Routes : 29

 

Destination/Mask   Proto   Pre Cost        NextHop         Interface

0.0.0.0/32         Direct  0   0           127.0.0.1       InLoop0

5.5.5.5/32         IS_L1   15  10          10.0.6.5        GE0/0

6.6.6.6/32         Direct  0   0           127.0.0.1       InLoop0

10.0.5.0/24        IS_L1   15  20          10.0.6.5        GE0/0

10.0.6.0/24        Direct  0   0           10.0.6.6        GE0/0

10.0.6.6/32        Direct  0   0           127.0.0.1       InLoop0

10.0.6.255/32      Direct  0   0           10.0.6.6        GE0/0

10.0.7.0/24        IS_L1   15  20          10.0.6.5        GE0/0

127.0.0.0/8        Direct  0   0           127.0.0.1       InLoop0

127.0.0.1/32       Direct  0   0           127.0.0.1       InLoop0

127.255.255.255/32 Direct  0   0           127.0.0.1       InLoop0

192.168.10.0/24    IS_L1   15  10          10.0.6.5        GE0/0

192.168.12.0/24    IS_L1   15  10          10.0.6.5        GE0/0

192.168.13.0/24    IS_L1   15  10          10.0.6.5        GE0/0

192.168.100.0/24   Direct  0   0           192.168.100.1   Loop1

192.168.100.1/32   Direct  0   0           127.0.0.1       InLoop0

192.168.100.255/32 Direct  0   0           192.168.100.1   Loop1

192.168.101.0/24   Direct  0   0           192.168.101.1   Loop2

192.168.101.1/32   Direct  0   0           127.0.0.1       InLoop0

192.168.101.255/32 Direct  0   0           192.168.101.1   Loop2

192.168.102.0/24   Direct  0   0           192.168.102.1   Loop3

192.168.102.1/32   Direct  0   0           127.0.0.1       InLoop0

192.168.102.255/32 Direct  0   0           192.168.102.1   Loop3

192.168.103.0/24   Direct  0   0           192.168.103.1   Loop4

192.168.103.1/32   Direct  0   0           127.0.0.1       InLoop0

192.168.103.255/32 Direct  0   0           192.168.103.1   Loop4

224.0.0.0/4        Direct  0   0           0.0.0.0         NULL0

224.0.0.0/24       Direct  0   0           0.0.0.0         NULL0

255.255.255.255/32 Direct  0   0           127.0.0.1       InLoop0

<r6>

 

最佳答案

粉丝:1人 关注:0人

在IS-IS网络中,L1和L2级的路由器之间连接时,L1级路由器不会产生缺省路由。这是因为在IS-IS协议中,L1级路由器只负责在同一级内部进行路由信息交换,不会向L2级路由器传递任何L1级的路由信息。因此,L1级路由器不会形成默认路由条目到L2级路由器。

正常来说,有外部路由引入时,因为L2路由信息不会传给L1,所以L1-2路由器会传一个L1的缺省路由给L1路由器吗?

东溪 发表时间:2023-12-03
0 个回答

该问题暂时没有网友解答

编辑答案

你正在编辑答案

如果你要对问题或其他回答进行点评或询问,请使用评论功能。

分享扩散:

提出建议

    +

亲~登录后才可以操作哦!

确定

亲~检测到您登陆的账号未在http://hclhub.h3c.com进行注册

注册后可访问此模块

跳转hclhub

你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作

举报

×

侵犯我的权益 >
对根叔社区有害的内容 >
辱骂、歧视、挑衅等(不友善)

侵犯我的权益

×

泄露了我的隐私 >
侵犯了我企业的权益 >
抄袭了我的内容 >
诽谤我 >
辱骂、歧视、挑衅等(不友善)
骚扰我

泄露了我的隐私

×

您好,当您发现根叔知了上有泄漏您隐私的内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到pub.zhiliao@h3c.com 邮箱,我们会尽快处理。
  • 1. 您认为哪些内容泄露了您的隐私?(请在邮件中列出您举报的内容、链接地址,并给出简短的说明)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)

侵犯了我企业的权益

×

您好,当您发现根叔知了上有关于您企业的造谣与诽谤、商业侵权等内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到 pub.zhiliao@h3c.com 邮箱,我们会在审核后尽快给您答复。
  • 1. 您举报的内容是什么?(请在邮件中列出您举报的内容和链接地址)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)
  • 3. 是哪家企业?(营业执照,单位登记证明等证件)
  • 4. 您与该企业的关系是?(您是企业法人或被授权人,需提供企业委托授权书)
我们认为知名企业应该坦然接受公众讨论,对于答案中不准确的部分,我们欢迎您以正式或非正式身份在根叔知了上进行澄清。

抄袭了我的内容

×

原文链接或出处

诽谤我

×

您好,当您发现根叔知了上有诽谤您的内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到pub.zhiliao@h3c.com 邮箱,我们会尽快处理。
  • 1. 您举报的内容以及侵犯了您什么权益?(请在邮件中列出您举报的内容、链接地址,并给出简短的说明)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)
我们认为知名企业应该坦然接受公众讨论,对于答案中不准确的部分,我们欢迎您以正式或非正式身份在根叔知了上进行澄清。

对根叔社区有害的内容

×

垃圾广告信息
色情、暴力、血腥等违反法律法规的内容
政治敏感
不规范转载 >
辱骂、歧视、挑衅等(不友善)
骚扰我
诱导投票

不规范转载

×

举报说明