在Eth-Trunk1中批量加入10个成员接口。
脚本:
system-view
interface eth-trunk 1
trunkport gigabitethernet 1/0/10 to 1/0/20
2、将指定成员接口从聚合组中删除,有两种方式。
(1)在Eth-Trunk接口视图下使用命令undo trunkport进行删除。
例如:
system-view
interface eth-trunk 1
undo trunkport gigabitethernet 1/0/10
(2)在成员接口视图下执行命令undo eth-trunk进行删除。
例如:
system-view
interface gigabitethernet 1/0/10
undo eth-trunk
3、删除聚合组
首先需要将所有的成员从聚合组中删除。
在系统视图下使用命令undo interface eth-trunk trunk-id.
例如:
system-view
undo interface eth-trunk 2
4、查看Eth-trunk接口的配置信息。
display eth-trunk #查看所有Eth-trunk接口配置信息。
display eth-trunk 10 #查看eth-trunk 10接口的配置信息。
5、查看Eth-trunk的成员接口信息。
display trunkmembership eth-trunk 1 #查看ID为1的Eth-trunk的成员接口信息。
6、查看设备支持的链路聚合组数目和成员接口数目。
display trunk configuration
1、创建VLAN2、VLAN3:vlan batch 2 to 3。
2、配置端口1,并加入VLAN2,先输入interface e0/0/1,进入端口1。
3、输入命令:port link-type access ,设置端口1为access类型。
4、输入命令:port default vlan 2,把端口1加入VLAN2。
5、输入命令:quit,退出端口视图。
6、把VLAN2、VLAN3加入端口3:port trunk allow-pass vlan 2 to 3即可。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)