cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
527
Views
4
Helpful
2
Replies

Cisco 1801 BackUP ISDN

marckalex
Level 1
Level 1

Hi all,

Look this :

Mar 12 23:01:48.580 MET: %LINK-3-UPDOWN: Interface BRI0:1, changed state to up

Mar 12 23:01:48.580 MET: %DIALER-6-BIND: Interface BR0:1 bound to profile Di0

Mar 12 23:01:48.580 MET: %ISDN-6-CONNECT: Interface BRI0:1 is now connected to 702xxxxxxxxx N/A

Mar 12 22:59:17.017 MET: %LINEPROTO-5-UPDOWN: Line protocol on Interface BRI0:1, changed state to up

Mar 12 22:59:28.989 MET: %LINK-3-UPDOWN: Interface BRI0:2, changed state to up

Mar 12 22:59:28.989 MET: %DIALER-6-BIND: Interface BR0:2 bound to profile Di0

Mar 12 22:59:28.989 MET: %ISDN-6-CONNECT: Interface BRI0:2 is now connected to 702xxxxxxxxx N/A

Mar 12 22:59:32.137 MET: %LINEPROTO-5-UPDOWN: Line protocol on Interface BRI0:2, changed state to up

Mar 12 22:59:52.949 MET: %LINK-3-UPDOWN: Interface ATM0, changed state to up

Mar 12 22:59:53.949 MET: %LINEPROTO-5-UPDOWN: Line protocol on Interface ATM0, changed state to up

Mar 12 23:00:53: Di0 DDR: dialer shutdown complete

Mar 12 23:00:53.634 MET: %ISDN-6-DISCONNECT: Interface BRI0:1 disconnected from 702xxxxxxxx ar0.ftmil, call lasted 99 seconds

Mar 12 23:00:53.634 MET: %ISDN-6-DISCONNECT: Interface BRI0:2 disconnected from 702xxxxxxxx ar0.ftmil, call lasted 84 seconds

Mar 12 23:00:53.718 MET: %LINK-3-UPDOWN: Interface BRI0:1, changed state to down

Mar 12 23:00:53.718 MET: %DIALER-6-UNBIND: Interface BR0:1 unbound from profile Di0

Mar 12 23:00:53.782 MET: %LINK-3-UPDOWN: Interface BRI0:2, changed state to down

Mar 12 23:00:53.782 MET: %DIALER-6-UNBIND: Interface BR0:2 unbound from profile Di0

Mar 12 23:00:54.718 MET: %LINEPROTO-5-UPDOWN: Line protocol on Interface BRI0:1, changed state to down

Mar 12 23:00:54.782 MET: %LINEPROTO-5-UPDOWN: Line protocol on Interface BRI0:2, changed state to down

Mar 12 23:00:55.630 MET: %LINK-5-CHANGED: Interface Dialer0, changed state to standby mode

Mar 12 23:01:05.002 MET: %ISDN-6-LAYER2DOWN: Layer 2 for Interface BR0, TEI 74 changed to down

!

interface BRI0

bandwidth 64

no ip address

no ip proxy-arp

encapsulation ppp

no ip route-cache cef

no ip route-cache

no ip split-horizon

no ip mroute-cache

dialer pool-member 1

isdn switch-type basic-net3

isdn tei-negotiation first-call

no keepalive

no fair-queue

no cdp enable

!

!

interface ATM0

no ip address

no ip proxy-arp

no ip route-cache cef

no ip route-cache

no ip mroute-cache

no atm ilmi-keepalive

dsl operating-mode auto

!

interface ATM0.197 point-to-point

backup delay 600 60

backup interface Dialer0

ip address aaa.bbb.ccc.ddd 255.255.255.252

no ip proxy-arp

ip nat outside

ip virtual-reassembly

no ip route-cache

no ip mroute-cache

pvc 8/35

protocol ip zzz.vvv.ggg.qqq

encapsulation aal5snap

!

!

interface Dialer0

ip address negotiated

ip nat outside

ip virtual-reassembly

encapsulation ppp

no ip route-cache cef

no ip route-cache

no ip mroute-cache

dialer pool 1

dialer order last-successful

dialer idle-timeout 0

dialer string 702xxxxxxxxxx

dialer load-threshold 1 either

dialer persistent

dialer-group 1

no cdp enable

ppp max-terminate 3

ppp max-configure 3

ppp max-failure 3

ppp pap sent-username test password test

!

@_@ Automatic execute of PPP multilink, but is not configured...???...why this?

Tnx so much for any reply.

Regards

M.

2 Replies 2

spremkumar
Level 9
Level 9

Hi

I feel dialer load-threshold 1 either under the dialer interface triggers the other channel also.if you want the same to be triggered after the load on the first channel reaches some particular threshold value then you can mention the same in addition to the command..

something like this dialer load-threshold 100 either will prevent in triggering the second b-channel immediately ...

regds

Re:

:(((

Sigh sigh....I am just blind!

All ok, Tnx so much!

Regards

M.