Re: How to config isdn caller callback?

From: Mark Salmon (masalmon@xxxxxxxxx)
Date: Wed Feb 21 2001 - 15:33:19 GMT-3


   
I have tried it with dialer profile and could not get it to work. I am looking
forward to see if anyone else was successful. I tried it with legacy and it wo
rked
fine. Careful of one way authentication. Only two way worked for me (enc ppp
chap
callin did not work)

Bernard Dunn wrote:

> Sorry, haven't tried that one. Anyone else?
>
> On Wed, 21 Feb 2001, [iso-8859-1] michheal david wrote:
>
> > Thanks
> >
> > actually,i want to know how to config isdn caller id
> > callback.
> >
> > server:(Legacy)
> >
> > int bri0
> > isdn caller XXXXXXX callback
> >
> > client:(Legacy)
> >
> > int bri 0
> > isdn caller XXXXXXX
> >
> > --- Bernard Dunn <dunn@cisco.com> wrote: > Sylvian,
> > >
> > > I've got this one for some reference:
> > >
> > > limno --( )-- stego
> > > \______ISDN__/
> > >
> > > ==============================
> > >
> > >
> > > hostname Stego
> > > !
> > > username Limno password 0 cisco
> > > ip subnet-zero
> > > no ip finger
> > > !
> > > isdn switch-type basic-ts013
> > > !
> > > interface Loopback0
> > > ip address 150.100.1.4 255.255.255.0
> > > !
> > > interface Loopback1
> > > ip address 150.100.20.1 255.255.255.0
> > > ip ospf network point-to-point
> > > !
> > > interface Serial0
> > > bandwidth 64
> > > no ip address
> > > encapsulation frame-relay
> > > no fair-queue
> > > clockrate 64000
> > > frame-relay interface-dlci 201 switched
> > > class 64k
> > > frame-relay intf-type dce
> > > frame-relay policing
> > > !
> > > interface Serial1
> > > bandwidth 2000
> > > no ip address
> > > encapsulation frame-relay
> > > no fair-queue
> > > clockrate 2000000
> > > frame-relay intf-type dce
> > > frame-relay policing
> > > frame-relay congestion-management
> > > threshold ecn bc 15
> > > threshold ecn be 0
> > > threshold de 30
> > > !
> > > interface Serial2
> > > bandwidth 64
> > > no ip address
> > > encapsulation frame-relay
> > > no fair-queue
> > > clockrate 64000
> > > frame-relay intf-type dce
> > > frame-relay policing
> > > !
> > > interface TokenRing0
> > > ip address 150.100.17.4 255.255.255.0
> > > ring-speed 16
> > > source-bridge 3 1 404
> > > source-bridge spanning
> > > !
> > > interface BRI0
> > > no ip address
> > > encapsulation ppp
> > > dialer pool-member 1
> > > isdn switch-type basic-ts013
> > > isdn calling-number 0294595100
> > > !
> > > interface Dialer1
> > > bandwidth 64
> > > ip address 150.100.19.2 255.255.255.0
> > > encapsulation ppp
> > > ip ospf demand-circuit
> > > dialer pool 1
> > > dialer remote-name Limno
> > > dialer idle-timeout 300
> > > dialer string 0293551270
> > > dialer-group 1
> > > dialer callback request
> > > ppp authentication chap
> > > !
> > > router ospf 1
> > > no log-adjacency-changes
> > > area 2 stub
> > > network 150.100.17.0 0.0.0.255 area 2
> > > network 150.100.19.2 0.0.0.0 area 2
> > > network 150.100.20.1 0.0.0.0 area 2
> > > !
> > > ip classless
> > > ip route 0.0.0.0 0.0.0.0 150.100.19.1 190
> > > no ip http server
> > > !
> > > !
> > > access-list 101 deny ospf any any
> > > access-list 101 permit ip any any
> > > dialer-list 1 protocol ip list 101
> > > !
> > >
> > > ==========================
> > >
> > > sh run
> > > Building configuration...
> > >
> > > Current configuration:
> > > !
> > > version 11.2
> > > !
> > > hostname Limno
> > > !
> > > enable secret 5 $1$5Al9$naxqovEmYYjYtagNG.D6Z.
> > > !
> > > username Stego password 0 cisco
> > > no ip domain-lookup
> > > isdn switch-type basic-ts013
> > > source-bridge ring-group 505
> > > !
> > > interface Loopback0
> > > ip address 150.100.1.2 255.255.255.0
> > > !
> > > interface Loopback1
> > > ip address 150.100.18.2 255.255.255.0
> > > !
> > > interface Serial0
> > > ip address 150.100.2.2 255.255.255.0
> > > ip pim sparse-dense-mode
> > > encapsulation frame-relay
> > > ip ospf network point-to-multipoint
> > > bandwidth 64
> > > load-interval 60
> > > no fair-queue
> > > frame-relay map ip 150.100.2.1 201 broadcast
> > > !
> > > interface Serial1
> > > no ip address
> > > shutdown
> > > !
> > > interface TokenRing0
> > > ip address 150.100.17.2 255.255.255.0
> > > ring-speed 16
> > > source-bridge 3 1 505
> > > source-bridge spanning
> > > !
> > > interface BRI0
> > > no ip address
> > > encapsulation ppp
> > > isdn calling-number 0293551270
> > > dialer pool-member 1
> > > !
> > > interface Dialer1
> > > ip address 150.100.19.1 255.255.255.0
> > > encapsulation ppp
> > > ip ospf demand-circuit
> > > bandwidth 64
> > > dialer remote-name Stego
> > > dialer idle-timeout 300
> > > dialer string 0294595100 class cb
> > > dialer pool 1
> > > dialer-group 1
> > > ppp callback accept
> > > ppp authentication chap
> > > !
> > > router ospf 1
> > > network 150.100.2.0 0.0.0.255 area 0
> > > network 150.100.17.0 0.0.0.255 area 2
> > > network 150.100.19.1 0.0.0.0 area 2
> > > area 2 stub no-summary
> > > area 2 range 150.100.16.0 255.255.240.0
> > > !
> > > ip classless
> > > ip pim rp-address 150.100.2.1
> > > !
> > > map-class dialer cb
> > > dialer callback-server username
> > > access-list 109 deny ospf any any
> > > access-list 109 permit ip any any
> > > !
> > > snmp-server community public RO
> > > dialer-list 1 protocol ip list 109
> > > dialer-list 1 protocol appletalk list 610
> > >
> > >
> > >
> > > On Tue, 20 Feb 2001, Sylvain Kouda wrote:
> > >
> > > >
> > > > Hi Bernard,
> > > >
> > > > I did a search with your name in the archives and
> > > I can't
> > > > find information about "dialer profile and ppp
> > > callback".
> > > > To recap, we know how to make the setup of "ppp
> > > callback"
> > > > with bri interface.
> > > > Once again if you can help , many thanks in
> > > advance.
> > > >
> > > > Sylvain.
> > >
> > === message truncated ===
> >
> >



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:28:55 GMT-3