Chinaunix首页 | 论坛 | 博客
  • 博客访问: 6888346
  • 博文数量: 3857
  • 博客积分: 6409
  • 博客等级: 准将
  • 技术积分: 15948
  • 用 户 组: 普通用户
  • 注册时间: 2008-09-02 16:48
个人简介

迷彩 潜伏 隐蔽 伪装

文章分类

全部博文(3857)

文章存档

2017年(5)

2016年(63)

2015年(927)

2014年(677)

2013年(807)

2012年(1241)

2011年(67)

2010年(7)

2009年(36)

2008年(28)

分类:

2012-06-27 21:57:57

手工模式

Cisco2950配置:

interface Port-channel1

interface FastEthernet0/1

channel-group 1 mode on

interface FastEthernet0/2

channel-group 1 mode on

Huawei S3352配置:

int eth-trunk 1

int ether 0/0/47

undo port default vlan

undo port link

bpdu disable

undo ndp enable

undo ntdp enable

eth-trunk 1

int ether 0/0/48

undo port default vlan

undo port link

bpdu disable

undo ndp enable

undo ntdp enable

eth-trunk 1

注意:在先配置cisco交换机,再配置huawei交换机时,华为交换机的e0/0/47口上会有突发流量,出入方向差不多。reset counter 之后应该会恢复正常。

采用LACP互联

cisco2950上的配置:

int port-channel 1

interface FastEthernet0/1

channel-group 1 mode active //passive模式下也可以

channel-protocol lacp

interface FastEthernet0/2

channel-group 1 mode active //passive模式下也可以

channel-protocol lacp

华为S3352上的配置:

[Quidway]lacp priority 100 //不配置保持默认也可以

interface Eth-Trunk0

mode lacp-static

bpdu enable //LACP通过BPDU来通信,所以一定要开启BPDU

int ether 0/0/47

eth-trunk 0

int ether 0/0/48

eth-trunk 0

阅读(882) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~