Options

Multilink Problem

saeedkhalidsaeedkhalid Member Posts: 1 ■□□□□□□□□□
I am using Multilink on 3 serial , my cpu load is always on higher side. its fall b/w 50-60, i am using 7513. after chking, notice some problem with ip cache. here is the config

interface Multilink1
description <<<<< Aggregation of All Serial >>>>>
ip address 192.168.10.1 255.255.255.252
ppp chap hostname ets
ppp multilink
ppp multilink group 1
!
!
interface FastEthernet9/0/0
description <<<<< Microwave Link >>>>
ip address 192.168.220.1 255.255.255.252
shutdown
half-duplex
!
interface Serial11/0
no ip address
encapsulation ppp
shutdown
serial restart-delay 0
no fair-queue
!
interface Serial11/1
bandwidth 2048
no ip address
encapsulation ppp
ip route-cache flow
no ip route-cache cef
serial restart-delay 0
no fair-queue
ppp chap hostname ets
ppp multilink
ppp multilink group 1
!
interface Serial11/2
bandwidth 2048
no ip address
encapsulation ppp
ip route-cache flow
no ip route-cache cef
serial restart-delay 0
no fair-queue
ppp chap hostname ets
ppp multilink
ppp multilink group 1
!
interface Serial11/3
bandwidth 2048
no ip address
encapsulation ppp
ip route-cache flow
no ip route-cache cef
serial restart-delay 0
no fair-queue
ppp chap hostname ets
ppp multilink
ppp multilink group 1
!

Comments

Sign In or Register to comment.