Configuration 2006.03.07.20.45.40.N.11, Device R4!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R4
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip subnet-zero
!
!
ip cef
no ip domain lookup
!
ip audit po max-events 100
!
!
!
!
!
!
!
!
!
!
!
!
!
! 
!
!
!
interface Loopback0
 ip address 100.1.1.1 255.255.255.0
!
interface FastEthernet0/0
 ip address dhcp client-id FastEthernet0/0
 speed auto
 duplex auto
 no shutdown
!
interface ATM1/0
 no ip address
 shutdown
 no atm ilmi-keepalive
!
router ospf 1
 log-adjacency-changes
 network 0.0.0.0 255.255.255.255 area 0
!
ip local policy route-map Prob3
ip http server
no ip http secure-server
ip classless
!
!
access-list 100 permit icmp any any echo
access-list 100 permit icmp any any echo-reply
!
route-map Prob3 permit 10
 match ip address 100
 set ip next-hop 180.40.7.129
!
!
!
!
!
!
line con 0
 exec-timeout 0 0
 logging synchronous
line aux 0
line vty 0 4
 privilege level 15
 no login
!
!
end