i was playing around with PPP and for some unkown to me reason the ping doesnt go through
config on R1:
interface Bri0
ip address 192.168.2.1 255.255.255.0
no ip directed-broadcast
ip ospf cost 1500
ip ospf priority 0
encapsulation ppp
ppp authentication chap
!
!
router ospf 1
network 192.168.1.0 0.0.0.255 area 1
network 192.168.2.0 0.0.0.255 area 2
network 192.168.3.0 0.0.0.255 area 3
!
config on R2:
interface Bri0
ip address 192.168.2.2 255.255.255.0
no ip directed-broadcast
ip ospf cost 1500
ip ospf priority 0
encapsulation ppp
ppp authentication chap
!
!
router ospf 1
network 192.168.2.0 0.0.0.255 area 2
on both routers i created usernames with passwords so that they can login to each other with PPP.
I also issues the "no login" command from the line configuration command.
NOTE: while i was writing this the line and link just went up

>> Cisco magic... my original problem was bringing the link up
R1#sh ip interface bri
Interface IP-Address OK? Method Status Protocol
Serial0 192.168.3.1 YES unset up down
Serial1 192.168.1.1 YES unset up up
Ethernet0 160.10.1.1 YES unset up up
Bri0 192.168.2.1 YES unset up up
Bri0:1 unassigned YES unset down down
Bri0:2 unassigned YES unset down down
however why doesnt ping go through???
R1#ping 192.168.2.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.2.2, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5), round-trip min/avg/max = 1/2/4 ms
Thanks