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

S5120-28P-LI 配置LACP与基于源和目标的IP和端口负载平衡功能绑定

2018-07-30提问
  • 0关注
  • 1收藏,3109浏览
粉丝:0人 关注:0人

问题描述:

服务器网络是根据如下方式配置的,我查询了交换机的官方文档,我看交换机LACP聚合类型分为两种,聚合接口类型:

l      BAGG:表示二层聚合接口

l      RAGG:表示三层聚合接口

我现在端口类型是BAGG的二层聚合接口,但是不知道应该如何转到三层端口


组网及组网描述:

[H3C]display current-configuration 

#

 version 5.20, Release 1519

#

 sysname H3C

#

 super password level 3 cipher $c$3$UaCh2S23kiDzeQMoqFRNycc9R7yj5LkVcyNlPrk=

#

 ftp server enable

#

 domain default enable system

#

 telnet server enable

#

 password-recovery enable

#

vlan 1

#

domain system

 access-limit disable

 state active

 idle-cut disable

 self-service-url disable

#

user-group system

#

local-user admin

 password cipher $c$3$Xr63fij0oyVye/phERUC1KjMwW8epEtcTxGK+x4=

 authorization-attribute level 3

 service-type telnet

 service-type web

#

interface Bridge-Aggregation1

#

interface Bridge-Aggregation2

#

interface Bridge-Aggregation3

#

interface Bridge-Aggregation4

#

interface Bridge-Aggregation5

#

interface Bridge-Aggregation6

#

interface Bridge-Aggregation7

#

interface Bridge-Aggregation8

#               

interface Bridge-Aggregation9

#

interface Bridge-Aggregation10

#

interface Bridge-Aggregation11

#

interface Bridge-Aggregation12

#

interface Bridge-Aggregation13

#

interface Bridge-Aggregation14

#

interface NULL0

#

interface Vlan-interface1

 ip address 192.168.201.253 255.255.255.0

#

interface GigabitEthernet1/0/1

 port link-aggregation group 1

#

interface GigabitEthernet1/0/2

 port link-aggregation group 1

#               

interface GigabitEthernet1/0/3

 port link-aggregation group 2

#

interface GigabitEthernet1/0/4

 port link-aggregation group 2

#

interface GigabitEthernet1/0/5

 port link-aggregation group 3

#

interface GigabitEthernet1/0/6

 port link-aggregation group 3

#

interface GigabitEthernet1/0/7

 port link-aggregation group 4

#

interface GigabitEthernet1/0/8

 port link-aggregation group 4

#

interface GigabitEthernet1/0/9

 port link-aggregation group 5

#

interface GigabitEthernet1/0/10

 port link-aggregation group 5

#

interface GigabitEthernet1/0/11

 port link-aggregation group 6

#

interface GigabitEthernet1/0/12

 port link-aggregation group 6

#

interface GigabitEthernet1/0/13

 port link-aggregation group 7

#

interface GigabitEthernet1/0/14

 port link-aggregation group 7

#

interface GigabitEthernet1/0/15

 port link-aggregation group 8

#

interface GigabitEthernet1/0/16

 port link-aggregation group 8

#

interface GigabitEthernet1/0/17

 port link-aggregation group 9

#

interface GigabitEthernet1/0/18

 port link-aggregation group 9

#

interface GigabitEthernet1/0/19

 port link-aggregation group 10

#

interface GigabitEthernet1/0/20

 port link-aggregation group 10

#

interface GigabitEthernet1/0/21

 port link-aggregation group 11

#

interface GigabitEthernet1/0/22

 port link-aggregation group 11

#

interface GigabitEthernet1/0/23

 port link-aggregation group 12

#

interface GigabitEthernet1/0/24

 port link-aggregation group 12

#

interface GigabitEthernet1/0/25

 port link-aggregation group 13

#               

interface GigabitEthernet1/0/26

 port link-aggregation group 13

#

interface GigabitEthernet1/0/27

 port link-aggregation group 14

#

interface GigabitEthernet1/0/28

 port link-aggregation group 14

#

 ip route-static 0.0.0.0 0.0.0.0 Vlan-interface1 192.168.201.254

 ip route-static 192.168.0.0 255.255.0.0 192.168.8.251

#

 info-center loghost 10.0.201.1

#

 snmp-agent

 snmp-agent local-engineid 800063A20384D93194FC60

 snmp-agent community read public

 snmp-agent sys-info version all

 snmp-agent target-host trap address udp-domain 10.0.201.1 params securityname cluster

 snmp-agent trap source Vlan-interface1

#

 load tr069-configuration

#               

user-interface aux 0

user-interface vty 0 4

 user privilege level 3

 set authentication password cipher $c$3$iLJnE64KOh4PKb3srFeV6eaCwW3qhtP1RFdDmj/O

user-interface vty 5 15

#

return

最佳答案

粉丝:57人 关注:4人

这个产品是不支持三层链路聚合的。可以直接手动执行link-aggregation load-sharing mode后面加参数,可以支持很多种负载组合。

link-aggregation load-sharing mode { destination-ip | destination-mac | destination-port | ingress-port | source-ip | source-mac | source-port } *  

2 个回答

你配置interface route-agg,这样就是三层聚合了。

交换机没有这个命令

zhiliao_ek1r8 发表时间:2018-07-30
zhiliao_ek1r8 知了小白
粉丝:0人 关注:0人

交换机没有interface route-agg这个命令啊

[H3C]interface Bridge-Aggregation1

[H3C-Bridge-Aggregation1]interface route-agg

                         ^

 % Unrecognized command found at '^' position.

[H3C-Bridge-Aggregation1]route-agg

                         ^

 % Unrecognized command found at '^' position.

编辑答案

你正在编辑答案

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

分享扩散:

提出建议

    +

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

确定

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

对根叔社区有害的内容

×

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

不规范转载

×

举报说明