Does anyone have a successful config for ospf demand-circuit
over ISDN, where the dialer profile is used ?
My config is as follows, but whenever I put "ip ospf demand-circuit"
on dialer interface 1 (of RA), the "show ip ospf" command will show it
not a ABR anymore and OSPF stop to work right away!

Thanks
Andy

RA config
------------------
!
version 11.3
no service password-encryption
!
hostname RA
!
enable secret 5 $1$z3DF$3JKut/S8iklU.C/OFGKIZ0
!
username RB password 0 abc123
memory-size iomem 15
isdn switch-type basic-5ess
!
interface Loopback0
ip address 1.1.1.13 255.255.255.0
!
interface Ethernet 0
ip address 172.16.1.1 255.255.255.0
!
interface BRI3/0
no ip address
encapsulation ppp
ip ospf demand-circuit
dialer pool-member 1
ppp authentication chap
!
interface BRI3/1
no ip address
shutdown
!
interface BRI3/2
no ip address
shutdown
!
interface BRI3/3
no ip address
shutdown
!
interface Dialer1
ip address 10.1.1.2 255.255.255.0
encapsulation ppp
ip ospf demand-circuit
dialer remote-name RB
dialer string 4125993507
dialer pool 1
dialer-group 1
no peer neighbor-route
ppp authentication chap
!
router ospf 100
network 10.1.1.0 0.0.0.255 area 0
network 172.16.1.0 0.0.0.255 area 5
!
ip classless
dialer-list 1 protocol ip permit
!
line con 0
exec-timeout 0 0
logging synchronous
line aux 0
line vty 0 4
login
!
end
-------------------------------------------

RB config
--------------------------------------------
!
version 11.3
no service password-encryption
!
hostname RB
!
enable secret 5 $1$z3DF$3JKut/S8iklU.C/OFGKIZ0
!
username RA password 0 abc123
memory-size iomem 15
isdn switch-type basic-5ess
!
interface Loopback0
ip address 1.1.1.12 255.255.255.0
!
interface Ethernet 0
ip address 192.168.1.1 255.255.255.0
!
interface BRI3/0
no ip address
encapsulation ppp
ip ospf demand-circuit
dialer pool-member 1
ppp authentication chap
!
interface BRI3/1
no ip address
shutdown
!
interface BRI3/2
no ip address
shutdown
!
interface BRI3/3
no ip address
shutdown
!
interface Dialer1
ip address 10.1.1.1 255.255.255.0
encapsulation ppp
ip ospf demand-circuit
dialer remote-name RB
dialer string 4125993508
dialer pool 1
dialer-group 1
no peer neighbor-route
ppp authentication chap
!
router ospf 100
network 10.1.1.0 0.0.0.255 area 0
network 192.168.1.0 0.0.0.255 area 5
!
ip classless
dialer-list 1 protocol ip permit
!
line con 0
exec-timeout 0 0
logging synchronous
line aux 0
line vty 0 4
login
!
end
----------------------------

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=20741&t=20741
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to