Configuration 2006.03.03.17.25.26.N.5, Device R4!
! Last configuration change at 13:32:35 PST Fri Mar 3 2006
! NVRAM config last updated at 14:25:36 PST Fri Mar 3 2006
!
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
!
!
clock timezone PST -8
no aaa new-model
ip subnet-zero
!
!
ip cef
no ip domain lookup
!
ip inspect name Prob2 tcp
ip inspect name Prob2 udp
ip inspect name Prob2 h323
ip inspect name Prob2 icmp
ip audit po max-events 100
!
!
!
!
!
!
!
!
!
!
!
!
!
! 
!
!
!
interface FastEthernet0/0
 ip address 180.40.7.98 255.255.255.224
 ip nat inside
 speed auto
 duplex auto
 no shutdown
!
interface ATM1/0
 ip address 192.10.32.5 255.255.255.0
 ip access-group Prob5in in
 ip access-group Prob5out out
 ip nat outside
 no atm ilmi-keepalive
 pvc 0/72 
  protocol ip 192.10.32.254 broadcast
 !
 no shutdown
!
router ospf 1
 log-adjacency-changes
 network 0.0.0.0 255.255.255.255 area 0
!
ip nat inside source list IPNAT interface ATM1/0 overload
no ip http server
no ip http secure-server
ip classless
!
!
!
ip access-list standard IPNAT
 permit 180.40.7.0 0.0.0.255
 permit 17.0.0.0 0.255.255.255
!
ip access-list extended Prob5in
 permit udp any any eq ntp
 evaluate Prob5 
 deny   ip any any log
ip access-list extended Prob5out
 permit ip any any reflect Prob5
access-list 100 permit udp any any eq ntp
access-list 100 deny   ip any any log
!
!
!
!
!
!
line con 0
 exec-timeout 0 0
 logging synchronous
line aux 0
line vty 0 4
 privilege level 15
 no login
!
ntp authentication-key 1 md5 112400311E1F0E 7
ntp clock-period 17179862
ntp server 192.10.32.254
!
end