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

dis stp tc发现很多发送和接收的包

2020-12-12提问
  • 0关注
  • 1收藏,3247浏览
粉丝:0人 关注:0人

问题描述:

放在楼道上给直连40多台电脑的接入交换机,刚刚用了几天,不知道为什么会有这么多stp,send信息。开启了stp,但是终端端口都没有设置stp edge port,但是这才几天就有这么多send信息,正常吗?

组网及组网描述:

<H3C>dis stp tc

 -------------- STP slot 1 TC or TCN count -------------

 MST ID   Port                                Receive  Send

 0        Bridge-Aggregation1                 118289   60254

 0        GigabitEthernet1/0/1                0        45170

 0        GigabitEthernet1/0/2                0        6

 0        GigabitEthernet1/0/4                0        28904

 0        GigabitEthernet1/0/7                0        45166

 0        GigabitEthernet1/0/11               0        45164

 0        GigabitEthernet1/0/14               0        45162

 0        GigabitEthernet1/0/15               0        4

 0        GigabitEthernet1/0/18               0        27930

 0        GigabitEthernet1/0/19               0        45158

 0        GigabitEthernet1/0/22               0        45156

 0        GigabitEthernet1/0/23               0        45154

 0        GigabitEthernet1/0/25               0        45150

 0        GigabitEthernet1/0/26               0        10

 0        GigabitEthernet1/0/29               0        45146

 0        GigabitEthernet1/0/31               0        17282

 0        GigabitEthernet1/0/47               0        45138

 0        GigabitEthernet1/0/48               0        2

<H3C>dis version

H3C Comware Software, Version 7.1.070, Release 1118P07

Copyright (c) 2004-2018 New H3C Technologies Co., Ltd. All rights reserved.

H3C S5560X-54S-EI uptime is 0 weeks, 2 days, 16 hours, 35 minutes

Last reboot reason : Cold reboot

 

Boot image: flash:/s5560x_ei-cmw710-boot-r1118p07.bin

Boot image version: 7.1.070, Release 1118P07

  Compiled May 18 2018 18:00:00

System image: flash:/s5560x_ei-cmw710-system-r1118p07.bin

System image version: 7.1.070, Release 1118P07

  Compiled May 18 2018 18:00:00

 

 

Slot 1:

Uptime is 0 weeks,2 days,16 hours,35 minutes

S5560X-54S-EI with 2 Processors

BOARD TYPE:         S5560X-54S-EI

DRAM:               2048M bytes

FLASH:              512M bytes

PCB 1 Version:      VER.B

Bootrom Version:    111

CPLD 1 Version:     001

Release Version:    H3C S5560X-54S-EI-1118P07

Patch Version  :    None

Reboot Cause  :     ColdReboot

[SubSlot 0] 48GE+4SFP Plus + 2QSFP Plus

<H3C>dis cur | in stp

 stp global enable

<H3C>

 


最佳答案

已采纳
粉丝:24人 关注:0人

连接终端的接口要配置下 stp edge port,否则接口up down就发bpdu报文触发stp收敛

send报文是电脑开关机一次就发送一次吗?还是说统计的send报文发送的字节数?不能用了2天开关机几万次把。

zhiliao_JSIhWy 发表时间:2020-12-12

发送多个。报文个数

暮逍遥 发表时间:2020-12-12
2 个回答
粉丝:186人 关注:1人

看下stp状态

<H3C>dis stp interface GigabitEthernet 1/0/1 ----[CIST][Port1(GigabitEthernet1/0/1)][FORWARDING]---- Port protocol : Enabled Port role : Designated Port Port ID : 128.1 Port cost(Legacy) : COnfig=auto, Active=200 Desg.bridge/port : 32768.7057-bf1f-bfd0, 128.1 Port edged : COnfig=disabled, Active=disabled Point-to-Point : COnfig=auto, Active=true Transmit limit : 10 packets/hello-time TC-Restriction : Disabled Role-Restriction : Disabled Protection type : COnfig=none, Active=none MST BPDU format : COnfig=auto, Active=802.1s Port Config- Digest-Snooping : Disabled Rapid transition : False Num of VLANs mapped : 1 Port times : Hello 2s MaxAge 20s FwdDelay 15s MsgAge 3s RemHops 20 BPDU sent : 120159 TCN: 0, Config: 0, RST: 0, MST: 120159 BPDU received : 0 TCN: 0, Config: 0, RST: 0, MST: 0 <H3C>dis stp bri <H3C>dis stp int <H3C>dis stp interface bri <H3C>dis stp interface Bridge-Aggregation 1 ----[CIST][Port633(Bridge-Aggregation1)][FORWARDING]---- Port protocol : Enabled Port role : Root Port (Boundary) Port ID : 128.633 Port cost(Legacy) : COnfig=auto, Active=1 Desg.bridge/port : 32768.00d0-d0c3-ec68, 128.451 Port edged : COnfig=disabled, Active=disabled Point-to-Point : COnfig=auto, Active=true Transmit limit : 10 packets/hello-time TC-Restriction : Disabled Role-Restriction : Disabled Protection type : COnfig=none, Active=none MST BPDU format : COnfig=auto, Active=802.1s Port Config- Digest-Snooping : Disabled Rapid transition : True Num of VLANs mapped : 36 Port times : Hello 2s MaxAge 20s FwdDelay 15s MsgAge 2s RemHops 20 BPDU sent : 60256 TCN: 60254, Config: 1, RST: 0, MST: 1 BPDU received : 350567 TCN: 118289, Config: 232278, RST: 0, MST: 0

zhiliao_JSIhWy 发表时间:2020-12-12

<H3C>dis stp interface GigabitEthernet 1/0/1 ----[CIST][Port1(GigabitEthernet1/0/1)][FORWARDING]---- Port protocol : Enabled Port role : Designated Port Port ID : 128.1 Port cost(Legacy) : COnfig=auto, Active=200 Desg.bridge/port : 32768.7057-bf1f-bfd0, 128.1 Port edged : COnfig=disabled, Active=disabled Point-to-Point : COnfig=auto, Active=true Transmit limit : 10 packets/hello-time TC-Restriction : Disabled Role-Restriction : Disabled Protection type : COnfig=none, Active=none MST BPDU format : COnfig=auto, Active=802.1s Port Config- Digest-Snooping : Disabled Rapid transition : False Num of VLANs mapped : 1 Port times : Hello 2s MaxAge 20s FwdDelay 15s MsgAge 3s RemHops 20 BPDU sent : 120159 TCN: 0, Config: 0, RST: 0, MST: 120159 BPDU received : 0 TCN: 0, Config: 0, RST: 0, MST: 0 <H3C>dis stp bri <H3C>dis stp int <H3C>dis stp interface bri <H3C>dis stp interface Bridge-Aggregation 1 ----[CIST][Port633(Bridge-Aggregation1)][FORWARDING]---- Port protocol : Enabled Port role : Root Port (Boundary) Port ID : 128.633 Port cost(Legacy) : COnfig=auto, Active=1 Desg.bridge/port : 32768.00d0-d0c3-ec68, 128.451 Port edged : COnfig=disabled, Active=disabled Point-to-Point : COnfig=auto, Active=true Transmit limit : 10 packets/hello-time TC-Restriction : Disabled Role-Restriction : Disabled Protection type : COnfig=none, Active=none MST BPDU format : COnfig=auto, Active=802.1s Port Config- Digest-Snooping : Disabled Rapid transition : True Num of VLANs mapped : 36 Port times : Hello 2s MaxAge 20s FwdDelay 15s MsgAge 2s RemHops 20 BPDU sent : 60256 TCN: 60254, Config: 1, RST: 0, MST: 1 BPDU received : 350567 TCN: 118289, Config: 232278, RST: 0, MST: 0

zhiliao_JSIhWy 发表时间:2020-12-12
zhiliao_jzGoga 知了小白
粉丝:0人 关注:0人

只要非边缘端口变成forwading状态 就会发tcn bpdu

编辑答案

你正在编辑答案

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

分享扩散:

提出建议

    +

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

确定

亲~检测到您登陆的账号未在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. 您是谁?(身份证明材料,可以是身份证或护照等证件)
我们认为知名企业应该坦然接受公众讨论,对于答案中不准确的部分,我们欢迎您以正式或非正式身份在根叔知了上进行澄清。

对根叔社区有害的内容

×

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

不规范转载

×

举报说明