[GTER] Link Aggregation com switch Extreme summit x450e

Joel Cappellesso cappellesso at gmail.com
Thu Apr 7 11:06:34 -03 2011


Ola,

Alguém já utilizou link aggregation entre Extreme e Freebsd ou Extreme
e switch Cisco.
Aparentemente as confs estão corretas mas tive dificuldade em
ultrapassar 1Gbits com protocolo TCP. UDP passou.
Isso na ligação entre um Freebsd e o Extreme. Mesmo equipamento mas na
ligação entre switch cisco e Freebsd tudo ok.

Confs no Extreme:

interface GigabitEthernet1/0/4
 negotiation auto
 description ## PORTA PERTENCENTE AO ETH-TRUNK1 ##
 undo shutdown
 eth-trunk 1
#
interface GigabitEthernet1/0/5
 negotiation auto
 description ## PORTA PERTENCENTE AO ETH-TRUNK1  ##
 undo shutdown
 eth-trunk 1
#
interface Eth-Trunk1
 description ## CONEXAO  ##
 load-balance packet-all
#
interface Eth-Trunk1.17xx
 vlan-type dot1q 17xx
 description "LINK"
 bandwidth 2000
 ip binding vpn-instance vpn000XX
 ip address 1x.x.x.x 255.255.255.248
 statistic enable


Confs no Freebsd:

ifconfig_lagg0="laggproto lacp laggport bce0 laggport bce1 200.x.x.x
netmask 255.255.255.192"
ifconfig_lagg1="laggproto lacp laggport em0 laggport em1 1x.x.x.x
netmask 255.255.255.248"
Sendo lagg0 ligada ao switch cisco e lagg1 ligada o switch da extreme.
Em testes lagg0 suportou mais de 1Gbits/s tanto tcp quando udp.
Em testes lagg1 suportou mais de 1Gbits/s somente usando udp, tcp
limitou em 1Gbits/s.


Confs no Cisco:
!
interface GigabitEthernet2/0/13
 description Agregation BSD
 switchport mode access
 channel-protocol lacp
 channel-group 1 mode active
!
interface GigabitEthernet2/0/14
 description Agregation BSD
 switchport mode access
 channel-protocol lacp
 channel-group 1 mode active
!

Agradeço se alguém tiver alguma dica.

Obrigado,

Joel Cappellesso



More information about the gter mailing list