tmontestrucq
Technical User
I have been working on a bridging configuration between two 2610.
This configuration allow me to have a bundle between the two serials and to
make a ppp multilink backup over isdn (with 4 BRI channels...And more).
Everything works fine for the dialing;that is to say that when the serial
with the backup goes down 2 call are made and then 2 others.
When the serial goes up the two first call goes down and in the same time
only one of the 2 others.
In fact the dialer is down but the multilink is up and doesn't want to
go down.
Does anybody have an idea about this problem ?
In advance thanks.
Thierry Montestrucq.
Here are the configurations of the two cisco.
_________________________________
_________________________________
Cisco 2610 -Number 1
TOTO#sh run
Building configuration...
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname TOTO
!
enable password cisco
!
username TITI password 0 cisco
!
ip subnet-zero
no ip routing
no ip domain-lookup
!
isdn switch-type basic-net3
isdn voice-call-failure 0
isdn tei-negotiation first-call
!
interface Loopback0
ip address A1.B1.C1.D1 255.0.0.0
no ip directed-broadcast
!
interface Ethernet0/0
ip address A1.B1.C1.D1 255.0.0.0
no ip directed-broadcast
no ip route-cache
no ip mroute-cache
bridge-group 1
!
interface Serial0/0
backup delay 5 55
backup interface Dialer1
ip address A1.B1.C1.D1 255.0.0.0
no ip directed-broadcast
encapsulation ppp
no ip route-cache
no ip mroute-cache
no fair-queue
bridge-group 1
bridge-group 1 circuit-group 1
!
interface Serial0/1
no ip address
no ip directed-broadcast
encapsulation ppp
no ip route-cache
no ip mroute-cache
shutdown
no fair-queue
bridge-group 1
bridge-group 1 circuit-group 1
!
interface BRI1/0
no ip address
no ip directed-broadcast
encapsulation ppp
no ip route-cache
no ip mroute-cache
no keepalive
dialer pool-member 1
isdn switch-type basic-net3
no fair-queue
no cdp enable
ppp authentication chap
ppp multilink
!
interface BRI1/1
no ip address
no ip directed-broadcast
encapsulation ppp
no ip route-cache
no ip mroute-cache
no keepalive
dialer pool-member 1
isdn switch-type basic-net3
no fair-queue
no cdp enable
ppp authentication chap
ppp multilink
!
interface BRI1/2
no ip address
no ip directed-broadcast
encapsulation ppp
no ip route-cache
no ip mroute-cache
no keepalive
shutdown
dialer pool-member 1
isdn switch-type basic-net3
no fair-queue
no cdp enable
ppp authentication chap
ppp multilink
!
interface BRI1/3
no ip address
no ip directed-broadcast
encapsulation ppp
no ip route-cache
no ip mroute-cache
no keepalive
shutdown
dialer pool-member 1
isdn switch-type basic-net3
no fair-queue
no cdp enable
ppp authentication chap
ppp multilink
!
interface Dialer1
no ip address
no ip directed-broadcast
encapsulation ppp
dialer remote-name TITI
dialer pool 1
dialer idle-timeout 30
dialer string 1111111111
dialer load-threshold 5 outbound
dialer max-call 4
dialer-group 1
no fair-queue
ppp authentication chap
ppp multilink
bridge-group 1
!
ip classless
no ip http server
!
dialer-list 1 protocol ip permit
dialer-list 1 protocol bridge permit
bridge 1 protocol ieee
!
line con 0
exec-timeout 0 0
transport input none
line aux 0
line vty 0 4
password cisco
login
!
end
Cisco 2610 -Number 2
TITI#sh run
Building configuration...
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname TITI
!
enable password cisco
!
username TOTO password 0 cisco
!
ip subnet-zero
no ip routing
no ip domain-lookup
!
isdn switch-type basic-net3
isdn voice-call-failure 0
isdn tei-negotiation first-call
!
interface Ethernet0/0
ip address A2.B2.C2.D2 255.0.0.0
no ip directed-broadcast
no ip route-cache
no ip mroute-cache
bridge-group 1
!
interface Serial0/0
bandwidth 2000
ip address A2.B2.C2.D2 255.0.0.0
no ip directed-broadcast
encapsulation ppp
no ip route-cache
no ip mroute-cache
no keepalive
no fair-queue
bridge-group 1
bridge-group 1 circuit-group 1
!
interface Serial0/1
no ip address
no ip directed-broadcast
encapsulation ppp
no ip route-cache
no ip mroute-cache
no keepalive
no fair-queue
bridge-group 1
bridge-group 1 circuit-group 1
!
interface BRI1/0
bandwidth 128
no ip address
no ip directed-broadcast
encapsulation ppp
no ip route-cache
no ip mroute-cache
dialer pool-member 1
isdn switch-type basic-net3
no fair-queue
!
interface BRI1/1
bandwidth 128
no ip address
no ip directed-broadcast
encapsulation ppp
no ip route-cache
no ip mroute-cache
dialer pool-member 1
isdn switch-type basic-net3
no fair-queue
!
interface BRI1/2
bandwidth 128
no ip address
no ip directed-broadcast
encapsulation ppp
no ip route-cache
no ip mroute-cache
dialer pool-member 1
isdn switch-type basic-net3
no fair-queue
!
interface BRI1/3
bandwidth 128
no ip address
no ip directed-broadcast
encapsulation ppp
no ip route-cache
no ip mroute-cache
dialer pool-member 1
isdn switch-type basic-net3
no fair-queue
!
interface Dialer0
no ip address
no ip directed-broadcast
encapsulation ppp
dialer remote-name TOTO
dialer pool 1
dialer-group 1
no fair-queue
no cdp enable
ppp authentication chap
ppp multilink
bridge-group 1
!
ip classless
no ip http server
!
dialer-list 1 protocol bridge permit
dialer-list 1 protocol ip permit
bridge 1 protocol ieee
!
line con 0
exec-timeout 0 0
transport input none
line aux 0
transport input all
line vty 0 4
password cisco
login
!
end
This configuration allow me to have a bundle between the two serials and to
make a ppp multilink backup over isdn (with 4 BRI channels...And more).
Everything works fine for the dialing;that is to say that when the serial
with the backup goes down 2 call are made and then 2 others.
When the serial goes up the two first call goes down and in the same time
only one of the 2 others.
In fact the dialer is down but the multilink is up and doesn't want to
go down.
Does anybody have an idea about this problem ?
In advance thanks.
Thierry Montestrucq.
Here are the configurations of the two cisco.
_________________________________
_________________________________
Cisco 2610 -Number 1
TOTO#sh run
Building configuration...
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname TOTO
!
enable password cisco
!
username TITI password 0 cisco
!
ip subnet-zero
no ip routing
no ip domain-lookup
!
isdn switch-type basic-net3
isdn voice-call-failure 0
isdn tei-negotiation first-call
!
interface Loopback0
ip address A1.B1.C1.D1 255.0.0.0
no ip directed-broadcast
!
interface Ethernet0/0
ip address A1.B1.C1.D1 255.0.0.0
no ip directed-broadcast
no ip route-cache
no ip mroute-cache
bridge-group 1
!
interface Serial0/0
backup delay 5 55
backup interface Dialer1
ip address A1.B1.C1.D1 255.0.0.0
no ip directed-broadcast
encapsulation ppp
no ip route-cache
no ip mroute-cache
no fair-queue
bridge-group 1
bridge-group 1 circuit-group 1
!
interface Serial0/1
no ip address
no ip directed-broadcast
encapsulation ppp
no ip route-cache
no ip mroute-cache
shutdown
no fair-queue
bridge-group 1
bridge-group 1 circuit-group 1
!
interface BRI1/0
no ip address
no ip directed-broadcast
encapsulation ppp
no ip route-cache
no ip mroute-cache
no keepalive
dialer pool-member 1
isdn switch-type basic-net3
no fair-queue
no cdp enable
ppp authentication chap
ppp multilink
!
interface BRI1/1
no ip address
no ip directed-broadcast
encapsulation ppp
no ip route-cache
no ip mroute-cache
no keepalive
dialer pool-member 1
isdn switch-type basic-net3
no fair-queue
no cdp enable
ppp authentication chap
ppp multilink
!
interface BRI1/2
no ip address
no ip directed-broadcast
encapsulation ppp
no ip route-cache
no ip mroute-cache
no keepalive
shutdown
dialer pool-member 1
isdn switch-type basic-net3
no fair-queue
no cdp enable
ppp authentication chap
ppp multilink
!
interface BRI1/3
no ip address
no ip directed-broadcast
encapsulation ppp
no ip route-cache
no ip mroute-cache
no keepalive
shutdown
dialer pool-member 1
isdn switch-type basic-net3
no fair-queue
no cdp enable
ppp authentication chap
ppp multilink
!
interface Dialer1
no ip address
no ip directed-broadcast
encapsulation ppp
dialer remote-name TITI
dialer pool 1
dialer idle-timeout 30
dialer string 1111111111
dialer load-threshold 5 outbound
dialer max-call 4
dialer-group 1
no fair-queue
ppp authentication chap
ppp multilink
bridge-group 1
!
ip classless
no ip http server
!
dialer-list 1 protocol ip permit
dialer-list 1 protocol bridge permit
bridge 1 protocol ieee
!
line con 0
exec-timeout 0 0
transport input none
line aux 0
line vty 0 4
password cisco
login
!
end
Cisco 2610 -Number 2
TITI#sh run
Building configuration...
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname TITI
!
enable password cisco
!
username TOTO password 0 cisco
!
ip subnet-zero
no ip routing
no ip domain-lookup
!
isdn switch-type basic-net3
isdn voice-call-failure 0
isdn tei-negotiation first-call
!
interface Ethernet0/0
ip address A2.B2.C2.D2 255.0.0.0
no ip directed-broadcast
no ip route-cache
no ip mroute-cache
bridge-group 1
!
interface Serial0/0
bandwidth 2000
ip address A2.B2.C2.D2 255.0.0.0
no ip directed-broadcast
encapsulation ppp
no ip route-cache
no ip mroute-cache
no keepalive
no fair-queue
bridge-group 1
bridge-group 1 circuit-group 1
!
interface Serial0/1
no ip address
no ip directed-broadcast
encapsulation ppp
no ip route-cache
no ip mroute-cache
no keepalive
no fair-queue
bridge-group 1
bridge-group 1 circuit-group 1
!
interface BRI1/0
bandwidth 128
no ip address
no ip directed-broadcast
encapsulation ppp
no ip route-cache
no ip mroute-cache
dialer pool-member 1
isdn switch-type basic-net3
no fair-queue
!
interface BRI1/1
bandwidth 128
no ip address
no ip directed-broadcast
encapsulation ppp
no ip route-cache
no ip mroute-cache
dialer pool-member 1
isdn switch-type basic-net3
no fair-queue
!
interface BRI1/2
bandwidth 128
no ip address
no ip directed-broadcast
encapsulation ppp
no ip route-cache
no ip mroute-cache
dialer pool-member 1
isdn switch-type basic-net3
no fair-queue
!
interface BRI1/3
bandwidth 128
no ip address
no ip directed-broadcast
encapsulation ppp
no ip route-cache
no ip mroute-cache
dialer pool-member 1
isdn switch-type basic-net3
no fair-queue
!
interface Dialer0
no ip address
no ip directed-broadcast
encapsulation ppp
dialer remote-name TOTO
dialer pool 1
dialer-group 1
no fair-queue
no cdp enable
ppp authentication chap
ppp multilink
bridge-group 1
!
ip classless
no ip http server
!
dialer-list 1 protocol bridge permit
dialer-list 1 protocol ip permit
bridge 1 protocol ieee
!
line con 0
exec-timeout 0 0
transport input none
line aux 0
transport input all
line vty 0 4
password cisco
login
!
end