ciscopix77
Technical User
Hi all
This question is about a 3com router but I am sure u can do something similar with a cisco router and I am familiar with cisco routers so have posted this here!
I am not very familiar with 3com routers but I do hope some one can help out. The current settings for the router are that 3 isdn lines are bound together so whichever call comes in uses one of the three lines. My question is how can I set up the router so that these lines won't be bound together and each one will take a separate call with 128kb/s? It's a 3com 5009 router. This is the current router config:
Current configuration
!
3Com Router Software V1.30
local-user xxxx service-type ppp password simple xxxx
local-user xxxx service-type ftp password simple xxxx
local-user xxxx service-type ppp password simple xxxx
sysname xxxxxx
ppp mp binding-mode authentication
dialer-rule 1 ip permit
info-center console
firewall enable
aaa-enable
aaa accounting-scheme optional
ftp-server enable
!
acl 2000 match-order auto
rule normal permit source any
!
interface Aux0
async mode flow
link-protocol ppp
!
interface Ethernet0
ip address 217.xxx.xxx.xxx 255.255.xxx.xxx
nat outbound 2000 interface
nat server global 217.xxx.xxx.xxx 3389 inside 192.168.5.6 3389 tcp
nat server global 217.xxx.xxx.xxx 8080 inside 192.168.5.6 8080 tcp
!
interface Serial0
link-protocol ppp
!
interface Bri0
link-protocol ppp
ppp authentication-mode pap
ppp mp
isdn service data
isdn service speech
dialer enable-circular
dialer-group 1
dialer circular-group 0
!
interface Bri1
link-protocol ppp
ppp authentication-mode pap
ppp mp
isdn service data
isdn service speech
dialer enable-circular
dialer-group 1
dialer circular-group 0
!
interface Bri2
link-protocol ppp
ppp authentication-mode pap
ppp mp
isdn service data
isdn service speech
dialer enable-circular
dialer-group 1
dialer circular-group 0
!
interface Bri3
link-protocol ppp
isdn service data
isdn service speech
dialer enable-circular
!
interface Dialer0
link-protocol ppp
ppp authentication-mode pap
ppp mp
ppp mp max-bind 6
ip address 10.10.10.1 255.255.255.0
dialer enable-circular
dialer-group 1
dialer number ""
!
quit
ip route-static 0.0.0.0 0.0.0.0 217.xxx.xxx.xxx preference 60
ip route-static 10.10.10.0 255.255.255.0 Dialer 0 preference 60
ip route-static 192.0.0.0 255.0.0.0 Dialer 0 preference 60
!
return
cheers
This question is about a 3com router but I am sure u can do something similar with a cisco router and I am familiar with cisco routers so have posted this here!
I am not very familiar with 3com routers but I do hope some one can help out. The current settings for the router are that 3 isdn lines are bound together so whichever call comes in uses one of the three lines. My question is how can I set up the router so that these lines won't be bound together and each one will take a separate call with 128kb/s? It's a 3com 5009 router. This is the current router config:
Current configuration
!
3Com Router Software V1.30
local-user xxxx service-type ppp password simple xxxx
local-user xxxx service-type ftp password simple xxxx
local-user xxxx service-type ppp password simple xxxx
sysname xxxxxx
ppp mp binding-mode authentication
dialer-rule 1 ip permit
info-center console
firewall enable
aaa-enable
aaa accounting-scheme optional
ftp-server enable
!
acl 2000 match-order auto
rule normal permit source any
!
interface Aux0
async mode flow
link-protocol ppp
!
interface Ethernet0
ip address 217.xxx.xxx.xxx 255.255.xxx.xxx
nat outbound 2000 interface
nat server global 217.xxx.xxx.xxx 3389 inside 192.168.5.6 3389 tcp
nat server global 217.xxx.xxx.xxx 8080 inside 192.168.5.6 8080 tcp
!
interface Serial0
link-protocol ppp
!
interface Bri0
link-protocol ppp
ppp authentication-mode pap
ppp mp
isdn service data
isdn service speech
dialer enable-circular
dialer-group 1
dialer circular-group 0
!
interface Bri1
link-protocol ppp
ppp authentication-mode pap
ppp mp
isdn service data
isdn service speech
dialer enable-circular
dialer-group 1
dialer circular-group 0
!
interface Bri2
link-protocol ppp
ppp authentication-mode pap
ppp mp
isdn service data
isdn service speech
dialer enable-circular
dialer-group 1
dialer circular-group 0
!
interface Bri3
link-protocol ppp
isdn service data
isdn service speech
dialer enable-circular
!
interface Dialer0
link-protocol ppp
ppp authentication-mode pap
ppp mp
ppp mp max-bind 6
ip address 10.10.10.1 255.255.255.0
dialer enable-circular
dialer-group 1
dialer number ""
!
quit
ip route-static 0.0.0.0 0.0.0.0 217.xxx.xxx.xxx preference 60
ip route-static 10.10.10.0 255.255.255.0 Dialer 0 preference 60
ip route-static 192.0.0.0 255.0.0.0 Dialer 0 preference 60
!
return
cheers