Hello Subodh,
this should certainly be possible. The configuration would basically look like this:
interface Serial0:15
ip address 10.1.1.1 255.255.255.252
backup interface BRI0
no ip route-cache
!
interface BRI0
ip address 192.168.1.1 255.255.255.0
backup interface Serial0:15
dialer map ip 192.168.1.2 name REMOTE1 broadcast 1234
dialer-group 1
encapsulation ppp
no ip route-cache
no ip mroute-cache
load-interval 30
no keepalive
isdn switch-type basic-net3
no fair-queue
no cdp enable
ppp authentication chap
!
ip route 0.0.0.0 0.0.0.0 10.1.1.2
ip route 0.0.0.0 0.0.0.0 192.168.1.2 200
What do you have configured right now ?
Regards,
GNT