link-aggregation mode 后只能跟manual和static 请问是不支持动态功能吗?是老版本的华三交换机!
(0)
最佳答案
先进入聚合口,再配置动态聚合模式(不要在全局视图输入)
[H3C]interface bridge-aggregation 1
[H3C-Bridge-Aggregation1] link-aggregation mode dynamic
[H3C-Bridge-Aggregation1] exit
(0)
我这台只有link-aggregation mode 跟manual和static
不支持interface bridge-agg这个命令诶
通常链路聚合有三种模式:手工汇聚、静态LACP汇聚和动态LACP汇聚。
但是V3版本下只提供了 手工聚合模式 manual 和 静态LACP聚合模式 static 两种
V3版本配置链路聚合
1,创建聚合组并指定聚合模式(系统视图)
link-aggregation group <group-id> mode < manual | static >
示例:创建一个聚合接口ID为100的手工聚合组
[H3C] link-aggregation group 100 mode manual
注:V3版本下的聚合模式必须进行指定,没有默认模式,否则会报错。
注:若要删除聚合组,可以使用命令undo link-aggregation group <group-id>
2,端口加入聚合组(接口视图)
port link-aggregation group <group-id>
示例:将千兆端口g1/0/47,g1/0/48加入聚合组100
[H3C]int g1/0/47
[H3C-GigabitEthernet1/0/47]port link-aggregation group 100
[H3C]int g1/0/48
[H3C-GigabitEthernet1/0/48]port link-aggregation group 100
注:若要退出聚合组,可使用命令undo port link-aggregation group <group-id>。
注:当聚合组中只包含一个成员端口时,不能在端口视图下将该成员端口退出聚合组,只能通过将聚合组删除的方式将该端口从聚合组中删除。
3,成员端口下进行同步配置(接口视图)
V3版本下不能在聚合接口下进行统一配置,只能在聚合组的某个成员端口视图下进行基础端口配置,然后这些配置会自动同步到同一聚合组下的其他成员端口上,最后聚合组内所有成员端口都会拥有同样的端口配置(不包括某些特殊的配置信息,如端口描述信息只在当前端口生效)。
示例:在成员端口下配置g1/0/47为trunk口并允许所有VLAN通过。
[H3C]int g1/0/47
[H3C-GigabitEthernet1/0/47]port link-type trunk
[H3C-GigabitEthernet1/0/47]port trunk permit vlan all
这里在g1/0/47下配置好之后,这些配置会自动同步到另一个成员端口g1/0/48上,g1/0/48就不需要在进行配置了。
注:如果你已经在某个成员端口下进行了集中配置之后,又在另一个成员端口下进行了不同的配置,后一个端口的配置会同步到所有成员端口并覆盖原有的配置
需要注意的是:如果第一步配置的聚合模式为static,那么还需要在其成员接口下使能 “lacp enable”
(0)
[H3C]interface bridge-aggregation 1
[H3C-Bridge-Aggregation1] link-aggregation mode dynamic
(0)
你这个版本太老了,还是V3的
lacp static,也就是你上面的static,就是lacp的
目前H3C主流是V7版本的,V3还是刚才华为拆分的版本,这个叫法还是华为的
(0)
请问我这个版本,怎么没有这个命令呢,
[A0X-H3C5120-Bridge-Aggregation1]link?
^
% Unrecognized command found at '^' position.
[HX17A0X-H3C5120]dis ver
H3C Comware Platform Software
Comware Software, Version 5.20, Release 1519P06
Copyright (c) 2004-2018 New H3C Technologies Co., Ltd. All rights reserved.
H3C S5120-52P-LI uptime is 0 week, 0 day, 0 hour, 22 minutes
H3C S5120-52P-LI
128M bytes SDRAM
128M bytes Nand Flash Memory
Config Register points to Nand Flash
Hardware Version is REV.B
CPLD Version is 002
Bootrom Version is 180
[SubSlot 0] 48GE+4SFP Hardware Version is REV.B
[A0X-H3C5120]dis curr int br
#
interface Bridge-Aggregation1
description UPTO-4A03-S6520
port link-type trunk
undo port trunk permit vlan 1
port trunk permit vlan 200 300
#
return
[A0X-H3C5120]int br 1
[A0X-H3C5120-Bridge-Aggregation1]link?
^
% Unrecognized command found at '^' position.
[A0X-H3C5120-Bridge-Aggregation1]?
Bridge-aggregation interface view commands:
arp Configure ARP for the interface
description Describe the interface
dhcp-snooping DHCP Snooping
display Display current system information
enable Enable function
garp Generic Attribute Registration Protocol
gvrp GARP VLAN Registration Protocol
igmp-snooping Configure IGMP snooping characteristic
ipv6 IPv6 status and configuration information
logfile Specify log file configuration
mac-address Configure MAC address
mld-snooping Configure MLD snooping characteristic
ndp Neighbor discovery protocol
ntdp Specify NTDP configuration information
ping Ping function
port Specify Port characteristics
port-isolate Specify port-isolate configuration information
qinq Specify 802.1Q-in-Q VPN function
quit Exit from current command view
return Exit to User View
save Save current configuration
shutdown Shut down this interface
stp Spanning tree protocol
tracert Trace route function
undo Cancel current setting
[A0X-H3C5120-Bridge-Aggregation1]
(0)
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
那就先dis int brief,看下你这个聚合口在系统里面显示的名字叫什么,老版本可能名字不太一样,