Configuration 2006.08.03.15.22.21.N.14, 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
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Loopback0
 ip address 223.1.1.1 255.255.255.0
!
interface Tunnel0
 ip address 13.13.13.1 255.255.255.0
 keepalive 10 3
 tunnel source Loopback0
 tunnel destination 222.1.1.3
 no shutdown
!
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 shutdown
!
interface Serial0/0.1 point-to-point
 ip address 208.28.1.1 255.255.255.248
 frame-relay interface-dlci 103   
 no shutdown
!
interface Serial0/0.2 point-to-point
 bandwidth 128
 ip address 180.40.7.66 255.255.255.224
 frame-relay interface-dlci 102   
 no shutdown
!
interface Ethernet0/1
 ip address 17.57.100.1 255.255.255.0
 half-duplex
 no shutdown
!
interface Serial0/1
 no ip address
 shutdown
!
router eigrp 100
 redistribute rip metric 128 20000 255 1 1500
 redistribute ospf 1 metric 1 1 1 1 1500
 network 180.40.7.66 0.0.0.0
 network 208.28.1.66 0.0.0.0
 neighbor 180.40.7.65 Serial0/0.2
 auto-summary
!
router ospf 1
 router-id 1.1.1.1
 log-adjacency-changes
 redistribute eigrp 100 subnets tag 11
 redistribute rip subnets tag 1
 network 13.13.13.1 0.0.0.0 area 0
 network 17.57.100.1 0.0.0.0 area 0
 distance ospf external 177
!
router rip
 version 2
 redistribute eigrp 100 metric 3 route-map Prob5
 redistribute ospf 1 metric 6
 passive-interface Ethernet0/0
 network 208.28.1.0
 network 223.1.1.0
 maximum-paths 3
 distance 174 0.0.0.0 255.255.255.255 1
 no auto-summary
!
no ip http server
ip classless
!
!
!
ip prefix-list prob5 seq 5 permit 208.28.1.194/32
access-list 1 permit 208.28.1.193
access-list 1 permit 208.28.1.194
access-list 2 permit 208.28.1.193
!
route-map Prob5 permit 10
 match ip address 2
 set metric 7
!
route-map Prob5 permit 20
 match ip address prefix-list prob5
 set metric 4
!
route-map Prob5 permit 30
!
!
!
!
!
!
line con 0
 exec-timeout 0 0
 logging synchronous
line aux 0
line vty 0 4
!
!
end