二层交换机链路聚合配置
1 2 3 4 5 6 7 8 9 10 |
// 用两台2950,需要聚合的端口为f0/1-3 S1(config) S1(config-if-range) S1(config-if-range) // S2设置与S1类似 Switch(config) S2(config) S2(config-if-range) S2(config-if-range) |
三层交换机链路聚合配置
1 2 3 4 5 6 7 8 9 10 11 12 |
Switch(config) S3(config) S3(config-if-range) S3(config-if-range) S3(config-if-range) // S4的配置 Switch(config) S4(config) S4(config-if-range) S4(config-if-range) S4(config-if-range) |
三层以太通道的配置
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
// 主要是为 port-channel 配置IP地址 // 用两台3560 聚合端口为 g0/1 和 g0/2 Switch>enable Switch Configuring from terminal, memory, or network [terminal]? Enter configuration commands, one per line. End with CNTL/Z. Switch(config) Switch(config) Switch(config-if-range) Switch(config-if-range) Switch(config-if-range) Switch(config) Switch(config-if) Switch(config-if) |