May be you need
filter eth2 allow 47 source xx.xx.xx.197 dest 192.168.10.28
insted of
filter eth2 allow ip source xx.xx.xx.197:47 dest 192.168.10.28:47
RouterC#conf t
Enter configuration commands, one per line. End with CNTL/Z.
RouterC(config)#interface serial2/0
RouterC(config-if)#encapsulation ppp
RouterC(config-if)#ppp authentication chap
RouterC(config-if)#ppp chap hostname LOGIN
RouterC(config-if)#ppp chap password PASSWORD
you may use ppp multilink
http://cisco.far.ru/multilink.php
or
!
interface Serial0/0
no ip route-cache
!
interface Serial0/1
no ip route-cache
!
ip route 0.0.0.0 0.0.0.0 Serial0/0
ip route 0.0.0.0 0.0.0.0 Serial0/1
!
per-packet load-balancing
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.