BSR64000 Multiple IP Interfaces | docsis.org

You are here

BSR64000 Multiple IP Interfaces

4 posts / 0 new
Last post
TeleKawaru
BSR64000 Multiple IP Interfaces

If we have a BSR64000 with multiple gig links or ten gig links, how do you enable using multiple? We have a BSR64000 that is getting close to capping out the 1G link and would like to see if it's possible to distribute the load across multiple interfaces.

cmcaldas
option - lag

you can setup lag on the reg 1Gb or 10Gb interfaces as an option

interface lag 1
ip address 216.xxx.xxx.xx 255.255.255.248
bridge mode trunk
no shutdown
no ip redirects
no ip unreachables
!
interface gigaether 7/0
speed 10G
lag 1
no shutdown
!
interface gigaether 7/1
speed 10G
lag 1
no shutdown
!
interface gigaether 7/2
shutdown
!
interface gigaether 7/3
shutdown
!
interface gigaether 7/4
shutdown
!
interface gigaether 7/5
ip address 10.xxx.xxx.xxx 255.255.255.0
no shutdown
!
interface gigaether 8/0
speed 10G
lag 1
no shutdown
!
interface gigaether 8/1
speed 10G
lag 1
no shutdown
!
interface gigaether 8/2
shutdown
!
interface gigaether 8/3
shutdown
!
interface gigaether 8/4
shutdown
!
interface gigaether 8/5
shutdown

TeleKawaru
lag interface

As it stands now, we set up the ip ranges for the modems and the cpe on the loopback interface, how does this change with using a lag interface?

cmcaldas
no change

would work the same as before. your going to take a single link and combine a second or or more to act as a whole or single.
your next hop would need to be setup for lag as well.
as for the loopback/modem/cpe network, nothing changes there

Log in or register to post comments