Try removing "dialer rotary-group 1" from the BRI0 interface and replace it
with "dialer pool-member 1", then try again...
hello
i did conf t
then int bri0
then ppp multilink
then i got an error "can not vhange values of hunt group member"
any ideas?
> Add ppp multilink to the BRI0 interface too. I think that should do it.
> Hello
> Here is the config i have
> SAT-STC#sh run
> Building configuration...
> Current configuration:
> !
> version 12.0
> service timestamps debug uptime
> service timestamps log uptime
> service password-encryption
> !
> hostname SAT-STC
> !
> enable password
> !
> ip subnet-zero
> no ip domain-lookup
> !
> isdn switch-type basic-ni
> !
> !
> !
> interface Ethernet0
> description connected to ST-CLOUD
> ip address 206.157.87.17 255.255.255.240
> no ip directed-broadcast
> !
> interface BRI0
> description connected to Internet
> no ip address
> no ip directed-broadcast
> encapsulation ppp
> dialer rotary-group 1
> isdn switch-type basic-ni
> isdn spid1 40789106210101
> isdn spid2 40795726090101
> compress stac
> no cdp enable
> !
> interface Dialer1
> description connected to Internet
> ip address 209.26.90.252 255.255.255.0
> no ip directed-broadcast
> encapsulation ppp
> no ip split-horizon
> no ip mroute-cache
> dialer in-band
> dialer idle-timeout 999
> dialer string 4079320584
> dialer hold-queue 10
> dialer load-threshold 1 either
> dialer-group 1
> compress stac
> no cdp enable
> ppp authentication chap pap callin
> ppp chap hostname satstc
> ppp chap password
> ppp pap sent-username satstc password
> ppp multilink
> !
> router rip
> version 2
> passive-interface Dialer1
> network 206.157.87.0
> no auto-summary
> !
> ip classless
> ip route 0.0.0.0 0.0.0.0 Dialer1
> no ip http server
> !
> dialer-list 1 protocol ip permit
> snmp-server engineID local 00000009020000000C32C628
> snmp-server community
> !
> line con 0
> exec-timeout 0 0
> password
> login
> transport input none
> line vty 0 4
> password
> login
> !
> end
> SAT-STC#
> SAT-STC#
> SAT-STC#
> SAT-STC#
> SAT-STC#
> SAT-STC#
> > mate,
> > post your config
> > I assume you don't use a dialer interface to combine both d-channels
> > Al