Configuration 2006.02.14.17.54.21.N.9, Device R1!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot-end-marker
!
!
memory-size iomem 10
no aaa new-model
ip subnet-zero
!
!
no ip domain lookup
!
ip cef
!
!
key chain Prob3
 key 1
  key-string bosco
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Ethernet0/0
 ip address 208.28.1.66 255.255.255.240
 half-duplex
 no shutdown
!
interface Serial0/0
 no ip address
 encapsulation frame-relay
 no fair-queue
 no shutdown
!
interface Serial0/0.1 point-to-point
 bandwidth 128
 ip address 208.28.1.1 255.255.255.248
 ip bandwidth-percent eigrp 100 80
 ip summary-address eigrp 100 17.0.0.0 255.0.0.0 255
 frame-relay interface-dlci 103   
 no shutdown
!
interface Ethernet0/1
 ip address 17.57.100.1 255.255.255.0
 ip authentication mode eigrp 100 md5
 ip authentication key-chain eigrp 100 Prob3
 half-duplex
 no shutdown
!
interface Serial0/1
 no ip address
 shutdown
!
router eigrp 100
 network 17.57.100.1 0.0.0.0
 network 208.28.1.1 0.0.0.0
 neighbor 208.28.1.2 Serial0/0.1
 distribute-list prefix Prob2 in Serial0/0.1
 no auto-summary
!
no ip http server
ip classless
!
!
!
ip prefix-list Prob2 seq 5 deny 17.57.100.0/24
ip prefix-list Prob2 seq 10 deny 208.28.1.0/29
ip prefix-list Prob2 seq 12 deny 17.0.0.0/8
ip prefix-list Prob2 seq 15 permit 0.0.0.0/0 le 32
!
!
!
!
!
!
line con 0
 exec-timeout 0 0
 logging synchronous
line aux 0
line vty 0 4
!
!
end