Configuration 2006.02.14.17.54.21.N.9, Device R2!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R2
!
boot-start-marker
boot-end-marker
!
!
no network-clock-participate slot 1 
no network-clock-participate wic 0 
no aaa new-model
ip subnet-zero
!
!
!
ip cef
no ip domain lookup
ip audit po max-events 100
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
! 
!
!
!
!
interface FastEthernet0/0
 no ip address
 shutdown
 speed auto
 duplex auto
!
interface BRI0/0
 no ip address
 shutdown
!
interface FastEthernet0/1
 no ip address
 shutdown
 speed auto
 duplex auto
!
interface Serial1/0
 no ip address
 encapsulation frame-relay
 no fair-queue
 no shutdown
!
interface Serial1/0.1 multipoint
 ip address 208.28.1.3 255.255.255.248
 ip bandwidth-percent eigrp 100 80
 frame-relay map ip 208.28.1.1 203
 frame-relay map ip 208.28.1.2 203
 no shutdown
!
interface Serial1/1
 no ip address
 shutdown
!
interface Serial1/2
 no ip address
 shutdown
!
interface Serial1/3
 no ip address
 shutdown
!
interface Serial1/4
 no ip address
 shutdown
!
interface Serial1/5
 no ip address
 shutdown
!
interface Serial1/6
 no ip address
 shutdown
!
interface Serial1/7
 no ip address
 shutdown
!
router eigrp 100
 network 208.28.1.3 0.0.0.0
 neighbor 208.28.1.2 Serial1/0.1
 distribute-list prefix Prob2 in Serial1/0.1
 no auto-summary
 eigrp stub receive-only
!
ip classless
!
no ip http server
no ip http secure-server
!
!
ip prefix-list Prob2 seq 5 deny 208.28.1.0/29
ip prefix-list Prob2 seq 10 permit 0.0.0.0/0 le 32
access-list 100 deny   ip host 208.28.1.0 host 255.255.255.248
access-list 100 permit ip any any
!
!
!
!
!
!
!
!
!
line con 0
 exec-timeout 0 0
 logging synchronous
line aux 0
line vty 0 4
!
!
end