switch(config)#port-group 1 删除一个port group switch(config)#no port-group 1 Port Channel配置命令2、port-group mode 命令:port-group [port-group-number] mode {active|passive|on} no port-group [port-group-number] 功能:将物理端口加入port channel,该命令的no操作为将端口从port channel中去除 ...
Switch2 (Config-Port-Range)#port-group 2 mode passive Switch2 (Config-Port-Range)#exit Switch2 (Config)#interface port-channel 2 Switch2 (Config-If-Port-Channel2)# 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 配置结果: 过一段时间后,shell 提示端口汇聚成功,...
Ruijie(config-if-AggregatePort 1)#no switchport Ruijie(config-if-AggregatePort 1)#ip address 1.1.1.1 24 Ruijie(config-if-AggregatePort 1)#exit Ruijie(config)#interface range gigabitEthernet 0/1-2 Ruijie(config)#no switchport Ruijie(config-if-range)#port-group 1 mode active Ruijie(config-if-...
命令:port-group [port-group-number] mode {active|passive|on} no port-group [port-group-number] 功能:将物理端口加入port channel,该命令的no操作为将端口从port channel中去除 参数:[port-group-number] 为port channel的组号,范围为1~16;active(0) 启动端口的lacp协议,并设置为active模式;passive(1) ...
FTP的连接一般有两种:一种是客户程和服务器传输命令的,另一种是数据传送的连接。FTP服务程序一般会支两种不同的模式,一种是Port模式,一种是Passive模式(Pasv Mode)。 Port模式: 当客户端向服务端连接后,使用的是Port模式,那么客户端会发送一条命令告诉服务端(客户端在本地打开了一个端口在等着你进行数据连接)...
ftp> passive//这条命令Passive模式开关 Passive mode on. ftp> ls ftp: setsockopt (ignored): Permission denied ---> PASV 227 Entering Passive Mode (192,168,150,90,195,149). ---> LIST 150 Opening ASCII mode data connection for file list ...
1、创建port channel Interface port-channel 10 2、删除port channel No Interface port-channel 10 3、添加2层端口到port channel interface Ethernet1/1 switchport channel-group 10 mode passive 4、添加3层端口到port channel interface Ethernet1/2 No switchport channel-group 20 5、创建3层port channel并...
set lacp port [portlist] mode {active|passive} 端口参与聚合的模式是指在聚合组非静态模式下,聚合组内端口以主动或被动方式发送lacp 协议包来更新状态信息的方式。 当本端端口配置为主动协商模式时,对端端口可配置为主动或被动协商模式;当本端端口配置为被动协商模式时,对端端口只能配置为主动协商模式,否则不能...
channel-group 1 mode passive ! interface GigabitEthernet1/1/4 description description uplink to Core 6509 gi 2/1/24 switchport trunk encapsulation dot1q switchport mode trunk shutdown channel-group 1 mode passive apply the same config on the 6500 but instead of passive use active see below...