Configuration 2006.12.01.15.05.17.N.9, Device R4!
! Last configuration change at 14:33:45 EST Fri Dec 1 2006
! NVRAM config last updated at 15:05:27 EST Fri Dec 1 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 EST -5
no aaa new-model
ip subnet-zero
!
!
ip cef
no ip domain lookup
!
ip inspect name Prob2 h323
ip inspect name Prob2 tcp
ip inspect name Prob2 udp
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.9 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 Prob2
 permit udp host 192.10.32.254 any eq ntp
 deny   ip any any log
ip access-list extended Prob5in
 permit udp host 192.10.32.254 any eq ntp
 evaluate Prob5 
 deny   ip any any log
ip access-list extended Prob5out
 permit ip any any reflect Prob5
!
!
!
!
!
!
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 0329423F0F0224 7
ntp clock-period 17179858
ntp server 192.10.32.254
!
end