Pls help with ISDN Lab Problem

From: Tariq_Sharif@xxxxxxxxxxxxxx
Date: Thu May 25 2000 - 15:58:47 GMT-3


   
   I've a very simple ISDN BRI lab setup as below. I can make the
   connection shows as connected to "unknown". But can't ping. Any
   ideas?? I'm in UK so SPIDs are NOT required. Please shed some light on
   this. Also if someone has a very simple site to site ISDN config that
   would be much appreciated. I've to demonstrate this real soon.
   
   Many thanks.
   
   Tariq
   
   
   
   
   LEED --------- isdn ------- MANC
   
   
   hostname LEED
   !
   enable secret cisco
   enable password abc
   !
   username MANC password isdn
   isdn switch-type basic-net3
   !
   interface Ethernet0
    ip address 192.168.7.1 255.255.255.0
    no keepalive
    no shutdown
   !
   interface BRI0
    ip address 192.168.6.1 255.255.255.0
    encapsulation ppp
    dialer map ip 192.168.6.2 name MANC 01818304873
    dialer-group 1
    ppp authentication chap pap callin
    no shutdown
   !
   ip route 192.168.5.0 255.255.255.0 192.168.6.2
   !
   !
   dialer-list 1 protocol ip permit
   !
   line con 0
   line vty 0 4
    password telnet
    login
   !
   end
   
   
   hostname MANC
   !
   enable secret cisco
   enable password abc
   !
   username LEED password isdn
   isdn switch-type basic-net3
   !
   interface BRI0
    ip address 192.168.6.2 255.255.255.0
    encapsulation ppp
    dialer map ip 192.168.6.1 name LEED 01818304873
    dialer-group 1
    isdn switch-type basic-net3
    ppp authentication chap pap callin
    no shutdown
   !
   interface Ethernet0
    ip address 192.168.5.1 255.255.255.0
    no keepalive
    no shutdown
   
   ip route 192.168.7.0 255.255.255.0 192.168.6.1
   !
   dialer-list 1 protocol ip permit
   !
   line con 0
   line aux 0
   line vty 0 4
    password telnet
    login
   !
   end
   



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:23:31 GMT-3