3750-route(config)#port-channel load-balance dst-ip ///配负载模式 端口聚合查看命令(排错常用命令) #查看端口聚合信息,正常情况Port-channel显示是SU,如果显示SD就不正常 Switch#show etherchannel summary 更具体的命令: Switch#sh etherchannel 3 summary 查PO3 汇总信息,即绑定哪些接口 做聚合 1 Po1(SU)...
switch(config-ethernet0/0/1)#port-group 1 mode active 3、 interface port-channel 命令:interface port-channel [port-channel-number] 功能:进入汇聚接口配置模式 命令模式:全局配置模式 缺省情况: 使用指南:进入汇聚端口模式下配置时,如果是对gvrp,spanningtree模块做配置则对汇聚端口生效,如果汇聚端口不存在,也...
Switch(config)# interface port-channel 1 //创建一个逻辑端口 Switch(config-if)# ip address 172.32.52.10 255.255.255.0 Switch(config-if)# end 2)三层物理端口配置 Switch# configure terminal Switch(config)# interface range fastethernet 5/4 – 5 (注意:空格是必需的) Switch(config-if)# no switch...
如果是对其他模块做配置,比如做shutdown, speed配置,则是对该port-channel对应的port-group中的所有成员端口生效,起到一个群配的作用。 举例:进入port-channel1 配置模式 switch(config)#interface port-channel 1 switch(config-if-port-channel1)# 配置举例: 在交换机CISCO_1上设置LACP系统优先级为61440,在端口...
需要用到三层 channel-group,对channel-group做操作将不会对物理接口产生任何影响。必须保证所操作的端口是三层接口。基本的原则是,一个Ethernet-channel内的所有接口都必须使用相同协议(PAgP或者LACP)一个Ethernet-channel 所有接口都必须使用相同的速度和双工模式,LACP要求端口只能工作在全双工模式下。
Switch(config-if)# interface range gigabitethernet0/1 -2 Switch(config-if-range)# no ip address Switch(config-if-range)# channel-group 5 mode desirable Switch(config-if-range)# end 注意:在配置port-channel的端口上不能陪着端口镜像,否则port-channel端口报notconnect,日志信息: ...
一、概述:最多捆绑32个端口链路在一个port channel中; port channel 有2层的和3层的。 二、实验拓扑 三、实验操作与验证 port-channel二层实验: NXOS1: interface port-channel10 interface Ethernet1/1 chan…
Switch(config)# interface port-channel 1 //创建一个逻辑端口 Switch(config-if)# ip address 172.32.52.10 255.255.255.0 Switch(config-if)# end 2)三层物理端口配置 Switch# configure terminal Switch(config)# interface range fastethernet 5/4 – 5 (注意:空格是必需的) Switch(config-if)# no switch...
•32-port 2-Gbps or 1-Gbps switching modules •Cisco MDS 9140 switches When configuring these host-optimized ports, the following PortChannel guidelines apply: •If you execute thewrite erasecommand on a 32-port switching module, and then copy a saved configuration to the switch from a...
EtherChannel组号码相同 • EtherChannel既支持二层接口的捆绑,也支持三层接口的捆绑 • 当做二层接口捆绑时,在物理接口下配置参数后,port-channel接口将读取物理接口下的参数,但需要 确保组内物理接口的配置相同;在port-channel接口下做的配置物理口也会自动继承 ...