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

2600和5560配置相同的网络配置,但是通信结果不一样

4天前提问
  • 0关注
  • 0收藏,96浏览
粉丝:0人 关注:0人

问题描述:

1、2260配置:

interface LoopBack100

 ip address 10.211.67.30 255.255.255.255

#

interface GigabitEthernet0/0/0

 port link-mode route

 combo enable copper

 ip address 172.19.140.114 255.255.255.252

 tcp mss 1280

#

interface Tunnel0 mode gre

 ip address 10.1.1.10 255.255.255.252

 source LoopBack100

 destination 172.31.2.1

 keepalive 5 3

 gre checksum

#

interface Tunnel2 mode gre

 ip address 6.6.6.10 255.255.255.252

 pim sm

 igmp enable

 source LoopBack100

 destination 10.1.0.1

 keepalive 5 3

#

 ip route-static 10.1.0.0 24 Tunnel0

 ip route-static 172.31.2.1 32 172.19.140.113

 

[H3C]dis int tu

Tunnel0

Current state: UP

Line protocol state: UP

Description: Tunnel0 Interface

Bandwidth: 64 kbps

Maximum transmission unit: 1472

Internet address: 10.1.1.10/30 (Primary)

Tunnel source 10.211.67.30 (LoopBack100), destination 172.31.2.1

Tunnel keepalive enabled, Period(5 s), Retries(3)

Tunnel TTL 255

Tunnel protocol/transport GRE/IP

    GRE key disabled

    Checksumming of GRE packets enabled

Output queue - Urgent queuing: Size/Length/Discards 0/1024/0

Output queue - Protocol queuing: Size/Length/Discards 0/500/0

Output queue - FIFO queuing: Size/Length/Discards 0/75/0

Last clearing of counters: Never

Last 300 seconds input rate: 0 bytes/sec, 0 bits/sec, 0 packets/sec

Last 300 seconds output rate: 0 bytes/sec, 0 bits/sec, 0 packets/sec

Input: 5966049 packets, 4849031555 bytes, 0 drops

Output: 30880437 packets, 24148022615 bytes, 1 drops

 

Tunnel2

Current state: UP

Line protocol state: UP

Description: Tunnel2 Interface

Bandwidth: 64 kbps

Maximum transmission unit: 1448

Internet address: 6.6.6.10/30 (Primary)

Tunnel source 10.211.67.30 (LoopBack100), destination 10.1.0.1

Tunnel keepalive enabled, Period(5 s), Retries(3)

Tunnel TTL 255

Tunnel protocol/transport GRE/IP

    GRE key disabled

    Checksumming of GRE packets disabled

Output queue - Urgent queuing: Size/Length/Discards 0/1024/0

Output queue - Protocol queuing: Size/Length/Discards 0/500/0

Output queue - FIFO queuing: Size/Length/Discards 0/75/0

Last clearing of counters: Never

Last 300 seconds input rate: 0 bytes/sec, 0 bits/sec, 0 packets/sec

Last 300 seconds output rate: 0 bytes/sec, 0 bits/sec, 0 packets/sec

Input: 5718510 packets, 4673187666 bytes, 0 drops

Output: 30742465 packets, 23377026148 bytes, 39 drops

 

2、5560配置:

service-loopback group 1 type tunnel

#

interface LoopBack100

 ip address 10.211.67.30 255.255.255.255

#

interface GigabitEthernet1/0/22

 port link-mode route

 ip address 172.19.140.114 255.255.255.252

 tcp mss 1280

#

interface Ten-GigabitEthernet1/0/25

 port link-mode bridge

 port service-loopback group 1

#

interface tunnel0 mode gre

 ip address 10.1.1.10 255.255.255.252

 source LoopBack100

 destination 172.31.2.1

 keepalive 5 3

#

interface Tunnel1 mode gre

 ip address 6.6.6.10 255.255.255.252

 source LoopBack100

 destination 10.1.0.1

 keepalive 5 3

#

 ip route-static 10.1.0.0 24 Tunnel0

 ip route-static 172.31.2.1 32 172.19.140.113

return

[H3C]dis  int tu

Tunnel0

Current state: UP

Line protocol state: UP

Description: Tunnel0 Interface

Bandwidth: 64 kbps

Maximum transmission unit: 1476

Internet address: 10.1.1.10/30 (primary)

Tunnel source 10.211.67.30 (LoopBack100), destination 172.31.2.1

Tunnel keepalive enabled, Period(5 s), Retries(3)

Tunnel TTL 255

Tunnel protocol/transport GRE/IP

    GRE key disabled

    Checksumming of GRE packets disabled

Last clearing of counters: Never

Last 300 seconds input rate: 0 bytes/sec, 0 bits/sec, 0 packets/sec

Last 300 seconds output rate: 14 bytes/sec, 112 bits/sec, 0 packets/sec

Input: 24 packets, 1260 bytes, 0 drops

Output: 3231 packets, 117216 bytes, 1 drops

 

Tunnel1

Current state: UP

Line protocol state: DOWN

Description: Tunnel1 Interface

Bandwidth: 64 kbps

Maximum transmission unit: 1452

Internet address: 6.6.6.10/30 (primary)

Tunnel source 10.211.67.30 (LoopBack100), destination 10.1.0.1

Tunnel keepalive enabled, Period(5 s), Retries(3)

Tunnel TTL 255

Tunnel protocol/transport GRE/IP

    GRE key disabled

    Checksumming of GRE packets disabled

Last clearing of counters: Never

Last 300 seconds input rate: 0 bytes/sec, 0 bits/sec, 0 packets/sec

Last 300 seconds output rate: 4 bytes/sec, 32 bits/sec, 0 packets/sec

Input: 0 packets, 0 bytes, 0 drops

Output: 1608 packets, 38772 bytes, 1 drops

 

 

组网及组网描述:

两台设备配置同样的配置,但是5560的tu2为down,

并且2600的物理口抓包可以抓到收发的数据包,但是5560物理口只能抓到收的数据包

请求指导

 

2 个回答
粉丝:0人 关注:0人

GRE隧道无法UP,以下是排查要点,请参考: 1、确保两端设备的路由是否可达。 2、检查是否正确指定了隧道源和目的。 3、检查两端隧道接口的IP是否在一个子网内。 4、检查隧道路由是否已正确指向。

我现在物理口镜像包抓不到发出去的数据,能看出来是哪里配置不对吗

zhiliao_KG0GlG 发表时间:4天前 更多>>

我现在物理口镜像包抓不到发出去的数据,能看出来是哪里配置不对吗

zhiliao_KG0GlG 发表时间:4天前
zhiliao_KG0GlG 知了小白
粉丝:0人 关注:0人

隧道两端路由可达,配置相同,但是2600通,5560不通,是接口路由配置有问题吗,

编辑答案

你正在编辑答案

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

分享扩散:

提出建议

    +

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

确定

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

对根叔社区有害的内容

×

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

不规范转载

×

举报说明