BSR64K Interface Lag | docsis.org

You are here

BSR64K Interface Lag

3 posts / 0 new
Last post
valeriob
BSR64K Interface Lag

Hi all,
I configured an L3 "port channel" in InterGiga of BSR64K but in this channel the upper traffic is 1Gb. if the port-channel (interface lag) was configured between two interface giga. Why is my main traffic 1Gb and not 2Gb?

1)
:7A(config)#interface gigaether X/Y
:7A(config-if)#shutdown

2) Create Port-Channel:
:7A(config)#interface lag [num]

3) Assign Description and IP Address in Interfaz Port-Channel:
:7A(config-if)#description ### DESCRIPCIÓN ###
:7A(config-if)# ip address ip mascara

4) Assign the Network Interface in the Port Channel :
:7A(config)#interface gigaether X/Y
:7A(config-if)#lag [num]
:7A(config-if)#no shutdown

Endrit
BSR64K Interface Lag

Here is my LAG configuration:

BSR64K-:7A#show running-config interface lag 5
interface lag 5
no shutdown

BSR64K-:7A#show running-config interface gigaether 7/5
interface gigaether 7/5
lag 5
no shutdown

BSR64K-:7A#show running-config interface gigaether 8/5
interface gigaether 8/5
lag 5
no shutdown

BSR64K-:7A#show interfaces gigaether 7/5
gigaether 7/5 is up, line protocol is up
Hardware address is aa:bb:cc:dd:ee:ff
MTU 1500 bytes, BW 1000000 Kbits
Encapsulation Arpa
Full-duplex 1000Mb/s, SFP Type: 1000BaseLX/EX/ZX

BSR64K-:7A#show interfaces gigaether 8/5
gigaether 8/5 is up, line protocol is up
Hardware address is aa:bb:cc:dd:ee:ff
MTU 1500 bytes, BW 1000000 Kbits
Encapsulation Arpa
Full-duplex 1000Mb/s, SFP Type: 1000BaseLX/EX/ZX

BSR64K-:7A#show interfaces lag 5
lag 5 is up, line protocol is up
Hardware address is aa:bb:cc:dd:ee:ff
MTU 1500 bytes, BW 2000000 Kbits
Encapsulation Arpa
Full-duplex 2000Mb/s

Endrit

cmcaldas
example srm4 with hsim4 gigE cards

interface lag 0
ip address xxx.xxx.xxx.xx 255.255.255.252
no shutdown
ip access-group 105 in
no ip redirects
no ip unreachables
ip ospf priority 0
!
interface gigaether 14/0
lag 0
no shutdown
!
interface gigaether 14/1
shutdown
!
interface gigaether 15/0
lag 0
no shutdown
!
interface gigaether 15/1
shutdown

Log in or register to post comments